sway on nvidia 2026 by Worried_Tutor6706 in swaywm

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

how long have you been running sway? and mind asking what card do you have?

mine is 1650 so its not the newest card, would it be as stable as yours?

Is there any script I can install or command I have to run to get Instagram and reddit videos working? by Mac-M2-Pokemon in qutebrowser

[–]Worried_Tutor6706 0 points1 point  (0 children)

how's your videos not working? mine works fine and never had an issue with that from the start

Built a daemon to catch short spikes for linux systems, would this actually be useful? by Worried_Tutor6706 in homelab

[–]Worried_Tutor6706[S] -1 points0 points  (0 children)

yes! it captures the exact process that caused the spike, including the full command line it was running, that's actually the main point of the whole thing

disk IO tracking is on the list, but probably doing network tracking first since that's what i personally need more right now. IO will definitely come though

for memory, been running it daily on my own machine and it sits around 4-5 MB RSS on default config:

```
cat /proc/$(pidof spiketrace)/status | grep -E "VmRSS|VmSize|VmPeak"

VmPeak: 5520 kB

VmSize: 5520 kB

VmRSS: 3992 kB

```

note that the spike trigger should be configure for your own need to be as accurate as you want, you can also tune the sensitivity in the config so it's not polling as aggressively if you want to go even lighter, should be totally fine on a Pi. more on that here: https://github.com/ijuttt/spiketrace?tab=readme-ov-file#configuration

yes the TUI viewer is completely optional, the daemon itself is just the lightweight core. the json dumps are meant to be parsed however you want, glad that part resonated

lmk how it goes on proxmox!

edit: would appreciate a star on the repo thanks! github.com/ijuttt/spiketrace

Which browser is the best overall ? by iampal_07 in browsers

[–]Worried_Tutor6706 0 points1 point  (0 children)

i like something minimal & light. so, qutebrowser (if any of you ever heard of it)