HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throwdotnet

no profile record

comments

throwdotnet
·vor 2 Jahren·discuss
I prefer kubntu too, I'm currently on 22.04 LTS or 24.04 LTS depending on the machine.

I don't like the fact that you can't surface the menu with standard cua keyboard shortcuts in dolphin, e.g. alt-v for view. As someone previously using windows this is a step backwards for efficiency.
throwdotnet
·vor 2 Jahren·discuss
I agree with the effortfulness that he writes about here. Thinking involves an effort and concentration, that we tend to avoid if not necessary and use shortcuts. I started out enjoying coding a lot and enjoying the learning process that required the hard thinking.

For me, about a decade ago, it was going from working on a Winforms app to rewriting it to a web app. We went from about 4 layers to about 6 layers including a .net web api and javascript. Instead of creating business logic classes, most of the work went into plumbing the layers. Instead of being fairly simple, the UI became a slog to get right, and there were constant distractions of code design that looked sloppy in the new layers. Also I think the ASD (or is it ADHD) made it harder to overlook those messy layers. I've never had much patience for the boring stuff and those mental distractions made it harder to persevere through rewriting it.

These days I enjoy hobby coding in python and go, but I find it hard to imagine going back to it as a job.