Live data from Hacker News

Viewing profile — montymintypie

montymintypie

HN member
Joined
Sun, Mar 03, 2024, 5:21 AM UTC
HN karma
44
Public activity
16 items

About montymintypie

No profile information was provided.

Recent public activity

  1. comment
    Comment #48791323

    Rockets also have active control via gimballing motors. Bicopters tilt their motors to control pitch and yaw, roll is still governed by motor speed. I was arguing against the COG o…

  2. comment
    Comment #48791318

    Sorry, I wasn't arguing against bicopters being possible, obviously something like the osprey exists. > the air resistance of swinging back and fourth really does help dampen oscil…

  3. comment
    Comment #48790454

    > Two is possible if the payload hangs below the props I think this is incorrect, it's the somewhat unintuitive rocket pendulum fallacy.

  4. comment
    Comment #47305153

    Love the energy with "i decided to just go for it.". The soldering to the touchpad is absolutely frightful, but you know what? First time soldering (to small testpoints no less), i…

  5. comment
    Comment #47047187

    Whoah, that is super impressive. My target binary is 9MiB, seemingly only 10k relocations IIRC but 37k functions. I might try a partial delink and see how it goes!

  6. comment
    Comment #47041573

    Easily one of the coolest RE projects out there, I've always looked on in awe. > The relocation table synthesizer analyzer relies on a fully populated Ghidra database (with correct…

  7. comment
    Comment #46268748

    My partial solution is to look a bit silly and shove the utensil in my mouth while I walk around setting up the meal (finding a seat, opening the package etc). Wetting the eating s…

  8. comment
    Comment #46251248

    I think the parent commenter is perhaps a little over-selling the LG rooting. It is definitely root, you can write whatever you want on the filesystem (at your peril), and theoreti…

  9. comment
    Comment #46251195

    The one-click method has been patched, but there are other methods that will work if you haven't been religiously updating your TV: [0] https://github.com/throwaway96/dejavuln-auto…

  10. comment
    Comment #45319236

    As per the name, it's Din Don Dan [1], from Konami's DDR (and included in other rhythm games by them). This is specifically the performance from DanEvo [2]. This particular version…

  11. comment
    Comment #44690666

    Human interfaces, sure, but there's a good chunk of industrial sensing IoT that might do some non-trivial edge processing to decide if firing up the radio is even worth it. I can s…

  12. comment
    Comment #44035841

    It's funny, more than any productivity app (though I do have a few of those), the Directory Opus [1] Explorer replacement is one of the things that I've yet to find a viable replac…

  13. comment
    Comment #43630403

    This is what happens when you run your blog behind cloudflare workers - they want you on pages instead, or to pay $5/month forever on the off chance you get slashdotted...

  14. comment
    Comment #42030167

    Glad to hear that egui is working for you, but in my experience it's not accessible, difficult to render accurate text (including emoji and colours), very frustrating to extend inb…

  15. comment
    Comment #42024464

    What's your recommendation? I've tried so many multiplatform toolkits (including GTK, Qt, wxWidgets, Iced, egui, imgui, and investigated slint and sciter) and nothing has come clos…

  16. comment
    Comment #41717324

    I always saw the "-sys" suffix as "raw, unsafe bindings", not pulling it from the system. And non-sys is your safe Rust abstraction.