

MessagEase is a nice keyboard built for mobile devices, using 9 keys for typing with swiping to access some of the letters.
Numbers and special characters can also be accessed without having to switch mode.
System/web/Linux developer


MessagEase is a nice keyboard built for mobile devices, using 9 keys for typing with swiping to access some of the letters.
Numbers and special characters can also be accessed without having to switch mode.


For me is the lack of virtual displays is Wayland.
I’m using a 49" monitor (with i3) and split it into virtual monitors/displays. For some tasks two displays are good, for others three, and all doesn’t need to be the same size.
The reason for not using i3 splits is that many programs have fullscreen functions that I often use.
Watching a movie is one example, where I have a script that automatically calculate the optimal width without borders and gives me an extra virtual display beside with whatever’s left.
“Crime was always with us, he reasoned, and therefore, if you were going to have crime, it at least should be organised crime.”
I’m also using it to script sessions of workflows with many programs, for instance a dev environment with a lot of microservices. Some windows with multiple panes each.
This kind of reminds of the BlackDog: https://en.m.wikipedia.org/wiki/BlackDog
It was a small computer that easily fit in a pocket and only had a single USB port. That was connected to a computer which powered it, and it connected as a virtual CD-ROM drive.
On that was an xming X11 server. The BlackDog ran your applications outputted through it. The applications it ran could also access the Internet through the host computer.


This is an interesting book I can recommend by Susan Cain: Quiet: The Power of Introverts in a World That Can’t Stop Talking


Exactly this. I am a very social person when among people, but pay a price for it afterwards, as I’m drained of energy.
Introverts gains energy by being by them selves. Extroverts needs to be with other persons to gain energy,
That said, most people are not neccessarily completely one or the other.
I understand where the misconception comes from though. Seems likely that being introvert often leads to not be very social since you’re “punished” for it by your own mind.


Ah, so AI will kill off humanity. Not with a terminator but as a sex chat bot, leaving people unable to interact normally with other humans. No more human children!


I’m using a 49" monitor and dividing it up in virtual X11 monitors/screens for flexibility. Running a tiling window manager with lots of virtual desktops, but with fullscreen support separate monitors are still needed. Wayland are still missing the support for dividing up the display, which is probably the last thing keeping me on X11.


They would have had my wife locked up then, who has a lot of Hello Kitty gear and clothing, now being 45 years old :)
We also had fun playing through Leisure Suit Larry 1 a couple of weeks ago :)
Built an arcade machine running MAME. We have been playing a lot of Boogie Wings and Windjammers.


I’m using ed for small edits when I know exactly that only a certain line needs to be deleted, or a word changed.
My collegues wouldn’t appreciate my shell config in the root account, especially the vi bindings ;)
As long as /bin/sh isn’t pointing to zsh, you haven’t messed anything up. A lot of public scripts wouldn’t expect to be run under zsh.
If you write your own scripts, I’d say to use zsh, but start it with /bin/zsh (or whatever resolves to zsh) to be explicit about the fact that it is designed for zsh and nothing else. Most scripts written aren’t going to be distributed to hundred of thousands of systems, but at most used in a handful of systems. No point in not enjoying some things zsh does better in scripts.
A lot of systems have other dependencies as well, and as long as a system which has scripts in it is specifing zsh along with other dependencies, I wouldn’t see the problem. zsh doesn’t take up much space or introduce other problems just by being installed.
As for the root shell, you can put Defaults env_keep += HOME in your sudo configuration. That will have sudo -s run your usual zsh with its usual configuration for interactive, daily use. Be aware of any config that shouldn’t be run as root.
sudo -i will still run the shell root is assigned in /etc/passwd, and everything run as root would function ar expected.
st from suckless all the way. Used it a couple of years now in conjunction with i3. I’m spawning a lot of terminals, doing a few commands and closing them often, so starting quick is a must.
Wrote a small patch that allows me to copy current directory from a terminal instance to primary selection with a keybinding. That allows me to quickly navigate to whatever directory that would be in another terminal or application.
A not-very-user-friendly software is MoltenGamepad (https://github.com/jgeumlek/MoltenGamepad).
It is configured only via config files, but can take any input and create virtual gamepads (xbox gamepads cad be specified) which works everywhere I’ve tried them in Linux.
I’m using it for playing gamepad-only games on my arcade machine, which has an ipac controller board acting as a USB keyboard. I can map keyboard buttons to the virtual controllers.
Also used it to play a game with physical gamepads that wasn’t supported by that specific game.