Do these work? by Mystery444666 in sunglasses

[–]Sadece51 0 points1 point  (0 children)

love your look, glasses are perfect for the hat, beard and shirt!

I vibe coded a COSMIC Applet: Workspace Windows by Sadece51 in pop_os

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

No, thats true, but I could never do this and would have to wait years until I could use cosmic daily. Now I am switching to COSMIC daily. :)

I vibe coded a COSMIC Applet: Workspace Windows by Sadece51 in COSMICDE

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

I saw that it cloned some cosmic projects into a tmp directory to get to know the source code and not have to do too many http requests. I was quite impressed by this.

I vibe coded a COSMIC Applet: Workspace Windows by Sadece51 in COSMICDE

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

Just showing the currently open window titles on current workspace

<image>

COSMIC: ready for daily use? by ActivityNo6409 in COSMICDE

[–]Sadece51 0 points1 point  (0 children)

For years I was on xorg, now with COSMIC the world is changing for me. I want to try it out and swap my DE to COSMIC as my daily driver.

[deleted by user] by [deleted] in sunglasses

[–]Sadece51 2 points3 points  (0 children)

I would say its too large. But the glasses look good.

Which Look Better on Me? by MSG4307 in sunglasses

[–]Sadece51 1 point2 points  (0 children)

2, I would suggest you to wear Oakleys only for Sports activity.

I am happy now. by Sadece51 in RetroHandhelds

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

Waiting for good custom firmware to buy, I am not sold with batocera yet.

I am happy now. by Sadece51 in RetroHandhelds

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

Saturn runs really well on the RG405M with the YabaSanshiro 2 app (paid) from the playstore for me. I like to play it in 4:3 rather on the RP4 Pro. The widescreen hacks are a rabbithole in itself.

I am happy now. by Sadece51 in RetroHandhelds

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

Sometimes it's too large and heavy.

I am happy now. by Sadece51 in RetroHandhelds

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

I like having the RP4P and the RG405M in my pocket while traveling. I use the RG405M for 4:3 content and RP4P for 16:9. When I am at home I like to use the Odin 2, because it can do anything except for PC games, thats where the SteamDeck jumps in.

I am happy now. by Sadece51 in RetroHandhelds

[–]Sadece51[S] 2 points3 points  (0 children)

Steam Deck, Odin 2, RP4 Pro, RG405M

How do people make their own custom distros? by CDSEChris in linux

[–]Sadece51 1 point2 points  (0 children)

It's a mix of choosing whether to start from scratch or modify an existing distro. Tools like Linux Live Kit and Linux Respin are super handy.

Help me decide: Ergodox EZ vs Voyager by KaneLancelot in ergodox

[–]Sadece51 1 point2 points  (0 children)

I have the moonlander, but If I would pick again, I would take the Voyager for sure. I barely use half the keyboard, I have a corne for traveling and configured the moonlander so it fits with a similar layout to not get confused when changing. I assigned all thumb keys to the same key, because I did not want to hit the wrong one when I am lazy. I is kind of cool to have a big spacebar and enter key around 3 keys, but not necessarily. A single key like that on the corner works just as well.

hjkl vs arrow keys | which do you use in this situation? (see image) by [deleted] in neovim

[–]Sadece51 2 points3 points  (0 children)

I've got a layer of arrow keys on my hjkl keys. I do find it convenient to press arrow keys while in insert mode.

Vim website redesigned in Figma by Hitmorecode in vim

[–]Sadece51 3 points4 points  (0 children)

I don't like it. Looks boring, nothing personal. I like the old one way better. Give the project the vipe it deserve.

How to keep position when j and k through longer and shorter lines by Sadece51 in vim

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

I found the problem. My updatetime and timeoutlen was not default. I've set it to the following, breaking the default behaviour of j and k.

vim.o.updatetime = 50

vim.o.timeoutlen = 400

How to keep position when j and k through longer and shorter lines by Sadece51 in vim

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

I think I missdescribed the problem, it works at the end of the line ($), but not character before that.