Live data from Hacker News

Viewing profile — dystroy

dystroy

HN member
Joined
Thu, May 03, 2012, 9:50 AM UTC
HN karma
487
Public activity
116 items

About dystroy

Freelance Rust programmer and FOSS author.

https://dystroy.org

Recent public activity

  1. comment
    Comment #48903167

    In addition to deepening my knowledge of Rust Embedded, the challenge was to make the most of standard LEGO parts, the servo, the motor, and especially the power supply (LEGO Power…

  2. story
  3. comment
    Comment #48397511

    You know, my first reaction after reading this was to appraise the quality of your writing, which convinced me your brain recovered. Wishing you health, of course. The world is bet…

  4. comment
    Comment #47934788

    Sorry (blog post author), the name of the field was given by AWS, I kept it as is on deserialization.

  5. comment
    Comment #46580594

    This disclosure has been added today, after some users here called them out for hiding that they were using AI to build it.

  6. comment
    Comment #46580411

    Termimad author here: I’m always a bit afraid, when I see the popularity of this crate, that it might be undue and that people may lose time trying to use it when it’s probably not…

  7. comment
    Comment #41870177

    We don't know exactly why nature can't do otherwise, but any complex brain has to sleep. Some animals, mainly sharks which can't stop or they would be asphyxied, deal with that by …

  8. comment
    Comment #41866993

    People who do robotics, is efficient stable balancing at rest something which is studied and applied ?

  9. comment
    Comment #41866985

    If you look at the article, you'll see the picture of such sculpture (a rather impressive one, by the way).

  10. story
  11. comment
    Comment #39788736

    Imagine you have a big enum in Rust, for example an Error, with a dozen or more variants. When maintaining related code, for example a Display implementation, or routing to some be…

  12. story
  13. comment
    Comment #39386744

    Is your master thesis online ? A link would be welcome (whatever the language).

  14. comment
    Comment #39386095

    Montaigne is at least the third French writer to be featured as a (good) static site generator, after Hugo and Zola.

  15. comment
    Comment #39385381

    This might even look like enough a reason to spend the rest of their life maintaining it.

  16. story
  17. comment
    Comment #38542469

    Imagine you need to attach to some records a bag of data which you always fully need or not. This bag may have a tree structure, which is expensive to deal with in a relational mod…

  18. comment
    Comment #38261994

    Having vetted repositories of libraries looks neat but it's harder in practice than what the article lets appear. A problem for such repositories like the Debian one is that it can…

  19. comment
    Comment #37752276

    But not all normalizations are done to fight spam, not all of them should be interested in visual similarity. I normalize strings in searches not because of bad intents but because…

  20. comment
    Comment #37752200

    That's what's missing. When I click on a pointer, its owner should have the article replaced with a "GAME OVER" message.

  21. comment
    Comment #37687045

    broot can be used to replace tree (i.e. be non interactive): https://dystroy.org/broot/tricks/#replace-tree This is convenient when you don't want to browse or search, just want wh…

  22. comment
    Comment #37610481

    Fundamental research can also exist without looking at applied research. Understanding the world and finding the beauty in its fabrics is a legit goal per se, we're humans, not ant…

  23. comment
    Comment #37500209

    This is theoretically possible, and I actually toyed with the idea. I didn't do it in my deserializer because of the big value you have in Rust in being compatible with serde and t…

  24. comment
    Comment #37497299

    A lot of formats are Hjson compatible, notably JSON, and also what users wrote thinking it was JSON but they forgot some quotes or had a trailing comma so the JSON parser refuses i…

  25. comment
    Comment #37495237

    I previously argued that TOML wasn't good enough in this blog post https://dystroy.org/blog/hjson-in-broot/ where I show an example of problem which frequently hurts my users and l…