#voice-chat-text-0
1 messages · Page 535 of 1
can you tell me where pls?
theres api's on github
but not on the official site
its a stock site i thought they'd have it
sounds like #data-science-and-ml thing?
unless you mean different statistics
maybe they expect you to pay for easy access to that data
i would but
theres literally nothing
yeah this chart is killing me
i spent so long trying to find the end point
and when i did it jus ttold me i didnt have access
is anyone suggest me where should i practice sql query for data extraction as data analyst
ok nice thank you!
the data im trying to get is literally just
a stock price at a given date
not something crazy
and they're not allowing me
like i cant just look it up
i'm just trying to automate it
yeah no this one has no paid api either
or else i would have paid for it
this data is daily not even live
they'd really like to make at least some money on your alternatively profitable endeavours
like Open, close
that typa stuff
yeah but this isnt an american stock market
i'm not sure where else i'm supposed to find this data tbh lol
this stuff is probably on investing.com i just dont like that website
zoe mama
yeah im very to coding in general
i didnt even know scraping is illegal
but thats good to know ima go find where i can pay for the api
isnt it both
either way
🧌
see
me i'm from north africa
i doubt they care
from a legal perspective
ciao
u told me it was 3 days right
slightly less bad now
this doesn't look right
okay I should stop reading whatever there is
I attempted using Eclipse Che but so far unsuccessfully
(cloud VSCode)
with low employee count it might be profitable
thankfully at least some companies put this as part of their values
likely someone else
vocalist of Slaughter to Prevail did break one of his teeth by biting stuff at some point
(biting raw meat while that same chunk of raw meat was also bitten by a tiger or something like that)
anyone wants to build a project to learn?
I'm writing Python code on paper 📝 with a pencil ✏️ .
It's been going really well so far. It's the best IDE I could find.
@wise loom i said "Yooo everyone wsp"
that's crazy..
fr
that's me tho, i talked with you before this not our first time
the VC dead
thats CRAZY
my mic is suppressed
@fast gyro can you share the link to that somewhere
hi heml
Is there any platform to practice real development like LeetCode is for DSA... ?
im working on a project again
Master programming by recreating your favorite technologies from scratch. - codecrafters-io/build-your-own-x
i need some good source for this anyone?
https://index.aspizu.org/index.toml
https://index.aspizu.org/packages/{NAME}/manifest.toml
https://index.aspizu.org/packages/{NAME}/{NAME}.tar.xz
This is what the meeting between the paparazzi and Anthony Kiedis looks like when he is in a good mood. Sometimes you have to be creative to make your favorite frontman smile and cheer up.
#redhotchilipeppers #redhotchilipeppersfan #rhcp #johnfrusciante #frusciante #rhcplive #rhcpconcert #anthonykiedis #flea #fleabass #rhcplive2023 #redhotchil...
I'd expect many would be "our company needs this feature" type of contributors like with Linux
the contributor list and other stats also lag a lot on GitHub
Rails🚀
and then you get acquired by Atlassian
@peak depot "found a consulting company trying to convince other companies that whatever you do is more needed than they think it is"
@rugged root
"so... we're replacing COBOL 2023 with Java 8"
FuzzBiz is a great security company name
So cursed
Even as a joke that hurts me
was it Clari who left before the company even upgraded to Java 8 from Java 7
I am kind of a fan of doing coding slightly academia-style where I put sources (permalinks pinned to exact commit/version) in comments that excuse code being the way it is (this takes more time in the moment, but saves a lot later on, and also helps not to violate the license if this is adopted code), and AI is doing the opposite of that
Cloudflare does have some WebRTC stuff
wait yall are talking
weird
cuz i cant hear shit
nvm how i hear yall
for some reason output is steam streaming speakers
and not Realtek
@amber raptor also, since everything is Cloudflare, it's very easy for Cloudflare to see which domain the connection goes to (no need to break HTTPS, they just see everything themselves)
@upbeat oasis is your bot hosted on an exclusive IP? or sharing with other cloud tenants?
I have done that through Tor before and that is, like, the worst of shared IP experience
the
by 2030 we're going to have a nuclear wasteland, for all we know
to be fair, that would mean less load on the network
servers in remote areas
or otherwise where wired is less feasible
2.4GHz and 5GHz
?
@upbeat oasis
and 6GHz
yeah, seems like with Wi-Fi 6E it gets 6GHz
hmm 2021
I still never saw 6GHz "in the wild"
Wi-fi 6E was first one to implement 6GHz band. Technically Wifi 5 and lower could be used on 6GHz since frequency and Wifi protocol model are not linked
when I upgraded my mom router, she got Wifi 7 with 6GHz support
1GB very sounds like it includes files that shouldn't be there
Sorry, it's wrong
hi
good, just finished hw
nah all AP classes veyr boring
oh my computer is abt to die
i gtg
Sup what you guys doing
Waiting for my car to charge.
Tomorrow I will learn Python.
grand rising everyone
!voice @obtuse falcon
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
and dont spam
talk normal also read this
Yahoy.
The echidna came by today.
I ended up showing Grey.
Discord knows what's best for you.
how about JANuary ?
Juana.
you wanna what?
Juanita
The body follows the mind, somewhat, but somatically I'm fine enough.
Meh
but why cant I participate?
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Things
well, I dont
I do understand
okay, but what do I need to do to get through the voice gate??
read the text
oh, okay
Took a video
the cat doesnt know its existance
She just needs some rebooting
fat and sad car
alright, thank you for the explenations! Have nice day!
Old car
worlds best therapy: kitty room
i would like to have a python pet
py.pet_me(user.face.cheeks)
texting*
a what...
Well, it usually is.
not sure how to pronouce that lol
readability💯
make comments bright red
Hello fam.
oh... lol
lint rules gone wrong?
it has nothing lol
some linters require to put some comments there
which makes some projects just have //
which is worse than not having // at all
(doc comments specifically, would be /// in Rust)
whats the difference...
I didn't realise this was not Python because I wasn't paying attention. In Python, if you're wanting to place classes in a class for the namespacing, that's probably more where you'd use a module or submodule to group things together.
god i hope comment doc is same as python's
this would be the Python equivalent of doing that wrong thing
def example():
""""""
do_something()
i mean it will include the docs of the function call
@paper wolf Are we talking about the comment block in code or documentation in .md file?
comment documentation*
this is very bad, especially when caused by a misconfigured linter
whats the difference???
Ah, you meant the function description?
if you have a rule that makes you write docs, then write the damn docs
between what and what?
the // and ///
ah
different languages
// in C/C++, /// in Rust
// in Rust are not docs, they're just comments
both works on cpp....
I don't think this is an appropriate way to write comments in python
whereas in C/C++ // gets interpreted as docs too
cus im using cpp 🙄
I think C#/Java do /// too
Heading out to do some work. Cheers
some tooling might require you to use /// in C++
e.g. when generating documentation
but most IDEs don't do that from what I've seen
ill still like if the cpp's linter has smarter comment documentation
just like what python does
you have the function call info like the name, arguments and its type and the comment documentation
I have no clue what you are up to.
Can't help and avoid using cpp or short aberviation as it creates more confusion
c++ then...
CPP is a well-established synonym for C++
the only thing it can reasonably confused with in this context is C preprocessor
Good to know but again avoid using abbreviation
It can be interpreted in other way
pretty sure most people use cpp than c++ to refer on the c++ language...
you might be confusing with a different abbreviation
never abbreviate `competitive programming'
which some people do
Idk but I hate abbreviations, especially abbreviations for noun
Like the name of language
It creates more confusion
I have no clue what they stand for and I don't use any of those language
also cpp is the official c++ source code file extension.... so it makes no sense for anyone to get confused on it...
primarily they don't "stand for something", they themselves are proper names
just like how JFK is a proper name
Idk why, but I do get confused.
Just because you know what it means, it doesn't mean everyone else should know as well
get educated, don't demand others to speak to you by default like you know nothing
confused => ask for clarification => you learned something
welp this is not the first time someone asked what cpp means....
"explain like I'm five" is a severely dumb concept for most of the communication
(tangentially related)
anyways you people have some good amount of expereince on programming and stuff? probably GUI and game development...
some weird typesetting side-effect, seems like
I would not like to argue with that, but I find it an ignorant comment
So it be
it's not a comment, it's a guideline
yeah, then don't feel entitled to demanding other speak the way you choose to either
seems like that's gradually going out of fashion so much that google now just defaults to giving the Rust crate with that name
very useful crate
Mind your language, you are in no position to dictate what I should and shouldn't do.
And I have not forced him to speak in a way I like.
It's up to him to do what he likes.
I simply said I can't help
.
Am I Speaking on behalf of all?
No, I find it confusing.
Yet became a topic of discussion which has no meaning to me
Simply a waste of time and no further progress on help or topic
why this message then?
Because I assumed he may have been talking about python hence I used it I don't think.....
by "discussion which has no meaning to me" do you mean one about C++ comments or about abbreviations?
if it's a discussion that has no meaning to you then you shouldn't participate??? what am i missing?
(I was leading up to that same question)
I meant the debate on my comment about confusion related to cpp and can't help him.
the main issue we had with what you said is your demand to "avoid using abbreviation" and assertion that it "creates more confusion"
it's only after us calling you out on this that you clarified that it's more of a your feeling/opinion not a demand/assertion
Earlier discussion was of my interest but further debate on my response to meu was not.
Unfortunately meu got involved in heat as well and the actual discussion diluted
It's just that I'm frustrated
How it stems to meaningless talk
if you think it's a meaningless talk to you, maybe don't extend it further by doubling and tripling down on it
(not a guideline, just an idea)
anyway, not entirely, there is c preprocesor
which is apparently why cxx got to be a thing
you are not obligated to do that sure but socially doing that is everyone's obligation
there historically was some amount of confusion, but nowadays there is one default meaning
bcantrill iirc still uses cpp to mean c preprocessor instead
I don't remember what talk that was
probably Summer of Rust one
Yes, can we end conversation?
About it?
i think "c pp" for c preprocessor could be less confusing (but that doesn't matter)
secret magic on how to end a conversation: don't reply
the Twitter Explosion talk
uhhh preprocessor is something like the #if and stuff right?
and #include right? (or am i somehow mistaken)
O'really?
How about he stop suggesting me advice which I have not talked or asked about!
im tempted to learn c but the preprocessor looks really complex to me....
it's just text operations
???
its like a whole language its self
not as complex as TMP
the heck is that
template metaprogramming
oh yeah...
i mean C++ is basically just C with classes (actually the original name! also C++ has become more than that)
from the times when you couldn't constexpr
C
C+ (Objective C)
C++
C+++ (Java)
C++++ (C#)
nuh uh
putting Microsoft Java (C#) above actual Java is a crime
java is lot different than c
one day I'll find what to replace Objective C with
C++ is derived from C
Java is derived from C++
c# is fking way too far from the c...
and yet from my experience it's worse than C++
how about C##?
C# has historically had better ergonomics than Java
C++++++++
but Java is having a different approach to reaching same features
there are reasons why Java still doesn't have async-await
exactly why? doesn't need it
java is forced OOP...
JVM advancements partially obsoleted some Kotlin features
the first time i try java its lot a hell compared when i start on c++
everything in this list, other than C, is terrible in one way or another
Objective C is terrible in all ways
its the one made by apple right?
yes
what about Holy C?
Swift, unlike Objective C and C++ (standard as a whole), is a good language
the epic lmao
some dialects of C++ (by just removing features) are good too
i forgot the terms used there lol
C# is weird, idk where it's going
its going down to the trashbin along with microsoft as a whole
something to motivate Java not to rot
java should be replaced by something else
ugh i gotta implement a whole ass animation system from scratch
Java 8 should be replaced by something else
Java is on track towards becoming a better language
eventually
in a couple of
decades?
hopefully not more
if our profesor didnt make us learn it ill never touch it...
at least you don't have to learn Pascal
prety sure pascal is better than java
it's not
pascal as in the functional language?
the what
i have no issues with java. sometimes it's a little hard to code in but whatever
Pascal is not functional at all
any one of you guys tried COBOL?
Language H is better
i hear most banking system still use it...
COBOL and Enterprise Java kind of exist in the same space
COBOL is no longer something you get paid a lot for
it's somewhere towards the lower end of salaries for programmers
cobol is finally retiring?
no, just the market is back to normal
less productivity => less value for the company => less pay for the worker
no more excessive demand
Lisp
cobol ones powered the world
what...
red phone, clearly
💀
just analyze this screen ratio
What game?
Hi
... I wouldn't call Battlefield a military sim
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@peak depot we're migrating back to 0
i saw
@heavy zenith are you using any sort of shared mutable state?
have you tried implementing it without threads first?
don't even ask ChatGPT
look up real code examples instead
@heavy zenith what are you working on?
int main() {
printf("hello, world");
return 0;
}
@heavy zenith what did you mean by crashing? segfault?
did you try running it with valgrind?
there might be a possibility that your main thread just ends
```
void Accept(server *server) {
assert(server);
if (!server->listening) {
Listen(server);
}
unsigned threadID;
while (server->listening) {
conn * connection = AcceptConn(server->sock);
if (!connection) {
continue;
}
HANDLE hThread = (HANDLE) _beginthreadex(NULL, 0, handleConnection, connection, 0, &threadID);
if (hThread == nullptr) {
printf("Error creating thread\n");
}
printf("Thread ID: %d\n", threadID);
CloseHandle( hThread );
}
}
Paste bin
```lang
{code goes here}
```
void Accept(server *server) {
assert(server);
if (!server->listening) {
Listen(server);
}
unsigned threadID;
while (server->listening) {
conn * connection = AcceptConn(server->sock);
if (!connection) {
continue;
}
HANDLE hThread = (HANDLE) _beginthreadex(NULL, 0, handleConnection, connection, 0, &threadID);
if (hThread == nullptr) {
printf("Error creating thread\n");
}
printf("Thread ID: %d\n", threadID);
CloseHandle( hThread );
}
}
u mean it also ignores the rest of the main thread?
int main() {
server* server = InitServer(8080);
Listen(server);
Accept(server);
printf("ending");
FreeServer(server);
return 0;
}
pthread_t thisThread = pthread_self();
Uh oh, sounds like we're not talking about Python in voice! Call in inquisitors! 
the what
int main() {
pthread_t thread1, thread2;
server* server = InitServer(8080);
pthread_create(&thread1, NULL, Accept, NULL);
pthread_create(&thread2, NULL, Listen, NULL);
//blah blah blah
return 0;
}
only three results, impressive
concurrent? @heavy zenith
i think you can do something like this
class Thread : public TThread
{
public:
Thread( int id) : Id(id), Count(0) {}
private:
unsigned long Run();
int Id;
int Count;
};
unsigned long Thread::Run()
{
while (Count++ < 10)
{
Sleep(100); // let other thread have some time
// don't let cout be interrupted
TCriticalSection::Lock lock(CS);
cout << "[Thread" << Id << "] Iteration " << Count << endl;
}
SetEvent(Events[Id]); // Tell main thread I'm done
return 0;
}
was this to illustrate the "accidentally leaving main" error?
no this is just me trying to wing it
didnt fully understand what he wanted
I think I have an idea of it now
he essentially wants async
if you reach return from main without joining threads, they'll just terminate
Stackless Async Subroutines for C. Contribute to naasking/async.h development by creating an account on GitHub.
you seem to know more about this then me, how does pthreads work
I wouldn't really recommend messing with async in a language without proper support for it
true
you can do epoll but, like, that's not really a simple interface either
and I don't really think Windows provides proper epoll
btw anyone knows how the vc suppression goes away?
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
not from what i've seen jn
Does it provide proper anything?
Nope
Print function
Why is it showing nothing in the output?
no print, you're just evaluating the expressions and discarding their results
What do you mean? "Just evaluating the expressions and discarding their results"
!e
1 + 2
:warning: Your 3.13 eval job has completed with return code 0.
[No output]
!e
print(1 + 2)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
3
@vocal basinOh thank you so much
I thought I had to do print(" ") which would then make it a string
and wouldn't give me the result I wanted
!e
print(f"{1 + 2 = }")
:white_check_mark: Your 3.13 eval job has completed with return code 0.
1 + 2 = 3
(random fancy thing that you don't need yet)
numbers are easy to tell
temp=45
preassure=80
if(temp<40 or preassure > 90) or (temp > 45 or preassure < 30):
print('sound alarm')
having no print before if just feels so weird
`pressure' is spelled without `a' in it
the point is to print if and only if some alarm condition happens
otherwise it stays silent intentionally
im talking about before the initial parenthesis
"if(temp<40 or preassure > 90) or (temp > 45 or preassure < 30):"
this line
print(if(temp<40 or preassure > 90) or (temp > 45 or preassure < 30)): but it was incorrect
ah, no, you can't easy do that in Python
in some other languages you can print something and then use the result anyway
but not in Python, unfortunately
why is it not allowed?
what you would want to do if print_and_return existed:
if print_and_return((temp<40 or preassure > 90) or (temp > 45 or preassure < 30)):
...
however no such print_and_return exist in Python
why does print itself not behave like that?
because print can take in more than one argument
!e
print(1, 2, 3)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
1 2 3
print is a function, and 1, 2, 3 is a list of its arguments
how about 100, 200, 300?
:white_check_mark: Your 3.13 eval job has completed with return code 0.
100 200 300
thats wo weird
printing them with spaces in-between
oh so its the comma that makes it work
!e
def print_and_return(x):
print(x)
return x
if print_and_return(1 + 2 == 3):
print("a")
if print_and_return(1 + 2 == 5):
print("b")
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | True
002 | a
003 | False
(might be more confusing, so feel free to ignore this one for now)
!e
print("a", "b", "c")
print("a, b, c")
print(please, help)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | a b c
002 | a, b, c
!e
a = 123
b = 456
c = 789
print(a, b, c)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
123 456 789
will the the last print print no matter what or is it contingent on if temp is greater than 0?
try running the code with various inputs and see what happens
can you find an input that makes the program not print that?
what happens if you give it an empty input
im reviewing an assignment
sorry guys for join conv but i can help
@prime current what is ur problem so i can help you
not a problem im just trying to articulate in words any uncertainity or something not sure of 100%
even if i have a good idea
i had a feeling it was going to print regardless
hmmmmmmmmmmmmm i see what happeining i'll look at ur code and tell you
its not my code it's my teachers lol
am i using the correct word
'indented'
the last line is not 'indented'
?
like i see it's not going to have problem
but WAIT
get me a second
@prime current ur code is wrong
bc it's said "positive and negative temps"
and you using "temp > 0"
I think it is there to illustrate that the program always progresses past the end of the if
so like my knowlage of python his code of last line is right
it's not
i'll show you proof from chatgpt
bc i am lazy to open python
on VS Code
see. ( don't use AI for coding this just a proof )
im talking about the code in the last screenshot
@prime current
also please read the slides again
it said to run the code with such inputs
that has no relation to code itself
why?
what if it was on the same line?
for example
if it was indented, then it would only run when the other print runs
yes
you're right
so because it was outdented it printed anyway
and its not printing now because i idented it
The IMF and the Bank of England have joined the chorus of institutions warning we’re in an AI bubble that could be set to burst…
Support our work:
http://novara.media/support
what's the elif use for?
Each if block consists ofpy if condition: # exactly one if ... elif another_condition: # zero or more elif (else, if) ... else: # at most one else ...In this order. At most one indent is run per reading, the first condition to be satisfied. If the if condition isn't satisfied, check the next elif down and so on. If no conditions are satisfied and else exists, run that indent.
Think of it like having a stack of cards. You take from the top until you find what you're looking for, then you stop and do what it says. (if / elif). Then, if there's an else, if you've gone through all the cards and found nothing to do, you do that.
👍
im trying to wrap my head around line 5
it would be easy to understand if it was elif temp == 0
but the sky condition==sunny is throwing me off
Well, if you get to the elif because temp <= 0, then it's cold, but if it's sunny, then it prints that message.
Everything that could happen in the elifs and elses there is predicated on temp > 0 being False.
i think the fact that its combining it is making it harder for me to comprehend even though i get it
If temp > 0, True, then do that and nothing else.
But if not temp > 0, then check the next thing down.
Then if that's False, check the next thing down and so on until you either hit something that's truthy, or hit the else.
If it exists.
"Here's a bunch of conditions and accompanying actions. Go through them in order. If you find a satisfied condition, stop checking and do its action. If you run out of things to check and there's an else, do that."
"Do only one thing at most."
Without an else, it's possible you may do no things, depending on how you write your conditions.
How about this
I don't get line one
"datetime.today()?
or should there be a
user_birthday=input('Birthday: ') before line 1?
I think there is implied code above in this example, yes.
An importing of the datetime module and the conversion of some birthday data into an object comparable with the datetime.today() object.
yoo
YES
what is good
@tacit crane
GitHub wouldn't allow any external db connection or anything like backend
It is used only for hoisting static frontend
wdym?
oh the github hosting...
ofc its only static frontend
github will just show the html files you provided
@paper wolf what are you doing
Good brother, you doing okay?
I found a website for us to try later.
I think it's called codeclash or sth.
just got home and im resting
we shall try it yes
@paper wolf in meeting sorry
The federal government spends millions of dollars for advice from big consultancy firms like Deloitte.
However, this week the firm was caught using AI in a report that was riddled with errors.
Jason Om explains.
Subscribe: https://ab.co/3yqPOZ5
Welcome to ABC News In-depth, where you'll find our long-form journalism and other videos to he...
Amazing..
Avoid this company at all costs.
It is mafia disguised as company
Several months ago, this very company posted a job application for the Data Analyst role.
To my surprise they offered me a different role after the assessment and interview. I chose to decline and move on, because I found the job unethical, The job was related to falsifying audit work
@wise loom
deluluitte
probably widespread in Deloitte, KPMG, Ernst & Young, PwC
now they have LLMs, they can hide behind plausible deniability of LLM hallucinations
there's really no standards, LLMs opened the flood gates for all the garbage imaginable
<@&831776746206265384> sorry for pinging. but i wanna know if this break any rule? or anything?
if you want to ask something, DM @rapid crown, since this isn't urgent
ohh okay
wouldn't the last else print regardless since it's not nested?
it always prints only once (except for when runtime errors happen), each code path ends in one
btw, aside from the ifs: there is an error in that code example, in real code this would generally have isdecimal instead of isdecimal
why? there are strings which are numeric but no decimal, therefore int(...) would fail on them
last print only happens when not score.isnumeric()
The last else is tied to the first if
judging by discord reporting non-0 ping, seemingly works without a VPN this time
I'd say suspicious, more than anything else.
Something against printers?
@rugged root printers are spying on your packets by deeply inspecting them
🙂
even if different byedpi settings both allow HTTPS to work fine, still influences how WebRTC reacts
even though WebRTC isn't passed through SOCKS5
Ooh, there's some people
I'm currently attempting write a TLA+ spec for some part of how https://docs.rs/futures-sink behaves
I am testing stable diffusion 🥰
... getting surprised that deadlock errors aren't happening
... then realising there is in fact no deadlock it just loops forever in the same state
having = and == have swapped meaning compared to C is slightly unusual
let's play word spud!
it's just some extremely tiny side project i coded in python
how does one play
I just finished version 2.7 muspl2, my mp3 player that fixed some bugs, and added plugins (one I made is available now: SyncMaster, which lets you sync two directories easily within muspl2), It also added themes which you can edit in the settings, it comes preset with two themes: classic and new. I also increased the maximum tcaf file play size (it will not unpack it if it is under that amount), which makes it quicker to save and share music between devices. https://vmanisherenow.itch.io/muspl-2
a word is provided in the start, then one must ad on to that, if people like it, another person must add on to that addition, if the people don't like it, a word is randomly chosen from the set instead.
how many people must like it?
or not like it?
Maybe you could build it into the bot
then we could play here more easily
that would be fun
hello
a like corresponds to 1 point, a dislike corresponds to losing a point.
if the points you earn is NOT a negative number, your word passes to the next person.
lol
why is this invalid?
x=10
if x > 5:
print('x is bigger than 5')
else:
print('x is less than 5')
they are both indented the same
Okay
Could you check dms?
Just real quick
When I invite my bot and everything, it wont join.
!stream 778585347562930208 2h
✅ @calm ginkgo can now stream until <t:1760164924:f>.
I gave it permission and it says I invited it.
I did
And it didnt work
I even made a new server where I am owner.
Still didnt work.
I watch youtube and tutorials.
Still wont work.
I'm just lost.
Yes
Would I show you? Like could you give me permission to ss?
Just real quick.
Could you let me screenshare?
So I can show you?
Ah
Alr lemme see
I did everything even that
What do you mean olaf?
I did
Before
Still wouldnt work
I DID
bots
yup
did you select Admin permission? What was permission int you got?
the thing in permissions=
yes
It dosent show
umm
Yes
no'
no
Could we make a dm call?
So I can screenshare
yes
I own the server
Of discord or the browser
I'm saying refresh what
Yes
app
and I did website aswell
just to test
I refreshed
okay
I did
I added a bot
not mine tho
Wait do what?
I didnt hear you
This?
I did
?
No clue
I just accepted
wait unaccept what?
yes
keep going
okay
You lost me at discord
it should look like this
once it's invited, turn off public bot and set default authorization to None
Give me a sec
Hey
I assume it's fixed now ^_^
!stream 967785147158110278
✅ @severe cobalt can now stream until <t:1760161225:f>.
what is he building?
@wind raptor Goodnight man thanks!
!unstream 967785147158110278
❌ This member doesn't have video permissions to remove!
@severe cobalt's stream has been suspended!
@storm depot
hello
could i learn python from you
actualy i often see you here soo
i thought i should ask you this faivor
@calm spire
hello
actually i am learning python
yeah i am bigner
mee tooo
ohh thanks
i made an pdf with help of chat gpt and i am practicing it
i think so i am learning string
ohh thanks
actualy this option will start when i willl be siting in vc for 4 hrs ;-;
and type 25 words in one minute
so i couldnt share at this moment
so sorry for this
yeah i dont why this is hapning with me
;-;
wait let me verify once more
You have been active for fewer than 9 ten-minute blocks
see its giving me this message
I'll ask a moderater
@calm spire check this out
@
@somber heath
check this out
its ok i will sit here its ok
@somber heath
wow, this really cool
thanks
np :>
yeah actualy i am weak in english
you're not, your english is good :>
nah not in typing i am weak in speaking
ohhhhh i understand now
same with you
but i try to talk even i am dumb in making convs with plps
@storm depot
@somber heath come int
voice text
opal do you do job ?
couse you know that much
i think you have job
in best company
Swage die
you dont ?
opal where are you from ?
Can somebody ping me
Testing something
Thanks
@royal bane What are you testing that requires someone to ping you?
Notification settings
!e
a = [1, 2, 3]
print(~a[0])
bro whats this
:white_check_mark: Your 3.14 eval job has completed with return code 0.
-2
!e
code
!e
a = [1, 2, 3]
for val in a:
print(~val)
:white_check_mark: Your 3.14 eval job has completed with return code 0.
001 | -2
002 | -3
003 | -4
!e
a = int(input("whats your name"))
:x: Your 3.14 eval job has completed with return code 1.
001 | whats your nameTraceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m1[0m, in [35m<module>[0m
003 | a = int([31minput[0m[1;31m("whats your name")[0m)
004 | [31m~~~~~[0m[1;31m^^^^^^^^^^^^^^^^^^^[0m
005 | [1;35mEOFError[0m: [35mEOF when reading a line[0m
nah it was not about valorant
guys how much it will take me to unlock my mic ;-;
you dont have to told me that much bigger name of mine you can say arjun
is you are okay with it
yeah couse its my realname
yeah its good tpp
too*
!e
a = [True, False, True]
print(~a)
:x: Your 3.14 eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File [35m"/home/main.py"[0m, line [35m2[0m, in [35m<module>[0m
003 | print([1;31m~a[0m)
004 | [1;31m^^[0m
005 | [1;35mTypeError[0m: [35mbad operand type for unary ~: 'list'[0m
hello
@gaunt patrol 👋
it feels like a language gets "drilled in" after like 2 months of practicing with it, for me at least
"But C++ is faster than Python!"
Check out (some of) the source code: https://github.com/SheafificationOfG/Fibsonisheaf
Soft prerequisite: https://youtu.be/KzT9I1d-LlQ
Errata:
At 14:00, I meant (n-1)/8 bytes!! Thanks @annaclarafenyo8185 .
Timestamps:
00:00 - Introduction
00:54 - But C++ is faster than Python!
01:34 - (H...
Thats so funny lol @upper basin
@upper basin hey here are some forenigher they are here to visit jaipurs city history and they are here in exibution to see the hand made art of rajasthan
they visited our shop too
and they took some pitcure too
Join vc
from BitVector import BitVector
a = BitVector(bitlist=[1,0,1])
print(a)
print(~a)
output:
101
010
gobble gooble gobble gooble ... one of us , one of us
ok sir
It took me a short while to realise you were deafened.
Mental As Anything -- The Best Of [ Full Album ] Australian pop rock
sorry sir i didn't get u
great album @somber heath
@languid bay 👋
sir what u do
Hi @somber heath
Help. Instruct. Annoy.
hey buddy which game do u play
Much guidance is available.
Have you done any PC to microcontroller interfacing code ( pyserial ) @somber heath
No.
Tkinter GUI layout @somber heath
mmm Valorant, GTA V, F1(2020) and some indie games if possible
Not well.
you? btw?
haha u play mlbb? boss
was looking for some ideas on PDF books on , how to layout a GUI @somber heath
nope!
mmm
lol I ain't a youtuber to get views
i want my cut for this advice 🤣
also not much into mobile games
o
cool
i don't know i love playing games
now life is playing games with me
🥲
AAA games caught my attention so you should try them too
lol sed!
Student!
cool
you?
school or college ?
@proper fern 👋
schooling still!
u r so young '
specific?
yep!
looking for a internship
mmm
hello
internship on what field?
im new
data enginner
hello @proper fern
thanks
y u like python
mmm
what u thinking of becomming
Idk currently into microcontrollers
mmm in what way?
u know to choose that
well nothing much in specific since python has grabbed me into I'm just exploring the fields possible like I was into basic web dev, then game-dev (didnt go well) and finally into microcontrollers(since i was fond of robotics). So yeah comparatively it has got my attention!
yeah u r so young millions of possiblilities
I'd love to explore more fields possible can you suggest me few like what else is interesting to explore using python
i dont know bro i have also touched almost all fields now doing data engineering
Also @carmine slate I'd like to get permission to stream on #off-topic-lounge-text can you help me with that?
if im of any use i'll
mmm guess you're new to the server?
2025-10-11, he joined today, says right on his profile
yep didnt notice lol
I haven't used discord for a very long time so yeah I'll learn i guess
That's why I'm letting you know, we can't all know, but we can all learn






