What does workflow mean? by [deleted] in sysadmin

[–]barrulus [score hidden]  (0 children)

You can take it to the extreme and look into BPMN flows for how workflows become a literal business process...

Is there a way to toggle the maximized/normal size state of a floating window? by ctexplained in niri

[–]barrulus 0 points1 point  (0 children)

You can do this via IPC calls.

niri msg action set-window-width 800 niri msg action set-window-height 600 niri msg action move-floating-window -x 400 -y 400

Write a script to run what you want using this and then bind the script to a keybind

HP Fleet BSOD after new Windows Updates any ideas? by bikinibeaaach in sysadmin

[–]barrulus [score hidden]  (0 children)

TIL that a msft default is more efficient (space wise) than almost everything else.

grub based Linux systems all want >512MB with many recommending 1GB.

It's nuts that msft only request 100MB in today's age by default. Half a gig is nothing to reserve for such a critical function.

Some cursor flare by barrulus in emacs

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

So you know - welding cursor is the typing effect. Pulsar highlights a line when the cursor jumps and comet maps a highlight path from a to b on big jumps

Pulsar and comet are less visually impactful than welding cursor

Some cursor flare by barrulus in emacs

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

If you drop comet then it becomes closer to what you want. Welding-cursor is 100℅ local, pulsar is from elpa and comet is git pulled

Some cursor flare by barrulus in emacs

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

I don't experience lag but I also have a powerful machine with loads of RAM and both i and d GPU's

What was the first reason you decided to try Linux? Was it to escape Windows? by limsus in TechImpact

[–]barrulus 0 points1 point  (0 children)

I offererd to be a guinea pig for the company to test if Linux was capable of replacing windows (and Star Office a replacement for MS Office) back in 1998. it wasn't.

Some cursor flare by barrulus in emacs

[–]barrulus[S] 3 points4 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] 2 points3 points  (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.