Live data from Hacker News

Viewing profile — drrotmos

drrotmos

HN member
Joined
Mon, Jan 16, 2012, 12:21 PM UTC
HN karma
509
Public activity
113 items

About drrotmos

No profile information was provided.

Recent public activity

  1. comment
    Comment #47948369

    It is and it isn't. If you ask a human how many calories (or carbs) are in that sandwich, they can give you a qualified guess based on how a sandwich like that is typically constru…

  2. comment
    Comment #46958635

    Plastic isn't a single material. Some plastic materials (e.g PE, polyethylene or PVC, polyvinyl chlorine, but also others that use ethylene derivatives as intermediates) require et…

  3. comment
    Comment #46783065

    But according to the README, it is production grade! Presumably "production" in this case is an isolated proof of concept?

  4. comment
    Comment #46680304

    True. I do however like the process of working with an AI more in a language like Rust. It's a lot less prone to use ugly hacks to make something that compiles but fail spectacular…

  5. comment
    Comment #46679889

    In my experience AI and Rust is a mixed bag. The strong compile-time checks mean an agent can verify its work to a much larger extent than many other languages, but the understandi…

  6. comment
    Comment #44234340

    We have multiple apps across both Common Runtime (EU) and Private Spaces (eu-west-1). It's a mixed bag. Some are up, some are down.

  7. comment
    Comment #44233776

    We're seeing mixed results with our apps, both in the Common Runtime (EU) and Private Spaces. A few apps are up, most are down.

  8. story
    Ask HN: Unexplainable Copilot Premium Requests

    I'm on a Copilot Pro+ plan, in order to give Copilot Agent a try. GitHub's new Copilot Premium Request pricing has taken effect today, and when I'm looking at my usage, I'm seeing …

  9. comment
    Comment #43412834

    The ESP32-S3 has 512 KB of SRAM, and the RP2350 has 520 KB of SRAM. The ESP32-S3-WROOM does indeed come in configurations with additional PSRAM, but that would be comparing apples …

  10. comment
    Comment #43409220

    I'm very much looking forward to giving Embassy on the RP2350 a go. I've been using it for a while with the RP2040, and it's a joy to use.

  11. comment
    Comment #43400933

    Note that this was written 2024-08-08. While I haven't kept up to date with exactly what's been happening in rp-rs, I do know that probe-rs has since been updated with support for …

  12. comment
    Comment #42813196

    Which may or may not be fine in a Go binary that runs on a modern desktop CPU, but what if your code is supposed to run on say an ESP32-C3 with a whopping 160 MHz RISC-V core, 400 …

  13. comment
    Comment #42460032

    The Pico 1 (i.e. the RP2040) doesn't. The Pico 2 (RP2350) does, albeit a fair bit slower (since it's QSPI PSRAM) than the internal SRAM.

  14. comment
    Comment #42068267

    The SNES and the Gamecube did have the Super Game Boy and Game Boy Player respectively though, but I'd probably count that as sideward compatibility rather than backward compatibil…

  15. comment
    Comment #42041943

    > You're assuming the odds that there was even the structure in place, that natural selection can work its magic. I'm not assuming anything, I'm merely claiming that the situations…

  16. comment
    Comment #42041906

    > All of those single celled organisms didn't come from nowhere, overnight. There was, at least at some point, the first single celled organism. Not only the first one, but the fir…

  17. comment
    Comment #42041867

    > Now weigh the odds that, if the entire world population of monkeys hitting random letters can't even make Shakespeare within the amount of time from the Big Bang until the Heat D…

  18. comment
    Comment #41694346

    > Exactly. And this market has a really unfulfilled niche: cameras with a decent optical system and changeable lenses. I have a Sony Alpha camera and it's plenty enough for me in i…

  19. comment
    Comment #41538637

    My go-to recommendation for single boiler vibratory pump machines has been Gaggiuino. I’m not sure I can still recommend it after their latest source-closing move, but it is absolu…

  20. comment
    Comment #41538628

    It is, and you’re welcome. I’m actually taking a very componentized approach with my new Rust based firmware. Wherever it makes sense, I’m spinning things off into separate crates …

  21. comment
    Comment #41531984

    Gicar. If you're looking at home machines from manufacturers that also do commercial (e.g. Profitec, ECM, Lelit, Rancilio, La Marzocco etc), they almost exclusively use Gicar elect…

  22. comment
    Comment #41531521

    Oh, don't get me started on what the problem is :D * Espresso machine electronics are very proprietary. There's basically one manufacturer, no published schematics and very closed …

  23. comment
    Comment #41530826

    The more I think about the more I feel that this is the wrong solution to the problem. Disclaimer: I'm doing a small open source espresso controller project, check it out if you're…

  24. comment
    Comment #40880059

    Personally, I've begun switching over my RP2040 projects to Rust using Embassy. Rust did take some getting used to, but I quite like it. Not an RTOS, but it satisfies a lot of the …

  25. comment
    Comment #40647636

    A debug probe is nice (quite possibly a must) if you're actively developing, but for deploying in a hobbyist environment, USB is hard to beat. I make open source espresso machine h…