• 0 Posts
  • 90 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle

  • I haven’t done much low level stuff, but I think the ‘main’ function is something the compiler uses to establish an entry point for the compiled binary. The name ‘main’ would not exist in the compiled binary at all, but the function itself would still exist. Executable formats aren’t all the same, so they’ll have different ways of determining where this entry point function is expected to be. You can ‘run’ a binary library file by invoking a function contained therein, which is how DLL files work.


  • Yeah, he was bamboozled as soon as he agreed to allow multiple separate files. The challenge was bs from the start, but he could have at least nailed it down with more explicit language and by forbidding any exceptions. I think it’s kind of ironic that the instructions for a challenge related to different representations of information failed themselves to actually convey the intended information.





  • I bet you’d spend about 14 hours a week doing all that stuff, maybe as little as 7-10. Pessimistically then it’s 56 hours of work a month and optimistically it’s half that. So he’d be paying you from $31.25 to $62.50 an hour, which ranges from great to ridiculous in favor of you. Personally I wouldn’t do it because of the weird dynamic of living with my boss, but there could be a great deal in there for you.



  • Love watching his videos, they go way beyond your average music production youtuber content. I generally think generative AI is an awesome tool in itself, but that it’s too ripe for the perversion of capitalistic greed. Like Jordan said in the video, it’s pretty disgusting to ingest years worth of hard work and dedication from many artists and then use the resulting model to compete with those same artists. I optimistically predict that the current approach to AI will never do much better than the grey slop it currently shits out, though.


  • A house back in 2017. I really had no business buying a house, financially speaking, but I was getting fed up with renting land under a trailer I owned. They kept raising the price significantly every single year. Turned out to be a great decision since I was able to get a good interest rate and a good price. Of course there are downsides, like when the water heater flooded my bottom floor. Still worth it though.





  • One hobby turned into a career (software engineering), which hopefully means I’m decent at it. I also play the bass guitar, which I okay at, but eagerly trying to reach a high level. I have a million other hobbies that I do fine at. But grading yourself is only useful as a way to keep from stagnating and to create healthy goals. The internet is really dangerous in this regard, because you’ll always find someone who’s way better than you. At the end of the day I just want to keep my brain stimulated and have fun with the time I have.





  • You might enjoy learning vanilla js and making a site with as few deps as you can get away with. Or a lightweight framework like svelte or preact. The browser stack is definitely some weird shit but it’s still somewhat approachable if you dig under the abstractions that most web devs never venture beyond. It definitely helped me cut through all the manufactured noise.