+1,009,257 -4,024
wild
HN user
+1,009,257 -4,024
wild
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 fighting for resources, doing context switching (losing cache etc).
Seems very similar to https://www.prisma.io/migrate.
kind of giddy thinking about multi-region supabase handled by fly, sky is the limit
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 consider Unity web used to be significantly worse and it took multiples of bevy's lifetime for it to get to where it is now :)
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/.
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.
I only learnt about the logging and tracing crates existed from this blog post and I've already started using them, so thank you!
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 around that issue in that example snippet by doing X Y Z". Sure there are workaround for everything if you know the One Weird Trick with these 10 gotchas that I won't tell you about... but that just makes the authors point.
We can do better. We deserve better.
What could things look like if you could radically alter the SQL language, replace it altogether, or even move layers from databases or applications into each other?
Who knows if it will be better or worse, but I'd like to find out.
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.com/launchbadge/sqlx/#compile-time-verificati...
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 solve the worlds hardest problems ...
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/
uMatrix has been discontinued. The repository has been archived.
It still works.
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 space without deleting anything of value.
It was an experiment in Rust, and I even made a little GUI too!
Eg, Origins of the Human Predatory Pattern: The Transition to Large-Animal Exploitation by Early Hominins
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.
Oh that's awesome, thank you for linking!
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 image size based on the size of the entire screen is a hack that we've just accepted because we don't have a more precise tool.
Yes, you can technically achieve it with JS, but that's a crutch, and less helpful for page load.
This is super cool to see! Deno is really refreshing coming from node fulltime.
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.
Mate.. how are you going to get your uber anyway without internet?
Is it also a repo we can pull for updates?
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.
Could you purge conditionally? Eg Purge where message importance < critical.
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 installed, can it use that? Is it supposed to integrate with the Mac keychain somehow? Gave me no options but cancel.
Pretty underwhelming if that's the future of web auth..
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.
That's correct.