#ot2-the-original-pubsta
652 messages · Page 47 of 1
https://en.wikipedia.org/wiki/Golden_ratio#Alternative_forms
"why" is at the bottom of this section:
These correspond to the fact that the length of the diagonal of a regular pentagon is φ times the length of its side, and similar relations in a pentagram.
as for this form:
-2*sin(666 deg)==-2*sin(306 deg)==2*sin(54 deg)<- that's the last form in the list just before the thing I quoted
someone just found that they can easily make a "666" in there - probably having fun with the pentagon diagonals == pentagram and their (those shapes and the 666) associations to devil in christianity
1.a holy religion
2.no state endorsed religion
3.there is no god
4.cult worship
5.holy dictatorship
(you dont deserve context)
which should i pick
i would pick 3
- do whatever, believe whatever, just be a good person
that is 2
here want more cotext
here is the prompt for 2
“I don’t believe choosing one faith from the thousands out there is very fair,” says Bharatendu Montgomery, author of the critically acclaimed ‘Agnosticism and You’. “Which god do we pick? How do we pick? It’s impossible! We don’t even know if higher beings exist and it’s sheer arrogance to postulate otherwise! The government should officially declare that Walksanator has no official religion, because the alternative would be self-damning. Not that we know that for sure, of course.”
okay, it's fine now
...and now it isn't
btw, jungian polytheism makes it nice to have a spiritual belief system that doesn't clash with atheism/agnosticism (3) because it's basically "gods are personified psychological archetypes so they exist as parts of us"
i personally pick 5 aka
“The only deity this country needs is the one it already has, master,” says Emmanuel Syme, one of your creepier advisers while obsequiously bowing on the floor. “I of course refer to you, walksanator, the finest ruler any humble subject could hope to have! We long to worship you and do your bidding! Some call that a cult of personality, but I prefer to call it... love.”
hah, I'm tired and didn't think about it like place thing but personal thing, so I read that "no state endorsed religion" as "no state recognises my religion"
here maximum context
especially since you asked it just after golden ratio/pentagram sides relations/666 thing XD
so you can see where i got my ideas from
right wou see how i got
2.no state endorsed religion
3.there is no god
4.cult worship
5.holy dictatorship```
from the big pieces of text
welp everyone has picked 2 (i asked in another server) so it seems unamious
The talking point
The government has declined to declare any particular religion as its 'official' one.
Headlines
Government Proves Faith, Endorses Religious Order
City Planners Consider 14-Sided Roundabout
Civil Rights Activists: Now We’re Getting Somewhere
Diverse Options For Walksanator’s Varied Youth
Walksanator More Chill Than Ever Before
stat changes
and incase anyone wants to see my nation
https://www.nationstates.net/nation=walksanator
.-_.
and i wrote a discord.py bot that can allow discord users to vote for these kind of things
just need to refine it a bit
darn did i forget to disable fastboot for windows
and now vsCode is unable to write
cool 👍
Ohno linux just kernel panicked
VS Code on linux or- ah
I use vscode on linux and vscommunity in windows
Well actually
Vscommunity is only for tmodloader
fixed it
annoying thing though
linux can see the file names of the ntfs
but cant read them
(dont mind the .js i was converting it but i have a severe dislike of promise)
darn i deleted database.py
i claim the legal right to nuke everyone
oh yeah also fun thing
i made it so i can load my bot in a "console" mode where it doesent connect to discord and instead reads inputs from console
all i have to do before running the bot is os.environ['CONSOLE']=true
oh wait i forgot my .env
need to quickly pip3 install it
i got it in windows but not here
os.environ is the strangest name choice to me
os.env makes sense
but you're really gonna go all the way out to environ and then drop the ment?
I thought the same thing
what about
no state at all

ah yes, anarchotheocracy
fun fact
you can start as a anarchy
i am a innofensive centralist democracy
which means my economy is very high but politics and freedom of speech barely exist
otn a much-money-little-rights
how can i fix this?
- cogs.games: (ExtensionFailed("Extension 'cogs.games' raised an error: ModuleNotFoundError: No module named 'discordf'"),)
i want it to print just the moduleNotFoundError
(its an intentional error)
lol
web editor right?
yeah
you... posted your username here lol
it's not really lurking if you ask a question and so I go investigate what is going on, lol
what is command output
generally means password entered incorrectly/not at all
correct
you use vsc?
lol, i don't remember a single thing, a unix server might help
any whitelisted?
no idea
that was not a valid server invite link
yes i noticed
from our guilds command.
no
Why would someone write this
let Engine = window.Engine = {
props: "values"
}
The object this creates is just one with the props you define. What does adding a window.Engine property do
I checked, this property doesnt exist before you do this
idk honestly
Also, why would you say this var callbacks, topic = id && Engine.topics[ id ];
id is the param in a func
heres the whole thing
//create jQuery Callbacks() to handle object events
$.Dispatch = function( id ) {
var callbacks, topic = id && Engine.topics[ id ];
if ( !topic ) {
callbacks = jQuery.Callbacks();
topic = {
publish: callbacks.fire,
subscribe: callbacks.add,
unsubscribe: callbacks.remove
};
if ( id ) {
Engine.topics[ id ] = topic;
}
}
return topic;
};
var callbacks, topic = id && Engine.topics[ id ]; this line means no matter what the id is, if its not in topics make it undefined
and I dont know why
if id is undefined or null
it would just
this server do be on outage
anyway
if id is null or undefined
wouldn't it be equivalent to
topics[null] or topics[undefined]
and if id is not null or undefined
what I dont understand why you would want that.
i dont know honestly
@languid osprey
seems like they started today 😛
No I mean because of the several issues today
FUCK YES
lol
Ive decided that I hate code bases that dont tell me what types they are expecting in their functions.
JavaScript is worse about it than Python I think. Because they just design the functions to handle anything you throw into them
typescript
So... I have no idea how to use them
I cant wave a wand and transform code bases into typescript
lol
no comments either?
Nope.
damn
ouchie
not often enough
still not commenting my code B)
same
Thats what I mean, I dont need strict typing like ts, I just need to know
js doesn't have that
yes
on a scale of 1 to 10 how descriptive are the variable names 👀
I dont know if i can rate that on scale of 1 - 10. Its usually not terrible but the one that made me some here and say that was a parameter called "source" and I can go look at the thing that called it...
But because so many functions are designed to handle multiple types, it means I never know what types are needed without going through a lot of crap.
It would be much easier to just say in a comment, "Hey, this expects x, if it gets y it will do"
Boom. Thats all you have to do.
If I throw it something it cant use what should it do?
Break
this is the way old Javascript was written
Its beyond stupid
give me types or give me death.
They did this like a year ago
nvm 3 months ago
A toaster is just a death ray with a smaller power supply! As soon as I figure out how to tap into the main reactors, I will burn the world!
The toaster is an appliance in the Big Empty in 2281.
The Brave Little Toaster, in its Fallout: New Vegas incarnation, is slightly more ambitious than the Fallout 2 version, with designs on triggering a ...
hi
@median blade so shouldnt flutter be used for solving google's internal problems?
it seems like google just made it to solve something and released it out to the public
perhaps but flutter is loved by a lot of people
mm hmm, but flutter isnt the most used either.
its considered to be better than react native
yes cause its new
the desktop part is in beta
it is
even though it seems a bit weird, considering JS is primarily web dev.
hmm. again thanks a lot for your input!
QT in python isnt viable for some reason, neither is tkinter :/
python's too slow.
its highly probable that the app could crash.
mm hmm.
crossplatform, very easy to develop stuff
and can use py, C++ for backend
or js itself
i was thinking about JS , i rather like JS - its easy and actually quite useful.
yeah, ive heard that quite a lot :p
electron is a RAM hog , so if you want performant stuff, use Qt or flutter
there is JavaFX and C# GUi stuff too
JavaFX is kinda dead ig idk
google does use it for some of their apps
C# is good
yes, its made by google itself.
lol
lol
its all nested
C#? can you actually use it for making cross platform UIs?
thats why
whats wrong with nested
mac OS idk, but linux and windows yes
i ask that because C# is a microsoft "product".
hmm
.net core and .net 5 is cross platform
u cant expect windows forms to work cross platform
its difficult to access it
how do i do that
bruh
is Center an attribute or widget only?
everything u put in ur layout is a widget
which makes it hella modular
if u were using vscode
u can right click and refactor> extract
which will move that part of the code into its own reusable widget
thats how ur supposed to do it
u just extend StatefulWidget or StatelessWidget and make ur own widget
java vibes
OCD
yeah
String is a bit more complicated of a type ig
oh one more thing
how do you access each widget
for example
TextButton {
child : {
Container { child :
TextButton {
text: Text("lol")
}
}
}
}
ok now im confused
wtf did i just do
anyways
how do i access the first TextButton
u put a textbutton inside a textbutton
what part of it are u trying to access
Row {
children : [
TextField {
text: Text("lol")
},
TextButton {
text: Text("e")
}
]
}```
how do i access the TextField
if that is what its called lol
i forgot
from the button
.
uh so
if u just want to change the buttons text u dont need to access it
i want to add a function to button to change textfield text
u can pass in a TextEditingController
o
u have to dispose the controller when ur widget is dispsed
its just : Button.clicked.connect(function)
or memory leaks will hapen
thats all
hmm
brb
ight
no
k bye
k
conversation 100
ye
So y'all like toasters? XD
not particularly
because you haven't entered the password since gpg agent isn't configured with pinentry
also, turns out I do use gpg-agent LOL
❯ cat ~/.gnupg/gpg-agent.conf
pinentry-program /usr/bin/pinentry-tty
default-cache-ttl 300
max-cache-ttl 1200
pinentry-program /usr/local/bin/pinentry-mac
this is my config
hm ok good convo 😅
Hey @jovial island!
It looks like you tried to attach file type(s) that we do not allow (). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
I thought you might find that interesting
Wait is that Joe?
But who's joe
Anyone knows?
Lmoo 😭😂 ur name
some call me the master bai-
wait
🤔
yes
I use pafy to convert yt links into streamable link and then play the stream with python-vlc
@languid osprey
gotta say, thats a horrible mask
👍
:blink:
it was 180k last week or smth
wait what
Nah
eh
180k was a while ago
ohok
iirc when it counts them it counts the top roles
Returns an embed full of server information.
I don't think so actually
Since there are more than 100 total helpers
And if it only counted top role
18 Admins (owners inclusive) and 26 mods (only mod role, not higher)
Oh
it does right? all mods,admins,owners have the helper role
but the trap is, all admins are not mods.
What?
actually they are
What?
?
Needn't be the case my guy.
lemon is the only non mod
remember kutiekat? they had admin role without mod role, they got mod role later.
also scaloei
and any admins that are always invisible
I think as of right now all admins are also moderators, but there have been non mod admins before
^
How does that happen?
How do you get promoted to admin without mod?
a core developer or a helper that is very involved in some specific part of the community can get promoted
kutie got promoted since she was responsible for events
But wouldn't they still have the mod role?
@toxic viper you too right?
Or is the mod role different?
got admin and then mod role later
the mod role means that you are a moderator, you do not get it unless you are part of the moderator team
lemon doesn't have the mod role for example
Because admins can mute and have all perms
admins have all perms
admin perm?
ahh
;-; He's kinda an owner, so this is a very weird question to ask
yeh lol
I was talking morally lol.
:okbr:
oh wait thats dum.
Suggest more topics here!
Easter is over
I'm blocking this bot.
how is this topic still here
IKR
open a pr
issue is open
.topic no easter pls
minecraft i guess 
LOL the problem was its an ssh session but wasn't doing it in the terminal
just happened.
YES
Er, I didn't notice this, ignore my yes. That really sucks.
not cancelled tho, suspended.
The yes was because I got gpg commit signing working
what's a gpg
hmm to verify
Does this look good, or would silver and gold look better?
Hi Rei
hi
My theme is going to be dark blue and white, with those two colors and pink as accents
can i see
I haven't actually started. Since the design might be based on those colors
this looks cool!
whats it for?
Myself
avatar?
I might use the design on my website
oh
yay new pfp
its nice
agreed.
big bang
good answer
but like
how does the previous universe
exists
and so on
recursive question
since space expands indefinitely
would the unoccupied space be just
a black void

