Viewing profile — jupiterelastica
jupiterelastica
HN member- Joined
- Thu, May 21, 2020, 7:50 PM UTC
- HN karma
- 122
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About jupiterelastica
No profile information was provided.
Recent public activity
-
comment
Comment #48167375
With the risk of sounding naive: How come this post is flagged? Reading the guidelines I can't see how this is off-topic or does _not_ "[gratify] one's intellectual curiosity." Edi…
-
comment
Comment #46844578
For those interested in more details and quite mind blowing examples, here is a fascinating interview with Michael Levin (one of the researchers mentioned in the article). https://…
-
comment
Comment #45099839
Related BBC podcast "In Our Time" about Doggerland, a landmass which was inhabited about ~10k years ago, but is now submerged in the north sea. https://www.bbc.com/audio/play/m0006…
-
comment
Comment #44950031
I watched the Tudor Monastery Farm show first by random chance and also liked it a lot. Thanks for all the recommendations!
-
comment
Comment #44949598
There is a great documentary series with three archeologists by the BBC about medieval castles featuring Guédelon as a real live example from around 2014. I really enjoyed watching…
-
comment
Comment #42596562
Additionally to locking the exposrue time and aperture, one could also take multiple exposures, figure out the camera's light response function and fuse multiple exposures together…
- story
-
comment
Comment #37687224
Is it possible integrate this in a notebook environment? This would be amazing for teaching C/C++.
-
comment
Comment #34962148
What is LORA in this context? Google only brought me to wifi networks :D
-
comment
Comment #33870213
I try to. One similar thing comes to my mind: generative adversarial networks (GANs). If I'm not mistaken this is along the line of your idea of composing single ML models to bigge…
-
comment
Comment #33869745
Like, a generative model is a source of _some_ information that is refined with gates (classification models) conditional on the generated information? The analogy to transistors a…
-
comment
Comment #33828711
So, client that was "offline" can just ask a participant to get the edits from his own last one (aka pull), send out bis own offline edits (push) and resolve from there, I See. Act…
-
comment
Comment #33825370
In Zed/CRDTs, these two seem synonymous to me since the OP's article is the first I read about CRDTs that I grasped, or so I thought ;) Doesn't the whole process assume that whenev…
-
comment
Comment #33825215
I wonder what happens when an edit can not be delivered to 1+ participant(s). Does an edit need aknowledgements from _all_ participants to be persisted? Is it just dropped?
-
comment
Comment #33342102
You are very clear about the current limitations on data size, which I find refreshingly honest! How sensible do you find the idea to fine tune the model to a specific problem that…
- story
-
comment
Comment #32744431
For anyone (like me) not knowing what subnormal floats are, this StackOfverflow question and answer explain it quite nicely: https://stackoverflow.com/questions/15140847/denormaliz…
- story
-
comment
Comment #30951678
Hello, over the last weekend friends of mine have created a simple but engaging game where you defend your treasure from knights that try to steal it. I enjoyed it and wanted to sh…
- story
-
comment
Comment #30855660
In the software development world I would suggest: knowing how to interface one's own software with existing systems to automate tasks. I am thinking specifically about programming…
-
comment
Comment #30662298
I could, yes. Yet it makes more sense to run what I need on my work laptop or if I ever really need it buy a could GPU on demand, since I'm not fiddling with the lower layers of ML…
-
comment
Comment #30662243
Good point, I haven't considered this. Thanks!
-
comment
Comment #30662196
It is the first and only GPU I ever bought. Since it is the most expensive part in a PC, I have also kept to the "do I really really need it?"-mantra and have never upgraded it. Wi…
-
story
Ask HN: What to Do with an Old GPU?
Hello all, for many months my custom bulit gaming PC from 2014 has been sitting around my appartment, not finding any use. I am working mostly on my laptop from work nowadays and I…