You can’t tell me what to do!!!
…but it kinda makes sense, so I won’t hit it with a hammer 😐
You can’t tell me what to do!!!
…but it kinda makes sense, so I won’t hit it with a hammer 😐
I bought the FP3, then upgraded it to an FP3+ when the camera broke. Never had as much fun with a phone before or since. It has been my daily driver for years and it did everything well enough, if a bit slow. My friends either get new phones or use them despite visible damage because they can’t fix them. Now I ordered the FP5 to have the 3+ as a backup and test setup and I am confident I will use the FP5 for 3-6 years again :)
Fairphones are like an odd car: There are sleeker, faster, cheaper and maybe just better alternatives around. However you still like it and just learn where to hit it with a hammer when it starts making funny noises. If you can afford it and like odd devices, it’s for you.
Star Trek: Picard, when the Borg wake up and the Romulans just vacuum them out. In that moment the Cube should have automatically teleported them back inside. If the teleporters were down for some reason, the remaining Drones would just happily continue working in hard vacuum and proceed to assimilate the shit out of the Romulans. What happened was an uncalled for nerf of the Borg.
I thought so too, then I noticed people driving more aggressively.
Don’t forget that we recently had a pandemic with a virus that is known to cause permanent brain damage. This includes reduced motor function, mental capacity and personality changes.
I’m sorry if my grammar betrays my words, I am not a native speaker.
Bro, you just outphrased the native speakers.
Along with search and many other things. Probably most of theur devs are optimizing user distraction and ad click rate, instead of… basic functionality 😐
Good bot
(…do we say this here?)
Fun fact: You can recreate a lot of this by starting your own website. Remember all the quirky, niche stuff you could stumble over? Large corporate sites forced all of that onto their server and baited people with millions of views and money. Everything not viral was punished and hidden away. But we can still jsut put stuff on the web for free or for a couple of bucks with a webhoster somewhere. It’s work, it serves small audiences and it might be totally overlooked. But it will be YOURS.
In that sense, promote your blog or website here: https://feddit.de/c/blogging
Is there a fediverse alternative yet?
Also, if you are a technical person I urge you to start a blog where you document problems you solve. It’s a great ressource for others and a resumé for you.
I also enjoy shouting “Wololo” at other people’s computers, only to have them boot into Linux unexpectedly.
So they want to drive down wages and/or failed at long term management of their workforce structure. Why are the repeated failures of management types across all industries not named more directly?
Turns out it exists in gdb, although in a limited scope!
#include <iostream>
int main() {
int a = 0;
std::cout << "before: " << a << std::endl;
a += 1;
std::cout << "after: " << a << std::endl;
return 0;
}
Compile with g++ -g
and run gdb a.out
(gdb) run
before: 0
after: 1
[Inferior 1 (process 10976) exited normally]
(gdb) break 1
Breakpoint 1 at 0x5555555551d5: file main.cpp, line 6.
(gdb) run
Breakpoint 1, main () at main.cpp:6
6 int a = 0;
(gdb) jump +3
Continuing at 0x55555555521b.
after: 0
[Inferior 1 (process 10979) exited normally]
See here for documentation
Interesting idea! Although it seems to be very invasive. If it really detours code the breakpoint suddenly modifies execution. Most debuggers seem to bebuilt as pure measurement tools. And i have the feeling for good reason: Understanding when the code will be executed is a big part of debugging. And the need to detour suggests the code is poorly debuggable.
Can confirm. Southern Germany used to be green in June and July now most fields are yellow and all the trees shows sign of heat stress. Rivers are already emptying. However nobody seems overly concerned.
It’s back up!
Stimmt schon, aber sofern es unpolitisch bleibt ist das oft aus Sicht anderer User einfach eine Kommentarsequenz in einer komischen Sprace, an der man vorbei scrollt. Quasi bizarre Deko ohne böse Absicht :)
Machen wir das hier auch wie auf reddit, dass das Erwähnen eines deutschen Unters sofort alle deutschen Nutzer aus allen Ecken herbeiströmen lässt?
This is great. It suddenly feels like the internet of 2003 again, with small communities popping up, competition and less of a corporate chokehold. Only this time they have a shared login and crosstalk, which was sorely lacking back then. If we are lucky this event might establish a stable, new part of the internet, which is separate from the consolidated platforms. The Fediverse doesn’t have to replace sites like reddit, just be a next step for people fed up with the corporate net (corponet?).
Welcome to the real world Neo. Don’t take the pill with 777 permissions btw.