- 0 Posts
- 175 Comments
That’s the zeroth date.
anton@lemmy.blahaj.zoneto
Rust@programming.dev•Rust sort_unstable_by with more complex closure unexpectedly shrunk binary
3·1 month agoWeird. I threw it in compiler explorer and the assembly got longer (as expected).
anton@lemmy.blahaj.zoneto
Programming@programming.dev•Grit: rewriting Git in Rust with agents
2·2 months agoAPIs don’t fall under copyright, but implementations do. This is a good thing, otherwise we couldn’t have linux or wine, because they used apis from unix and windows respectively, or open source implementations of anything.
If you look at how another program does something to, you are bound by it’s license, but if you only look at what it does you are not.
I’m happy the new ranges got stabilized. It feels weird to use old stuff when you know there is something in the pipeline to replace it.
I agree with everything in your comment except the last word. Only sanitize in cases where there isn’t a better option like html or terminal escape sequences. SQL had prepared statements, which are better.
anton@lemmy.blahaj.zoneto
Programmer Humor@programming.dev•YouTube really showing top quality in recent update
1·3 months agoNah, the android app has similar problems.
I only know about that in the case where the film was bad, but based on an great book. The Lord of the Rings and Dune both had bad films made of it.
Not quite, but fourth power may as well be.
anton@lemmy.blahaj.zoneto
Programming@programming.dev•Kill the Conditional Maze: From If-Statements to Rule Pipelines
2·3 months agoPeople complain about AI stuff -> “don’t engage; just downvote and move on”
people just downvote AI stuff -> “why don’t you explain what you didn’t like”
anton@lemmy.blahaj.zoneto
Programming@programming.dev•We can't just call AI-generated code slop anymore
5·3 months agoThere are some interesting aspects to asynchronous encrypted messengers.
https://youtu.be/9sO2qdTci-s
Not that I would trust some random strangers slop over established projects like signal.
anton@lemmy.blahaj.zoneto
Programming@programming.dev•A video arguing C++ is the worst programming language to ever exist
4·4 months agoAnd it was, the last half hour is not about c++ but his bad editor.
anton@lemmy.blahaj.zoneto
Programming@programming.dev•How would you design parallel grep for huge JSONL files?
11·4 months agoDon’t have a thread doing line by line file reads, just to have it in memory. There is a piece of software optimized for tasks like this, the OS.
Just mmap your file and start processing.
The ability to walk or cycle somewhere without crossing 4-way intersections constantly.
anton@lemmy.blahaj.zoneto
Programming@programming.dev•Misconfigured GH Actions hijack - Low Level - YouTube
2·5 months agoIt was bound to happen, as github actions are mess.
Im just happy that AI bros got hit this time, instead of something important.
Diesel is an ORM and sqlx requires a modern macro system, that many established languages lack.
anton@lemmy.blahaj.zoneto
Programming@programming.dev•Can it Resolve DOOM? Game Engine in 2,000 DNS Records
4·5 months agoBecause people have inflated what I means to run doom.
Serving the game files on DNS, is not running doom!
Using bacteria to display frames from doom, is not running doom!
Playing the soundtrack on a really old computer is not running doom!Can it play doom is supposed to be a laymans proxy for turing completeness and quite frankly I was intrigued how to trick DNS into performing arbitrary computation.
I misread the comment a bit, I thought they meant tax like a person. I wouldn’t put it past the owners to have their agents apply for small business grants or some other exemption.
The owners can just divide the income among enough agents that they fall into the lowest tax bracket. The real solution is to properly tax excessive profits and unrealized gains.



He didn’t, but he has unit tests for them.