Viewing profile — Mankaninen
Mankaninen
HN member- Joined
- Sun, Jun 10, 2018, 7:19 AM UTC
- HN karma
- 38
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About Mankaninen
No profile information was provided.
Recent public activity
-
comment
Comment #49060955
Agree, and the display is called a PPI ( https://en.wikipedia.org/wiki/Plan_position_indicator ). Before computers, they were easy to connect to a scanning (rotating) radar since t…
-
comment
Comment #48433387
extrano84 already found some errors but also 0 will fail and if x is int (instead of unsigned int) all negative numbers will also fail (but so will the original s-macke obfuscation…
-
comment
Comment #42671730
Of course you should do the right thing, but if you want to break the private of C++ it is much easier to "#define private public" before including the header file.
-
comment
Comment #40730290
More info (but a little vague on myth vs fact): https://en.wikipedia.org/wiki/Mpemba_effect
-
comment
Comment #37542031
I'm on Linux Mint (21.2) and get the same error. Probably macOS only. A quick reading in readthedocs confirms it is macOS only, no Linux, no Windows.
-
comment
Comment #33345084
The article is not correct on salaries being public: What is public are your tax reports and those are done a year later. To my knowledge you cannot see all details either, only to…
-
comment
Comment #32963630
A modern car has >100 ECUs, blink is distributed to a few ECUs, think: front body, rear body, left door, right door plus instrument cluster and maybe a trailer control ECU. It does…
-
comment
Comment #20518560
ECU is abbreviation for Electronic Control Unit in automotive. (And a modern car may actually have multiple ECUs controlling the engine(s), especially if it is a hybrid=HEV, plugin…
-
comment
Comment #19842529
There is one more problem with encrypted elections not yet listed here; the vote is secret for now but 5, 10 or 20 years later it will be easy to break. This might mostly be a prob…
-
comment
Comment #19819279
While f/64 sounds like a small aperture, it can be worth remembering that it was on large format cameras. A small sensor like on iPhone 6 is wide open corresponding to depth matchi…
-
comment
Comment #18148688
I agree with this thinking. It is also possible that competitors to multi-billion contract being awarded to AWS by DoD wants an argument to distributing the contract among many clo…
-
comment
Comment #17995647
I don't know the percentage B2B vs consumer-focused startups in EU or US so giving a few examples makes no real sense but Spotify, iZettle, Skype and Pirate bay are all of swedish …
-
comment
Comment #17750548
I think more CPU performance is attractive if you edit photos or movies - something that is typical for a home computer. The reason AMD provides CPU performance through a high core…
-
comment
Comment #17277003
With respect to the bmp example: 1. Removing the bmp_get implies that the application needs to implement a shadow image if it needs to check the color o a certain pixel. Or even wo…