Viewing profile — montymintypie
montymintypie
HN member- Joined
- Sun, Mar 03, 2024, 5:21 AM UTC
- HN karma
- 44
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About montymintypie
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.
-
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…
-
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!
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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...
-
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…
-
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…
-
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.