Viewing profile — Reitet00
Reitet00
HN member- Joined
- Fri, Oct 08, 2021, 6:29 PM UTC
- HN karma
- 106
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About Reitet00
No profile information was provided.
Recent public activity
-
comment
Comment #36451415
StackEdit looks really nice! Does it support concurrent edits from several users? (as several etherpad-like services do)
-
comment
Comment #36402071
I've seen that previously on https://curiosity-driven.org/ (the main page is a feed file) but I'm not sure if XSLT support won't get deprecated and/or removed in browsers (since it…
-
comment
Comment #36373734
I wonder if that could be addressed at the spec level allowing reverse order of these keywords. It doesn't seem complex on the surface and the the engines could slowly add support …
-
comment
Comment #36262345
Interesting to compare with other distros: https://chaos.social/@Foxboron/110480984761804936 > It's wild to me that the monthly cost of the #NixOS cache infrastructure could fund t…
- story
-
comment
Comment #36175410
> C) provision certificates for this address using the DNS-Challenge approach rather than the HTTP-challenge approach. The other "bonus" is that due to CT it leaks the internal nam…
-
comment
Comment #36110741
This looks very nice! Is epub version planned?
-
comment
Comment #36061902
Okay, thanks for the explanation!
-
comment
Comment #36061381
Minikube is just one piece but it's not functionally equivalent to `docker compose run` since I'd still have to build and push docker images and edit k8s yamls manually (compose ru…
-
comment
Comment #36061342
> Define Sandboxes using a simple YAML file, specifying customizations relative to the baseline environment. Maintain these YAML files in your git repository and standardize Sandbo…
-
comment
Comment #36060182
Looks okay but I was looking for something that wouldn't require learning yet another config language and would rather take k8s yamls that I already have (or require minimal modifi…
-
comment
Comment #36059725
Having a tool that'd make it easy to run the app locally for development and at the same time have roughly the same files used in production. Docker compose got this mostly right, …
-
comment
Comment #35855221
I'm currently reading "Stolen Focus: Why You Can't Pay Attention—and How to Think Deeply Again" by Johann Hari and there's an explicit mention of the negative effect on people that…
-
comment
Comment #35492343
Great to see some movement in this area for Rust. Compared to Zig which had this from day 1 it may be hard to adjust Rust (the way it was hard for Go to adopt generics).
-
comment
Comment #35486742
Nope: https://codeberg.org/api/v1/version
-
comment
Comment #35391575
Multi perspective validation. Hackers can compromise python.org and sign stuff with a key advertised there. But the site is just one point. It's much harder to hack python.org and …
-
comment
Comment #35388781
I think https://keyoxide.org provides some kind of middle ground for verifying identity here. The identity there is not meant to be real life names but rather a collection of all s…
-
comment
Comment #35363170
I've been half way through this tutorial once and it indeed is fantastic. I'm not sure if it applies to recent versions of Blender though.
-
comment
Comment #35363149
Greatly appreciate it! I don't know why but book format is the one I like best, maybe it's a mix of learning at my own speed and at the same time something tangible that I can mark…
-
comment
Comment #35360501
Blender looks better and better! I was wondering... Is there a good book teaching Blender fundamentals covering more recent versions?
-
comment
Comment #35340276
Could you share your script?
-
comment
Comment #35325811
Yeah. Actually ssh agent speaks PKCS#11 (both client and server) so it's possible to interface with the hardware token quite easily. I'm using that to store my client key in TPM fo…
-
comment
Comment #35292026
> It would be so much better if standard practice was to generate and store the private key on a smartcard or the TPM, so that the only file a clueless/careless developer could upl…
-
comment
Comment #35238377
Very nice post even though they're always in this form of "here is my 10 favorite Rust features". Another one along the same lines: https://cloak.software/blog/i-built-startup-in-r…
-
comment
Comment #35234829
Wow, what a great changelog. I wish more software projects would take time to present their work to users like that.