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

help-circle



  • Personally I’m more in the “oh yes please take my job as a programmer” mindset, yet none of the currently available tools seem to be anywhere near capable of it.

    When they do, I guess I’ll just translate the b.s. customers spit into something that’s even humanly readable, just merely distilling the intent often isn’t enough. Also A.I. needs to ‘learn’ to say no, because even though the customer asks for something, doesn’t mean they actually want to have the result of their question.







  • Our preferred way of doing this is have a pot of near boiling water with the plate on top next to the pan I’m baking the pancakes on. Pile the pancakes directly on the plate.

    This keeps the plate hot and maintains the temperature of the bottom pancakes while you’re making a larger batch. remove the plate carefully after baking, wipe the bottom of the plate dry and put it on the table. Hot pancakes for the entire meal!

    This is for dutch pancakes BTW, no clue how it would go for American or other more fluffy pancakes.











  • It’s quite a bad UX, but generally error 2 from make means the called program resulted into an error.

    Usually this is accompanied with another error somewhere up the log. Multiple cores can make this a challenge to scan the log for however, so maybe try compiling without the -j argument, that should get the actual error closer to the end.

    From my experience, it’s usually an outdated config for the kernel (like using a config for 5.1 while compiling 6.7) or a missing dependency. However the real error will be somewhere among the logs, who knows, maybe it’s a missing processor instruction (it’s really bad UX).