

If you want to use one, go ahead, it’s powerful enough for most non-media apps. You can also consider the PocketBeagle 2 which is more aimed at embedded use, with several a/d pins, a coprocessors, etc.


If you want to use one, go ahead, it’s powerful enough for most non-media apps. You can also consider the PocketBeagle 2 which is more aimed at embedded use, with several a/d pins, a coprocessors, etc.


I guess they must have had better internet in the French Revolution than we have here now! Everyone hates Comcast and now you know why ;).


JLR has been paralyzed for the past few weeks due to a cyber attack so the news is that they’re emerging from that.


Interesting though article is from 2016 which is when the scandal happened.


Meh. I’m holding out for wretched hive of scum and villainy.


If they own houses that is public info.
You really have to see what the db is doing to understand where the bottlenecks are, i.e. find the query plans. It’s ok if it’s just single selects. Look for stuff like table scans that shouldn’t happen. How many queries per second are there? Remember that SSD’s have been a common thing for maybe 10 years. Before that it was HDD’s everywhere, and people still ran systems with very high throughput. They had much less ram then than now too.


WTF. What could possibly go wrong. Flip phone here I come.
Sounds like it would be nice if Savannah offered Forgejo hosting.


Ok I used to feel sorry for non-libre streaming software users, but this is now in “one born every minute” territory. Thanks.


What the heck is this thing? Should many of us care?


Oh I see. Yeah DVD drives generally use the same SATA interface as hard drives.


If you mean a 2.5" drive (laptop sized) then yes you can generally do that. 3.5" drives are usually 1" thick and won’t fit in a slim DVD drive slot.


ToE is generally taken to mean a theory that accounts for all four fundamental forces in physics, 1) strong nuclear force, 2) electromagnetism, 3) weak nuclear force (unified in some way with electromagnetism now), 4) gravity. The “standard model” only handles the first three, with gravity being separate and very mysterious. I’m skeptical of this new paper on various grounds but who knows.


Newegg doesn’t seem to sell the Crucial MX500 any more*, only the BX500. But if the 870 evo is comparable, I might get that, since I have a couple of MX500s now and am happy with them. I hadn’t realized that Team Group was legit at all! I’ll keep that in mind. Thanks!
*Note: The MX500 appears on Newegg’s web site, but the actual sellers are “Newegg Marketplace” randos rather than Newegg itself, and I prefer to buy directly from Newegg when possible.


So, I’m sticking with Lemmy. It’s not perfect, but at least it’s real. Maybe we’ll get the true decentralization we’ve been promised one day
I thought we had Usenet since the 1970s.


I don’t think I can use NVMe in my old laptop but yes, otherwise I’d do so. ;)


Thanks, I think you have it right and that it’s not worth messing with adapters. The adapter was never about performance from my perspective though. It was about being able to keep using the drive if I eventually moved to a laptop with an M.2 slot.
I haven’t used Puppeteer but have seen similar issues with Selenium and Firefox. Yeah you have to code delays for pages to load, use onload events, maybe scan the page for text you expect to see, etc. If this is for your own site (I mean where you’re working) you can probably do most QA functions by having some special flags that disable the overlays and stuff. Also if you have disk space to burn, instead of screen shots, you can connect the browser frame buffer to ffmpeg and capture video. That can be useful for QA, since if something goes wrong, you can see an actual movie of what was happening.
Yes browsers eat ram, you just have to deal with that.