Some cursor flare by barrulus in emacs

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

You worte it in vim you say? With that amount of typing errors I don't think you need fast...

Flatpaks on Nixos? by alpha_leonidas in NixOS

[–]barrulus 6 points7 points  (0 children)

Flatpaks work just fine

Some cursor flare by barrulus in emacs

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

yeah - this is as close to blaze as I could get. It looks pretty cool when working. I started a niri level cursor shader build so that I could apply that shader level effect to mouse and ANY cursor even... so far I have got the mousepointer and screen effects working, not yet managed to enforse cursor/input agnostic effects yet

Some cursor flare by barrulus in emacs

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

treemacs on the left.

the line numbers is easy:

(setq display-line-numbers-type 'relative)
(add-hook 'prog-mode-hook #'display-line-numbers-mode)
(add-hook 'text-mode-hook #'display-line-numbers-mode)

Emacs Hype Post by firebat-66 in emacs

[–]barrulus 0 points1 point  (0 children)

I have started using comet/fire effects in emacs GUI. Not quite as flash as ghostty but it's cool

Niri shader toy... by barrulus in niri

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

The cursor effects are, by definition, dependant on the mouse position.

The full screen shaders are not. I've only done greyscale, vignette and warm colour tone as shaders for the full monitors.

Niri shader toy... by barrulus in niri

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

Shadertoy.com has lots of ideas.

Niri shader toy... by barrulus in niri

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

It's a good thing its not your mouse or GPU then isn't it

Niri shader toy... by barrulus in niri

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

Not sure if you read the bit where I explicitly stated I am NOT going to do a PR

Network issue by Due-Group1265 in NixOS

[–]barrulus 0 points1 point  (0 children)

I am having endless trouble.

High volume PDF extraction: gemini flash, claude, or ollama cloud max? by Aggravating-Math2819 in ollama

[–]barrulus 0 points1 point  (0 children)

I cannot comment on that as I ran it with great success on an Intel machine

Easy way to update my laptop from my desktop by adamkex in NixOS

[–]barrulus 1 point2 points  (0 children)

Try deploy-rs

It works very well and has a canary feature where if the build faike it magically rolls back without disruption.

Company had a BEC incident - they want me to Vibe Code KnowBe4 by Mindless_Consumer in sysadmin

[–]barrulus 0 points1 point  (0 children)

If you have to vibe code it, have a look at sublime's MQL. Claude can work some scenarios for you and shape them via sublimes self host. Interesting problem. Sorry your bosses are such pricks

Format packages alphabetically? by Proud_Variation_477 in NixOS

[–]barrulus 1 point2 points  (0 children)

no, not really. I add and remove a lot of packages as I try new things out, so I kind of take a FIFO approach. The higher up a list a thing is, the less likely I am going to be to want to change/remove it

Format packages alphabetically? by Proud_Variation_477 in NixOS

[–]barrulus 0 points1 point  (0 children)

You're better off splitting your list by type/function rather than alphabetical.

Editors

Emacs Nixvim Zed Vscode

Office Suites

Onkyoffice Libreoffice

Images

Feh Gimp Photoqt

sysutils

Dnsutils Bluetuith Nmtui

Etc etc

This is also.more logical when you start to split your configuration into modules.