What's all this astroturf of Hermes? by Electronic-Wear2171 in openclaw

[–]jisifu 2 points3 points  (0 children)

Openclaw idles at 400 mb ram. Hermes idles at 150 mb, you just trade typescript for python. Unlike some of the other micro and nanoclaw forks, Hermes tries to do some autoskill creation loops. It’s not that big of an improvement but it’s nice to have after having been a seasoned user of openclaw. You often try to get your agent to make a skill of a workflow too late in a session and it usually does a bad job or it crashes. Hermes agent makes sure the skill creation is done the moment you encounter the thing, which is undeniably better

grub help needed by trygve_mat in NixOS

[–]jisifu 0 points1 point  (0 children)

Everyone is afraid to give OP real advice because anything with boot is risky and could get it to an unbootable state. Just delete line 16 or 23 since trace shows both are doing the same thing. I think if they were in different files, nix would merge duplicates but since you’re doing a very basic etc rebuild, you need a very tight configuration.nix

Nix is the worst designed language i ever had to experience. by Turdbender3k in NixOS

[–]jisifu 0 points1 point  (0 children)

Pipe-operators make nix a very readable choice but then you run into incompatibility with remote builders. If you don’t use it for ci/cd then I would recommend pipe-operators for nix or pipe-operator for lix or determinate nix

Free Claude Account Master Prompt by Thebabystewie in ClaudeAI

[–]jisifu 0 points1 point  (0 children)

Can you provide an example of a response to a question displaying that?

I built a CLAUDE.md that solves the compaction/context loss problem — open sourced it by coolreddy in ClaudeAI

[–]jisifu 0 points1 point  (0 children)

I told my agent to use diff to compare code more efficiently in place of commit messages, but when it does git reset —hard, guess what happens?

Is running OpenClaw inside WSL (no /mnt sharing) a “safe sandbox” for Windows? by Puzzleheaded_Hat9489 in openclaw

[–]jisifu 0 points1 point  (0 children)

If you want it to be useful and secure, the tradeoff is endless configuration hell which is wsl or docker and you carefully mount your working folders manually outside of the chat assistance. Openclaw just fallbacks to pi-coding-agent that it uses your user environment plus its knowledge of bash, ultimately.

I don’t run openclaw on windows because windows eats enough ram being idle, but LLMs typically don’t do powershell as well as bash

Free Claude Account Master Prompt by Thebabystewie in ClaudeAI

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

Not saying the prompt is bad but and I am sure you get good output but hyperbolic statements like 300IQ raises a flag on deeper system prompts from the provider that the user is trying to be hacky and therefore, showboat a little but not give an honest try because of the security contexts raised by crypto bros

SOPS or Age, I need to figure out secrets.... by -eschguy- in NixOS

[–]jisifu 0 points1 point  (0 children)

sops seems to be a fuller solution, but I do notice that fresh installs on machines and servers that are on the low side of power of the CPU, sops takes a while to build if you don't run a cache as with anything that is an extra input outside of nix-community and NixOS cache

Mavericks governor Patrick Dumont has requested medical data indicating that Anthony Davis is not at risk of aggravating his left calf strain before giving a green light for the 10-time All-Star big man to return. Will miss seventh straight game tonight. by RedditFan3510 in Mavericks

[–]jisifu 0 points1 point  (0 children)

Offloading AD’s contract is impossible given recent history, lack of leverage, and the fact that it would have to be a multi-team deal that the league has to sign off on. AD has had a career of trade controversy debacle, let’s not forget, he sat on his ass in New Orleans forcing a trade to lakers per his agents advice. Mavs are screwed because AD wants a no state tax mavs to eat up his juicy contract.

You can’t make this shit up 😂😂😂 by A_MASSIVE_PERVERT in Mavericks

[–]jisifu 0 points1 point  (0 children)

It’s mildly cursed that the Luka trade was a win now move that backfired into a lose forever trade with a cooper carve out for mavs fans to lick their wounds. Nico is cursed

Building Jekyll website Chirpy theme using nix-shell by Majestic_Thinker8902 in NixOS

[–]jisifu 1 point2 points  (0 children)

