Live data from Hacker News

Viewing profile — marmakoide

marmakoide

HN member
Joined
Wed, Nov 10, 2021, 2:35 PM UTC
HN karma
391
Public activity
87 items

About marmakoide

No profile information was provided.

Recent public activity

  1. comment
    Comment #49191505

    Not the author, but I assume that to make it work with 32 bits integer coordinates, some operation (like multiplications) need extension to 64 bits. If we want full hardware suppor…

  2. comment
    Comment #49118901

    This is ridiculous, there are plenty of stars and most of them are red dwarfs with tidally locked rocks blasted by flares anyway

  3. comment
    Comment #47814996

    And with all the maths in balanced ternary

  4. comment
    Comment #47348590

    Having something Turing-complete is surprisingly easy, and it hides everywhere. The repository have a small document that explains how you can use printf() as a computer : it can p…

  5. comment
    Comment #47134688

    Don't look at the end destination, look at the journey to the destination * Learn low-level details of a basic but real-world CPU * Practice the brain gymnastic of programming an a…

  6. comment
    Comment #46944082

    There are lots of C compilers (LCC, TCC, SDCC, an army of hobby projects C compilers) available as open-source. I am curious about what results would be for something like a lexer …

  7. comment
    Comment #45015341

    It's stochastic monkeys, but enhanced with a really good bias towards coherent prose, built upon a gigantic corpus.

  8. comment
    Comment #44050938

    Hot take : the whole LLM craze is fed by a delusion. LLM are good at mimicking human language, capturing some semantics on the way. With a large enough training set, the amount of …

  9. comment
    Comment #44050840

    The plan went from the AI being a force multiplier, to a resource hungry beast that have to be fed in the hope it's good enough to justify its hunger.

  10. comment
    Comment #43288587

    Self-plug here, but very related => Robustness and the Halting Problem for Multicellular Artificial Ontogeny (2011) Cellular automata where the update rule is a perceptron coupled …

  11. comment
    Comment #42231047

    Regular Sunday 10 miles here, then I had the pleasure to experience plantar fasciitis. I love running, but the injuries can be really annoying

  12. comment
    Comment #42231022

    I fixed my recurrent back pain with a 6 mn daily morning, ie. plank, side plank, reverse plank, 1mn 30 sec each. Posture muscles are not very well known in the general public. Loss…

  13. comment
    Comment #42134822

    Significantly faster compilation means less friction to iterate ideas, try things, which in the end lead to more polished results. A nice interface is agreable, but maybe there are…

  14. comment
    Comment #41977704

    https://github.com/marmakoide/pestacle Be warned, zero documentation, because things are at larval stage and change often. Will include a couple of demos this week. In the spirit, …

  15. comment
    Comment #41974073

    A nodal real-time video processing tool : put together pre-made "processing boxes" to generate interactive video. It runs on pretty much anything, uses a plugin architecture. Say, …

  16. comment
    Comment #41867030

    It's not a way to boost a signal. It's using the Sun as a (gravity) lens, with probes at the focal point to gather the image. Because it's a very large lens, that's allow to have a…

  17. comment
    Comment #41545525

    I had the same experience with computational geometry. Very good at giving a textbook answer ("give a Python/ Numpy function that returns the Voronoi diagram of set of 2d points").…

  18. comment
    Comment #41519165

    Fixing the topological naming issue, in the mainline, what a game changer. I am using Freecad for Actual Real Things. I learned to work around the topological naming issue, but it …

  19. comment
    Comment #41519128

    I rage quitted OpenSCAD for FreeCAD :p For real, because I am way more productive with FreeCAD. FreeCAD allows to work in term of topological features like surfaces, edges, etc whi…

  20. comment
    Comment #40599874

    Yet one flap is going to be eternal in human memory

  21. comment
    Comment #40599552

    That flap is already a legend, kept at it even mangled by hot plasma, crazy accelerations and pressures, spitting molten steel at the camera. What a role model, the little flap tha…

  22. comment
    Comment #40485727

    That would break most C code handling hardware directly, like on MCUs

  23. comment
    Comment #40326138

    Ushaiha and the Falklands?

  24. comment
    Comment #40324444

    Wow, I just went outside (South West of France) to plug the car for charging before going to bed. I noticed unusual, faint light patterns in the night sky, like long spikes coming …

  25. comment
    Comment #40322655

    A well-made TUIs is really ergonomic and clutter-free. It can be maintained to high standard by one person. It doesn't take a lot of efforts to make composable tools, ie pipes. It …