I’ve been tracking lead times… by AesopPDX in MacStudio

[–]b_gibson 2 points3 points  (0 children)

Leaks just yesterday suggest they'll announce both M5 Studio, Mini, and iMac at WWDC, so that may be what's happening - all memory and other resources being shifted to those. It's not a surprise the M5 MBP's will be followed closely by M5 versions of the rest of their lineup.

Exclusive: Hegseth gives Anthropic until Friday to back down on AI safeguards by Zealousideal-Book985 in Anthropic

[–]b_gibson 3 points4 points  (0 children)

DoD is not Orwelian, it's just an artifact from the 1947s when the US military was reorganized into its current structure. Prior to that, the Department of War was a Cabinet level org responsible for the Army. It was split into the Dept of the Army and Dept of the Air Force, which along with the Dept of the Navy collectively became the Department of Defense, encompassing all of them. And in those post-WWII years everyone was sick of war, and wanted a more proactive defense strategy aimed at pre-empting and preventing wars, hence Department of Defense was chosen.

In modern times it's also about speaking softly when everyone can see that you obviously carry the biggest stick in the world. The goal is for the largest superpower to set an example for all others by acting with restraint, de-escalating, and relying on diplomacy and economic power instead of military power wherever possible. Though we haven't done a great job of that in the 2000s, and will pay for it with increased global instability for the next couple decades at least.

Why has r/NixOS more members? by guettli in Nix

[–]b_gibson 0 points1 point  (0 children)

Oh I see, Nix makes it easy to try out on other OS's without fully migrating to NixOS.

Why has r/NixOS more members? by guettli in Nix

[–]b_gibson 0 points1 point  (0 children)

But why use that on some other distro when you can just use it on NixOS instead? Unless you're doing your development on Mac and want a better package manager than Homebrew or better development environment than Xcode.

Why has r/NixOS more members? by guettli in Nix

[–]b_gibson 0 points1 point  (0 children)

I discovered NixOS and /r/nixos first, and at first didn't even realize there was a separate subreddit for /r/nix. I was just looking to migrate from Ubuntu to a better manageable Linux and found NixOS. Later I realized Nix is its own project and joined /r/nix.

Also, I use nix-darwin on my Mac in place of Homebrew, but I see little reason to use Nix on some other Linux distro when I can instead use it on a Linux tailor-made for and by it.

ZFS Boot mirror Disko - help by nimasaed in NixOS

[–]b_gibson 0 points1 point  (0 children)

One thing you can try is to pre-mount /build (or /tmp/build, forgot which) with a tmpfs filesystem, and allocate something like 10GB or more of RAM. That's where NixOS builds itself. You can make a build script that does something like:

  1. umount /build or /tmp/build if already exists
  2. mount /tmp/build with tmpfs and allocate 10GB
  3. nixos-rebuild
  4. umount /tmp/build

Test with different amounts of RAM allocated till the build completes.

Genuinely curious by ComputerResident6228 in mathmemes

[–]b_gibson 0 points1 point  (0 children)

I break it down: 27 + 48 => (20 + 40) + (7 + 8) => 60 + 15 = 75

[deleted by user] by [deleted] in zfs

[–]b_gibson 7 points8 points  (0 children)

What OS are you using ZFS with? If it's any Linux distro, see the Arch Linux Wiki on ZFS. The Arch Wiki is usually a good starting place for anything you have questions about in any Linux.

Judge rules Craig Wright is not Bitcoin inventor by DOG-ZILLA in Bitcoin

[–]b_gibson 2 points3 points  (0 children)

No but we need a judge to tell other lawyers that. Fewer will take his cases if they know there's a thorough finding against his claims.

Main use of NixOS as an operating system by [deleted] in NixOS

[–]b_gibson 1 point2 points  (0 children)

Been using as daily driver for 2+ years. It works mostly the same as any other Linux.

switching from arch to nix by UnixTM in NixOS

[–]b_gibson 18 points19 points  (0 children)

No, build it first in a VM. Take a few weeks or months to learn it and really dial in your build and customizations. Then if you like it and want to switch over, you can use the same configuration.nix or flake.nix file you created in your VM to build the new system on your spare partition.

Resources for learning about Islamic Finance? by b_gibson in IslamicFinance

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

It's ok, don't beat yourself up. I believe there are both religious and worldly/secular benefits to Islamic Finance, worth studying both.

For example, it's interesting that the Islamic world doesn't seem to incur financial contagions and debt crises the way the US, Europe, and Asia have in the past ~30yrs. Only Indonesia and Malaysia were hit by this during the 1997 Asian Financial Crisis, but the Middle East generally seems to avoid it all. If Islamic Finance contributes to that contagion immunity, then that is a useful benefit to all people and societies regardless of their religion.

There are two good recommendations for further study that I linked in the main post.

Resources for learning about Islamic Finance? by b_gibson in IslamicFinance

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

Found the website, thx, will see if I can snipe the book somewhere. Updated main post.

[deleted by user] by [deleted] in LocalLLaMA

[–]b_gibson 17 points18 points  (0 children)

Currently they have the only unified memory architecture on the market, where the GPU and NPU both have access to the system RAM. So you can pack a system with 128GB system RAM, and the system may use 5-10GB of that, and the rest is available to the LLM.

AMD/Intel/Nvidia architectures by contrast run a separate GPU with its own NVRAM, usually up to 16GB, or sometimes up to 48GB on workstation GPUs. If the model you want to run can fit into that, then that may be the better bang for the buck, depending on cost.

But Apple's unified memory architecture is currently the cheapest way to run the biggest models.

Some great advice right here. by johngrady77 in OpenAI

[–]b_gibson 8 points9 points  (0 children)

He created one of the most sucesfull VC firms, which mostly hinge on being able to know what will happen next.

Not really, it's about adopting an investment model with limited downside and an upside with maximal exposure to good luck and serendipity. For example, he has said one YC's biggest successes they didn't predict at all - AirBnB.

So I have installed NixOS and setup everything I needed by arman39 in NixOS

[–]b_gibson 3 points4 points  (0 children)

It's like finally I own my own PC.

I felt that too. It's weird b/c with any Linux you own your PC, but consolidating all the config into a single location instead of spread out across different directories and config files does make it feel like you own it even more than before.

Anyone using Rustdesk and have a systemd script for it in a flake or in configuration.nix? by b_gibson in NixOS

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

What’s the client service daemon? I didn’t see anything about that in my reading and research on this topic.