Fr.
execute as @e[type=cow] at @s run summon cow ~ ~ ~
EXPONENTIAL COWS!
Fr.
execute as @e[type=cow] at @s run summon cow ~ ~ ~
EXPONENTIAL COWS!
Climate change is not a lost cause. We are beating any estimates on wind and solar deployment, solar is cheap as fuck, and overall, were just no that bad off.
There is a website that just has like, a million digits of py in plai text, you could go there and ctrl+f
Vale do Rio Verde, two of their (mining waste) dams broke in Brazil, killing thousands and permanently damaging the ecosystem of a entire river
Disagree, I wouldn’t instantly say that any gay bar is bad because “it states its political views”. More like, any business that supports a facist, or is clearly religous.
I guess this is kinda inconsistent, I use calyx on a pixel 6. When I bought it, the battery would last 20 hours SCREEN OFF… But after one magical update, its now over 100 (~5 days). So I guess OP should just pray that a similar update gets to his phone lol…
“Panqueca” pretty much pancake but with a portuguese pronunciation.
What ate the minimum specs? I doubt my pentium server will run it, but still good to know.
Lol, I switched to kde plasma and because the windows logo bottom left was replaced with a K, neither my dad or my sister knew how to shut down the pc 🤦♀️
Always have been, DB is technically a for profit open capital company, but 100% of its shares are owned by the government (thats why its called Deutsche Bahn A.G., the ag stands for “share company”). It used to be a normal governmental body but was made that to privatize it later, something that never happened. Most Germans I know would rather take DB back than privatize it.
If I remember correctly, this js also why DB is in such a shit condition, it needs a LOT of investment, but the government couldn’t raise debt to pay it off over time.
Just to chip in, cloudflare tunnels are a thing and also transverse CGNAT. Or you could use LocalXPosed, and other sevices like that.
Its the opposite for me, first time I actually got caught in one.
I speak three languages (all of them badly), and I agree, I just have to long press space and select the language I’m typing in if I want correction or suggestions.
I will try to guess how that works!
keep in mind that I have no clue on how BASIC sintax works lol
1 -> function declared
2 -> variable x and y initiated to values 0 and 1.
3 -> for loop created that goes from 1 to 26 (updating variable N)
4 -> Variable R is created, its value is the square root of (x^2 + y^2). Xs and Ys values are set to be themselves divided by R.
5 -> P variable created (it stores the value of PI), and set to (2 ^ N) * square root of (x - 1) ^ 2 + y ^ 2. Lastly X is increased by one
6 -> Proceed only after for loop is done
7 -> return the variable P
(I do recognize I just transcribed the code, and I also made an implementation in python of it, lol)
now for why that works ill figure another time, its 12:30 pm here and I am eepy :). But I have recognized that X tends to 2 and Y to 0.
and I am pretty sure this implements the algorithm of creating higher and higher “resolution” circles so starting with a triangle and adding more and more vertices (vertex?). Ill edit in the full explanation late :)
here is my implementation:
def CalcPi():
X = 0
Y = 1
P = 0
for i in range(1,26):
R = sqrt(X**2 + Y**2)
X = X/R
Y = Y/R
P = (2**i) * sqrt((X-1)**2 + Y**2)
X += 1
return P
Hey, i would like to be able tp see users pronoums and ‘usernames’ (i.e. their readable name, and not their tag). Great app!
And most dust is actually walls decaying, not skin. Why would there be dust in abandoned buildings otherwise?
Brazil
Ok thx, this one is actually available in gog too, and for cheaper. Gonna check it out. (Costed me 0.2$, but there is regional pricing here).
I think heroic is semi-official? If im not mistaken the GOG team works with tbhm directly?