

That feels too easy, no? It just adds like 12 taps to scammer’s instructions, 10 of which is the taps to show developer menu.


That feels too easy, no? It just adds like 12 taps to scammer’s instructions, 10 of which is the taps to show developer menu.


Ooh, cool! Might be my new phone when the current one cacks or Android becomes completely unusable.


My bet is that they will just remove the GUI settings for alternative APK installation sources, and require you to explicitly allow them via terminal (adb shell or similar). This will probably scare off 99% of regular users, while keeping devs relatively happy. The end result (making it harder to install FOSS and pirated software) will still be achieved.


That was the plan before this latest announcement. Presumably this will be something different, hopefully allowing F-Droid and friends to keep working on-device somehow.


Nothing wrong with it, if you just use it for music listening/youtube/light browsing/satnav/messaging, snapdragon845 is more than enough. Consumables like batteries and back glass can be bought new from AliExpress for like $10. The screen is OLED and so prone to burn-in, but will probably last at least a few more years before cacking it completely.
Probably not too good for modern gaming and stuff, but probably passable for most tasks.


Fairphones are probably not daily-able for now, sadly. E.g. on FP4 GPS doesn’t work at all and there are issues with charging/battery reporting AFAIR. OnePlus 6 is definitely more promising ATM, but there are camera issues and you need to do a weird reflashing dance to get GPS to work. Otherwise it’s… passable as a daily phone.


A lot of things break on cars that old, so any buyer has to be a bit stupid to pay that price…
laughs in a 30 year old van, that gained about 40% of value since I bought it 3 years ago
If it was built well, and is simple enough, it’s not too much of a hassle and you can maintain a lot of it yourself. Most new cars are complicated garbage that breaks constantly straight out of the factory, and you have to take it to a mechanic to do anything because of their complexity and proprietary software. Compare that to my van, where I can read the OBD2 error codes on my phone over bluetooth with a $10 dongle, and can do most basic maintenance (oil, ATF, spark plugs, belts) with basic hand tools and a car pit.


Nah they were. Being a nazi makes you a bad person, categorically. It doesn’t mean there’s no possibility for change or reform, but it does mean that while someone holds nazi believes they are a vile piece of shit.


What’s up with approx. 1.8?


I’ll say it’s a 6-9 depending on my mood.
Sure this may sound ridiculous but it’s basic knowledge that studying your opponents viewpoints is the best way to counter them and get new insight yourself.
I don’t think this is necessarily empathy. I’ve read Hitler, Ilyin and Dugin, understood their arguments and point of view. If anything it made me less empathetic to them, seeing their vile hatred spilled on paper like that; but I agree that it is useful in practice to understand people who hate your guts.
To me, empathy means not only understanding the individual’s viewpoint, but moreso understanding how they got to it. This is how I can still slightly emphasize with any awful individuals, from nazis to billionaires: I understand that their viewpoint was formed by their position in the capitalist hellscape we fine ourselves in, and by incessant capitalist propaganda. If I was born in their stead and lived through their experiences, I would likely share similar ideas. This makes me more hopeful in the possibility of reform even for the worst of the worst; if a person was convinced of something, they can be convinced that it is wrong too; noone is born a nazi, and so noone is beyond hope in my opinion.
As for my family, they can be incessantly racist and homophobic, not to mention all the various small things like climate change conspiracies etc. I politely disagree with them and try to nudge them towards more inclusivity and empathy for others; we’ve never had a screaming argument despite holding very different opinions about things so dear to my heart. But yeah at times, especially when I’m in a bad mood, I also just shut down political conversations with them.


With how complex (and unrepairable) modern cars are, in a few years the used car prices will probably shoot up because of flailing supply.


TBH nowadays android is becoming just as guilty of the walled garden bullshit. We need mobile linux and we need it now.


There are moments where the potential payout for a ticket is greater than the value of the ticket.
Has this ever happened in recent history?
In that mathematical moment, buy exactly one ticket.
I’d say buy as many as you can within the amount of money you’re ready to waste. Same as with investing, pretty much.


You can get phone batteries from Aliexpress for very cheap. They are typically not too difficult to replace (as long as the back panel is not glass). Give it a go!


To this day i still plug my wh-mx10004 … (Or whatever their stupid number is cause sony thinks a ten digit alphanumeric code is the catchiest name for their products…) b/c every time they connect by bt they will ONLY do ‘handsfree’ codec, yknow, the one that sounds like shit for phone calls. I have done everything… pavucontrol, pipewire, wireplumber, blueman, cli system level shit and yes i can force it to proper high def audio after some really annoying steps… but then ill start up a game or something and it suddenly goes “nope! This calls cor handset audio!” And switches itself back.
If you’re talking about WH-1000XM4, they work for me. Sometimes on first connect they only have mSBC codec for me too, but if I just disconnect/reconnect them then all other codecs appear. If I switch to SBC-XQ or LDAC they then work fine until I turn them off (which can be hours and many different playback streams). I’m on pipewire+pipewire-pulse.
I’ve heard about Linux being highly customizable and decentralized OS, and suddenly I can’t define my own shortcuts because there is a list of un-features?
You can customize it to do whatever you want. Heck, you can write your own terminal emulator that does exactly what you need. But some things can be harder to do than others and require skills and experience. Once someone implements those harder things, they become a “feature”. Before then, therefore, they are an “un-feature”. See https://xkcd.com/1349/
E.g. it is probably possible to set up your shell to use shift-selection for the command you’re currently editing, but shift-selection for the output of a previous command will require terminal support. You will have to make sure that the two don’t interfere with each other, which can be quite complicated.
I already have my workflow and I’m trying to transfer it to Linux
Linux is a different OS that, by default, does things differently from others. You can configure it to emulate some other UX, but it won’t necessarily be easy. In the meantime, you can install the micro editor, set EDITOR=micro, and then Ctrl+x Ctrl+e in bash to edit the command in a more familiar setting.
I prefer compose keys because they are easier to remember.
Oh, also, I think GTK apps have that Ctrl+shift+U thing which allows you to enter characters by code. Never really got used to it though.
I think this is one of many un-features in Linux world where
As such, for you individually, I suggest just getting more comfortable with tmux (or zellij) and vi-like keybinds for text manipulation. Once you learn those (and set your readline mode to vi), you won’t look back. Oh, also, try Ctrl+x Ctrl+e in bash, it might help.
Or switch to emacs and using it as a terminal emulator. In that case you will have to learn and use emacs keybindings, but the selection semantics in the “terminal” will be the same as in the “editor”.
No, not really.
This is IMHO the most important aspect. The thing they’re trying to optimize isn’t performance, though, it’s more “usability”, i.e. making the system work for you. When you get down to it and understand all the components of the OS, and all the moving parts within, you can set it up however you prefer and then combine them in novel ways to solve your tasks more quickly.