Viewing profile — Leo_Verto
Leo_Verto
HN member- Joined
- Sun, Jun 04, 2017, 1:48 AM UTC
- HN karma
- 223
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About Leo_Verto
Recent public activity
-
comment
Comment #42752908
It's a shame it had to come to this but I can see why Element had to make this choice. To me it feels like they've ended up in a position similar to Docker Inc. where they've spent…
-
comment
Comment #42612097
Like it or not, containers are here to stay. They just make way too much sense as an atomic unit for delivering applicstions and really aren't that complicated. Kubernetes is a who…
-
comment
Comment #42188891
You probably should avoid working for a German company practising domain driven design in Java. I've seen code that named classes and variables much worse than that.
-
comment
Comment #41641950
I also didn't realize it could be used for all syscalls, but storage access and networking seem to be the biggest use case for it. Depending on the exact setup, storage IOPS can be…
-
comment
Comment #41470091
Besides the report on mirror damage this telegram also appears to contain observations of "periodic comet Curmumov-Gerasimenko", which had been discovered a year earlier, and happe…
-
comment
Comment #40038674
That's because there's a floor to HDD prices regardless of size. If you want maximum storage per unit of currency spent, you'll be looking at 16-20TB drives which go for 15-16€ per…
-
comment
Comment #39102019
The fact that it's a purely functional programming language with lazy evaluation is really powerful but steepens the learning curve for devs who haven't worked with functional lang…
-
comment
Comment #39101993
That's sort of what https://cdks.io does, except the final output is YAML for better readability.
-
comment
Comment #39043370
The author didn't even remove ChatGPTs disclaimer in the last paragraph. Other articles on the site however seem human-written.
-
comment
Comment #37348352
Organic Maps really nails the use case for a minimalistic, no-nonsense mapping app with great UX design. Whereas OsmAnd tries to accommodate all use cases with full configurability…
-
comment
Comment #35328213
The excellent Jsonnet training course [1] by u/Duologic somewhat fills this niche by having you play around with k8s resources and using external packages. [1]: https://jsonnet-lib…
-
comment
Comment #34126832
To add onto this, the reason ECB mode is so horribly bad, is that it produces the same cyphertext for blocks with the same plaintext. This allows an attacker to detect repeating pl…
-
comment
Comment #32871861
California mandated these sort of warnings a while ago so manufacturers just started slapping them on all of their products, just in case. Great example of alarm fatigue [1]. [1]: …
-
comment
Comment #32569105
This is a simulation showing how Australia could meet its electricity demands using a large amount of additional renewable capacity. Unfortunately the Australian electricity genera…
-
comment
Comment #31940754
That's a bit disingenuous, isn't it? Of course at some point you'll need a newer processor and chipset to make use of the latest features and innovations. But you can just move you…
-
comment
Comment #31654249
I like the theory that Apple is trying to keep Lightning on their phones until they can make an entirely wireless iPhone happen, but the failure of AirPower [1] was likely a factor…
-
comment
Comment #31613469
Counterpoint: The lightning port has both the locking spring tabs as well as the spring contacts in the receptacle, both of which wear out over time. I'd much rather replace a cabl…
-
comment
Comment #26669305
Have you tried k9s [1]? Just being able to run common operations directly on k8s entities is so much better than having to run a separate command. It also uses vi-style hotkeys. [1…
-
comment
Comment #26477701
The ISS has to regularly perform station keeping, i.e. it has to expand fuel to raise its continuously decaying orbit. Any additional weight would increase the fuel required for th…
-
comment
Comment #26410504
Not disagreeing with you but the firefighters probably shut down all power onsite as soon as they arrived.
-
comment
Comment #26341710
To add onto your point: from what I've heard the split at HPC conferences is about 40% C to 60% Fortran.
-
comment
Comment #24590434
That's just Intel though. All AMD Ryzen CPUs without integrated graphics do support ECC although YMMV depending on the motherboard you use. [1] [1]: https://hardwarecanucks.com/cpu…
-
comment
Comment #24552627
Docker doesn't support Prefix Delegation which makes it unusable on home networks with dynamic ipv6 prefixes. What worked for me was running https://github.com/robbertkl/docker-ipv…
-
comment
Comment #24349399
Really looking forward to trying this! When I tried using Actions to build a Docker image and deploy it to Kubernetes two months ago the entire experience felt rather clunky, espec…
-
comment
Comment #24267399
Currently the state of Github Packages' Docker UX is terribly and ironically it doesn't integrate well with Github Actions (or at least it didn't when I tried it to months ago).