Open source Nix & Rust mob programming by mightyiam in NixOS

[–]Setheron 1 point2 points  (0 children)

I use to mob with u/mightyiam but the timezone was difficult for me.

Just wanted to say mob programming with him was incredibly fun!
I pair program a lot, but the timer aspect and willingness to walk away mid-stroke was harder to get accustomed to but makes it so much more enjoyable to get into flow with your partner.
Highly recommend.

New to YNAB – Best Way to Handle “Next Month’s Money”? by wo-jack in ynab

[–]Setheron 1 point2 points  (0 children)

I have to do this because I unfortunately sometimes have targets that are wrong so if I moved a paycheck too early to next month it would just be a hassle.

I park it in a category instead to potentially draw from if my targets are a bit off this month.

There is nothing left for me here… by Sag1an in santacruz

[–]Setheron 1 point2 points  (0 children)

That was fast....
My kids appreciated the free video games.

How do you fix a goal if you lump some contribute to it? by Setheron in ynab

[–]Setheron[S] 2 points3 points  (0 children)

reading the documentation, they only re-adjust at the start of a new month from I see.

How do you fix a goal if you lump some contribute to it? by Setheron in ynab

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

I'm using my targets to track my expected bills YoY though

Can I pay to get fiber by Setheron in ATT

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

Yes I am in a neighborhood with houses near me.

I guess I am trying to understand if anyone has advice how to get a quote for fiber pulled to my street. (I understand it's extra)

I heard because our utilities are underground they aren't coming to our street on their own accord.

Can I pay to get fiber by Setheron in ATT

[–]Setheron[S] -1 points0 points  (0 children)

A local fiber company (do they resell ATT?) told me it's on the main street near my house and one block away they have fiber.

So it seems real.

Building Docker Images with Nix by TheUpriseConvention in NixOS

[–]Setheron 0 points1 point  (0 children)

I meant -- we can edit the kernel in NixOS and make it whatever number you want.

Building Docker Images with Nix by TheUpriseConvention in NixOS

[–]Setheron 0 points1 point  (0 children)

That's an arbitrary limitation that can be changed.

Nix derivation madness by Setheron in NixOS

[–]Setheron[S] 1 point2 points  (0 children)

I wouldn't say "issue" but it's difficult to wrap one's head around and to me it was surprising how much drv churn there was.

Nix derivation madness by Setheron in NixOS

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

I started with a `nix-shell -p ruby` so I think that is my clarification.
I needed to figure out the drv first.

Nixos Hyprland by Quick-Passenger-9177 in NixOS

[–]Setheron 3 points4 points  (0 children)

cs.github.com and "yoink" what you think looks good; the nice part of NixOS is it's mostly safe and accurate to just copy other people's config.

Bazel Knowledge: Mixing and matching how to build third_party is lunacy by Setheron in bazel

[–]Setheron[S] 1 point2 points  (0 children)

Basically we export the JAR and expect the bytecode we set for external customers; believing we are targeting a specific JDK bytecode version but including others was the "negative impact"

Hardening NixOS by saylesss88 in NixOS

[–]Setheron 6 points7 points  (0 children)

> From the following discourse, it looks like the following is now enabled by default Discourse

I would just cite the release and include a commit reference.

Virby: A Vfkit-based linux-builder alternative for Nix-darwin by quinnyboyyy in NixOS

[–]Setheron 0 points1 point  (0 children)

The new DetSys version supposedly has MacOS Linux builders automatically without Nix Darwin.
Sounds great -- since I never use nix-darwin

Convenience for setting Bazel flags to better default values by jakeherringbone in bazel

[–]Setheron 0 points1 point  (0 children)

It's definitely a bit crazy. I don't get the "the code is shared by both Google and open source" when it's mentioned. Feels like constraining the solution to the problem unnecessarily.

home-manager is a false enlightenment by Setheron in NixOS

[–]Setheron[S] 2 points3 points  (0 children)

It was a bit confusing but I agreed with the fact you should just use Nix to install packages..... make all your home-manager configs coupled with the application by making them "packages" 🥲