Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
STRiDEX
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
35 ms
·
1.
▲
Making React Testing Library Tests 43% Faster
(sigh.dev)
2 points
by
STRiDEX
27d ago
|
0 comments
2.
▲
by
STRiDEX
2mo ago
classifying things, grouping things. We use it to help group issues at Sentry.
3.
▲
by
STRiDEX
3mo ago
parking in my condo that i own is $200 because the parking spaces are not deeded, shit is crazy here in sf
4.
▲
by
STRiDEX
4mo ago
Bun simplified the pain with the ecosystem switch to esm. deno, at the time, made it worse by doing stuff with url based packages that didn’t fully catch on
5.
▲
by
STRiDEX
5mo ago
I don't think bun worked well before the acquisition. Don't get me wrong, i used it all the time for little scripts, but i would never ship a service at work on bun. Between memory issues and incompatibilities that never get fixed
6.
▲
by
STRiDEX
5mo ago
I guess if they're big enough they should be working on moving off of amazon SES for emails and warming up ip addresses? Otherwise they need to keep a markup on top of amazon. Edit: didn't realize people were paying resend $20. AW
7.
▲
by
STRiDEX
5mo ago
Dumb question but why are chemical weapons always addressed as a risk with llms? Is the idea that they contain how to make chemical weapons or that they would guide someone on how? Would there not already be websites that contain that infor
8.
▲
by
STRiDEX
6mo ago
aren't you describing what elon already did https://grokipedia.com/
9.
▲
by
STRiDEX
8mo ago
I've found the memory limits to block more of my projects than cpu time. They seem to send multiple requests to a single node/process and if you're making some sort of remix app it easily breaks with any kind of load.
10.
▲
You can just port things to Cloudflare Workers
(sigh.dev)
48 points
by
STRiDEX
8mo ago
|
54 comments
11.
▲
by
STRiDEX
8mo ago
The other thing i've noticed about burritos is that more places take card or apple pay now. When I moved to sf in 2015 many of them were cash only, same with bars. I always assumed some amount of cash was being shuffled under the table
12.
▲
by
STRiDEX
10mo ago
run your backend tests against this in memory and tests can be run in parallel instead of using a single real postgres instance
13.
▲
Orion 1.0
(blog.kagi.com)
440 points
by
STRiDEX
10mo ago
|
275 comments
14.
▲
by
STRiDEX
1y ago
Our HoA uses google groups. Mild spam, but overall pretty good for threads. Too many people spam everyone asking for a plumber or whatever
15.
▲
by
STRiDEX
1y ago
What are you doing that requires checking in the compiled version. Esbuild takes like one second
16.
▲
by
STRiDEX
1y ago
That's a good point, I would lose package provenance that way. I guess that is fine since it didn't prevent anything here. I can look into that.
17.
▲
by
STRiDEX
1y ago
Yes, exactly.
18.
▲
by
STRiDEX
1y ago
That's fair, I'm referring to the number of mistakes that happen with local publishing. Publishing the wrong branch, not building from latest etc
19.
▲
by
STRiDEX
1y ago
Sorry if that wasn't clear. This was a token with global publish rights to my npm packages.
20.
▲
Tinycolor supply chain attack post-mortem
(sigh.dev)
168 points
by
STRiDEX
1y ago
|
80 comments
21.
▲
by
STRiDEX
2y ago
there's existing libraries in this space that are quite good. not sure why you would use this instead. storage for example: https://github.com/unjs/unstorage vs byojs storage https://github.com/byo
22.
▲
by
STRiDEX
2y ago
esbuild can bundle typescript files directly, you don't need tsc to strip types edit: nevermind i get what you're saying. check types with tsc and dev work with esbuild
23.
▲
by
STRiDEX
2y ago
I used vue 2 for work during the switch to vue 3. It was horrific to watch as the vue community had to relearn the worst parts of the class components and the massive shortcomings of both the template library type checking and the other par
24.
▲
by
STRiDEX
2y ago
If you use webpack and haven't looked into rspack you should! Can drop it in and speed up large webpack apps, currently investigating it at Sentry.
25.
▲
by
STRiDEX
2y ago
the mission is one of the least foggy neighborhoods
26.
▲
by
STRiDEX
2y ago
I have to do "real" ssr every once in a while via the django jinja html files we have to send emails. It makes me want to die coming from our nice typescript react SPA frontend. Every object is a mystery and jinja syntax is functi
27.
▲
by
STRiDEX
2y ago
driven by facebook in this case https://x.com/sophiebits/status/1800966114048147495
28.
▲
by
STRiDEX
2y ago
i found this Wired youtube video pretty similar https://www.youtube.com/watch?v=8c-gD4mwI8A sound engineer that worked on coachella and they talk about the switch to vertical stacks of speakers
29.
▲
by
STRiDEX
3y ago
Really interesting mix of npm packages, gulpfiles, jshint, both underscore and lodash, backbone.js, some stuff i've never really heard of like nedb which is probably because its more specific to electron. It actually uses node-webkit N
30.
▲
by
STRiDEX
3y ago
those are called css modules - nextjs has built in support https://nextjs.org/docs/app/building-your-application/stylin...
More ›