Readit News logoReadit News
trevorhinesley commented on A.I. researchers are negotiating $250M pay packages   nytimes.com/2025/07/31/te... · Posted by u/jrwan
libraryatnight · a month ago
I weep for humanity.
trevorhinesley · a month ago
He said he’d forego glory, not values.
trevorhinesley commented on Vanilla JavaScript support for Tailwind Plus   tailwindcss.com/blog/vani... · Posted by u/ulrischa
richardlblair · a month ago
Didn't see today's DHH rant about talk therapy?
trevorhinesley · a month ago
Where he encouraged people to lean into intentionality and finding purpose rather than using therapy as a replacement?

I have a diagnosed anxiety disorder and I’ve benefited GREATLY from talk therapy in numerous ways. I’m an advocate for therapy. I simultaneously stand behind his post as a healthy nudge for many.

trevorhinesley commented on A Deep Dive into Solid Queue for Ruby on Rails   blog.appsignal.com/2025/0... · Posted by u/fbuilesv
morkalork · 2 months ago
Doesn't Ruby, like Python, have a GIL? I always found that one is enough to encourage some "premature scalable architecture"
trevorhinesley · 2 months ago
It does have a GIL. You’re not wrong, but by that same logic, there’s pitfalls when using multi-threading as well, even in languages where it’s native (e.g., Elixir).

Regardless, in my experience, when you run into scenarios that need queueing, multi-threading, etc., you need to know what you’re doing.

trevorhinesley commented on A Deep Dive into Solid Queue for Ruby on Rails   blog.appsignal.com/2025/0... · Posted by u/fbuilesv
charcircuit · 2 months ago
Culture around a language influences what choices are made.
trevorhinesley · 2 months ago
I’ve never felt like “throw everything into a queue” was a mindset within the Ruby community, nor have we done that at my companies. And multi-region is a business decision.
trevorhinesley commented on A Deep Dive into Solid Queue for Ruby on Rails   blog.appsignal.com/2025/0... · Posted by u/fbuilesv
nkraft11 · 2 months ago
I briefly worked at a YC company that was a ruby shop. Their answer to every performance problem was to stick it on a queue. There were, I don’t know, dozens of them. Then they decided they needed to be multi-region, because reasons. But the queues weren’t set up to be multi-region, so they built an entirely new service that’s job was to decide which queue in which region jobs needed to go on. So now you had jobs crisscrossing datacenters and tracking any issue became literally impossible. Massively turned me off to both that company and ruby in general.
trevorhinesley · 2 months ago
Neither sticking everything into a queue nor going multi-region are Ruby’s fault.

Deleted Comment

trevorhinesley commented on Zed: High-performance AI Code Editor   zed.dev/blog/fastest-ai-c... · Posted by u/vquemener
thfuran · 4 months ago
Look, you can insist that a 1440p monitor can only show blurry text all you like, but the problem that people are talking about is that the text is even blurrier than that.
trevorhinesley · 4 months ago
I didn't insist that. Understood, but specifically, I was talking to the comment I replied to, which was about 1440p monitors in particular.
trevorhinesley commented on Zed: High-performance AI Code Editor   zed.dev/blog/fastest-ai-c... · Posted by u/vquemener
krastanov · 4 months ago
I am amazed people consider 1440p low resolution. My knee-jerk reaction was to assume you were sarcastic. I use a monitor of roughly that many lines of pixels and have never had observed blurry text in the tools I use (and I use fairly small fonts).
trevorhinesley · 4 months ago
Are you using enlarged text or native 1440p? If the latter, have you used 4k or retina displays in the past? It’s hard to go back after that.
trevorhinesley commented on Show HN: Novanode, Global load balancing with Caddy, no vendor lock-in    · Posted by u/martianE
martianE · 5 months ago
We're hosted on HN darling, Fly.io. Multi region instances come with a anycast IP
trevorhinesley · 5 months ago
Oh interesting, good to know.
trevorhinesley commented on Show HN: Novanode, Global load balancing with Caddy, no vendor lock-in    · Posted by u/martianE
mlhpdx · 5 months ago
Maybe a comparison to AWS Global Accelerator would be helpful to understand the "global" aspect. Having instances in multiple regions is just a starting point.
trevorhinesley · 5 months ago
Ahhh got it, this is focusing primarily on load balancing at a lower layer of routing then than what I'm referring to. While not wrong, "global load balancing" threw me off a bit.

EDIT: see the other reply, appears that it handles both given it leverages Fly's Anycast setup.

u/trevorhinesley

KarmaCake day126October 31, 2013View Original