AI cannot replace humans spiteful spirit
-
First thing I tell my interns: "The guys that made that database are smarter than you, they got PhD's for the algorithms the database uses. You are going to use SQL properly, and query properly, because the database will always do it better than your python code."
Nah, we'll just SELECT * from both tables and loop through the arrays in JavaScript to associate the records.
-
It was a pleasure to work with!
Right? I can't tell you how disappointed I was to move to a "real" PC later and find the tools to be so much worse. Like you could position stuff with a GUI in VB or Delphi, but if you wanted to resize a window, it was a real faff to get everything moving about as it should.
-
I bet that thing was fast!
Meh. Even hosting static files in a RAM disk over localhost, you're 99% as good as you can be by using the
sendfile()
system call. The kernel can copy data from one file descriptor to another faster than any userspace program can. Implementing theLength
header is astat()
call.If you're not on a RAM disk and not on localhost, then disk access or network throughput will predominate.
Assembly is not magic go faster sauce.
-
I once write a web app in C, but this terrifies even me.. though Tsoding, the guy in the video, did that, too..
-
Right? I can't tell you how disappointed I was to move to a "real" PC later and find the tools to be so much worse. Like you could position stuff with a GUI in VB or Delphi, but if you wanted to resize a window, it was a real faff to get everything moving about as it should.
Yeah, learning Windows GUI programming was like taking 10 steps backwards. As was many other things on Windows compared to AmigaOS.
But it was good to start with something properly designed, learning GTK and wxWidgets was a breeze with a MUI background.
-
I bet that thing was fast!
Who do you think is better at writing assembly? @[email protected] or a modern compiler with hundreds of contributors.
-
I used to work for Cisco but I can't say what it's like internally. Not because of an NDA but because I literally have no idea. I worked for a much smaller competitor of theirs that they acquired, obviously just to remove a competitor from the marketplace. We were all allowed to work remotely but given nothing at all to do for six months and then everybody (except the executives, of course) was laid off.
Literally just had the same thing happen to me. This time at Microsoft. Worked for a small startup. It got bought out in 2023 after investments in actual hardware that wasn't named Nvidia died.
Layoffs on most of our engineers. Somehow I survived and basically did no work for 2 years. Was finally laid off.
I hated it. But I basically stole a salary from Microsoft for two years. Fuck these big tech companies.
-
Holy shit, have we worked with the same guy?
wrote on last edited by [email protected]This guy's code once fired a 125 mph knuckleball a foot above a 10-year-old kid's head. Probably not the same guy.
-
This post did not contain any content.
Honestly "C + SDL + Lua" is basically the best, most sane"full stack" I have ever used.
IMO it allows for the perfect level of abstraction.
-
This post did not contain any content.
The person on the video, known online as Tsoding (or by some as "mista azozin"), was writing a music visualizer program using the raylib library for writing videogames. raylib doesn't have code aimed at UI handling, meaning he had to manage the UI by himself. He likes doing a little bit of trolling, so that's why he picked that title.
Tsoding does by far the most entertaining recreational programming sessions I have ever seen on the Internet, so, despite them being quite long (about two hours), I recommend you watch at least a little bit of his videos/streams if you have time.
- YouTube channel: https://www.youtube.com/channel/UCrqM0Ym_NbK1fqeQG2VIohg
- Twitch channel: https://twitch.tv/tsoding
If you're interested specifically on this video in question:
- The video: https://www.youtube.com/watch?v=SRgLA8X5N_4
- The program's code: https://github.com/tsoding/musializer
- The playlist containing the making of the program: https://www.youtube.com/playlist?list=PLpM-Dvs8t0Vak1rrE2NJn8XYEJ5M7-BqT