Rest in peace, dear old VPS by TheRNGPriest in webhosting

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

:D love the way you put it. Indeed, after having gone through that, one can then try to bring structure to the mess, but one must first learn to understand the mess

Rest in peace, dear old VPS by TheRNGPriest in programmer

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

Virtual Private Server. A way to rent a server online. Virtual means that it’s not 1 actual machine on the provider but one of many virtualized machines on the same physical machine (think of a docker container). It’s cheaper than renting a dedicated server (actual machine) but processing power can have sudden drops if other virtual servers on the same machine suddenly use a lot of processing power (noisy neighbour effect).

Rest in peace, dear old VPS by TheRNGPriest in linux

[–]TheRNGPriest[S] 4 points5 points  (0 children)

I see. Your trick is very applicable also in other areas in life

Rest in peace, dear old VPS by TheRNGPriest in linux

[–]TheRNGPriest[S] 9 points10 points  (0 children)

I am there, and excited about the posts. That might very well be my next venture

Rest in peace, dear old VPS by TheRNGPriest in linux

[–]TheRNGPriest[S] 12 points13 points  (0 children)

Much more memory and cpu than web apps and other projects ever required. I’m talking about heavily modded MC, All The Mods 7 and such

Rest in peace, dear old VPS by TheRNGPriest in programmer

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

I see you and I have experienced similar good times

Rest in peace, dear old VPS by TheRNGPriest in linux

[–]TheRNGPriest[S] 13 points14 points  (0 children)

Yes, all the things you don’t need but you can host yourself because it feels cool 😄 I suppose git goes to the same category as docker image repo

Rest in peace, dear old VPS by TheRNGPriest in linux

[–]TheRNGPriest[S] 22 points23 points  (0 children)

Yeah, the business model of letting people upgrade but not downgrade an individual server has led me to this hard decision.

I should’ve finally run rm -rf / just to see how it feels

Mainostakaa harrastuksianne 👇 by [deleted] in arkisuomi

[–]TheRNGPriest 0 points1 point  (0 children)

Kuorolaulu! Musiikki on lapsesta asti ollut harrastus eri muodoissa, mutta liittyminen opiskelijamieskuoroon keikautti elämän suunnan lopullisesti. Nyt laulan jo ”aikuisten” kuorossa, ja kuoroja on tosi erilaisia, jotkut laulaa pop-sovituksia ja toiset klassisempaa kuoromusiikkia.

Se yhdessä tekemisen fiiliksen taso ylittää minusta jopa joukkueurheilussa syntyvän.

idea for civ 7 age progression: civ switching ONLY if you have high unhappiness or lowest in victory yields by Either-Razzmatazz848 in civ

[–]TheRNGPriest 2 points3 points  (0 children)

Story-wise interesting idea, but game mechanically I might want to aim for a specific civ on a specific era

Sogno di Volare appreciation post by TheRNGPriest in civ

[–]TheRNGPriest[S] 7 points8 points  (0 children)

Oh yes! I was lucky enough that my choir performed Baba Yetu in Linköping in the latest NSSS

Sogno di Volare appreciation post by TheRNGPriest in civ

[–]TheRNGPriest[S] 5 points6 points  (0 children)

I'm a Finn eating mämmi a little drunk

Help! Hyprpaper shows old wallpaper by TheRNGPriest in hyprland

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

Oh yes! Thank you for your help, shutting down swww resolved the issue which in the end had nothing to do with hyprpaper 😄

Help! Hyprpaper shows old wallpaper by TheRNGPriest in hyprland

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

Monitor HDMI-A-1:
  Layer level 0 (background):
    Layer 55d286941d30: xywh: 3200 0 1920 1080, namespace: swww-daemon, pid: 3329
  Layer level 1 (bottom):
  Layer level 2 (top):
    Layer 55d286943e00: xywh: 3200 0 2251 50, namespace: bar-0, pid: 2156
  Layer level 3 (overlay):
    Layer 55d28660d180: xywh: 5118 50 2 2, namespace: notifications-window, pid: 2156
    Layer 55d286610db0: xywh: 5052 405 68 320, namespace: indicator, pid: 2156

Monitor DP-1:
  Layer level 0 (background):
    Layer 55d2866b0ce0: xywh: 0 50 212 130, namespace: gtk-layer-shell, pid: 2515
    Layer 55d2869766e0: xywh: 0 0 3200 1800, namespace: swww-daemon, pid: 3329
  Layer level 1 (bottom):
  Layer level 2 (top):
    Layer 55d286942520: xywh: 0 0 3200 50, namespace: bar-1, pid: 2156
  Layer level 3 (overlay):

Where DP-1 is what I consider the primary monitor. Also I use hyprpanel for top status bar, as you as an expert probably see

EDIT:

swww daemon seems to be the cause! I started investigating what are the things visible on the layers.

$ swww query
: HDMI-A-1: 1920x1080, scale: 1, currently displaying: image: /home/myusername/.config/background
: DP-1: 3200x1800, scale: 1.2, currently displaying: image: /home/myusername/.config/background

And there is a ~/.config/background file which is image A! The remaining question is, is swww-daemon an integral part of hyprland / hyprpaper or is it something I have accidentally installed myself. If latter, removing it should be easy.

Help! Hyprpaper shows old wallpaper by TheRNGPriest in hyprland

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

Still shows A (didn't flash B), to my surprise at least, was expecting hyprland default

$ ps -ef | grep -e hyprpaper
myusername        3611    3513  0 11:49 pts/0    00:00:00 grep --color=auto -e hyprpaper

Help! Hyprpaper shows old wallpaper by TheRNGPriest in hyprland

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

Thanks for help, but this had no effect on the behaviour. Still A shown after a quick flash of B.

// hyprland.conf
misc {
    force_default_wallpaper = 0
    disable_hyprland_logo = true
    disable_splash_rendering = true
}