HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cjen

no profile record

Submissions

How to Build Agents Users Can Trust

builders.ramp.com
1 points·by cjen·anno scorso·0 comments

Tell HN: Aaronsw.com is no longer online

4 points·by cjen·2 anni fa·1 comments

[untitled]

2 points·by cjen·2 anni fa·0 comments

comments

cjen
·2 anni fa·discuss
It will be true because of the "within a visibility timeout" right? Of course that makes the claim way less interesting.

I took a peek at the code and it looks like their visibility timeout is pretty much a lock on a message. So it's not exactly once for any meaningful definition, but it does prevent the same message from being consumed multiple times within the visibility timeout.
cjen
·2 anni fa·discuss
YJIT and Ruby 3.3 have really impressed me as well. Their VM engineers are clearly doing something right.

Related to Ruby perf, I still hear folks worried about rails “not being able to scale”. Let me say something controversial (and clearly wrong): Rails is the only framework that has proven it _can_ scale. GitHub, Shopify, AirBnb, Stripe all use rails and have scaled successfully. Very few other frameworks have that track record.

There’s plenty of reasons to not use rails, but scaling issues doesn’t feel like a strong one to me.
cjen
·2 anni fa·discuss
To provide some context for this, Atlassian originally created a drag and drop library called react-beautiful-dnd. A few years ago they stopped maintaining the library, and some community forks took over (I think @hello-pangea/dnd is the most popular).

In the interim I've found https://dndkit.com a _really_ nice solution, but it's only available in React-land.

Looks like this new library was written at least in part by the same guy who wrote react-beautiful-dnd, so my hopes are high (as long as this one stays maintained...)
cjen
·2 anni fa·discuss
This seems incredibly important. I know non-compete rules personally held me back at a previous tech job.

I'm interested to see how this hits finance firms – I know people who were forced to take a year off between jobs (although they were compensated the whole time). Always thought that would be a pretty sweet deal.
cjen
·2 anni fa·discuss
I was surprised today to find that Spectrum doesn't enable IPv6 by default. Only figured this out after way too long trying to ssh into my IPv6-only Hetzner instance.

Ended up just paying for an IPv4 address to avoid the hassle.

I don't think this is "the year of IPv6" but it might be its decade.
cjen
·2 anni fa·discuss
SchemaStore is a collection of JSON schema files. It's been down for about 9 hours now. You may lose autocomplete on json files in some editors because of this.