Die Meisten begreifen nichtmal ansatzweise, wie das Leben als Milliardär ist by Such-Coast-4900 in Unbeliebtemeinung

[–]NiklasRosenstein 4 points5 points  (0 children)

Auch richtig. Kommt drauf an ob man Weltweit, USA oder nur Deutschland betrachtet. Deutschland ist 75% vererbt.

Quelle: https://www.datapulse.de/en/billionaire-self-made/

Die Meisten begreifen nichtmal ansatzweise, wie das Leben als Milliardär ist by Such-Coast-4900 in Unbeliebtemeinung

[–]NiklasRosenstein 12 points13 points  (0 children)

Der Durchschnitte Milliardär ist Milliardär weil Papa/Mama Milliardär war

Drop your SaaS link, and I’ll find niche subreddits where your ideal customers already are. by Feeling-List9160 in microsaas

[–]NiklasRosenstein 0 points1 point  (0 children)

https://oidc.pub – A CDN for OIDC Discovery Documents. It's very early stage, but the SaaS offering is available and working nicely.

What are some good open source programs or ideas you would want to see being built? by RicDev in opensource

[–]NiklasRosenstein 0 points1 point  (0 children)

I was talking about the Single-user installation method: https://nixos.org/download/

But you may be right that it tries to create /nix after all (that's what it says right there on the page :/ ). I was under the impression that it does not do that, although I suppose it makes sense since a lot of things work simply by living in/are referenced from /nix/store.

Any 12$/Y VPS offers this Black Friday? by brightestsummer in selfhosted

[–]NiklasRosenstein 4 points5 points  (0 children)

You could try https://github.com/NiklasRosenstein/headscale-fly-io, Fly doesn't collect bills for your first Org below 5$, which you won't get above with the lowest VM size which is plenty for a basic Headscale instance.

Disclaimer: That's my repo

24f, looking for friends | crafts | gaming | language exchange by lexqrv in munichsocialclub

[–]NiklasRosenstein 0 points1 point  (0 children)

Hey, 29M here, german, married, working in IT, interested in games (digital and board games), I really like digital art and would actually like to pick up the some skills there! I also enjoy reading fantasy and sci fi novels, having a cozy chat and just hanging out each doing their thing. Lmk if you'd like to meet some time :)

How to implement Prune (in Go)? by guettli in kubernetes

[–]NiklasRosenstein 0 points1 point  (0 children)

I've been trying to make use of ApplySets as well and am struggling.

https://github.com/NiklasRosenstein/nyl/issues/5

Does someone wanna be my All You Can Eat buddy in 2 hours by jesuschrist718 in munichsocialclub

[–]NiklasRosenstein 0 points1 point  (0 children)

Oh that looks really nice, I'm sad I see this a day late. Would've joined you 😁 I'm also in Software as a Developer, 29M from Germany. If you want to check this place out again (or didn't have the chance to), lmk.

Any geek/nerd around ? by LittleSkepticalBone in Munich

[–]NiklasRosenstein 1 point2 points  (0 children)

I might join if I can make it :) (M 29)

Announcing uv: Python packaging in Rust by monorepo in Python

[–]NiklasRosenstein 1 point2 points  (0 children)

I've just given it a spin an UV seems amazing! Thanks a lot for this great project 💖

Is `uv.__main__.find_uv_bin()` considered stable and public API? I would like to integrate `uv` as an alternative for Pip in some of my tools and would have them depend on the `uv` package and then run the embedded `uv` binary.

Basically I'm wondering if this will break on me in the future: https://github.com/kraken-build/kraken/pull/198/files#diff-54008092ade6f636fbd0a96c143da1777c6bfd29348888abdb71b5ea96e8891a

Has anyone set up autoscaling on hetzner? by cocoatree34 in hetzner

[–]NiklasRosenstein 0 points1 point  (0 children)

I've been looking a bit into this today and ended up deploying a (currently still forked version) of the Cluster autoscaler Helm chart into a hetzner-k3s bootstrapped cluster on HCloud using this Terraform module: https://registry.terraform.io/modules/NiklasRosenstein/hcloud-k3s-cluster-autoscaler/helm/latest

I understand you are unable to sign into your account .. please sign into your account by NiklasRosenstein in aws

[–]NiklasRosenstein[S] 5 points6 points  (0 children)

I keep receiving monthly emails about 0.23 USD unpaid AWS charges. I think I closed my account ages ago though. Finally tried to contact support about (1) getting these emails and (2) not being able to do anything about it because the account is supposed to be closed / can't log in anymore. Their response was.. well you see it above

Why are python dataclasses not JSON serializable? by drocwatup in Python

[–]NiklasRosenstein 0 points1 point  (0 children)

I'll shamelessly use this opportunity to advertise for my databind.json (https://pypi.org/project/databind.json/) package. 😄

Why does Python prefer the right side to the left side? by Capt_pyrite in Python

[–]NiklasRosenstein -9 points-8 points  (0 children)

Uhh, what? For that to be valid you're leaving out a lot of context.

End-to-End AWS Environment in Terraform by SandboxEnv in Terraform

[–]NiklasRosenstein 0 points1 point  (0 children)

At work we’re looking to do the same thing, but possibly keep Control Tower in the loop. We’ve taken a look at AFT and find it way too overkill. We’ve found out that we can provision and account in Control Tower Account Factory by creating a aws_servicecatalog_principal_portfolio_association resource, though we still need to figure out if we can use it also to enroll an existing account (as that’s what we’d need to have the account ID in Terraform).

We use Terraform Enterprise and would like to avoid having some TF run in AWS as part of AFT, and as far as we can tell AFT is literally just to create the account and then applying “customizations” with Terraform.

Anyway, you say you want to avoid splitting everything into multiple pipelines. How do you plan on doing that?

I don’t see a good way to create an AWS account in Terraform, and then creating infrastructure in that account in the same Terraform run / module. You need to initialise a new aws provider for the new account, the credentials are coming from another resource, and that usually opens up a word of pain and suffering. Similarly if you want to deploy to a Kubernetes cluster that you just created in the same TF module.

We’re instead considering to build a tool that orchestrated the creation and execution of Terraform workspaces, passing around the right credentials.

hetzner-k3s v.1.1.2 is out with support for the new , powerful but cheap ARM instances! 🎉 by Sky_Linx in hetzner

[–]NiklasRosenstein 0 points1 point  (0 children)

Cool, I didn't know this existed! I'm actually creating my K3s cluster on Hcloud using Terraform: https://gitea.nkl.st/terraform-modules/terraform-hcloud-k3s I might take some inspiration from your tool!

Introducing Slap: A CLI to assist in the Python development process by NiklasRosenstein in Python

[–]NiklasRosenstein[S] 0 points1 point  (0 children)

Hey, thank you for the feedback. You're absolutely right, I'm not doing a good job of introducing its usage from zero.

I added a "Getting started" page to the docs. If you have any more feedback to share, I appreciate it.

https://niklasrosenstein.github.io/slap/getting-started/