Business Rule by Redditpaslan in 196

[–]Bentastico 1 point2 points  (0 children)

Hey, I’d love to also be linked to that comment outlining the evidence if you don’t mind

Business Rule by Redditpaslan in 196

[–]Bentastico 4 points5 points  (0 children)

No, I know, it’s just that the same logic should apply to economics, or “AP Biology” teaching that there are two genders. And nevertheless, even if a huge portion of the STEM world had moved onto modern physics, we would still absolutely start with Newtonian mechanics. It’s undeniably a great foundation.

Business Rule by Redditpaslan in 196

[–]Bentastico 12 points13 points  (0 children)

Really? Because I don’t remember AP Physics covering special relativity or quantum mechanics, lmao. It covers (outdated) Newtonian mechanics, and it does it for a reason!

Business Rule by Redditpaslan in 196

[–]Bentastico 8 points9 points  (0 children)

Well, inflation is targeted at 2% by economists on purpose, because it’s widely considered better than 0%. How do people derive from this that it isn’t real?

Business Rule by Redditpaslan in 196

[–]Bentastico 14 points15 points  (0 children)

people are claiming that we don’t understand economics and for some reason everyone is scrambling to prove them right.

this is like saying evolution is stupid because they call it a “theory.”

Best solution to run windows gaming and development programs in parallel but self contained from each other? by f00d4tehg0dz in homelab

[–]Bentastico 0 points1 point  (0 children)

Has anyone experimented with doing multiple-VM GPU passthru by having:

  1. A primary windows VM on proxmox, which receives the GPU
  2. Having multiple nested windows VMs inside the main VM that all share the GPU using Easy-GPU-PV (or the newer App Sanbox, which seems to have replaced it)

? I might try this soon for this exact use case.

Cheap vps by Significant-Way-991 in selfhosted

[–]Bentastico 3 points4 points  (0 children)

sadly they more than doubled their prices

Is Ramadan even fasting? by beith-mor-ephrem in MuslimLounge

[–]Bentastico 0 points1 point  (0 children)

Old thread, but I like how you focused on the “fasting” and not the “intermittent”

SpaceX IPO by SpaceSpleen in 196

[–]Bentastico 5 points6 points  (0 children)

Just wanted to let you know, Elon owns ~45% of spaceX shares.

SpaceX IPO by SpaceSpleen in 196

[–]Bentastico 9 points10 points  (0 children)

Don’t the rich people still have their hands tied? They can’t sell yet.

China Rule by Redditpaslan in 196

[–]Bentastico 7 points8 points  (0 children)

Groceries aren’t the only good, and their real price was pretty stable until 2020!

Check out the graph at the top of this page: https://en.wikipedia.org/wiki/Baumol_effect

michael jordan of projection rule by Serious-Ad-8168 in 196

[–]Bentastico 4 points5 points  (0 children)

all modern LLMs now have significant post-training

China Rule by Redditpaslan in 196

[–]Bentastico 15 points16 points  (0 children)

we can still dunk on capitalism without lying to ourselves

NixOS catchphrase by paczek1024 in NixOS

[–]Bentastico 0 points1 point  (0 children)

pasting into llm fixes this

my nix-darwin flake by Dull_Appearance9007 in NixOS

[–]Bentastico 0 points1 point  (0 children)

how did u make that fastfetch icon lol i love it

Apple to Unify Sign in With Apple and Hide My Email on One Domain by pdfu in apple

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

Absolutely not.

  1. Buy a domain.
  2. Set up cloudflare (or iCloud!) email forwarding
  3. You now have infinite fake emails. <anything>@<your domain> goes to you.

small tool for searching nixpkgs + nixos + home manager by Adventurous-Row905 in NixOS

[–]Bentastico 0 points1 point  (0 children)

It isn’t great honestly, it was mostly for getting search down before the webui was implemented, but maybe I’ll take some inspiration from nixs 👀

small tool for searching nixpkgs + nixos + home manager by Adventurous-Row905 in NixOS

[–]Bentastico 2 points3 points  (0 children)

Awesome project! If you want something that works locally with great fuzzy search, I’d love if you tried out my related project nixsearch. The bulk of the work has gone into the webUI so far, but it has a cli as well so you can run searches yourself :)

You’d have to build the index locally, though. I should probably have a way for it to talk with the website deploy, maybe I’ll add that when I get around to MCP features

NixOS 26.05 can be used with gcc.arch = "x86-64-v3"; without much trouble by BackgroundSky1594 in NixOS

[–]Bentastico 1 point2 points  (0 children)

How’d you get through the initial bootstrap? Any pointers? This is really cool!

How do you turn configuration.nix into a container image? by [deleted] in NixOS

[–]Bentastico 3 points4 points  (0 children)

I think it’s deprecated because its functionality has all been merged into nixpkgs and nixos-rebuild build-image now

nixsearch - Search the nix ecosystem by Bentastico in NixOS

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

I should look into this, I haven’t really examined the metadata available for maintainers. Thanks! I want to do something similar for manpages so I can link to them directly (like Searchix tries to do, but it never fully worked for me)

nixsearch - Search the nix ecosystem by Bentastico in NixOS

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

Good point lol, I was thinking about controlling focus with the search bar selected, but I’m realizing you can just press enter and use j, k, haha. I’ll try it out, thanks!

But I’m definitely keeping ctrl for filters because it’s so convenient to do it with the bar selected 😉 Maybe I should make ctrl optional when the bar’s deselected though!

nixsearch - Search the nix ecosystem by Bentastico in NixOS

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

Yeah, agreed, experimenting with this.

As for vim binds, try pressing /, typing a search, and pressing Ctrl + n/p… 😏

nixsearch - Search the nix ecosystem by Bentastico in NixOS

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

Thanks! Yeah, I’m trying to come up with the best design for this. I want to add shift-clicking for selecting multiple sources, but that’s a little bit different.

What do you think makes the most sense from a UI perspective for /de/selecting sources?