

An upvote wasn’t enough.
Thank you!
I have only skimmed the eureka alert article, but already on the surface it’s so much better than… whatever the fuck that originally-linked thing is.
An upvote wasn’t enough.
Thank you!
I have only skimmed the eureka alert article, but already on the surface it’s so much better than… whatever the fuck that originally-linked thing is.
deleted by creator
Yeah, was the first thing I thought, how the fuck do they want to cool them?
As always, we Anarchist are the left last stone to make a change
Interpreted it the same, but I’m coming from C++
Although I don’t really follow any specific channels, that’s probably a very good approach
Surprisingly, haven’t seen that with FreeTube
But I use my mobile client much more than FreeTube on my PC…
Hopefully we can still find a way around
Although, maybe it’s time to sever the ties and just move to PeerTube - which would mean, that the will need to also produce some content
Since some weeks I’m also getting an error in NewPipe/PipePipe, that my IP is temporarily blocked at YouTube - although I usually can just immediately resume and only get the error in the middle of the video like once or twice
Anyone else - and especially maybe with a solution?
Every time I hear the word “elites”, I already know it’s some right wing/russian conspiracy bullshit
Ah, comprehensive insurance!
Ok, thanks!
Sorry, English isn’t my first language, so I’m not sure what you mean with “buy comprehensive”
It’s a bit hard to describe for me, how I understand it, without just translating it directly ;-)
(Would be “umfassend” if that helps)
So, I understood it like extensive, exhaustive
But I’m not sure how that would translate to my shopping.
Would I just buy everything I need all at once?
But what signal would that send?
I guess, I just don’t understand it correctly.
Thanks for helping me out here, I’m a bit stuck here…
Many people save up for such a major expense, like a car
So they save up for years, because they really would like to have that one specific car and then some idiot comes around and destroys it, because he doesn’t like the owner of the manufacturer
And many people bought it while Tesla was pretty much the only decent EV
and even if the driver could buy the car without selling his kidney, it doesn’t mean, that he has a bunch of cars in his home
Yeah, I recently saw a Tesla here with a sticker on its back reading:
“I bought this before Elon went crazy”
Those will probably get wildly popular to secure their cars
And I’m all with you, that destroying people’s property is just a shit move…
Edit: and forgot to add:
There are still quite some anti-EV people around, that just seem to hate on EVs in general
If such a fucker destroys my Renault EV, I’d be more than just pissed
I just don’t like to use wine for a application I use everyday
Problem is, that many alternatives still just build up on Firefox
If Firefox is dying, Waterfox, LibreWolf, etc will be dying with it, as they don’t have the resources to actually maintain the web engine
Not sure, what the best move currently is…
What has this to do with “lefties”?
A dictatorship and dismantling everything inside the country and destroying relationships with allies can’t be good either way
Or do I miss something?
Tried their demo on mobile.
Is the highlighter for everyone just working, when you start in a non-text area?
If I try to mark just one word in the text, it does nothing. If I start in a non-text area, I can move over the text afterwards.
But highlighting single words or text parts is pretty much the use case for a highlighter.
Maybe it’s just my Firefox on android…
I don’t know, if I have enough Daniel Abrahams for the job :-(
No, as there are no leaders
In a democracy you give your vote and have no say afterwards.
In an anarchy people need to work out their social rules together.
There could also be Anarchist societies with a police force, that ensures the basic democratically created roles of that society are followed - like protecting people from just more muscle who want to rape or steal from them.
In general, I’m with you
But sometimes I need to revert/comment out a code block, because another code part isn’t finished/working as it should.
Sure, it clutters code, but if I just comment out a function call and temporarily replace it with the workaround, it should imho stay in code.
Else the workaround will stay forever and the commented out code will act as a reminder, that this part isn’t clean yet.
But maybe it really is a case by case thing, where sometimes it’s better to branch it out for later merge - although that can get really messy, while having the future implementation commented out, others will also see, how it is supposed to work and don’t try to further extend the workaround, which makes future merging hell
Out of interest, how would your best practice look in such cases?