

If AI coding is causing such a revolution, why are we not seeing a sharp increase in code production?
(Backed up with data)


If AI coding is causing such a revolution, why are we not seeing a sharp increase in code production?
(Backed up with data)
If the ISP doesn’t provide V6 though it’s time to switch ISPs.
cries in USA
I got a huge reduction in random login attempts when I changed my ssh port away from the default.
(Of course I also have actual security measures like log in by key only)


That’s kinda the way of the world in general unfortunately.


I have like a 70% success rate with this trick
In Python, self is not a keyword, it’s a conventional variable name. You can replace all instances of “self” with “this” and your code will work the same.


While selling data in general is shitty, I want to push back on the fear mongering a little bit.
This only applies to new accounts, can be opt-out of, and doesn’t apply to self-hosted content.



I tried jellyfin but it isn’t even close to as a good as plex


Tbh I kinda don’t mind the podcaster ads when they put their own spin on it and are cute about it


Neither have I really. It’s the last one I used, which was like 5 years ago.
These days I’m mostly using docker containers but all my docker containers as well as my hosts are flavors of Linux so YMMV.


So that you can run the windows exclusive software in a virtual machine.


Time to download Virtualbox
For the most part it’s best to use system provided sorting implementations, but somebody has to write those implementations, so every once in a while somebody needs to do it (in practice by looking up a reference implementation of course).
But also it’s good to understand things like big O scaling and why we use quicksort rather than a naive insertion sort and when to use quick sort vs merge sort or some other form of stable sort.


And the entertainment systems crash and bug out all the time so I sure hope the more important systems are developed more thoroughly lol


I’ve used multiprocessing to squeeze more performance out of numpy and scipy. But yeah, resorting to multiprocessing is a sign that you should be dropping into something like Rust or a C variant.


Of the ways you listed the only one that will actually take advantage of a multi core CPU is multiprocessing


I will absolutely pick up other peoples trash if it’s somewhere like the wilderness. They should have picked it up themselves but I’m there now and that trash shouldn’t be there.


I was able to quiet mine with a bash script until eventually a software update changed the fan control to keep it quiet for me.
This is a common rounding strategy because it doesn’t consistently overestimate like the grade school rounding strategy of always rounding up does.