Roguelikes: DCSS, Shattered Pixel Dungeon, Nethack
- 0 Posts
- 31 Comments
Autotype is already solved - ydotool, wtype and dotool exists (and possibly others as well).
These tools work by creating a virtual keyboard so they don’t let you send input to a specific window. The input goes to whatever happens to be focused at the moment. This makes them less reliable than the X11 equivalents and unusable for tasks where you need to guarantee that the right window gets the input.
donio@lemmy.worldto Linux@lemmy.ml•You can't cd or ls in a folder if you have no +x permissions on it. That is all. I wasted 3 hours of my life.5·2 years agoThose of us who use the autocd feature of shells “execute” directories all the time. For example I’d type just
/usr/bin RET
if I wanted to cd to /usr/bin.
not having kludges 42 levels deep
There are already almost a hundred extension protocols and you need dozens of them to implement just barebones desktop functionality. If you look under the surface the Wayland ecosystem is arguably already more complex than X11 ever was and it’s only going to get worse.
donio@lemmy.worldto Linux@lemmy.ml•Can I mod my Thinkpad Keyboard to work in another laptop?2·2 years agoThere is a fairly compact Thinkpad USB keyboard which would be much easier to connect if you can make it fit somehow. It has the trackpoint but no trackpad.
donio@lemmy.worldto Linux@lemmy.ml•Calibre 7.0 E-Book Manager Introduces New Notes Feature, Support for Audio EPUBs1·2 years agoYeah, I ended up doing something similar but using my own Dockerfile where I specified
ebook-convert
as the entry point.
Yep, I realized that as soon as I posted and tried to ninja-delete but too late :)
If I sum up the numbers from March 2022 it’s 26% AMD and 38% NVIDIA.
donio@lemmy.worldto Linux@lemmy.ml•Calibre 7.0 E-Book Manager Introduces New Notes Feature, Support for Audio EPUBs5·2 years agoI would like the ability to do a CLI-only build since I only really use the
ebook-convert
command. Never felt the need to “manage” my ebooks.
deleted by creator
donio@lemmy.worldto Linux@lemmy.ml•What in your opinion is the worst Linux Distribution ever made?1·2 years agoIt’s a very useful tool too, I use it semi-regularly. Besides being RPN it’s also arbitrary precision so for example
2 10000 ^ p
gives the right result.
Maybe other tools support this too but one thing I like about xdiskusage is that you can pipe regular du output into it. That means that I can run du on some remote host that doesn’t have anything fancy installed, scp it back to my desktop and analyze it there. I can also pre-process the du output before feeding it into xdiskusage.
I also often work with textual du output directly, just sorting it by size is very often all I need to see.
donio@lemmy.worldto Linux@lemmy.ml•Best daily use Tips for Desktop Linux, that make life easier but are not well known?1·2 years agoI am on Gentoo. It’s not really a goal for me to stick with it, I am pretty pragmatic about these choices. What I value about Gentoo is the flexibility and the lack of magic. The ability to fully own and understand my system. I know what’s installed, what’s running and why. It’s up to me if I want to use systemd or something else, do I want pulseaudio, pipewire or just plain ALSA, X11 or Wayland, what type of desktop environment to use (if any). I can easily apply local patches if needed, I can build a package from git or stick to some old version if I prefer. I know how I want things to work and Gentoo lets me get there. If I found a better way to do it I’d switch. Maybe something like NixOS someday but I am not ready for those trade-offs yet.
The reason I’ve been maintaining the same image for so long is that I didn’t have a reason to rebuild it. I’ve always been able to make the changes I needed. I re-did the image when going from 32 to 64 bit because it was less work.
donio@lemmy.worldto Linux@lemmy.ml•Best daily use Tips for Desktop Linux, that make life easier but are not well known?10·2 years agoThat’s something that beginners do to entertain themselves. My desktop image has been rolling forward since 2013 (when I switched to 64 bit userspace) and it has survived through several generations of hardware.
donio@lemmy.worldto Linux@lemmy.ml•With Firefox on X11, any page can pastejack you anytime21·2 years agoThe last paragraph notes this is not X11 specific, Wayland is affected too it’s just that a bug prevents it from working when the FF window is not focused.
donio@lemmy.worldto Linux@lemmy.ml•What's the point of terminal file managers (mc, ranger, nnn, etc)?1·2 years agoThe comment was talking about dired which is a file manager that runs inside Emacs and Emacs can be used in terminal mode.
donio@lemmy.worldto Linux@lemmy.ml•What's the point of terminal file managers (mc, ranger, nnn, etc)?2·2 years agoIt has paragraphs and an unordered list so it’s technically not a wall of text :)
There is truth in it though, it’s fun to ramble on about all the cool stuff that we get to do with Emacs.
I use parcellite. Sensible UI, has all the functionality I need and it’s not tied to any desktop environment.
The functionality I care about:- history, including customizable persistent entries
- customizable key bindings
- handles both primary and selection and can sync them
- can trim whitespace
- can launch customizable actions on the active entry
Clipboard managers often have an option to synchronize them. There are standalone tools as well, autocutsel for example.
Any naming convention is fine as long as it’s meaningful to you. But it’s a good idea to keep your own repos separate from the random ones you clone from the internet.