Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
isosphere
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
isosphere
2y ago
The last time I read Cosmos I hit the part about the Cassini-Huygens mission where he wondered what we might find under the atmosphere of Titan, and was able to immediately just find out. I imagine a lot of people who work on space missions
2.
▲
by
isosphere
2y ago
I've taken the course and love the book. The key takeaways for me were to shun cleverness in favour of building demonstrably sensible models out of simple parts and clear causal assumptions. There's a lot of using models as random
3.
▲
by
isosphere
2y ago
Doing my web stuff in Rust was fine but concurrency was a pain. A crate that abstracts web workers with transferrable types would help. After that you have to pick a component library of which there are few, and all are experimental. Making
4.
▲
by
isosphere
2y ago
Laziness with a long view: I probably won't have to rewrite it, and if I do, it will be easy. I can write code like that in Python or something, but I have to be on my best behavior to do so and that's not lazy. Using notepad for
5.
▲
by
isosphere
2y ago
started reading but bailed at a subscription popup with no visible close button
6.
▲
by
isosphere
2y ago
I never got around to grinding enough karma points on there so that the platform will let me actually engage with it. Since I can't post answers or even vote on things, there's not a lot of reason for me to bother logging in. As a
7.
▲
by
isosphere
2y ago
I have been a daily logseq user for at least a couple years now, and I have not had a problem with my data being lost. I have heard of people having this issue with Synching - which I am also using - but I haven't had issues. I like ho
8.
▲
by
isosphere
2y ago
One gotcha that would bug me with Rust/WASM today is concurrency in the browser. You only get one thread per WASM binary AFAIK, and the way to compute in the background is to use a web worker. The abstraction libraries that are higher
9.
▲
by
isosphere
2y ago
Was thinking the same thing when I saw those zeros in the checksum field. Perhaps the consequences are significant. Here's a benchmarking exercise I found: https://www-staging.commandprompt.com/uploads/images/
10.
▲
by
isosphere
2y ago
I've been using trunk for about a year and it hasn't gotten in my way at all. I used wasm-pack before but I prefer the trunk workflow. I was surprised how easy it was to add an external crate as a web worker.