poinck

joined 2 years ago
[–] poinck@lemm.ee 4 points 1 month ago

The "penguin" on the right is using a lot of LLM ("AI") to get the job done.

[–] poinck@lemm.ee 4 points 1 month ago

If it enables the use of Linux at work I would install it, too. And use Edge for corporate ressources as well.

[–] poinck@lemm.ee 2 points 1 month ago

I am using it, too. I whish the vim-mode was a bit more complete.

[–] poinck@lemm.ee 8 points 1 month ago (2 children)

and linear window managers: niri.

[–] poinck@lemm.ee 2 points 1 month ago

Yes, I tried PostmarketOS with Phosh on my old Lenovo Ideapad. It just works without tinkering.

[–] poinck@lemm.ee 1 points 1 month ago

I am using gentoo-sources-6.12 . Idk, how mainline that is. It is pretty upstream with some Gentoo patches, I guess.

To increase the responsiveness of the system I changed the default setting of the scheduler to prioritize user input over system background processes (I don't remember the exact config name in the kernel). Other than that, I compiled it very close to Gentoo handbook recommendations: selecting only what I need and carefully choose between compiling drivers and features as a module or builtin.

[–] poinck@lemm.ee 1 points 2 months ago

I have gone from borgbackup to rdiff-backup to reduce complexity and dependencies. rdiff-backup's incremental strategy needs more space than deduplication from borgbackup, but you don't need fuse and borg itself to restore your latest backup.

With rdiff-backup you can just use cp -a to restore all your files. Only if you need a file you deleted ages ago, you need it.

I relied on borgbackup for a long time, never had an incident. But then I wanted to try the new replication borg2 feature and almost lost my original borg1 repo. With rdiff-backup you can just rsync the repo to another drive and have two copies of your offline offsite redundant backup. Encryption is a non-issue, you can run it on top of every other filesystem and LUKS or over SSH.

Granted, I just switched to rdiff-backup, but I am loving the simplicity of it already.

[–] poinck@lemm.ee 4 points 2 months ago* (last edited 2 months ago) (2 children)

Unfortunately I don't have the same setup: I use the xboxdrv kernel module to use the PS5 controller for Steam games without native PS5 controller support. I deactivated Steam input for this game (Elite Dangerous, btw.).

I connect (USB) the controller before starting Steam. After connection I immediatly unload the hid_playstation module and start xboxdrv as root (I needed to create a custom mapping for it). Only after that I start Steam and can use the PS5 controller flawlessly in-game.

You might ask, why I am using a PS5 controller instead of an xbox controller. It's all about ergonomics. The PS5 controller is simply better for me.

[–] poinck@lemm.ee 1 points 2 months ago* (last edited 2 months ago)

I wonder if showtime has yt-dlp support and could potentially replace mpv.

[–] poinck@lemm.ee 1 points 2 months ago (1 children)

Finally I found the time to write down, how I use Ghostscript:

gs \
    -sDEVICE=pdfwrite \
    -o /output/gs_file.pdf \
    -dPDFSETTINGS=/prepress \
    -sProcessColorModel=DeviceCMYK \
    -sDefaultCMYKProfile=/path/to/ISOcoated_v2_eci.icc \
    -sColorConversionStrategy=CMYK \
    source/file.pdf \
    -f

I don't now which of ProcessColorModel or ColorConversionStrategy is the important one. I kept both and did not bother to try to omit one of them. -dPDFSETTINGS=/prepress makes sure that embedded bitmaps are in 300dpi and I think -f prevents Ghostscript staying in interactive mode after all pages have been finished.

[–] poinck@lemm.ee 8 points 2 months ago (2 children)

I am also interested in any experiences, especially regarding the computers you can attach to these small displays. I often see RPi as an option, but I heared about RocketChip, too. What are the best platforms to drive these displays?

[–] poinck@lemm.ee 24 points 2 months ago (4 children)

We learned the hard way that on a RPi4 you want a very good SD card if you are running nextcloud on it.

view more: ‹ prev next ›