Yeah, Anduril the company has been around for a minute. Luckey got in early on selling weapons tech to the government after he sold Oculus.
bpcomp@lemmy.world 1 week ago
I was briefly confused how an open source flashlight firmware had anything to do with this… then I noticed this post wasn’t in the Flashlight forum. So apparently Anduril is a war contractor AND a great flashlight firmware but are not related at all.
SnotFlickerman@lemmy.blahaj.zone 1 week ago
uninvitedguest@lemmy.ca 1 week ago
What’s with some really scary companies (Anduril, Palantir) cribbing their names from LOTR?
derGottesknecht@feddit.org 1 week ago
Peter Thiel is a Lotr fan
rottingleaf@lemmy.world 1 week ago
How in the world would a LOTR fan make such life choices?
rottingleaf@lemmy.world 1 week ago
I just don’t like something intended for war being called Anduril. They’ve missed JRRT’s point completely.
JustEnoughDucks@feddit.nl 1 week ago
There is also a company called palantir which is pretty much a cyberpunk corporate distopia surveillance company.
rottingleaf@lemmy.world 1 week ago
Well, that would at least somewhat resonate with what a palantir is.
With the wrong part, the kind that Denethor thought he could use and that Sauron and Saruman used, and I really like more the implication of that from Frodo’s dream where he stands at one of the towers in the north looking far away.
ExcessShiv@lemmy.dbzer0.com 1 week ago
Why the hell would a flashlight need firmware?
Monument@lemmy.sdf.org 1 week ago
I did a quick search, so I’m basically an expert now. imaginary hair flip
So, some flashlights have multiple brightness modes. I guess that’s controlled via a tiny, low power microprocessor.
And if it’s a computer, it can be hacked!
So the firmware does things, depending on the capabilities of the hardware in the flashlight, but you can set it to override defaults for brightness, change how many levels of brightness you have, add (or remove) a blinky SOS mode, sleep timers in case it’s accidentally left on, and even add a way to check the battery percentage via a button press pattern, that the flashlight responds to with a series of blinks.
No lie, kind of fascinating stuff. I like to hack other stuff, like smart appliances (replacing firmware so it doesn’t share my data, but I still get to use it as a smart device). I don’t think I would be into talking to my flashlight via Morse code, but I can see the appeal as both a hobby, and for folks who need flashlights as safety equipment.
ExcessShiv@lemmy.dbzer0.com 1 week ago
Why the hell make it with a microprocessor when something simple like brightness levels and simple.blinking patterns can be made with much simpler digital electronics without the need for any programming whatsoever leaving the whole hacking-issue out of the equation.
fruitycoder@sh.itjust.works 1 week ago
Because you could design all of those feature in analog, and make custom boards for every change or have one board you update every few years based on supply, cost, and maybe power performance, but make and adjust features on a minute by minute basis if want to.
The driver, power source, etc can all be more easily separated from the logic too. It could be tiny, or massive. Same software, same controller.