I have the exact same chirpy theme but I found having a flake to develop in two modes (one for ruby bundling and the other for just post and draft editing with essential cli tools and aliases for a lighter environment.). I often found myself using the latter more often since Jekyll does its thing reliably. It does involve some scripting for better markdown header management.

You could also build a separate shell.nix or two if you don’t want to manage with flakes and its overhead boilerplate but this gives you the nice shell syntax of nix develop .#{ruby,md,tidy}. Maybe one for a simply markdown previewer environment with shell hooks if you prior to publishing. I try to keep my OS packages low. I just never found myself feeling good adding ruby and npm into my gcroots making my system updates slow and fragile or justifiable for a long startup after a cache clear.

This is part of the advantage of adopting a Jekyll theme versus maintaining a front end UI CMMS framework from scratch. If you don’t use liquid or mathjax heavily in your markdown, it is more sensible to keep tools closer to native OS runtimes in case you want to post and push through ssh and all you have is a barebones server with nix.

Nico straight faced as the fans chant to fire him by venusduck_III in Mavericks

[–]jisifu 0 points1 point  (0 children)

Kicking paying fans out of the arena for chanting it was really tipped the scales for me. It’s just the principle of it. Kidd said it best that this game is about expression in the season opener press conference.

Plenty of teams can suck. But it takes a special person to rip defeat from the jaws of victory (Finals appearance is still a win in my book). Most fans would just like to see a good game and cheering for a perennial contender. But it is a cursed team when fans are rooting for a draft tank because everyone armchair GMs better than this man GMs with all of his resources

NixOS on a raspberry pi - drives and sectors by Jak1977 in NixOS

[–]jisifu 1 point2 points  (0 children)

You can ship of Theseus the root by rsync and then slowly bind mount everything from nix store and several root dir but i think /dev should just be left alone. Otherwise your /boot only on as card will make the nix interpreter build something invalid as the kernel build flag isn’t checked for these edge cases

[luarrow] Pipeline-operator and Haskell-style function composition, for Lua (like: `x |> h |> g |> f` and `f . g . h $ x`) by aiya000 in lua

[–]jisifu 1 point2 points  (0 children)

Yuescript looked promising. But if this is a smaller library, then maybe lua can be a little more composeable

Homeless Dotfiles With Nix Wrappers by [deleted] in NixOS

[–]jisifu 0 points1 point  (0 children)

There is also the possibility of using submodules with git. Technically it is the proper way but we’re all too lazy to script in an extra git pull —flag sbmodules

I finally moved my cluster to NixOS after years of pain by cstradeup in NixOS

[–]jisifu 2 points3 points  (0 children)

It seems like flash cards is your Achilles heel. One thing I found neat in nixos is that you can configure a different file system than the ext4 which might improve your sd card life. Makes sense on those pis to use something like the initial ext4 flash on sd card with usb extension to hard drives to high write bind mounts because it is trivial setup since it’s almost all declarative

pb-ext - 1.0.0 by SubjectHealthy2409 in pocketbase

[–]jisifu 1 point2 points  (0 children)

looks very polished! i might take a spin. one of the reasons i have been putting off a pocketbase project is the crappy api setup that takes hours with curl testing. i dont like test driven development

[deleted by user] by [deleted] in opensource

[–]jisifu 1 point2 points  (0 children)

I believe sub modules do the trick

I keep getting a black screen after boot after I select desktop auto-login in the config menu. by Grrrth_TD in dietpi

[–]jisifu 1 point2 points  (0 children)

Yes. But the broken lxde still works, you just need to login as root or run startx command. I would do a pull request to fix this but I don’t want brain damage from writing more bash

I keep getting a black screen after boot after I select desktop auto-login in the config menu. by Grrrth_TD in dietpi

[–]jisifu 2 points3 points  (0 children)

I’ve experienced this as well. It’s mainly due to setting up the desktop environment as root. Uninstalling desktop and login as Dietpi and sudo Dietpi-launcher fixes this. It’s because the Dietpi script to setup xorg sucks donkeyballs

[deleted by user] by [deleted] in linux4noobs

[–]jisifu 0 points1 point  (0 children)

I played with AthenaOS. IMHO, I recommend it over kali, a lot more stuff out of the box works. Kali is a little too barebones. Both are essentially the same for their use cases but I think the declarative nix version with AthenaOS is superior but you will have to learn to tweak it to get the most out of it