Viewing profile — chrsjxn
chrsjxn
HN member- Joined
- Fri, Dec 16, 2022, 10:13 PM UTC
- HN karma
- 104
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About chrsjxn
No profile information was provided.
Recent public activity
-
comment
Comment #36980143
Yeah, that's where I'm at, too. Authoring web components directly is too low level to be practical. You can easily end up reimplementing a ton of existing framework logic around re…
-
comment
Comment #36965253
For me, this feels worse than wikipedia using JSON as an example. JSON isn't a great HTMl representation, and the wikipedia examples are definitely missing details about how the un…
-
comment
Comment #36899610
I really struggle to understand how someone with fundamental programming knowledge and the relevant HTML/CSS skills could run into issues like this without some serious mental bloc…
-
comment
Comment #36675768
Maybe this is just a terminology mismatch, but when you say "incident" that's been a pretty urgent process everywhere I've worked. Other people are talking about breaking CI, which…
-
comment
Comment #36675190
Heh. I've been there and tried to do this with feature flags and a handful of other tech debt work. It can feel good to make people do their chores, but you can also burn a _lot_ o…
-
comment
Comment #36306342
The awesome thing is that this comes right after an example that uses about 200 characters... I know we love to talk about optimizing web contents, but a single selector and a few …
-
comment
Comment #36233954
There's like two main ways this kind of mistake happens. One is a programmer using the wrong string ID. Probably a mistake when searching a translation file/db. The second is missi…
-
comment
Comment #36120139
The "framework" here is exceptionally small. You can read the whole thing: https://github.com/vanjs-org/van/blob/main/src/van.js Personally, it doesn't do enough that I'd seriously…
-
comment
Comment #36068970
This narrative ( https://vanjs.org/about#story ) about modern JS tooling being opaque, exclusive, and hard to learn is frustrating. If all you need is HTML rendering and basic stat…
-
comment
Comment #36068640
Tag functions being implemented with a Proxy ( https://vanjs.org/tutorial#api-tags ) could make that a little cumbersome, and would break the abstraction that `div(...)` just retur…
-
comment
Comment #36065439
I feel like that just makes it worse (though I didn't know about the DA's office messing up the paperwork). Let's assume that understaffing and additional work required to close ca…
-
comment
Comment #36063188
SFPD had a 6% clearance rate for all property crimes in 2020, with reports that it got lower since [1]. There are a lot of anecdotes, occasionally newsworthy, about SFPD watching t…
-
comment
Comment #36042032
I'm mostly thinking outside the scope of just this one example. Even good recipes have a lot of variability in cooking time. The differences between how hot people cook at home and…
-
comment
Comment #36041506
> You are not going to be able to cook chicken in 3-4minutes per side like so many recipes claim. It's just not possible to have a good outside temperature and a good inside temper…
-
comment
Comment #35925793
The semicolon and all the brackets look to have a lot more emphasis than they do in many common monospace fonts, which makes a lot of sense if you're designing your font for develo…
-
comment
Comment #35865212
There are so many ways for "impact" to go wrong during promotions and performance reviews. I think my favorite were projects that just didn't have any metrics. Or that claimed to h…
-
comment
Comment #35839517
There's some difference, but I'm still not convinced. An htmx app is still using JS to manipulate the state of the DOM based on the results of API calls. You could build an app wit…
-
comment
Comment #35834369
I love articles like these, because the narrative of "JS framework peddlers have hoodwinked you!" is fun, in an old-timey snake oil salesman kind of way. But I'll be honest. I'll b…
-
comment
Comment #35808283
Feel free to check my math, but Waymo's 2 accidents in 1,000,000 driverless miles ( https://blog.waymo.com/2023/02/first-million-rider-only-mile... ) is higher than the rate for hu…
-
comment
Comment #35806366
That's just a local bias. I used to live where a street turned from two-way to one-way, and people drove the wrong way all the time. But that doesn't change the fact that human bei…
-
comment
Comment #35778246
To be 100% clear, my main AI fear is that these tools are going to be exactly as dumb as people but much, much faster. We know optimization engines (like social media algorithms) c…
-
comment
Comment #35777726
Automatic translation is impressive, to be sure. But looking up information and translating it into other languages is well within the realm of human skill. And the information it'…
-
comment
Comment #35777523
So much of this is going to hinge on what "smarter" means. My local library has heaps more knowledge than most individual people, but it'd be weird to call it "smarter" than a pers…
-
comment
Comment #35777174
That statement seems like such science fiction that it's kind of baffling an AI expert said it. What does it even mean for the AI to be smarter than people? I certainly can't see a…
-
comment
Comment #35747364
Only stealing from people who haven't asked you nicely to stop doesn't scream "highly ethical" to me Security researchers put a lot of emphasis on responsibly disclosing vulnerabil…