• 0 Posts
  • 731 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle

  • Worst is when someone fucked up the DB time configs at some point and you have datetimes in a column that fall during the “nonexistent” hour in which clocks skip ahead for DST, and you have to figure out what the fuck actually happened there, and where in the data pipeline tz data was either added or stripped (sometimes it’s both, and sometimes it’s not just once), and undo the timestamp fuckery.

    Source: did that this week. Was not super awesome.







  • It’s highly dependent on the application.

    For instance, I could absolutely see having certain models with LPCAMM expandability as a great move for Apple, particularly in the pro segment, so they’re not capped by whatever they can cram into their monolithic SoCs. But for most consumer (that is, non-engineer/non-developer users) applications, I don’t see them making it expandable.

    Or more succinctly: they should absolutely put LPCAMM in the next generation of MBPs, in my opinion.












  • It is unfortunately one of the darker aspects of the hyper-growth-focused tech and engineering is the often highly mercenary/transactional nature of many people in the field. Like, there’s a reason Facebook pays engineers 250-400k or more. Sure, the work can be difficult, but most of the time it’s not that difficult. They’re paying people that much so that they ignore their morals, shut the fuck up, and just take the paycheck and do the work that is helping to destroy society.

    It’s immensely distressing to me as a software engineer. I am fully aware that my morality is limiting my earning potential, and that makes me kinda furious - not so much at myself, but that our economic system is set up in such a way that that’s not only possible, but optimal (in terms of earning a nice paycheck and being able to retire somewhat early).


  • Rust is not a niche language. It’s a strict and strongly opinionated language by design. People with background in strongly typed languages, who additionally use opinionated linters and formatters have an easier time adjusting. JavaScript “devs” (note: distinct from “software engineers”) probably pull their hair out over a lot of stuff in because in my experience, many js devs know enough about the language to work proficiently in a couple of frameworks, but haven’t really dug into the nuances of the language, and also have limited experience with strong typing.