Lanrei
|
7 months ago
|
on: iPhone 16 cameras vs. traditional digital cameras
Focal length wouldn't even be an issue if the photographer was taking the photos from the same position. The fish-eye effect is literally because the photographer is closer. Cropping a photo with a different focal length will give the same composition and difference will be the distortion introduced by the camera and the image processing.
Lanrei
|
9 months ago
|
on: Show HN: Inspect and extract files from MSI installers directly in your browser
Neat. I usually just use 7zip to open .exe and .msi files.
Lanrei
|
11 months ago
|
on: Build an 8-bit computer from scratch (2016)
A game such as Turing Complete will give the same sort of understanding of the fundamentals of computing, although not a physical learning experience.
Lanrei
|
1 year ago
|
on: Dune ornithopters flap their blades in the wrong plane for vertical takeoff
Assuming that they're capable of changing the wing angle of attack, they seem to be doing the same motions that dragonfly wings make during flight, including take-off. Here is a slow motion video of one taking off (note the vertical motion of the wings):
https://www.youtube.com/watch?v=KOc8WTzMljw
Lanrei
|
2 years ago
|
on: Tutanota is now Tuta
IzzyOnDroid F-Droid Repo has Protonmail. Proton has a mail bridge application which let's you use desktop mail clients.
Lanrei
|
2 years ago
|
on: Ron Patrick's Street-Legal Jet Powered Volkswagen Beetle (2006)
You'd be better off with an engine specifically designed to be efficient. Turbines are great at many things, but they are complex and don't scale down very well. They were primarily used where high torque and power is required, and they just aren't practical outside of that.
A better option would be a constant speed ICE engine running at it's peak efficiency (like a diesel-electric train).
Lanrei
|
2 years ago
|
on: The Password Game
Seems pretty self-explanatory:
> site:youtube.com "00:00 / 16:18"
Or you know you could just try to work it out for yourself.
Lanrei
|
3 years ago
|
on: Ameliorated: Windows 10 and 11 minus the spyware
Whole thing screams scam or April Fools joke. There's one commit to the source code repository.
Anyone want to try it on a VM and report back?
Lanrei
|
3 years ago
|
on: Facebook drains users' cellphone batteries intentionally says ex-employee
Lanrei
|
3 years ago
|
on: Why do bees die when they sting you?
This article makes one assumption without justification and then follows it to a wrong conclusion.
When bees sting other insects they can sting them multiple times, like a wasp. If you give them time a bee will usually be able to work it's stinger out of you and go on it's merry way. Their stingers just happen to get stuck in skin.
Here's a basic video discussing the topic: https://youtu.be/nTVsqc2CCGo
Lanrei
|
3 years ago
|
on: The record-breaking -108.00 diopter myopia lenses (2016)
The article says that they're biconcave, which means that the thinnest part of the lens is in the centre (similar to a red blood cell). For high-myopia lenses, they often remove the lens material away from the centre to limit the maximum thickness at the expense of reducing the field of view. The resulting surface is usually left unpolished, but the lens underneath will still bend light, resulting in the circular patterns you mentioned. In this case a very large amount of material is removed as they would be impossible to use with a conventional frame otherwise. The alternative would be to use glasses with very small lenses.
Lanrei
|
3 years ago
|
on: Show HN: I made a web-based notepad with a built in unit calculator
Inline whitespace summation at the same time as mathematical operations seems like a problem. I don't think that there's a standard order of operation for that sort of thing.
Lanrei
|
3 years ago
|
on: Chainless electric drive system “Free Drive” for bicycles (2021)
Would it still be a bicycle if the pedals aren't connected to the drive? This configuration would make it more like a scooter with a pedal generator.
Lanrei
|
4 years ago
|
on: Show HN: HN Avatars in 357 bytes
I just put onion2k's version as a script in violent monkey, set to run only on NH.
Lanrei
|
4 years ago
|
on: LastPass users warned their master passwords are compromised
If you want to store you passwords locally, then at least use something like Keepass or KeepassXC. It's far from a perfect solution as it's still vulnerable to targeted attacks when it's being used if your computer is compromised. But at least they're not store in plain text. Also password auto-typing and generation are nice to have.
You can sync the encrypted files to your phone or other computers.
Lanrei
|
4 years ago
|
on: uBlock Origin review
I just wish that they'd add a text or symbol in the top of the global and local dynamic filtering boxes. Every single time that I use it I have to look up which one's which, because it isn't obvious and I can't remember.
Lanrei
|
5 years ago
|
on: Jpeg2png: Silky smooth JPEG decoding – no more artifacts (2016)
That reminds me of a quote about chlorine trifluoride:
"...It can be kept in some of the ordinary structural metals—steel, copper, aluminum, etc.—because of the formation of a thin film of insoluble metal fluoride that protects the bulk of the metal ... If, however, this coat is melted or scrubbed off, and has no chance to reform, the operator is confronted with the problem of coping with a metal-fluorine fire. For dealing with this situation, I have always recommended a good pair of running shoes."
Lanrei
|
6 years ago
|
on: Writer: An Open Digital Typewriter (2018)
> The mechanical keyboard is a 61 keys Chinese bootleg.
This guy obviously doesn't know anything about keyboards.
Lanrei
|
6 years ago
|
on: Let's Encrypt Has Issued a Billion Certificates
Why is no-one commenting that nearly half their expenses are in salaries and wages. They have 354 staff. That's ~130 000 USD per person.
Lanrei
|
6 years ago
|
on: Hey Dropbox, why can't I compare file versions like this?
Modern MS documents files are zipped XML. To do this comparison they would need to unzip each file, run it through a rendering engine and hold it in memory, and then do version comparison. For this to be feasible you would need to use a file format that supports this sort of comparison in a way that isn't very resource intensive.