Headaches cause discard, which helps with the overthinking because you have less options now.
Have you even watched Spice8Rack’s multi-hour masterpiece of a video essay on mill vs discard?
- 0 Posts
- 73 Comments
anton@lemmy.blahaj.zoneto
Programming@programming.dev•Zig: Migrating from GitHub to Codeberg
6·11 days agoThey get a lot of compute for cheap/free and their well supported target follow the available github runners.
While writing this comment I found out that the crater run happens on AWS. It tests all packages on crates.io and most public rust projects on github.
Then rust has
||{}Sadly we can’t add more complexity without adding an argument:
|_:&'_[()]|{}
anton@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•The Final Final Layer_new(3)
11·17 days agoWe do have one in Germany. While we are searching for suitable long term storage, the barrels are rusting away in salt mines.
anton@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•Why /dev/null Is an ACID Compliant Database
8·20 days agoDoes
/dev/nullsupport sharding?
anton@lemmy.blahaj.zonetoLGBTQ+@lemmy.blahaj.zone•My town celebrates pride in November.
13·23 days agoHere in Germany they tend to be clustered around the anniversary of the stonewall riot (28.06.) and named after the street it took place one (Christopher Street Day). But maybe some other occasion would have established it self, if stonewall happened in winter
Is there ever an instance when you do want to compare object identity instead of “equal”-ness?
Maybe if you have to check if the object is one you already hold a lock for or account for some similar consequence of questionable architecture.
anton@lemmy.blahaj.zoneto
Programming@programming.dev•Decompiling Binary Code with Large Language Models
1·2 months agodeleted by creator
anton@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•This problem gives the best hugs!
21·2 months agoIt’s probably hungry, feed it a mouse.
The actual best thing to do, apart from getting professional help, would probably setting the climate control to the lowest temperature to make the snake slow and sluggish before doing anything else.
Well, if I asking for help, it’s probably because I am wrong about something. So I know who to trust.
anton@lemmy.blahaj.zoneto
Programming@programming.dev•What Are The “Objects” in “Object-Oriented Programming”?
2·2 months agoWhy assembly?
Does C not allow putting the v-table in static memory/text or where is the hangup?
Having the sign bit in front, makes them compare like sign-bit-integers and if they are compared/sorted like 2s-complement integers, the negatives are reversed but still come after the positives.
This doesn’t change it to a png, but your image viewers recognize it as webp. You should just associate .wepb with your image viewer in the OS.
deleted by creator
anton@lemmy.blahaj.zoneto
Programming@programming.dev•Daniel Stenberg is awarded as Developer of the year by Developers Bay
5·3 months ago* Swedish developer of the year
Don’t get me wrong, he does great work, but your post should mention it somewhere.
Rust doesn’t allow type inference in function signatures, c++ does with auto. IIRC, they recommended against using it, because of -you guessed it- compile time.
anton@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•Yes, I did spend time on this
21·3 months agoYou could save 0.64 bit per char more if you actually treated you output as a binary number (using 6 bits per char) and didn’t go through the intermediary string (implicitly using base 100 at 6.64 bits per char).
This would also make your life easier by allowing bit manipulation to slice/move parts and reducing work for the processor because base 100 means integer divisions, and base 64 means bit shifts. If you want to go down the road of a “complicated” base use base 38 and get similar drawbacks as now, except only 5.25 bits per char.
anton@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•Yes, I did spend time on this
5·3 months agoUnless you only copy and compare you have to decode it, or implement more complicated logic for everything from searching to concatenation (which is normally just memcopy).

Spotify suck at programming. When using the app offline, I can view and play songs and podcasts directly or from the queue, but the menu to add stuff to the queue doesn’t load.