Viewing profile — names_r_hard
names_r_hard
HN member- Joined
- Wed, Sep 03, 2025, 8:32 AM UTC
- HN karma
- 170
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About names_r_hard
No profile information was provided.
Recent public activity
-
comment
Comment #45133921
I don't believe they did. Where did they say that?
-
comment
Comment #45122779
Over the years, a few devs have temp soft bricked cams, requiring various non-standard methods to restore them to working order. I think all attempts succeeded so far! I don't thin…
-
comment
Comment #45122665
I don't know of a way to do that. I don't think the cam will ever display an image on LV while a capture is in progress. The readout process from the sensor is fundamentally decoup…
-
comment
Comment #45119999
I am definitely an astro noob :) LV sampling was just the first idea I thought of. We could also load the last image while the next was being taken, and extract guide points from t…
-
comment
Comment #45118067
Nearly all Canons have a small access port as part of the battery door, which you can put a power supply cable / through, by design. Don't buy too cheap a dummy battery, the really…
-
comment
Comment #45118029
Ah I'd love an astro conversion. I've had a fun idea knocking around for a while for astro. These cams have a fairly accessible serial port, hidden under the thumb grip rubber. I t…
-
comment
Comment #45117561
You're a better photographer than I am. I'm glad if ML helped you. Please recruit your programmer friends to the cause :) The R7 is a target cam, but nobody has started work on it …
-
comment
Comment #45117342
Yes, it gets a bit blurry, especially given how fast solid-state storage is these days. I think IoT has seen a resurgence in firmware devs... but regrettably not so much in quality…
-
comment
Comment #45117196
5D3 is perhaps the best currently supported ML cam for video. It's very capable - good choice. Using both CF and SD cards simultaneously, it can record at about 145MB/s, so you can…
-
comment
Comment #45116474
Yeah, the external timer behaviour is fairly strong evidence. Curious though. These cams all seem to have a milli- and micro-second hw clock, and can both schedule and sleep agains…
-
comment
Comment #45116334
Okay, good, just making sure :) Fun to hear that at least some photo gear places are aware of ML! I have done a stint in QA, as well as highly aggressive security testing against a…
-
comment
Comment #45115901
Canon have never had any contact with ML project for any reason, to the best of my knowledge. The decision to stay away from 1D series was made by ML team, I would say out of an ab…
-
comment
Comment #45115868
Strange, it certainly can do sub 5s on some bodies. But I don't have a 5d2 to test with. Could this be a conflict with long exposures? Conceivably AF, too. The intervalometer will …
-
comment
Comment #45114561
Thanks, and for what it's worth, I didn't downvote you (account is too new to even do so :D ), and I agree with your main point - it's not that hard to avoid all compiler warnings …
-
comment
Comment #45114401
I've taught several different languages to both 1st year uni students, and new joiners to a technical company, where they had no programming background. Honestly, C seems to be one…
-
comment
Comment #45114354
6D2 is a nice cam, and one I happen to own. This cam is under active development. Locally I have ~FHD raw video working.
-
comment
Comment #45114333
The entire copyright and patent system is built on the principle of forcing the release of IP; it is time delayed in exchange for the legal protections you gain if you opt in to th…
-
comment
Comment #45114284
They were trendy at the time :D I think possibly someone thought it sounded a bit like firmware?
-
comment
Comment #45114270
Canon's legal team have never said anything about Magic Lantern in any context that I'm aware of. The high end cams need ML less, they have more features stock, plus devs need acce…
-
comment
Comment #45114252
I wouldn't recommend the 600D if you want to do video. For stills it's perfectly acceptable. Auto-focus will feel slow compared to a modern cam. If you're going for an old / budget…
-
comment
Comment #45114205
That would have been only a little before a1ex left. Getting code running on real hardware is easy, maybe I'll talk to you in discord in a few months when you find this fabled free…
-
comment
Comment #45114100
I agree with some of what you're saying; some of the well known risks of working in C are because it's a small standard. But much of the undefined behaviour was deliberately made t…
-
comment
Comment #45113990
That must have been a few years back. I think you're talking about enabling "camera bootflag". We provide an automated way to do this for new installs on release builds, but don't …
-
comment
Comment #45113820
I stand by my statement! Compare the length of the C standard to JS / ECMAScript, or C++! :) Maaaaybe I'm hiding a tradeoff around complexity vs built-in features, but volunteers c…
-
comment
Comment #45113799
It's not firmware :) We use what is probably engineering functionality, built into the OS, to load and execute a file from disk. We run as a (mostly) normal program on the cam's no…