

Yeah, that too! When you have some non technical manager breathing down your neck, you might have a hard time not fumbling around even if you normally could resolve the issue in no time.
Yeah, that too! When you have some non technical manager breathing down your neck, you might have a hard time not fumbling around even if you normally could resolve the issue in no time.
I can see how this could be unfair, but working as a dev sometimes does require you to be on top of things in a high stress atmosphere. For example, what if you’re proposing an excellent technical solution in a meeting but some jaded older engineer is hard to convince? If you can’t outline your thinking in that scenario, your solution could be discarded just because someone was louder than you. As someone who used to have performance anxiety, I believe it’s generally something you can and should practice for. On the other hand, if there really isn’t a need for this type of skill, it totally makes sense to avoid creating interview environments where you are filtering candidates based on it.
I have a bike I put together with this mindset and it’s pretty awesome. If any component dies I can replace it individually, even if it’s not made by the same company. No reason an electric car couldn’t have the same benefits except that the average consumer doesn’t care about planning ahead
I rented Superman 64 as a kid, never knowing it was a universally hated game. We had fun with the weird multiplayer mode where you fly around in weird pod things. I remember flying through the rings too. The whole game makes zero sense in hindsight.
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.
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.
Yeah but like, what new features do apps have which weren’t available in those times? Embedded videos maybe? Doesn’t justify the bloat.
Spineless tech tips
A few weeks ago I watched Ladyhawk on a 13" TV with a built in VHS player. I realized that my brain didn’t care about the quality as soon as I started paying attention to the content. I still like my 1080p but there’s definitely massively diminishing returns after that.
I understood what he was talking about instantly… but only because I did the same thing with the brake when I was a kid.
I had a viscous reaction, if ya know what I mean.
Depending on the software, you still get to think about garbage collection!
I use Vscode with markdown preview, with a git repo. The only downside is that Windows incessantly wants to group instances of an application, so it’s hard to keep my notes separate from my coding stuff.
I made some automation in python for common git tasks and use the cli otherwise. I tried a couple like sourcetree and the built in automation for VS but they’re either slow or lack features i’d like.