Viewing profile — isosphere
isosphere
HN member- Joined
- Sat, Jun 27, 2015, 8:34 PM UTC
- HN karma
- 45
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About isosphere
No profile information was provided.
Recent public activity
-
comment
Comment #42167149
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 fi…
-
comment
Comment #42160863
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 as…
-
comment
Comment #41764506
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 libr…
-
comment
Comment #41764376
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 behavio…
-
comment
Comment #41400046
started reading but bailed at a subscription popup with no visible close button
-
comment
Comment #41366792
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…
-
comment
Comment #41338122
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 - whic…
-
comment
Comment #41309535
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…
-
comment
Comment #41160386
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.comm…
-
comment
Comment #41049489
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 ext…