Viewing profile — prinny_
prinny_
HN member- Joined
- Thu, May 30, 2024, 6:13 PM UTC
- HN karma
- 688
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About prinny_
No profile information was provided.
Recent public activity
-
comment
Comment #49224593
I believe there are some programming jobs in which the code is absolutely the easier part. Not all of us work in signal processing, integrated systems or have to push upstream to L…
-
comment
Comment #49222178
I like working from the office for the same reasons. Makes my home feel home and keeps my workplace out. However, I also used to commute for an hour and a half just to go to the of…
-
comment
Comment #49203757
They expect a sort of breakpoint at which each subsequent model version will only be marginally better than the previous ones, thus allowing them to retain their value for some tim…
-
comment
Comment #49190099
I guess an interesting use case for this would be to pinpoint exactly which change was made by who in cases where multiple people / agents work on the same code at the same time. T…
-
comment
Comment #49123129
From an engineering perspective slow is smooth is fast, but from a sales perspective slow is smooth is slow. If you quote superior quality with 6 months later delivery your competi…
-
comment
Comment #48697579
The value of FE unit testing is inversely proportional to the amount of mocking in said tests. I once worked on a complex admin dashboard with lots of business edge cases. The unit…
-
comment
Comment #48592443
AI slopping my config is what allowed me to learn vim without going through the pain of setting it up. I can ask AI to teach me about some motions or set up some configs for m in l…
-
comment
Comment #48429043
Does it matter if the response is tone deaf or simply misguided? I am a bit nihilistic here, but in one week absolutely nobody will be talking about this. Are the affected individu…
-
comment
Comment #48427447
WASM is not for games specifically, it's for anything that needs native performance but also needs to run on the web.
-
comment
Comment #48355807
Interesting. Can you please elaborate more? Is it due to the combination of popular foundation (js) and the addition of strong typing? The runtime environment differences? The ease…
-
comment
Comment #48350524
> A word to web devs. I hate your crap. I would like to say I agree with the proposition of your post and your arguments, but as a web dev please don't mix the state of the web wit…
-
comment
Comment #48270441
I believe there is a middle ground here. Quick calls can definitely mess with your flow in your day to day work, but ruining multiple hours of “in the state” is either an overstate…
-
comment
Comment #48200408
For people like him who probably already have enough money it’s probably just chasing the opportunity to work at the bedding edge of the field he loves. And maybe get to be the fat…
-
comment
Comment #48199066
Only issue is what happens when the company that owns the search and has a dominant share of the browser market flags your site with the good old "warning: potential risk ahead" wh…
-
comment
Comment #48198976
You're allowed to exist on the web. The alternative is you are pushed out, your site is not indexed and google / chrome labels it as a security risk when people are trying to reach…
-
comment
Comment #48160465
Is it expected to be hard? Meta currently employees a lot of people who are willing to be there for any number of reasons. If 2 years down the line Meta announces a hiring push off…
-
comment
Comment #48079183
I doubt AI can educate the masses simply because the masses would have to prompt it to educate them. Almost no one in my social circle knows, let alone understands Google’s recent …
-
comment
Comment #47950809
I have been following zed for quite some time and I use it daily alongside nvim (haven’t yet tried zed vim mode, planning to). I really like the performance and control zed provide…
-
comment
Comment #47913239
I think it’s a nice feature. I use it to have designs on one part of the screen and implementation on the other. That way I can jump between “designs | implementation” and “PR | sw…
-
comment
Comment #47827487
Vercel promises to engineer the pain away when it comes to deployment. The thing however is that Vercel introduced that pain in the first place by writing sub-par documentation and…
-
comment
Comment #47476016
Everyone trash talking the JS ecosystem without contributing the slightest to the conversation would benefit a lot if they read https://www.artmann.co/articles/30-years-of-br-tags …
-
comment
Comment #47475984
I believe if you read this article https://www.artmann.co/articles/30-years-of-br-tags your "wtf is wrong with js developers" question will be answered.
-
comment
Comment #47172130
Unrelated to the topic at hand but related to the technologies mentioned. I weep for Redux. It's an excellent tool, powerful, configurable, battle tested with excellent documentati…
-
comment
Comment #47151599
I have "default for all websites: block audio" in my firefox settings and that site still played music.
-
comment
Comment #47071292
There is a world where approaches like HTTP 402 are implemented to monetize API usage.