There used to be a post socialist era mindset that people from my country used to have back in the 90s. It's simply that if you have to advertise for your product, it's probably bad. And overprized because you were spending money on ads. I remember the older generation specifically bought unadvertised products recommended by people they knew.
There is Ngatetpya the great cat burglar of Myanmar. He was an actual person from 15th century or something but the later myth describe him as having as having super natural powers granted by enchanted tattoos on his legs. Like neighbouring country of Thailand, the tradition of enchanted tattoos were quite big in ancient Myanmar. You were not considered a man until you have thighs full of tattoos.
Anyway, he could jump really high by slapping on his thighs, steal from rich people using his jumping powers and gave back to the poor.
When he was finally caught, the king asked him to choose the weapon with which he was to be executed. The burglar blatantly said that he chose the queen consort. The gall of this guy impressed the king so much that he let him serve in his army. History described him as a successful scout/assasin in the king's army.
Another aspect to consider is the term " invention is the mother of necessity" coined by Jared Diamon, in contrast to " neccessity is the mother of invension". A lot of technology either get discarded or used for something that the technology wasn't originally intended. Hence the idea that inventions come first and the necessity for them follows later. Targetes technological innovation tenda to be very expensive and involves a lot of trial/error.
I believe this phenomenum doesn't just apply to big innovations and inventions. It also applies to day to day problem solving and in your case, choosing the right technology for your work. Without prior experience and established norm, a technology that might completely makes sense to you for a certain kind of work, might not pan out in actual use.
Yeah, I really only started to learn, when I started resisting the urge to reinstall everything if something goes wrong and instead start trying to properly fix it.
I just checked the name. It's nwg-shell.
Last time I tried was around 8-10 months ago, I think and it was still rough around the edges. Seems to have matured quite a bit.
I also wish for a complete desktop environment with workspace semantics of tiling wms. Someone's actually building one out of sway, I remember. Don't remember the name though.
Counting my toe flicks. I would flick my big toe and index toe up and down, alternating between left foot and right foot, while counting how many times I have flipped. I don't do it for a long time, mostly up until 20 to 40 counts. May be it's some kind of coping mechanism that I used to do when I was young but it somehow stucked.
You should make a detailed check list of things you do on windows. Down to every details as much as you can, so that there's very little surprise when you switch to linux.
For example, if you use MS Office Excel and you tend to use specific formula or expect something specific when you export to PDF or print things out. So that you can test these out on Libre Calc to see if it works for you.
We tens to gloss over these tiny details when switching to linux and sometimes it makes or breaks adoption.
Will also work to just dual boot and trybto do everything in linux. Might be tedious at first. Try to resist booting into windowsif you're stuck for a while.
Been daily driving WSL Debian for about a year on my work laptop, without systemd and display server. At first, I was really only using it for application servers that just won't run or too tedious to run on windows. But windows is just terrible for dev work that's not part of windows eco system. So I found myself slowly moving most of my dev stuff to WSL. There are still some problems though.
Off the top of my head, first is neovim and the system clipboard. I can use clip.exe but there's a problem with unicode characters. It's expecting some UTF-16 encoding or something but my bash is in UTF-8. And somehow that messes up copying some unicode characters. I have to either use iconv to convert the encoding before copying or may be change my bash encoding.
Another recent problem I had is binding WSL ports to the window host's network. WSL automatically binds the service ports to host window's localhost with the same port number, which is pretty useful. But it only binds to localhost address. If you want it to bind to other addresses, you can't configure it. You can to run some kind of a patch program someone wrote, that rebinds WSL ports the wildcard address. And it doesn't work very well if the patch program's version and your WSL's versions are not compatible.
Another minor problem is that there's some kind of a freeze that lasts for about a minute when I'm doing fzf in bash. It happens sporadically. I'm not entirely sure if the problem's with Windows Terminal or WSL. It's likely WSL. It seems to happen with other terminal emulators as well.
All in all, WSL makes having to be on windows a whole lot bearable. I'll probably end up using only rudimentary UI apps on windows and move the rest to WSL.
There are huge economic advantages to their inner circles that only come with them being in complete control. These people are uses to... a certain way of doing "business", if you can call it that. It's all basically corruption and abuse of their position for monetary gain. A lot of cronies also prefer them over a democratic government because they can just bribe their way to get their work done. I had even heard a bit of whining even from average business owners over difficulty in procuring licenses and permissions during the demographic government rule. Granted most of them want demographics governments but some still wanna bribe their way in like before.
I wished browser standard would just adopt something close to sqlite instead of IndexedDB.