“Crime was always with us, he reasoned, and therefore, if you were going to have crime, it at least should be organised crime.”
System/web/Linux developer
“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 :)
Phew, looks good on the news with the packaging bug (if they didn’t just got cold feet for worse PR/backlash than they expected and this is a backtracking).
In this case, hopefully Garcia is employed for his expertise and can be deployed to further open source relations :)
I’m running a couple of Vaultwarden instances, and it would be really nice if Bitwarden employed Garcia to improve the Rust backend. But as the bitter cynic I am, I guess it is an effort to shut down and control as much of the open source use of Bitwarden as possible.
The worst case, someone will most likely fork Vaultwarden and we can still access it with Keyguard on mobile and the excellent Vaultwarden web interface :)
Daniel García, owner of the Vaultwarden repo, has recently taken employment for Bitwarden.
The plot thickens.
Same - Evolution offers one thing Firebird dosen’t - connecting to the work cloud Microsoft account!
First thing I do on a new laptop is remapping a key I won’t be using much to Insert, which I use all the time :)
Last 25 years I have been using a couple of different tiling window managers. My main workstations usually have four monitors, accessed by AltGr+number.
I heavily base my workflow on virtual desktops, accessed by Ctrl+number.
Each virtual desktop have a specific type of programs on it:
So with this I can access nearly every program with AltGr+number, Ctrl+number which is quite quick. As long as I remember the monitor I placed it on, I always know which virtual desktop.
I use chained keyboard shortcuts for window manager shortcuts, here: https://files.ahall.se/images/i3-keybindings.svg (old one, this has grown a bit…)
The chaining allows me to easier remember shortcuts with mnemonics, and they are fast enough, especially considering the amount of shortcuts I can scale it to.
There are some exceptions for the most used focus- and window moving operations, as well as for managing a clipboard buffer system. There are too many times when one goes back and forth to copy something, paste it somewhere else and going back for the previous one. So I can copy something, press Ctrl+Shift+3 to put in buffer 3. After a few other copy/pastes, I bring it into clipboard again with Ctrl+Alt+3. This also allows me to for example reload a page I’m working on and login with user/pass easily accessible in buffer 1 and 2, or login to four different network devices again and again without going to a text file and copying one of four passwords each and every time.
I wrote a special session manager via socket for i3 to be able to press Ctrl+number and go to a certain predefined desktop on the current monitor I’m at.
I’m using ed for small edits when I know exactly that only a certain line needs to be deleted, or a word changed.
I’m horrfied every day at work that copy/paste still is an issue. All my coworkers and customers are still struggling with copying some data, switching to another program, pasting it, switching back, copying some other data, and so on, especially when needing two or three data frequently.
In Windows, a (bad) solution is using win+tab, which literally no one knows about, much less uses.
In Linux (and should be in Windows too), it is trivial to implement buffers (say 0-9) to store and retrieve clipboard data for subseconds access.
Javascript/Preact/Lesscss on frontend with a backend written i Go, using Postgres for data needs. Sometimes with websockets in between if needed.
Author turned TCP/IP off on the server ☺
I have taken up the habit of being at work one-two hours before anyone else.
I get undisturbed, effective work done, and I leave earlier. More work done, more own time with family each day.
I’m still reachable through phone, add can fix most catastrophic problems from home, but that is so seldom occuring that it is OK, and collegues don’t complain about me not being in office after 15:00.
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.