• 2 Posts
  • 126 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

  • Is that true? I thought that pairs of USB-A ports shared the same PCIe lanes, and USB-C each got their own set?

    Edit: thinking about it a bit more, I suppose it could depend on how the SOC/chipset allocates those lanes, but in my experience when writing a single USB I’m usually limited by the thermals of the USB, and writing well below the speed of the port. I suppose if you were writing many at once (or if your USBs were nice) that could bottleneck on the port speed.


















  • 0x129 (plus turning off XMP) was enough to stabilize my 13700KF for now, and hopefully 0x12B will be the final nail in the coffin for continued degradation.

    However, polling users here for experiences isnt going to give a good perspective on how the CPUs are actually doing. Until it’s pretty far gone users may not even notice, and the small sample size of folks who’ll reply here is probably not going to accurately reflect the actual state of the CPUs.

    Level1techs has done some really good work investigating this at large scale on datacenters, and the takeaway there is that these problems are going to take a while to show, so its generally not a good idea to buy these CPUs til 0x12B has been out for a few months and we know the effects, at which point Arrow Lake will probably be a better option.

    tl;dr if you’re going to buy right now, buy AMD 7000, but if you’re willing to wait til February or so, it’ll be a decision between the new gen of Intel CPUs and current AMD CPUs (only 9000 series will probably be available by then).



  • IrritableOcelottoLinux@lemmy.mlTcl/Tk 9.0 released
    arrow-up
    3
    arrow-down
    0
    ·
    15 days ago
    edit-2
    15 days ago
    link
    fedilink

    The molecular mechanical modeller NAMD and its viewer use TCL as the CLI interface, and it’sfine. I would prefer BASH or python, but it works just fine.

    Also Tk is how most LaTeX drawing is dealt with, so trying to modify, say circuit diagrams or chemical structures drawn directly in LaTeX (I.e. chemfig) requires using some Tcl. Again, it’sfine. No huge complaints.

    Edit: bad memory, the drawing program in LaTeX is TikZ not TkZ, its unrelated to Tk.