no one knows
yes nobody
but one person
my religion class teacher
i kinda hate the question of
itsa me
now if a super super religious person
good show ngl
doesn't believe the universe logic
i agree 100% from my side
im feeling like getting false information
from my family
and my community
well, as the saying goes, take it from one ear and leave it from the other
i actually never watched it lmao
please dont
that's me on a very useless information
good
im gonna be a masochist and watch it
your wish
but i got better things to do though
HMM
okay nevermind i dont
i have 24 hours of free time
everyday
by skipping school for 3 month
time to watch
why lol
idk
i have my own
cringe reason
which my parents would not care
and its very cringe to say it to anybody
tell us
like how much cringe?
200%
if you have like
200% or 100% cringe resistance
its good
but if you're like less than 100%
you'll take damage
im the food
now eat me
Vore?
oh , it;s nothin
well okay
@sturdy relic
Hi
I was on this website: http://zonelitteraire.e-monsite.com/medias/files/questions-poesie.html
but it uses javascript to run .swf file
but you can't use flash no more
the script is:
there's a bunch of stuff i can't paste it
try installing the https://ruffle.rs/ extension
it's working, thanks ! 🙂
for some reason
i can run swf file
with just an embed
in a html
in pc
but on mobile it says
plugin something something not supported
well, hello!
thanks
you'll get the hang of it eventually
If you are confused by the purpose of a channel, check the channel's description
or ask in #community-meta
it's cool, just a lot scrolling up and down figuring it out lol
what is this
Toasters are great
Today made me hate bees... I hope it's temporary
Because bees are cute af
But I became the first victim of our beehives (and we got them last year and didn't have any stings)
(insert meme image of your chance of dying from bees are low, but never zero)
Well, I got stung just above my eye
oof
I was standing wrong, i was partially at the front
So I don't blame the bee that got annoyed
lmao
f
It's been 9 hours and I feel the pain when I touch my eyelid
damn
My father-in-law got stung in the next hive, but he said he only felt the sting and nothing really more. No burn like me
Different bee for sure, because bees only sting once :P and die. But the same type, honeybee. But different area, different skin, different sensitivity for bug bites...
He was removing a part of wild comb (bees had too much space because they had a feeding thingy inside) and apparently there were larvae in there. So he got stung for removing the children XD
Lol
And he also later said that there was a bee on that part, so I'm pretty sure it was the same bee that stung him
Hm
But now we have this small irregular chunk that is too irregular and too small to put back until they get out. So I started removing the larvae so that we can use the wax (i don't like the thought that we would melt the way with larvae inside)... And apparently they're slimy af.
whoah
Those are wild chunks from first hive, without the larvae
oh cool
The wax is so light, it's so fresh
Nothing yet. We only got those two hives last year, so we didn't really have time nor materials to play with
Wax can be used to make candles. The natural beeswax smells nice
Cya
!remind 12H Investigate the truth behind that statement
Your reminder will arrive in 12 hours!
👀
i realized
i can just make a file named
__main__
and do
python3 .
so i dont have to do python3 main.py

that's the exact same number of characters as ./main.py
what
isn't __main__.py 11 chars
and ./main.py 9
although
the reason is like
i type
__main__.py once
and to run it
python3 .
since usually i mistyped
python3 main py
due my thumb being big
i can misclick any of this
kinda getting tired of this question
yes i run python on my phone
but soom
soon
im migrating to my mom laptop
i already installed bunch of shits there
Lol
@hollow heart 👋
You started the cats lol
Not a cold ping its cause of the reaction above :P
i may have! 
You did!
Bast was an early adopter and I remember him using the cat.
When I searched for it there were only two results in the server and the oldest was from @hollow heart
LOLL yes that is what people did and it became my origin story
lol
lol
damn
Irdk
Your catified nickname is: Ankith101.rar | ᕦᘏᗢ
🐱 = 💩
That's a minor fix.
@guild_only() decorator :hehe:
Lol
I'm at peak catification
.catfiy
Hm
What
.catify
Your display name is too long to be catified! Please change it to be under 26 characters.
Haha
Truth
Is that supposed to take balls
Damn
@tall temple so I ended up just giving up on my thing and used global variables instead of a class 😅
ah
The conversation was fun though I did learn a lot from you, thanks!
hey, you are the pro dude from #esoteric-python aren't you?
big fan 🙇
aww, ty
yes
this is the latest:
exit=__import__("_sitebuiltins").Quitter(*'ab')
class cursed_exitter(metaclass=lambda*a:type(*a)()):__getattr__,__setattr__=lambda self,s:s=='exit'and exit()or object.__getattribute__(self,s),lambda self,n,v:n=='exit'and exit(v)or object.__setattr__(self,n,v)
what's it do
yes
it exits when you type
cursed_exitter.exit
or
cursed_exitter.exit = exit_code
there's another version that uses __repr__ in order for exit then enter to exit python terminal just like in a shell
instead of having to call it
ic
I also have a death.py module
!e One of the functions will terminate python with an exit code... ```py
print(0xc0000005 - (1<<32))
@tall temple :white_check_mark: Your eval job has completed with return code 0.
-1073741819
That
It's quite a powerful kill
I've only seen it in python and realtek audio service
Here, it registers as a fatal application error
👀


lol
its an honour meeting you, sir
I need html help
<footer> isn't working omg
did you put the closing tag
yes.
yes.
then what
tis not showing stuff at the bottom
I thought it aligns everything inside the tag to the very bottom? 🤔
uhh..
but css is black magic
hah
What do I specifiy?
you could make it sticky
or just make it to the bottom as much as possible
or watch a tutorial how to do it from an indian guy
i always forget about css
hmm
https://google.com/ had some good info.
Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.
nice
@languid osprey What's a good editor for Rust?
i've just been using vsc, worked fine
same
although it may be because i'm an amateur rust user 🤔
lmao
i feel like rust's learning resources are the best i've seen so far though
the book + rustlings is a lot of fun to do
i've just been following the book on the site
i'd recommend doing rustlings side by side
they're small exercises, and it's split into little parts that go well with the chapters in the book
so read a chapter, then do it's corresponding questions is what i've been doing
hmm
yeah cause its useless lol
ever since i got into networking and pygame iv been using it less and less
though i think
i should try doing some networking in rust
today i asked my teacher if im the worst kid in the class
the teacher said DAVID and FIRGIA is the worst
lmao.
Lol
same
I just started the book, it's wonderful
yes
But thats all of your sides
Anyone wanna make a TikTok Compilation Youtube account with me?
same
tik tok was filled with cool videos back then
okay back to the torture chamber
doctor nefario
or something
note: if VSC's Rust extension fails to provide any autocompletion, uninstall it and use rust-analyzer instead. It's a horrifyingly common unfixed problem; I had to do so. 😩
Really? That's surprising. Ty!
rust analyzer is epic
in what ways is the official one crinj
it does not even has a run button
- no autocomplete apparently
it sometimes does not work
no it has autocomplete
what
above the main function
yes
why have i been doing cargo run then
hah
above ur main function it will come up
O
how did u not notice
ikr
lmao
haha imagine clicking buttons
terminal commands ftw
yes bro
imagine typing cargo run
imagein typing
though we have an arrow key

wtf
flug moment
yes
i failed to vomit
Thanks for the update.
Sounds fun
i know
but atleast i successfully failed
def success():
fail()
def fail():
success()
or something
i shall now celebrate my success on failing
anybody wanna join
i guess not
i can already visualize this that im in this channel alone speaking with myself
update: i can't breath properly
get a doctor then
get the money for me to go to the doctor
Call an emergency number
Hi
VSCode is great
Cool
So in VSCode, I recommend using the rust-analyzer extension, not the default Rust extension
Reptile told me
rust-analyzer has better autocomplete, shows types, and has a lot of cool features
That thing?
Yeah
So that's what that is
thats pretty useful
Rust-Analyzer makes it so that you won't have to compile your code to debug
Since compiling takes forever on larger projects
oh this is news, thanks
Lol
Fancy
mhm, so fancy
How do you set that up?
You have the default Rust extension installed, right?
Uh, no? Reptile said to uninstall it
Yeah, disable it
In favor of rust-analyzer
Done
Great, then you should be good to go
Build thing?
This
Ah, yeah, no
It checks your code for you and points out errors
the only thing I dislike about it is its compatibility with WSL
what do i do
haha
It works 🤷
if that doesn't work, disable and enable the extension
I've been thinking of trying CLion for Rust, but it has no WSL support, at least for Rust
it still raises the same error 😔
oof
i love jetbrains IDEs, only reason i don't use them regularly is because they aren't very lightweight
Do you have a cargo.toml?
Yeah, I like them
yeah (i have the cargo.toml)
eyy, great
nice
https://why.life-is-pa.in/B9350X wait what
wat
my brain mechanically died
that shouldn't happen
how tf did that happen
huh
Nice link url anand
it doesn't do that for me
your brain is biological btw
lmao
thanks im very proud of it
haha
Hm
I've never had that happen, maybe try reloading again?
yep, that fixed it
so it disintegrated?
no
but it died
now i don't want to get into details
and eivl will be mean
or other mods
great
never heard a customer service saying to reload will work
We don't want to be mean, we just want a safe atmosphere for everyone
You should talk to that to someone though
It is important to discuss those things
Do you already have an hotline number?
i know
everybody keep telling me that
again same answer I can't get help
period
okay bye have a great day
Have a good day Rei
I do some drawing from time to time
playing badminton.
reload
Cool
Tennis and books
I'm helpingggggg!!!
same
If you knew how bad I was a year ago
haha
my sisters obsessed with drawing
can we see?
Sure
yeah
yes
mhm
yeah
send us pics
yup
mhm
mhm
agreed
yes
43665
147024