HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Reitet00

no profile record

Submissions

Monthly cost of NixOS cache infra could fund entire ArchLinux infra for a year

chaos.social
1 points·by Reitet00·3 jaar geleden·0 comments

comments

Reitet00
·3 jaar geleden·discuss
StackEdit looks really nice! Does it support concurrent edits from several users? (as several etherpad-like services do)
Reitet00
·3 jaar geleden·discuss
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's quite an old tech).
Reitet00
·3 jaar geleden·discuss
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 for it.
Reitet00
·3 jaar geleden·discuss
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 the entire Arch Linux infrastructure costs for a year.

> It's 6 times the amount Arch get in monthly donations, and ~4 times Debian gets in monthly donations.
Reitet00
·3 jaar geleden·discuss
> 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 name to basically everyone on the internet. It may or may not be a problem but definitely something to be aware of.
Reitet00
·3 jaar geleden·discuss
This looks very nice! Is epub version planned?
Reitet00
·3 jaar geleden·discuss
Okay, thanks for the explanation!
Reitet00
·3 jaar geleden·discuss
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 run will build containers and start them, no need to edit anything) .
Reitet00
·3 jaar geleden·discuss
> Define Sandboxes using a simple YAML file, specifying customizations relative to the baseline environment. Maintain these YAML files in your git repository and standardize Sandboxes across your organization.

It looks like these yaml files are not k8s files that I already have?

Also, is it open source? (I couldn't find a link to source on mobile)
Reitet00
·3 jaar geleden·discuss
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 modifications).
Reitet00
·3 jaar geleden·discuss
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, compare compose with the complexity of running locally service in micro Kubernetes cluster.
Reitet00
·3 jaar geleden·discuss
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 immediate notifications bring. Just wanted to mention that it's not only you.
Reitet00
·3 jaar geleden·discuss
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).
Reitet00
·3 jaar geleden·discuss
Nope: https://codeberg.org/api/v1/version
Reitet00
·3 jaar geleden·discuss
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 also their GitHub and Twitter account (and DNS and dozens of other supported services).

Keyoxide makes the signing key links on multiple sites thus raising a bar for accepting fake key. It's not a silver bullet obviously. Just makes the attack harder to pull and is machine readable (instead of making humans check the keys).
Reitet00
·3 jaar geleden·discuss
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 social profiles bi-directionally linked together with OpenPGP signatures.
Reitet00
·3 jaar geleden·discuss
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.
Reitet00
·3 jaar geleden·discuss
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 in various ways.

Thanks!
Reitet00
·3 jaar geleden·discuss
Blender looks better and better!

I was wondering... Is there a good book teaching Blender fundamentals covering more recent versions?
Reitet00
·3 jaar geleden·discuss
Could you share your script?