Arch, i3, IntelliJ, VSCode when I’m not in Java.
- 0 posts
- 54 comments
- nik9000@programming.devto
Selfhosted@lemmy.world•Open Source Developers Are Exhausted, Unpaid, and Ready to Walk AwayEnglish
7 monthsI liked the article. It sung to my heart. I’ve been in this world for a while. Lived through the failure and hyperacalars just taking without giving back.
I don’t know what to think. But I’m not happy with where we are and it’s nice to hear someone else talking about it.
- nik9000@programming.devto
Programmer Humor@programming.dev•Computer Science Courses that Don't Exist, But Should
8 monthsThat’s not what I was thinking but I like it! Http caching is pretty magic. Stateless nodes and easy scaling too.
For some kinds of problems you really can’t beat varnish and friends. It’s how we have Wikipedia, after all.
- nik9000@programming.devto
Programmer Humor@programming.dev•Computer Science Courses that Don't Exist, But Should
8 monthsYou have to learn this through suffering. Class would have to be project based.
- nik9000@programming.devto
Programmer Humor@programming.dev•Computer Science Courses that Don't Exist, But Should
8 monthsIt’d be fun to talk shop with the fast code in slow languages folks. I do that for a living. I remember three ways, but I’m sure there’s more:
- “Just use a better data structure”
- “My language is a DSL for a faster language” (Polars, Numpy, etc)
- “My compiler is surprisingly good if I’m careful” (Julia, JVM, etc)
My first thought was that it’d be a great oracle for randomized testing.
I’m not good at this but that’s never stopped me from making a fool of myself before.
Iterators are monads because they have a
flatMapon them. It takes each element and spits out a new iterator which is merged in to the result.Option is a monad too. Same reason. You can map the contents to another option. And you won’t get called if there’s nothing inside.
Promises are monads too. You can map the result to another promise. The wrinkle here is that you don’t get to know when the map happen. Or it might not get called at all if the promise errors out.
IO can be a monad because you can ask it for input and wait for the result. It’s just the same as a promise.
See how these different things share a common behavior? That’s monad. Or, maybe it’s monoid. Names are hard and I’m busy making a fool of myself.
Monads are nothing more than a useful abstraction. Haskell is famous for them because they couldn’t make Haskell do imperative stuff without them so they spread them all over the language.
We all use them every day in regular programming. We just don’t think of them as a class of thing.
- 9 months
I say this with all appropriate irony: as the guy that deployed it at for Wikipedia, yes.
- nik9000@programming.devto
Linux@programming.dev•Might need to switch distros, which one should i use?
10 monthsI don’t think you have to change. But if you want a new hobby, try Arch. I got it just the way I like it years ago and haven’t had to change anything. I picked Arch because I always ended up on their wiki anyway.
There is still fun to be had! Just… Different fun!
In database land lookup tables are pretty common. Prefix tries and the like are super common in search land. I’ve seen GCD, offset, delta-of-delta, and some funky bitwise floating point compression used. Sometimes just to save dist space. But usually to save working set space or IO or S3 cache space.
And squeezing the most out of modern CPUs is its own art. Compilers are glorious. And modern CPUs are magic lightning rocks. But you can learn to sing to them just right to make them all happy.
I’ve been in the industry since 2001 and think maybe once I had a one-meeting cycle.
I use Arch and i3. It’s old but it’s set up the way I like it. I’ve spent maybe an hour in the past year poking at os stuff. Seems plenty stable to me.
I worked on a project that was open source and then not and now is. The commhnity is gone. Maybe it’s just because we’re older.
Take the win.
I mostly just use GitHub for work. I don’t think the social media bits matter.
Except stars. I’ve been told investors use stars as a proxy for interest lately. I see how bots these make a lot of sense.
All this bots stuff reminds me of an off hand part of Anathem. They had this historical arms race of garbage spread on their internet. There’s these monk folks who have been fighting it for generations. I thought it was sill years ago. Feels sane now.
Looks like I duplicated this comment. Deleting.
I follow two people. I have no idea why I did that either.
Same as lemmy username
147 people follow me. I have no idea why. I’m boring.



I used to switch to
perlorpythonif I neededawk. These days I don’t tend to run into it as much. Not sure if that was a good choice. But it’s how I spent the past 25 years.