HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gmassman

no profile record

comments

gmassman
·2 mesi fa·discuss
Sudoku. Wordle is a distant second.
gmassman
·3 mesi fa·discuss
Usually these were the developers who said their code didn’t need tests because it’s obviously correct/too simple to need them. And then their bug causes a crash that needs to be fixed over the weekend :/
gmassman
·3 mesi fa·discuss
I guess the joke is you can scale a file system or a fish, but can only tune a file system?
gmassman
·3 mesi fa·discuss
Very exciting! Congrats on the release, this will be a huge benefit to all folks building RAG/rerank systems on top of Postgres. Looking forward to testing it out myself.
gmassman
·4 mesi fa·discuss
Seems like an anti-pattern to me to run AI models without user’s consent.
gmassman
·7 mesi fa·discuss
I’ve been using a zenbook for about 8 years now. Hardware and battery are still surprisingly solid, although one of the hinges is starting to fail…
gmassman
·8 mesi fa·discuss
Fiction can reveal a lot of real wisdom if you’re open to receiving it.
gmassman
·9 mesi fa·discuss
I’ve been migrating our services off of Azure slowly for the past couple of years. The last internet facing things remaining are a static assets bucket and an analytics VM running Matomo. Working with Front Door has been an abysmal experience, and today was the push I needed to finally migrate our assets to Cloudflare.

I feel pretty justified in my previous decisions to move away from Azure. Using it feels like building on quicksand…
gmassman
·10 mesi fa·discuss
The BEAM is an amazing piece of technology. It’s built to scale massive concurrent systems and has great developer ergonomics. I’ve used it with Elixir and it’s really a breath of fresh air as far as running a webserver goes. Much more flexible and simpler to manage than a python or nodejs runtime, and also capable of scaling up with far fewer resources than you would think. Highly recommend giving it a go!
gmassman
·6 anni fa·discuss
Programmers and problems come in a bunch of varieties. Some programmers only need to solve a small subset of problems, so understandably their skill set doesn't need to be particularly broad. It's ok to be capable in a niche area if that brings value to you or your organization. Largely though, programming does come down to problem solving.

The best programmers have an eye for detail that can see below the surface of a system. When someone says "we need feature X because Y", they take a Socratic stance and ask "Why do they believe X will solve Y? Why is there a Y? Is there also a Z or a W to consider?" These aren't necessarily coding questions, they're engineering and process questions. Anyone with some familiarity with a system and the tools can add feature X, but the best developers will think about the precursors and implications of X first in hopes of improving the system as a whole.