Hacker News new | past | comments | ask | show | jobs | submit | Lyngbakr's comments login

The Guardian frames it differently:

    Microsoft, based in Redmond, Washington, said the layoffs will be across all levels and geographies but will focus on reducing management levels.
https://www.theguardian.com/technology/2025/may/13/microsoft...

    > I have never actually answered a SO question because it feels like you need to answer perfectly or get torn apart. 
IME, this is heavily dependent on the language and, therefore, the subcommunity. For example, for Clojure and R I've found the SO communities to typically be kind and positive, whereas I've found the JS folks there to be dismissive and aggressive, but YMMV.


I like fineliners for everyday use and opt for Sakura Pigma Micron #05s. They're quite reasonably priced and are very enjoyable to write with!


This is almost identical to my experience. And during that brief sliver of time that I do get to myself, I simply don't have the mental energy to engage with others. Instead, I usually decompress by working out or reading or something else solitary, because for me socialising requires effort.


I am the same and I’m an introvert. That’s kind of the definition of an introvert: socializing is effortful.

Still, it’s healthy. Working out is also effortful but healthy.


I like this philosophy. At home, my dev machine is a Raspberry Pi with Raspberry Pi OS Lite installed to keep things minimal and clean. I added OpenBox, Helix, and Konsole, then I'm pretty much sorted (besides tooling for OCaml & Lua). It's a refreshing change to my work laptop.


Nice! I used an RPi4 for three years as my dev machine and daily driver. Even light video editing was possible, although slowly.


While I've never used it in anger, I really quite like dune. Was there something specific that makes you characterise it as "ridiculously bad"?


Not Dune exactly, but having to run 'eval $(opam env)' in the terminal every time you open an OCaml project rather than the default being npm-like, where you can just open the directory and use the package manager command without having to think about it.


(writing all the below while being aware you likely know much more about OCaml than I do...!)

Possibly `eval $(opam env)` is something that should just go in your ~/.zshrc

The OCaml folks have done some work recently to improve the onboarding documentation, which I think is going in a positive direction

e.g. https://ocaml.org/docs/installing-ocaml (the eval as a one-off post install command)

And then guiding people to use 'switches' https://ocaml.org/docs/opam-switch-introduction, which I totally missed when I started with the language.

> Local switches are automatically selected based on the current working directory.


The only issues I've had with OCaml's build system is using "ocamlopt", "ocamlbuild", "ocamlfind" manually, but this was solved by OASIS and now Dune. I don't need to think about it. It automatically compiles when I save the file in Emacs. Very easy to set it up (one time setup).


I don't think this is necessarily unique to programmers. I often heard the same sentiment expressed by (non-CS) postdocs, who longed to leave academia to become artisanal bakers or small-scale mushroom farmers.


What drew you to gitolite over alternatives (e.g., Forgejo)?


There's a second edition of the legendary K&R book¹ to get you started.

¹https://www.amazon.com/Programming-Language-2nd-Brian-Kernig...


See my previous comment, anyone learning C from K&R should not be writing C period.

That book is legendary only in the magnitude of financial damages it (directly and indirectly) enabled, caused by people who read it and thought that they could now write C.


Small Gods is my favourite so far. I think it's a great example of how Sir Terry could be silly and funny whilst making very interesting points about (usually) serious matters.


hoping not to spoil the book for anyone who hasn't read it, but a line that has stayed with me:

'you don't know what they mean / they know what they mean'


“It takes a long time for a man like Vorbis to die” - is my favorite, but the book is chock full of brilliantly executed philosophy.


at the end of the desert is judgment


I even found Vorbis' end strangely moving, though in large part due to Brutha, of course.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: