If a belief stands on authority alone it's not something I believe, it's something I accept, either because I want to change or as a compromise.
Incoherence, and it's particuarly bad when I realize i'm being incoherent
I use third party launchers, but that's not the point, very few apps support them because google (and consequently Android) stopped caring. Of course, it might just be corporates being corporates, but I just don't see why google doesn't want them
Stumbled upon Jeremy Clarkson biking in a European capital. We instinctively approached him to just confirm if he was us, and he politely asked to not bother him because he was on holidays. We felt a little bad and of course left him alone. It must be a little sad to be famous and be recognized everywhere
Songs of the Gorilla Nation. It's supposed to be a book about the autism of the author, but it's just a weird love letter to the entire Gorilla population, described as perfect creatures every human should aspire to be, it's pretty much like that simpson shimpanzee parody episode, except more sad.
There is very little content about autism, but you can tell there is a lot of resentment towards neurotipicals (who she calls neuromutilated) and a lot of toxic autism pride. I believe the author has a lot of unresolved trauma that she coped with cultivating resentment and obsessing over gorillas.
Didn't learn much about autism nor gorillas, a pretty lame book overall.
They both (Picard more than Discovery) used a nostalgia checkpoint to connect to previous media, rather than expanding those themes in meaningful ways.
Even android stopped supporting shaped icons to feel like apple where you only have stupid rounded squares. Thank you overlord google for plain boring corporatism when you could have chosen interesting thing you already did
NCIS Los Angeles is the silliest show I enjoyed watching for quite some year. The finale was surprisingly decent and emotionally a little touching. It's a very self-aware show and, if not taken too seriously, can be good fun
Who the hell thinks "tomorrow I'm going in jail, better update my linkedin profile so everyone knows"
There are pros and cons to both.
On one hand commuting, even on a flexible schedule, helps building a routine and the clear separation is mentally positive and helps focus.
On the other hand, some days I really need to stay home and work in my pajamas, with fewer interactions as possible, especially when it's really cold or really hot. In those days an in-presence work day would be 10% productive, at least remotely in my safe environment it can get 20%.
The best possible solution is flexible: try and be in presence whenever possible, but know that you have the option to go remote when in need. The best of both worlds. Unfortunately yes, it's not always possible when the job requires some hardware.
If's been a while I haven't used xc, I will look into it and see if that works for me. The only real benefit of xc compared to keepass is hidpi support because it doesn't use Mono on linux
I imagine the guy being 3000IQ and wanted to leave, so he pretended to be scammed to be fired without quitting and divided the 5000$ with his pal
When I was very young (probably too much to be on the internet) I got onw of those viruses that lock your pc and ask for a payment because the pc is seized by the authority or some shit. Of course I believed it so I mustered the courage to tell my parent. Was very relieved when they told me it was a scam and 3 seconds of googling tols me how to remove the virus (it was just an autostart program).
When I changed electricity operator I got called telling from the operator I switched to and gave my bank coordinates to change the contract. Took a while to figure out maybe it was not them. How they found out I just switched to that particular operator they were impersonating is outiside of my understanding.
My grandma got a call saying it was "one of her child" she made the mistake to tell them the name of her child so they pretended to be one. She might have been old, but she was smart enough to hung up and call my uncle and of course he had no accident, but coincidentallt it was the only day in the week he was not with her. Did they know? Who knows
Mainly otp generation (which I believe XC implements natively), ssh key agent, to lock ssh private keys inside databases and the Kee integration for browser completion from the database.
Then other small things I have just for fun, like generating QR code from some secrets because certain apps only take the secret as a qr code and plugins to generate passphrases
It's not bad, but there aren't all the useful addons that keepass has
What is more conveniente for a hacker? Finding a vulnerability in Last pass, accesding millions of users and possibily billions of passwords, or trying to get your keepass database file that at best contain a thousand passwords? Not relying on an external service grants you protection just on that. Also offline databases don't carry passwords over the net, so one must steal files from your computer or physically access it
As a casual js user (I build some static sites for fun and personal use), I am under the impression that JavaScript "sucks" mostly because some things really make it look like JavaScript was invented as a quick scripting tool rather than the backbone of the WWW.
I'll bring an example that maybe helps me learning someting. Why in javasctipt "1" == 1? I know the === operator exists, but why isn't the default behaviour the safer one? Especially when the mantra is "don't trust the user".
Like, I get, I am a strongly-typed guy, but I see why weakly-type languges exists, but this feel frankly moronic, and all the answers I've seen are " because that's how it is". That's just copium.
Also when I tried to compile a single Cordova app to play around I needed some 5GB of npm modules that totalled ~200k files! Is that how modern app development is like?
Also, the particular webpage OP linked might be a little extreme, but modern software does suck ass, and is not user-friendly nor efficient. Just look at mobile communication apps, like Teams. The user experience is terrible, the UI is unrespive, the battery drain is crazy and it takes 800MB of space. Is this because it's an electron app, or because it's made by incompetent programmers? I don't know, but we made incredible hardware improvements in personal computing, new software should be even more efficient and use them better, not get more and more bloaty to have the same experience on older and newer hardware