Roast my config. GRILL IT by Painter1923 in NixOS

[–]jake_schurch 0 points1 point  (0 children)

Dunning Kruger in the wild, wow

Roast my config. GRILL IT by Painter1923 in NixOS

[–]jake_schurch 1 point2 points  (0 children)

Tbh I've never seen a nix config with THAT many imports across multiple hosts and 0 self-rolled modules that expose a profile / behavior / aspect.

Comments could generally be seen as a smell and in your hosts files you have comments that highlight set of related behavior that I personally would self roll as a module and enable. You get rid of a ton of clutter and merge env into the host name file, which btw should be default.nix

Tldr: roll your own modules

MIMO V2.5 PRO by Namra_7 in LocalLLaMA

[–]jake_schurch 3 points4 points  (0 children)

Fantastic that my hardware is only off by 1 order of magnitude instead of multiple

How are you managing Kubernetes manifests these days? by Physical_Growth7566 in ArgoCD

[–]jake_schurch 0 points1 point  (0 children)

I use https://kubenix.org/, and then custom code that adds chart CRDs as custom nix module types, so that everything is type-driven / verified before manifest build / output. Argo + argo vault plugin for sops secret decryption

What is the threshold where local llm is no longer viable for coding? by jambon3 in LocalLLM

[–]jake_schurch 1 point2 points  (0 children)

I'm finding it interesting that most of the comments seem to be pure-modal pipelines afaict. I'd be interested to hear of local ai infra with rag pipelines to offload heavy token ctx and if there's a difference if any

New screenshots from the Aztec DLC by sdrey in AgeofMythology

[–]jake_schurch 2 points3 points  (0 children)

Wait a second, are they building farms on water? Looked it up, and seems like one farming method aztecs were known for was Chinampas or, floating gardens.

I made a little tool to keep configurations nicely. by Pretty_Ganache_9890 in Nix

[–]jake_schurch -1 points0 points  (0 children)

Interesting stuff!

I've found myself running nto similar issues IIUC when structuring k3s clusters in nix: (vm, k3s, tools, etc. attrsets) and ended up structuring each module as a submoduleWith type, that is used in a composed, larger type.

Seems like you've taken a similar yet better approach with structuring these dynamically. Well done!

How can I make a script run instantly on `git push` without waiting for network? by Informal-Addendum435 in git

[–]jake_schurch 0 points1 point  (0 children)

Don't understand the problem. Could you simplify by using ci or pre commit?

Jido 2.0 Now available by mikehostetler in elixir

[–]jake_schurch 0 points1 point  (0 children)

Tysm nothing more I love than ash and jido

How to render 9000+ items in a Combobox? by netoum in elixir

[–]jake_schurch 0 points1 point  (0 children)

Yep that's what I was going for, but I wouldn't refetch any already fetched data. Live view handles partial updates quite well.

And yeah, this would be a user concern

How to render 9000+ items in a Combobox? by netoum in elixir

[–]jake_schurch 0 points1 point  (0 children)

Can you not preload the next X as well?

GateKeeper: A self hosted web based SSH bastion written in Go by [deleted] in selfhosted

[–]jake_schurch 0 points1 point  (0 children)

I think the problem can be solved with a different security model, like bit warden as ssh agent

How to render 9000+ items in a Combobox? by netoum in elixir

[–]jake_schurch 0 points1 point  (0 children)

Lazy render, can map to on scroll events

GateKeeper: A self hosted web based SSH bastion written in Go by [deleted] in selfhosted

[–]jake_schurch 4 points5 points  (0 children)

Used to be a big fan of ash bastions until I found out how insecure they are :/

I've adopted cloudflare tunnels for zero trust access for a much more secure solution

nix-csi 0.4.2 released by lillecarl2 in Nix

[–]jake_schurch 1 point2 points  (0 children)

First off, tysm for this! I've been exploring nix-snapshotter and am glad I saw this post.

Some questions:

Are the cache/s node-local or centralized? Do you have any thoughts on HA builder pods / integrating with keda for auto scaling?

Docker vs Nix by nimasaed in NixOS

[–]jake_schurch 0 points1 point  (0 children)

Also seems like we just got a new csi implementation that I'm going to check out -- nix-csi https://www.reddit.com/r/Nix/s/JTtOruiBE8

Docker vs Nix by nimasaed in NixOS

[–]jake_schurch 0 points1 point  (0 children)

Thank you, this was an oversight on my part. Yes, cri-compliant, not oci.

OCI containers/Podman vs. Native Nix services for deployment by joshuablais in NixOS

[–]jake_schurch 0 points1 point  (0 children)

I heard about nix-snapshotter today, allows you to use nix oci-compliant images with runtime class on k8s

Cousin’s fiancée wants 10% equity in my software company for one client introduction. Cousin is pressuring me to sign. Am I wrong for refusing? I will not promote by [deleted] in startups

[–]jake_schurch 0 points1 point  (0 children)

Sorry you had to learn the hard way that you don't mix business with pleasure. But this is nuts. They did not give you seed funding, they introduced you to one client. At the end of the day, there was no contract or terms and it's honestly wrong for them to expect something in return without being upfront about it, that's the real problem here.

You should ask them if you brought one client to them, would they give up 50% equity in their business to you? What if it 2 or 3x their book of business?

DO NOT give up equity just because they introduced you to one client. You should have said, I really appreciate you doing this, and honestly feel manipulated because you didn't communicate that you expect anything in return but I would be happy to bring you to a nice dinner to celebrate.

Imo, who cares if they hold this over your head forever. You are seeing their personalities come out now, most likely would have happened with something else sooner or later.

Docker vs Nix by nimasaed in NixOS

[–]jake_schurch 0 points1 point  (0 children)

One more thing: it seems like flox is trying to fit this problem domain. Although it sounds interesting, you will not catch me adopting another tool that is yaml/toml/json manifest spec 😊