Zangendeutsch leckt oder Autokorrektur?
Zangendeutsch leckt oder Autokorrektur?
It working again after cooling down is an indication for heat creep IMHO. The filament is getting too hot up to where the gears are, causing them to slip and not feed filament.
Apparently “STINKY” is the default StarLink SSID (Another Musk joke), so yeah…
That’s not been true for a long time.
Especially for a private home server, SSDs run quieter, cooler, and are more compact.
Still more expensive than spinning rust though.
No do the rest.
Apple already lost in the EU and need to allow other app stores
What do you mean? rustfmt is the de facto standard and is easily run using cargo fmt
. Most projects use it along with clippy, the standard linter.
Recently tried biome for a web project. It’s a combined linter and formatter, and it’s so good. Compatible with prettier too.
It was not randomly decided. Even before arrays as a language concept existed, you would just store objects in continuous memory.
To access you would do $addr+0, $addr+1 etc. The index had to be zero-based or you would simply waste the first address.
Then in languages like C that just got a little bit of syntactic sugar where the ‘[]’ operator is a shorthand for that offset. An array is still just a memory address (i.e. a pointer).