Glad you mentioned this. I was puzzled by the starry looking background during reentry
HN user
juancampa
https://membrane.io https://twitter.com/juancampa
How about companies providing Redis as a service?
Isn’t this what competition solves?
Autopilot in an aircraft is basically cruise control, not full self flying.
Amazing! Looking forward to the egui adapter
The article mentions redundancy but doesn't specify what organization is claimed to make CSB redundant. I'm guessing it's the NIH since, to be fair, Vance announced an investigation into the East Palestine chemical spill five days ago: https://www.hhs.gov/press-room/nih-long-term-health-research...
Right, but that budget is enough to pay 60+ $200k salaries. I'd imagine that New Horizons is mostly coasting and there isn't a lot of new data for long periods of time.
This quote about New Horizons is puzzling
The New Horizons spacecraft [...] reached Pluto in 2016 and is currently exploring other distant features of the system [...]. Keeping it running today by receiving its transmitted data and making sure it remains on course costs about $14.7 million a year, or less than 2% of its total price tag.
Does anyone know why this would be so expensive? A slice of Deep Space Network time must be expensive but it still sounds like an outrageous figure to me.
fission + fusion
Honest question. Which laws?
Agreed, if the title were "Astronomers reclassified asteroid..." there's barely any reason to click on it.
Isn't it cheaper than normal S3 though?
S3 Express One Zone delivers data access speed up to 10x faster and request costs up to 50% lower than S3 Standard [0]
The critical difference seems to be in availability (1 AZ)
[0] https://aws.amazon.com/s3/storage-classes/express-one-zone/
One more question. How does it handle large files that are frequently modified in arbitrary locations (like a SQLite file)? Will it only upload the "diffs" to S3? I'm guessing it doesn't have to scan the whole file to determine what's changed since it can keep track of what's "dirty".
I ask because last time I checked, S3 wouldn't let you "patch" an object. So you'd have to push the diff as separate objects and then "reconstruct" the original file client-side as different chunks are read, right?
We're also interested in SQLite shared by multiple processes on something like Regatta but my concerns are the issues described in the SQLite documentation about NFS [1]. Notably "SQLite relies on exclusive locks for write operations, and those have been known to operate incorrectly for some network filesystems."
Membrane | Founding Engineer | REMOTE (US Timezones) | Full-time | $150k & Equity Options
We're working on a radically easier way for programmers to automate tasks, build utilities and internal tools. More info: https://membrane.io
We're a small team looking to hire a Founding Engineer who can wear many hats (as we all do), someone who is passionate about building high-performance systems. Extra points if you're confident digging deep into large codebases like VSCode, QuickJS.
Stack: Egui, QuickJS, Wasmtime, Kubernetes, SQLite, Postgres, VSCode.
Interested? Reach out: juan <at> membrane.io
egui itself has great support for charts. Check out the demos under "Plot" in https://www.egui.rs/
That’s the point of using a NN. If it detects people, dim it (losing contrast). If it detect bright vector graphics, invert it (not losing contrast).
409a value is determined by an independent appraiser though, not the market. And in my (very limited) experience the actual difference can vary wildly, especially since the appraisal happens only once a year.
Also, it looks like “accidents” include speeding which people tend to do with Teslas
I think you're thinking of someone else.
Here's the developer's wikipedia page: https://en.wikipedia.org/wiki/Jonathan_Blow
He created The Witness after Braid, which is another excellent game. He's been creating his own programming language for the past few years called Jai.
Most likely related, I see a `cf-ray` header in the 500 response.
FCKGW-RHQQ2-YXRKT-8TG6W-2B7Q8
So the galaxy itself is the orange ball in the middle, right? The ring around it is light from another galaxy way further behind being warped by the orange ball?
At 00:15, label pops up at the top-right that says “1.5X Speed”
The way I think about it is:
- Tutorial: learn how the system works
- How-to: recipes for common use-casesExactly my point
Can you help me understand the utility of Daisy UI? Seems like it's the good old classes+stylesheet with extra steps (tailwind)
More like somewhere between Photoshop and Illustrator
If you just keep it alive, it occupies land. If you kill it, it will decompose. Hence the burying, right? Or am I missing something?
These days Axum is the most common way of building an HTTP server. It sits atop Hyper and it’s very composable thanks to Tower. It supports Websockets out of the box too.