HN user

sali0

244 karma
Posts1
Comments97
View on HN

The school was bombed by US Tomahawk missiles, twice via a double tap so the medical personnel were killed too.

It's absolutely absurd to think this would be caused by a misfire from Iran.

There was zero evidence they were close to a nuke. In fact, they've been alleged to be weeks away from a nuke for over 20 years. And the accusations come from the ones with the illegal nukes themselves!

This was true 3 years ago but not generally the case anymore. There's been significant advancements to move away from trusted setups and the speedups with current methods are quickly approaching viability.

noob question, i'm currently adding telemetry to my backend.

I was at first implementing otel throughout my api, but ran into some minor headaches and a lot of boilerplate. I shopped a bit around and saw that Sentry has a lot of nice integrations everywhere, and seems to have all the same features (metrics, traces, error reporting). I'm considering just using Sentry for both backend and frontend and other pieces as well.

Curious if anyone has thoughts on this. Assuming Sentry can fulfill our requirements, the only thing taht really concerns me is vendor-lockin. But I'm wondering other people's thoughts

It's fine if you know them well. The unclarity in boundaries between client and server components, and the unintentional complexity that brings, is just frustrating to work with. I will gladly take a CSA any day.

But don't let a random internet stranger detract you. If it works for you, go for it.

Next and RSCs have become some of the most frustrating things I've worked with on frontend. Dealing with FE is already annoying enough, but having to wrestle the magic of Next and then vendor lock-in to Vercel to top it off.

Team is trying out Tanstack router + vite this week. Excited to build a regular ass CSA.

Would be nice to pop it up on the phone via an app. PWA would also be nice.

But main reason is so he can monetize. Would gladly pay a few dollars for this.

I love this, spent more time on it than i thought i would. You should make this into a native mobile game.

Partially agree. But I can't help thinking this is the natural lifecycle of protocols. They first start as open projects, proliferate as such, and evolve into standards with governance once they catch on.

What would you call these projects? Open protocols?

Claude 4 1 year ago

I've found myself having brand loyalty to Claude. I don't really trust any of the other models with coding, the only one I even let close to my work is Claude. And this is after trying most of them. Looking forward to trying 4.

When traveling, a funny thought I always have is watching other tourists take the same photos, from the same exact location, knowing it will be backed up to iCloud. I can't help but imagine how much disk space is taken up by duplicates of the exact same photo.

Almost had to get neck surgery from a BJJ injury + sitting on a computer all day. This was after BJJ training 3 times a week + lifting twice a week. Would wake up with numb pinkies and would experience shooting pains up and down my neck as I was sitting at my computer.

The thing that prevented a surgery for me was simply fixing my posture, by strengthening the upper back and neck muscles. The most effective exercise I've experienced to achieve this is cable face pulls, with a grip that externally rotates the shoulder. You can see an example here[0].

Non-gym related thing that also helps with posture is getting a standing desk. Its not even necessary to stand, but simply having the ability to change the height of your desk is a massive help for getting the correct sitting posture.

[0] https://www.youtube.com/watch?v=ljgqer1ZpXg

The cynicism of HN surprises me sometimes.

I love Rye. After using package managers from other languages like cargo and hex, the lack of a similar system for Python always had me yearning for more. I'm really happy to say Rye has completely solved this itch for me, and its a real pleasure to use as someone who doesn't want to install different tools to manage venvs, python versions and my project's dependencies. Rye just does it all.