

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 🤦♀️
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 🤦♀️
Just to chip in, cloudflare tunnels are a thing and also transverse CGNAT. Or you could use LocalXPosed, and other sevices like that.
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
Android is very far from linux desktop. And it is private, its is google services that are bad, therefore we can have things like calyx and graphene os still be private.
If you want to see a post for some reason, use nitter! My fav instance is xcancel.com
AITLNGNU AITL is a translation layer and not GNU that is not Unix
“We will be in and out, 10 minutes”
This is basically the doing of the futo non profit, they ate testing out if open source software can be profittable.
Louis Rossmann has a lot of videos about them (he works for them)
From what I get, you can just use it for free, but they don’t say it is free to compell more people to buy it.
In their landing page there are some cool features, do yall know any reason nota to migrate? I havê been thinking of quitting firefox to another browser for some time now (dont Sant chrommiun tho)
wait, is the page broken or something? LOL
Username checks out .
Ma spoon is too big
A rat is expected to live 6 tears in a human house, 1 in the nature… Nature is wild
Cloudflare tunnel, and its alternatives, such as localXpose, altho the privacy is probably questionable, and a many of them require a domain.
i don’t think so, they basically have a very tight bean of sound that goes straight, and then count the time it takes to return. i think this only counts the first bounce, as there would be exponentially more after the first, and they would also be super quiet. (see the thought emporium’s video on this, and btw, im very much just saying my thoughts with 0 research)
There is a website that just has like, a million digits of py in plai text, you could go there and ctrl+f