StrangeAstronomer

joined 1 year ago
[–] StrangeAstronomer@lemmy.ml 17 points 3 weeks ago (1 children)

voidlinux: gave me much better battery life - I assume because it starts as a minimal system and one adds only the essentials to do the job - compared to the soup-to-nuts distros that pile everything in so that newbies are acccomodated. Of course, the voidlinux approach needs more linux skills - but it's not that hard and the doco is great.

Also, I love the back to basics runit init system and runsv service runner (I'm old so I like that stuff) and the ultra fast xbps packaging system.

[–] StrangeAstronomer@lemmy.ml 13 points 1 month ago

Thanks (to all the authors) for your hard work and contributions.

[–] StrangeAstronomer@lemmy.ml 2 points 4 months ago

BTW - thanks for Mistral. Another tool in the box!

[–] StrangeAstronomer@lemmy.ml 2 points 4 months ago (1 children)

Quite right!

You need to take it all (AI or internet searches) with a huge pinch of salt. Even ye olde text books were not infallible and often out of date, so sodium chloride was also required even then.

The code either works or it doesn't - it's all in the testing. If you deploy AI suggestions without thought you deserve the consequences.

[–] StrangeAstronomer@lemmy.ml -3 points 4 months ago (7 children)

so just use chatgpt or gemini - pretty sure they sucked in all of reddit to form their KB

[–] StrangeAstronomer@lemmy.ml -1 points 4 months ago

So he's a journalist </s> Thanks for the warning, saved me a read.

 

Most entries in lemmy's RSS feed have a that points to the relevant lemmy post eg

Title: Any DE or distro without touch support?
Author: https://lemmy.ml/u/tarius
Date: Wed, 15 May 2024 01:24:59 AEST
Feed: Lemmy - linux
Link: https://lemmy.ml/post/15632012

That makes sense - clicking the link takes me to the conversation.

Other entries however, include a link to the subject of the conversation eg

Title: Wayland usage has overtaken X11
Author: https://lemmy.world/u/KISSmyOSFeddit
Date: Tue, 14 May 2024 03:30:46 AEST
Feed: Lemmy - linux
Link: https://lemmy.world/pictrs/image/a71c1b49-fb63-420d-8afc-d40661ffd79c.png

The feed I'm using is https://lemmy.ml/feeds/c/linux.xml

This is unfortunate as clicking the link in my reader (elfeed) does not show the conversation - I rely on the to take me there.

elfeed being built in elisp in emacs, I have been able to concoct a fix especially for lemmy - but it really feels like a bug in lemmy as no other feed needs it. Where can I report it or discuss it?

[–] StrangeAstronomer@lemmy.ml 2 points 7 months ago (1 children)

waybar is good

scrcpy for android connectivity; syncthing to get files to and fro android (and any other linux system)

clipman for clipboard manager

wallpaper - whatever for? with a TWM you rarely see the background

emacs - because it's life (I jest)

[–] StrangeAstronomer@lemmy.ml 10 points 8 months ago* (last edited 8 months ago)

Can't believe no-one mentioned voidlinux yet. It's very tasty.

[–] StrangeAstronomer@lemmy.ml 9 points 9 months ago

I daresay there's a way to do something like this with fzf

[–] StrangeAstronomer@lemmy.ml 6 points 9 months ago (1 children)
[–] StrangeAstronomer@lemmy.ml 2 points 10 months ago

waypipe - yes. But also wayvnc - I've been using wayvnc for a couple of years to export a headless wayland session from a file server. FOr my sins I use vncviewer on XWayland to consume it as it still seems to be the fastest.

[–] StrangeAstronomer@lemmy.ml 36 points 10 months ago (6 children)

To imply that systemd is merely an init system is ingenuous at best and dishonest at worst - systemd is so much more than an init system, as that article mentioned. Since the article was written in 2014 systemd has grown massively in scope, even more than the author feared.

It manages DNS, home directories, system services, seat managment, cron, system logging, booting... the list is ever growing. As such many people fear it is becoming too dominant through making more and more software dependent on it. It is not atomic - it is very difficult to have just one piece of systemd as its parts are tightly integrated and inter-dependent.

One could even claim that systemd failed in it's original remit - to make startup as fast as macOS by running tasks in parallel and by deferring service startup until they are actually needed. The result has been a not very performant init system - many init systems are faster eg runit, dinit. The systemd people now claim that speed is not a design goal.

It is, however, open source and very widely adopted. Most people don't care - they just want to run their browser and word processor.

view more: next ›