Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
PudgePacket
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
PudgePacket
4mo ago
+1,009,257 -4,024 wild
2.
▲
by
PudgePacket
5y ago
Heavily speculating but it's not unreasonable that the recording process impacts the game fps. Eg if you had 2 processes trying to max out your CPU it'd be less efficient than doing them one after the other because they're fi
3.
▲
by
PudgePacket
5y ago
Seems very similar to https://www.prisma.io/migrate .
4.
▲
by
PudgePacket
5y ago
kind of giddy thinking about multi-region supabase handled by fly, sky is the limit
5.
▲
by
PudgePacket
5y ago
https://godotengine.org/article/godot-history-images :)
6.
▲
by
PudgePacket
5y ago
There are a number of techniques available to shrink wasm size in rust, this is the best collection of them I'm aware of https://rustwasm.github.io/docs/book/reference/code-size.htm... . Please also consi
7.
▲
by
PudgePacket
5y ago
Tangential but the slab concept is actually really neat, basically a userland allocator for a specific type, or a vector that gives you the key inserted at depending on how you prefer to think. https://docs.rs/slab/ .
8.
▲
by
PudgePacket
5y ago
Thanks for point it out, after a quick glance it actually looks like something I want to learn more about. Takes the niceties from prisma.io schema tooling and bring it closer to postgres.
9.
▲
by
PudgePacket
5y ago
https://abramov.io/rust-dropping-things-in-another-thread
10.
▲
by
PudgePacket
5y ago
https://web.dev/vitals/
11.
▲
by
PudgePacket
5y ago
I only learnt about the logging and tracing crates existed from this blog post and I've already started using them, so thank you!
12.
▲
by
PudgePacket
5y ago
This is a great article and you can tell the author has deep experience with SQL from the way they speak and the other projects they're involved in. I think many of the comments here are missing the point by saying "Oh you can get
13.
▲
Porting our game graphics to wgpu
(veloren.net)
2 points
by
PudgePacket
5y ago
|
0 comments
14.
▲
by
PudgePacket
5y ago
sqlx is able to do this, but using compile time macros. For a typescript project you'd possibly need a running process reading your source files for queries and probing the database for what will come back. https://github.co
15.
▲
by
PudgePacket
5y ago
Can you blame people for getting fatigued from this kind of news? (Also it's been 16 years ;) ) Every 6 months there is a new use of graphene that promises 10x something, new cancer treatment that is revolutionary, new AI that can solv
16.
▲
by
PudgePacket
5y ago
There's a lot of interesting people in this space Many I've discovered through this podcast, which features a number of people on the above list as guests: https://peterattiamd.com/podcast/
17.
▲
by
PudgePacket
5y ago
> uMatrix has been discontinued. The repository has been archived. It still works.
18.
▲
by
PudgePacket
5y ago
Last year I made Kondo, to clean up all the dependencies files from software projects you're not actively working on (eg node_modules). Awesome if you about to Zip up a bunch of old projects for archiving, or just want to reclaim disk
19.
▲
by
PudgePacket
5y ago
> They are extinct, so supporting his hypothesis Or they were hunted to death by organised groups of early humans. Wales are probably only surviving because their environment is so foreign to humans.
20.
▲
by
PudgePacket
5y ago
Oh that's awesome, thank you for linking!
21.
▲
by
PudgePacket
5y ago
Would be nice to be able to declare "Use this size image when the img is being rendered at x size/width/height", size could depend on css, width/height properties, or just imposed by a parent element. Choosing an im
22.
▲
by
PudgePacket
5y ago
This is super cool to see! Deno is really refreshing coming from node fulltime.
23.
▲
by
PudgePacket
6y ago
> Is the status page relevant though? What's the point of a status page then if it does not show you the status? I don't want to be chasing down twitter handles and support pages during an outage.
24.
▲
by
PudgePacket
6y ago
Mate.. how are you going to get your uber anyway without internet?
25.
▲
by
PudgePacket
6y ago
Is it also a repo we can pull for updates?
26.
▲
by
PudgePacket
6y ago
I think not enough people appreciate just how amazing TS type system is, I often want to use it in pretty much every other language I use.
27.
▲
by
PudgePacket
6y ago
Could you purge conditionally? Eg Purge where message importance < critical.
28.
▲
by
PudgePacket
6y ago
Just tried webauthn.io. Doesn't even work :/ I clicked register and it said "Use your security key now or cancel". What does that even mean? What's a security key? Is it a setting in my browser? I have lastpass inst
29.
▲
by
PudgePacket
6y ago
The ergonomics are certainly top notch. The only other ECS I've used is the in-progress Unity one, and boy is that _painful_ by comparison.
30.
▲
by
PudgePacket
6y ago
That's correct.
More ›