Viewing profile — ori_prior
ori_prior
HN member- Joined
- Sun, Jul 02, 2023, 10:10 AM UTC
- HN karma
- 100
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About ori_prior
No profile information was provided.
Recent public activity
-
comment
Comment #36789726
That person explicitly dismissed "advanced mastery" and thus challenging and bettering oneself or themselves as being non-inclusive. I find this attitude highly offensive, because …
-
comment
Comment #36786069
Depends on the technical expertise of the staff, I guess. My alma mater (FAU Erlangen, https://fau.de ) did have some internal and external IPv6 already back when addresses were st…
-
comment
Comment #36785965
Ah, the lowest-common-denominator argument for why your code is crap. That is the reason that Python code has become what PHP was 10 years ago: The mark of projects to avoid at all…
-
comment
Comment #36769921
WSL1 was a dead end, not because of compatibility but because of performance, especially when it comes to file system access and process operations. Windows is supremely complex in…
-
comment
Comment #36679276
For photo and video backups, I'm using auto-upload in the Nextcloud Android app together with my own Nextcloud instance. There are various Nextcloud apps like memories where you ca…
-
comment
Comment #36679078
I've found ext4 to be generally unsuitable to HPC environments due to the 16TB filesize limitation. So it is the wrong tool for the job anyways. xfs all the way!
-
comment
Comment #36679062
xfs has had large file and large filesystem support for ages, so it is well-tested in that regard. ext4 can do larger filesystems now, but is still limited to 16TB files. zfs ist c…
-
comment
Comment #36678403
Me too. But the CA and browser mafia is too intertwined to let this change anytime soon.
-
comment
Comment #36678233
> 3 years of security updates at least from the US release date Which means that after an initial period of half a year of "production is still slow, you have to wait" and another …
-
comment
Comment #36678213
The typical tax-related depreciation term for computer hardware is 5 years over here. Which is already half of what typical office equipment is expected to last. After which it is …
-
comment
Comment #36631347
Break out the DDT! https://www.un.org/africarenewal/magazine/january-2022/wides...
-
comment
Comment #36609553
No, you are right, 60% is a theoretical maximum achievable maybe with supercritical reactor coolant. The actual maximum for existing reactors is somewhere just below 40%.
-
comment
Comment #36609331
60% is feasible for e.g. nuclear and gas, if you use more than one turbine and there is a big constant temperature differential. This typically isn't the case for gas plants which …
-
comment
Comment #36609259
One could discuss whether it really needs to be Rust. But TypeScript is definitely the wrong tool for the job. The performance reference is xterm. If you cannot beat that, don't bo…
-
comment
Comment #36609205
Writing the first (small) program (I think drawing a line in qbasic) that, on the very first try, went through the compiler without any warning or error and did what it was suppose…
-
comment
Comment #36609127
Your numbers are off. Thermal power plants typically do have a thermal-to-electric efficiency of around 30% (40% max), so with your heatpump having an electric-to-thermal efficienc…
-
comment
Comment #36598486
You are both right and wrong. It depends on the intelligence of the person you are dealing with. There is a thing called "intelligence". There are several definitions of it, the on…
-
comment
Comment #36598208
It's not that it usually is the Scotty Engineering principle. It is more often a hedge against unforeseen complications, because if you give a realistic estimate that would be true…
-
comment
Comment #36585171
> Not because of skill issues, but maybe forced because they work for a dealership that sells a particular make exclusively or, less often, a specialty shop; most “car repair guys”…
-
comment
Comment #36584857
This level of dependence on certain tools is neither rare nor unprecedented. Your run-of-the-mill business drone will be trained on Word/Excel/Outlook and be hard to impossible to …
-
comment
Comment #36577618
You are right. Justice and injustice are entirely subjective, there can be no objective measure of those. Why? Because they stem from an individual's value system. Which is the sub…
-
comment
Comment #36577107
Food stamps are an injustice, however, the ends there justify the means, food stamps are so people don't starve. They aren't "luxury dinner at fancy restaurant stamps" in the same …
-
comment
Comment #36560091
I find languages with symbols far easier to read than verbose textual syntax like in BASIC or pascal. Symbols like (), {}, [] satisfy my need for symmetry and are far easier to cor…