

This is just the cost of doing business for Anthropic.
No particular material harm to the business. Declare the matter settled, everything is fine and dandy, and now they have carte blanche to rape and pillage the next village dataset.
I’m a technical kinda guy, doing technical kinda stuff.
This is just the cost of doing business for Anthropic.
No particular material harm to the business. Declare the matter settled, everything is fine and dandy, and now they have carte blanche to rape and pillage the next village dataset.
I found with my QNAP NAS that even just sitting the case on a piece of styrofoam made it considerably quieter. A lot of vibration gets transmitted through the feet and whatever it sits on gets turned into a sounding board.
Geoengineering is probably the only way to counteract things now.
But that involves fucking around with the bottom of our food chain in the oceans so there’s obviously a good deal of reluctance to start down that path.
I play a little game with Instagram sometimes. I click on one (1) thirst trap bikini girl post in the search reel. Then I see how many times I have to press the little 3 dot menu and pick “not interested” on allllll the other thirst trap bikini girl posts that immediately appear.
I generally have to press “not interested” about 15 times before my feed reverts to only having bikini girl thirst traps once every 20 or so posts.
Does anyone actually hate systemd?
It’s a little too monolithic and kitchen-sink-including for my liking. It doesn’t feel like the “do one thing and do it well” style, it has a pretty large attack surface as a result.
Oh, and binary log files.
English readily absorbs both the best and worst of all the other languages. If some other language has a word that really hits the mood of even just a small amount of English speakers - bam! - it’s English now, motherfucker!
Add to this, it’s chock-full of complicated and often hidden rules that can - or absolutely cannot - be broken, depending on context. No wonder people learning it as a second language have that permanently confused look on their face.
The thing about the English language is that you can verb any noun you like and get away with it. Just like I did in the previous sentence.
There’s a nice 6502 assembly intro + Sim here :
https://skilldrick.github.io/easy6502/
Added edit: I mean, it’s not PET-specific, but it’s cool to have a little sim with a little chunk of display memory to play with.
Also you’ll quickly find that assembly is extremely verbose. Learn how to load registers and jump to (and return from) subroutines as quick as you can to prevent endless amounts of repetitive assembly.
You missed a thorn in your reply there in your first paragraph.
And as an aside, sprinkling them throughout your reply heavily reduces the impact of your message. It’s a decoding stumble for most English readers who look at word shapes when parsing sentences.
So while it might be your thang - or perhaps you’re Icelandic and they’re just leaking through - it’s probably better to stick with th if you want to get your point across.
The smaller end is RJ12, the bigger end is RJ45.
The question is, what are you trying to do with it? RJ12 is/was typically used for telephone connections, RJ45 for Ethernet. Generally speaking, they don’t mix.
If your plan is to connect a computer to a RJ12 socket on the wall, that’s not going to work. If you’ve been told the socket on the wall is “the internet”, you’re likely going to need a modem in between that socket and your computer.
If you want to recharge a full 300-mile Li-Ion battery in 5 minutes, you need to supply 1200 kW (1.2 MW) of power.
Which is why cloning the traditional centralised ICE refuelling station concept doesn’t work with EVs.
The United States struggles with 4.8 kW home chargers and 150 kW superchargers.
With an average daily usage of 20kWh for a 60 mile commute in a mix of stop and go and highway traffic, a 4.8 kW charger can top off your EV battery at home in 4 hours. A 2kW charger can do it in 10 hours.
That’s the mindset that needs to change. You shouldn’t have to visit an external charging station every few days to cram another 100kWh of power into your battery. You put a charge into your battery at home every night. It’s fully charged again every morning for your commute. The mega charging stations are then only used for long distance travel.
So, just like we built ICE refuelling stations dotted all over the place, we need to put in the infrastructure for localised EV charging at homes. Colder climates have the advantage already, as parking lots are already full of engine block heater connections and in a lot of euro countries they’re used for EV charging. It can be done, it’s just a change.
Waiting patiently for the arrival of my pebble time 2 with its moderate array of features and its 21+ day battery life.
A lot of presumption:
will surely be
If the Rust version becomes popular
It probably will
the Rust people will start pushing
They will most probably also
Does not a solid conclusion make:
That way. the Linux userland becomes even more broken than it already is because now we have again two incompatible sets of…
Apparently closed loop systems are not
goodcheap enough
There I fixed that for you.
What should happen is that the cost of water to these businesses should increase, which would then incentivise other more expensive methods of cooling, but that would make line go up at a less steep angle which makes shareholders sad.
I was talking more about unwrap causing a panic rather than calling the actual panic macro directly. Rust forces the programmer to deal with bad or ambiguous results, and what that is exactly is entirely decided by the function you are calling. If a function decides to return None when (system timer mod 2 == 0), then you’d better check for None in your code. Edit: otherwise your code is ending now with a panic, as opposed to your code merrily trotting down the path of undefined behaviour and a segfault or similar later on.
Once you get to a point where we are doing the actual panic, well, that is starting to just be semantics.
causing the program to crash if it actually was an error, restoring the more unsafe behavior of other languages.
Wellllll it’s more of an abrupt exit rather than a crash, which is still better than eg. silently accessing beyond the end of an array, or ending up with a pointer to nowhere when you thought you had a sane memory reference.
It’s ok, that 1500 watt output is only for a microsecond before all the 3 cent “power” MOSFETs inside act as fuses.
More likely, there is enough internal capacitance for the inverter to sustain one (1) half of a full-wave AC cycle at 1500W, after which the overload/low voltage cutout triggers.
A guy I used to work with went by the nickname of “Womble”, his name was actually Raymond.
One day I was poking through work orders in our system and discovered that it also officially knew him as “Womble <last name>” and there was no sign of Raymond in there.
They also iterate very quickly.
First car design - “functional” is being polite about it.
Fifteen years later when they are on their tenth revision - pretty damn good.
Meanwhile US car manufacturers can squeeze in a revision/refresh every 5 years if they’re lucky.
Whatever you setup, also do a reverse ssh connection back to a PC of yours and forward ports for SSH and VNC-or-similar to local ports on your PC.
That way if it still boots you’ve got a way to fix it remotely and with reverse ssh they don’t have to do anything with port forwarding on their end.