Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
danfritz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
danfritz
2mo ago
Yep, it seems that if you hammer messages things get easily dropped or the async behavior is not executed. IMO the reset should fire regardless what happens after it.
2.
▲
by
danfritz
2mo ago
This feels a lot like sagas and redux sagas. Anyone else got that vibe?
3.
▲
by
danfritz
3mo ago
It's my daily driver, it's fast affordable and with a bit of guidance gets the job done. I only reach for Claud when i need to plan something big or want to have a sparring partner to fire of some ideas. I think what a lot of peop
4.
▲
by
danfritz
3mo ago
This resonates a lot with me. I often use AI for the plan and let it propose multiple possible implementations, I often have to point out the glaring easier / logical solution. When implementing its often a lot of misses with a few gol
5.
▲
by
danfritz
4mo ago
Always let your db generate uuids. On postgres this is easy since v18 it supports uuid v7! There is no need to set uuids through javascript or node imo
6.
▲
by
danfritz
4mo ago
I wonder how well this corolates with azure incidents. Especially for the US regions.
7.
▲
by
danfritz
5mo ago
Alternative https://github.com/peterldowns/localias Granted no fancy UI to start and stop things but is it really needed? Tbh this is not a single binary you need dnsmasq go and other things
8.
▲
by
danfritz
5mo ago
I can only say: learn how to use reduce and you never loop twice through a list of items or objects. To me reduce is very easy to reason about and makes it super easy to properly filter, combine, extract values without ending with filters o
9.
▲
Adonisjs v7 released (Next.js alternative)
(adonisjs.com)
3 points
by
danfritz
7mo ago
|
0 comments
10.
▲
by
danfritz
7mo ago
Ha yes classic showcase of: 1) obvious green field project 2) well defined spec which will definitely be in the training data 3) an end result which lands you 90% from the finish Now comes the hard part, the last 10%. Still not impressed he
11.
▲
by
danfritz
7mo ago
Indeed totally unbearable to even read the article
12.
▲
by
danfritz
8mo ago
By the time I have figured out all those quirks and guardrails I could have done it myself in 45min tops.
13.
▲
by
danfritz
8mo ago
Whats the improvement here? I spend more time fixing it then doing it myself anyways. And I have less confidence in the code Opus generates
14.
▲
by
danfritz
8mo ago
Every time I see a post like this on HN I try again and every time I come to the same conclusion. I have never see one agent managing to pull something off that I could instantly ship. It still ends up being very junior code. I just tried a
15.
▲
GitHub partial outage
(githubstatus.com)
188 points
by
danfritz
10mo ago
|
82 comments
16.
▲
by
danfritz
10mo ago
Related to the recent announcement they are moving to Azure?
17.
▲
AI Pullback Has Officially Started
(planetearthandbeyond.co)
62 points
by
danfritz
11mo ago
|
62 comments
18.
▲
Safe Chain prevents developers from installing malware
(npmjs.com)
11 points
by
danfritz
1y ago
|
1 comments
19.
▲
Safe Chain: Stopping Malicious NPM Packages Before They Wreck Your Project
(aikido.dev)
2 points
by
danfritz
1y ago
|
0 comments
20.
▲
by
danfritz
1y ago
Looks cool but how much does it cost?
21.
▲
by
danfritz
1y ago
Not my experience, I have done fairly complex things like building / releasing a whitelabel ios and android app which is branded in ci per customer. Like othes have suggested, keep the actions simple by having lots of scripts which you
22.
▲
by
danfritz
2y ago
I've always used https://github.com/pzavolinsky/ts-unused-exports Has more features (like excluding enums) and works very well in large code bases.
23.
▲
by
danfritz
2y ago
Clearly the real good refactor was using reduce instead of filter / map. No need to loop twice over the array. Always use reduce if there are chained methods going through arrays
24.
▲
Study on the Impact of Format Restrictions on Performance of LMM
(arxiv.org)
1 points
by
danfritz
2y ago
|
0 comments
25.
▲
by
danfritz
2y ago
Ha great we finally arrive at the "Next.js React features" which basically forces everyone to use Next.js or an additional framework on top of React which now have to play catchup with whatever react - next.js think is "best&
26.
▲
Gorilla, belgian startup that helps energy providers crunch big data raises $25M
(techcrunch.com)
1 points
by
danfritz
2y ago
|
0 comments
27.
▲
by
danfritz
2y ago
It seems dead? https://github.com/aws/chalice/issues/2067
28.
▲
Pigment CSS: the next generation of CSS-in-JS
(mui.com)
1 points
by
danfritz
2y ago
|
0 comments
29.
▲
Reverse Engineering Ticketmaster's Rotating Barcodes (SafeTix)
(conduition.io)
3 points
by
danfritz
2y ago
|
0 comments
30.
▲
by
danfritz
2y ago
I'm a long time material ui user and always disliked the tailwind approach of slapping classnames in a long string. After reading the excellent article it hit me, I'm already doing the exact same :facepalm: <Box mr="4"
More ›