#off-topic-lounge-text
1 messages · Page 23 of 1
Nah
@minor saddle speed
awt
The server is quite large, I imagine someone does, finding them however, good luck.
You mean this #python-discussion
Hello guys do any of you know any advanced level remote desktop software
👍
yoo
Yoo
I didn't know that would happen
I am building an application for searching rooms for rent in local areas. I was looking for a room and the experience was really bad. I had to spend 3 days to find a suitable room and take time off from work. For students it's really troublesome as they are not familiar to the area.
But I don't know how to market the application. I can show ads but it not good for some reasons. So what might be some way to maket this platform??
Look what big companies do with their apps like oyo . And if you don't want to add ads then refferal/invite is good .
Hello can anybody help me I have some doubts related to that @zenith path
@quiet jolt
Hii I am here
@zenith path accept my request and we can talk in our message
Okay
Can anyone here real coder who can help me
yaa i can
Plz message me in our private

1. Follow the Python Discord Code of Conduct.
You can use the Carl bot for that also
Hello World
print("hello world")
Who?


no way
but chances arw there
I joined after you.
heh
we love python 
Does this channel always like that?
i think this bot is writtwn in python
idk
nvm i got lost in so many channels
Ohh.. I see



Maybe someone from this server
joe salutes
perhaps yeah
your baby
I don't know

cyaaa

india
what you to
here all by yourself
i can understand that
someone has to sit here
like how i joined
lol
ya
they'll be like are they talking about something intresting
you're into politics
i was into politics as well
but not anymore
ya its good know about what's going on in the world
what game are you playing
someone else also joined
hi i'mdevotee

hayyyyyyyyyyyyy
Yo
hello
Hey
If anyone is looking for subscriptions of softwares for very cheap, do hmu. I've a method of getting them very cheap compared to the real price.
@unborn sorrel DESMUTA
Hi!
This is how my friend thinks programming works.
Can you remember his pfp?
Are you talking about educational discounts?
It's not for all
People, this is a txt channel for people who are in Off-topic-lounge voice channel. If there are no people present atm in that voice channel, then usually there is no point to have conversation here in this txt channel.
Also, I would like to remind you that this is OFF-TOPIC, so not a python or other coding related stuff.
Plz visit #python-discussion #ot0-psvm’s-eternal-disapproval #ot1-perplexing-regexing #ot2-never-nester’s-nightmare txt channels for your discussion needs. Ty.
We have #rules which you should read
Straight up sounds like a scam, if I'm gonna get my software illegally, why the fuck would I pay for it? Like, break the law or pay for it, don't do both...

@median root come on let’s have a talk bud.
People, this is a txt channel for people who are in Off-topic-lounge voice channel. If there are no people present atm in that voice channel, then usually there is no point to have conversation here in this txt channel.
Also, I would like to remind you that this is OFF-TOPIC, so not a python or other coding related stuff.
Plz visit python-discussion and off-topic txt channels for your discussion needs. Ty.
Person, you got it!

Yeah
Btw, your old profile (name, display name) looks cool 😎
People, this is a txt channel for people who are in Off-topic-lounge voice channel. If there are no people present atm in that voice channel, then usually there is no point to have conversation here in this txt channel.
Also, I would like to remind you that this is OFF-TOPIC, so not a python or other coding related stuff.
Plz visit python-discussion and off-topic txt channels for your discussion needs. Ty.
Hi
hello
@primal bison welcome! #voice-verification
I’m going to get Claude code, should I use vs code or cursor ide or Iterm
Basically using vscode to write code and manage and using Claude for vibe coding
try #editors-ides
AIML book is thicker somehow i believe
can you guys teach me how to use python for the first time?
sorry if im not chatting because i cant chat
in vc or voice
cause i recently joined
Didn't see this
There's a lot of tutorials online though!
ok
Learn to code using the Python programming language in this full course for beginners. You'll practice writing tons of idiomatic Python with these hands-on lessons and challenges.
Course on Boot.dev - https://www.boot.dev/learn/learn-python
Use code TRASHPUPPY for 25% off your first payment.
Follow TrashPuppy on Twitter: https://x.com/trshpupp...
@drifting spruce
!ot
Please read our off-topic etiquette before participating in conversations.
so tell me the math behind how crypto works
f*orsty**
If you like them than you def have to try the roomboter stroopwafels ones
Could 10 billion people be placed on a large island and be given 1500 kcal each per day through air supply. Basically a bunch of MRE that have algae in them for
I don't think there's 10 billion people
Can anyons gift me nitro
done with previous projects now im working on a weather app.
const URL = "freegeoip.io/json/github.com";
const promise = fetch(URL)
promise.then(
(response)=> {
return JSON.stringify(response)
}
)
.then(
(data)=>{
console.log(data)
}
)
here are my errors
Access to fetch at 'file:///C:/Projects/websites/weather%20app/freegeoip.io/json/github.com' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: chrome, chrome-extension, chrome-untrusted, data, http, https, isolated-app.Understand this error
main.js:3 GET file:///C:/Projects/websites/weather%20app/freegeoip.io/json/github.com net::ERR_FAILED
(anonymous) @ main.js:3Understand this error
main.js:3 Uncaught (in promise) TypeError: Failed to fetch
(anonymous) @ main.js:3
idk what to do here honestly.
My first instinct is that idk how to use fetch
what i do know is that it returns a promise(a reference to a rss currently unavailable)
what i do know is that .then() retuurns also a promise. it takes two arguments ,one for fulfillment and one incase the promise is rejected.
i did try using ipapi (another api) but i returned 403 error
People, this is a txt channel for people who are in Off-topic-lounge voice channel. If there are no people present atm in that voice channel, then usually there is no point to have conversation here in this txt channel.
Also, I would like to remind you that this is OFF-TOPIC, so not a python or other coding related stuff.
Plz visit python-discussion and off-topic txt channels for your discussion needs. Ty.
you dont include https:// in the URL variable. so javascript thinks it is a local file on your pc
ill try it
thousand apologies
you are a cool man
J'ai terminé mes projets précédents et je travaille maintenant sur une application météo.
const URL = "freegeoip.io/json/github.com";
const promise = fetch(URL)
promise.then(
(response)=> {
return JSON.stringify(response)
}
)
.then(
(data)=>{
console.log(data)
}
)
here are my errors
Access to fetch at 'file:///C:/Projects/websites/weather%20app/freegeoip.io/json/github.com' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: chrome, chrome-extension, chrome-untrusted, data, http, https, isolated-app.Understand this error
main.js:3 GET file:///C:/Projects/websites/weather%20app/freegeoip.io/json/github.com net::ERR_FAILED
(anonymous) @ main.js:3Understand this error
main.js:3 Uncaught (in promise) TypeError: Failed to fetch
(anonymous) @ main.js:3
…… Honnêtement, je ne sais pas trop quoi faire.
Mon premier réflexe serait de me demander comment utiliser fetch.
Ce que je sais, c'est que cette fonction renvoie une promesse (une référence à un flux RSS actuellement indisponible).
Je sais aussi que .then() renvoie également une promesse. Cette méthode prend deux arguments : un pour la résolution de la promesse et un autre au cas où elle serait rejetée.
J'ai essayé d'utiliser ipapi (une autre API), mais j'ai obtenu une erreur 403.
utiliser fetch.
Ce que je sais, c'est que cette fonction renvoie une actuellement indisponible).
Je sais aussi que .then() renvoie également promesse et un autre au cas où elle serait
hi
I think url is wrong
in my opinion url is https://freegeoip.io/json/github.com
Did you really translate the message to French?
hi
hi
Hi
Hello 👋
Could 10 billion people be placed in a big building very tall and wide. And create a kind of mega lifeform as they are all connected to each other with person to person physical links. Through BCI and optic fibre. There will be stacked very densely and will be given a kind of circulatory system that carries nutrients directly to them as well as takes waste from them through IV conduits
Unless it's getting replenished along the way, I feel like the people a few people down are gonna have a very bad time.
Or is each connected to their own machine ,getting their own fresh nutrients and rid of their waste, and not a chain from one to the next?
In which case it's more like 10 billion individuals
Each get fresh nutrients yeah, and waste disposal through another conduit
Like arteries and veins
Massive pump to do it
So it's just a human farm
not really a mega lifeform
Look up factory farming, you're just removing the food and adding needles
I mean, factory farms have needles too, but you've got a different use, though I imagine you'll be adding antibiotics at certain points as wel
What's the purpose of this endeavor?
And where do you even find 10 billion people...
@mellow solar Congrats!!
Ty!
Hi friend 😊
@drifting spruce unrelated to mod stuff, I love your pfp
How long did it take to apply
hye
hey
cute cat
nice car @mellow solar
have a formative assessment today
for programming
your car loves you omg
those blinks
yes
im re-learning
does not count towards the final grade
just a mock...
but I have to show
that I have caught up with her classes
ok have to go now.
bu bye
@mild pond 👋
how rude of you @unkempt wraith cant you even say hello
2050
Can make large single organism larger than sum of its parts
Will be like the next step for humanity
whachya doing @unkempt wraith
I think we're just gonna have to agree to disagree...
hi
I think china does not care much about it.
⬇⬇⬇⬇⬇⬇DOWNLOAD IN THE DISCORD ⬇⬇⬇⬇⬇⬇
DISCORD : discord.gg/9j7KA6Crru !!!!
DISCORD : discord.gg/9j7KA6Crru !!!!
DISCORD : discord.gg/9j7KA6Crru !!!!
DISCORD : discord.gg/9j7KA6Crru !!!!
tags:
koxaro, vegard, tier s chilean, leaan vs staind, blackzide, how to beat leaderboard players, blackzide, jp2k16, ipraise, haxlux, st...
Yeah, it's called the Matrix
Iran's oil crisis, China has plenty of back-up and supply from Iran to China is undisturbed.
As china is the largest importer of the crude oil they might also be affected
Straits of Hormuz are closed by Iran yet Iran is permitting tankers particularly those carrying oil to China.
And also the USA president has mentioned that the flow of oil from Venezuela and Iran to China will not stop during war.
Meanwhile India has 26 days of oil (As per the government of India) and most of India's oil imports is blocked unlike China.
The only viable option is Russia for India but this time Russia has the following conditions:-
- The price of oil won't be discounted and India has to pay a high price
- Payment of oil exports to India must be in Chinese yuan no more interested to take payment in USD and Dirhams and definitely not in INR.
https://youtu.be/62t3g1G8g10?si=Dn0jZL4sJHrz6ko1
I know my country is weak but didn't know that it requires the approval of another nation for its sovereign matter.
The US government has issued a 30-day waiver for Indian refineries to buy Russian crude amid the closure of the Strait of Hormuz. Russia had been India's top crude supplier even as recently as February, triggering questions around why a US waiver was required. Palki Sharma tells you more.
USA | Russia | India | Russian Oil | India Russia O...
Now iran is also allowing Indian ships to cross the straits of Harmuz
As far as I know, Iran has permitted only two LPG tankers to India from Straits of Hormuz.
And recently India let the USA submarine destroy the Iranian Navy ship, which was returning from India after a joint training program with the Indian navy, this ship was completely unarmed yet it was destroyed just a 100 kilometres from the Indian coast. 40 soldiers were killed and 30 survivors were rescued by the Sri Lankan Navy.
And the worst part about it is that Iran asked for help to rescue the survivors to India but India ignored the request and the BJP official handle had made a post that mentioned it's none of our business.
India will not get the same treatment as China in Straits of Hormuz.
China gets all of its crude and LPG tanker with ease from straits of Hormuz, India only got two LGP tanker ships and no less or more and zero crude tanker. Iran let these two tankers just cause it is expecting India to favour Iran but after the navy ship incident and Indian government being lacky of USA as usual, I don't think so they will permit any more LPG
Bro it's not a true India already offered shelter to the Iranian ship but they didn't accept that so it's not the fault of India and the Indian navy also played the role in the rescue. Even India gave shelter to one of the Iranian ship. Your some news is misleading so please don't do that.
Don't push the one sided fake narrative please do your complete research before spreading any fake news
Which part of the comment was fake?
I have not mentioned anything about sheltering Iranian ships previously have I?
I clearly mentioned that the Iranian Navy Ship was sunk and survivors were rescued by the Sri Lankan Navy not by the Indian Navy.
And there is no evident proof that the Indian Navy helped with the rescue of survivors, The very same BBC post you shared has no mention of the rescue of survivors by the India Navy, it has only discussed the sheltering offer by the Indian Navy and Sri Lankan Navy before the departure of the Iranian Navy fleet.
I'm assured and true to my fact, discussion was about flow of crude oil from Straits of Hormuz and my information is true and accurate.
Only 2 tankers of LPG were allowed and no crude oil tankers were allowed so far to India from Straits of Hormuz by Iran, meanwhile Iran has not targeted tankers particularly for China from Straits of Hormuz, in fact it has maintained its oil exports to China.
It's gone increase by time
India is in discussion with Iran for oil and it's simultaneously discussing with the USA.
So this discussion has no value to me as long as it's not in effect.
Again "How can you label me for fake news"?
But you say india ignored the request of Iran for help this statement is not true
It's true that the Iranian embassy in India has contacted the Indian government about the matter of Iranian Navy ship and survivors rescue and it has been ignored.
Diplomats of Iran in India told the press: India government has not responded yet and Iranian Diplomats are in contact with Sri Lankans.
And eventually survivors were rescued by the Srilanka Navy.
Could you provide me proof that the Indian Navy Helped with the rescue of survivors?
You clearly have mentioned about it and labeling me and all of my responses as Fake News or misleading.
But you try to put the one sided narrative and what specifically mention political party that I think you try to put one side narrative
Bro see this news
And I don't say all of your responses are fake
I clearly mentioned that some facts are not true
I've looked at the source, but it has clearly mentioned that the Indian Navy deployed its ship with the intention to assist the Sri Lankan Police and Navy for the rescue operation with no mention of how many survivors the Indian Navy has rescued.
And again my earlier argument remains firm as the Indian government has not provided direct assistance for rescue and the Iranian Diplomat request was ignored.
" A distress call from IRIS Dena was receivedat the MRCC Colombo in the early hours of04 March 26 as reported by the Sri Lankan " - This is quote in very same article they are responding to Sri Lankan request not Iranian request and it's assistance no direct rescue search.
Bro India provides the rescue support the incidents happened in the Srilanka SAR area and according to the Sar convention Sri lanka responsible for the quick rescue and like you said that iranian ship do the distress call to the srilankan Maritime rescue coordination centre not to india. When india got the distress call the Indian navy started the humanitarian SAR effort.
As you said srilanka does the rescue operation because their zone india does the support role
I'm not politically associated with any political party.
I've mentioned BJP as at the time of this tragic incident PM of India has not made any official statement on it, so his political party is the official handle is second in priority which made this post :
https://x.com/bjp4india/status/2029595293453308223
And again my discussion was about straits of Hormuz
@final delta hello 👋
I careless what they want to respond to congress as it's none of my business, I do care about the statement "Not our business" to the incident
Yes
It's just for the political seek
Then how can you claim that the Indian Navy rescued the survivors?
I never think about what bjp and congress post on there social media they always post trash on the social networks
Bro Indian navy don't hav le authority to lead the rescue operation if Indian navy try to lead the rescue operation it's against the international law
Unfortunately if the PM won't respond to this matter his political party is the next source for his voice.
And Jaishankar has only described what India's role was with a ship before, which has sank now.
It's not a domestic matter it's an international matter next to the Indian coast in Indian ocean
This statement that you gave is not correct
It is true
But why are you expecting to respond from the PM in geopolitical you only care about you for India USA , Israel and iran all are important as a country we have to manage them all
India responded to Sri Lankan requests not to Iranian Diplomat request
.
Could you correct yourself?
I'm unable to understand your comment
Did you have any sources
Distress call from IRIS Dena went to Sri Lanka's MRCC first (their SAR zone).
Sri Lanka Navy led the rescue: saved 32 survivors, recovered ~87 bodies.
India also responded: received signal, sent aircraft + ship (INS Tarangini) to assist, but Sri Lanka was primary due to location.
No credible evidence Iranian embassy contacted Indian govt for direct rescue & was ignored, or diplomats publicly complained to press "no response from India, so contacted Sri Lankans."
Some Iranian ambassador comments were about no private message/condolences post-incident (not rescue ignore).
Viral claim is mostly misinformation/propaganda; reliable sources (BBC, AP, Indian Navy) show India helped coordinate, didn't ignore.
Bottom line: False claim. Sri Lanka rescued them mainly because of geography, India supported
I mean we have a good relation in all 3 countries so we cannot directly support anyone geopolitics didn't work like that sometimes you can't pick any side so have to be balanced
https://youtu.be/mZxop08Z3PY?si=nl6KBGLEgzT5QBji
This is a full video, in the very same video the press asked him if he got a response on the matter of Iranian Ship, he responded with no communication or response from the Indian government and later press asked about what does Indian Government think about this matter he responded you should ask Indian government
On US-Israel vs Iran conflict, Iran's Ambassador to India, Mohammad Fathali, says, "We have lost a great figure, our leader, our father and always his eminence advised us to try our best to stand on the right side of history. I believe that his eminence stood on the right side of history, and he received his reward. We entered the negotiation ta...
The video is about Khamenei's death, US-Israel attacks on Iran, failed negotiations ("they destroyed the negotiation table"), and Iran's response/readiness for war.The quote "We have no any negotiation. We have no any send the message... because they started" refers to no diplomatic messages or talks with the US/Israel side (or possibly no private condolences from India on Khamenei's death).It has zero mention of IRIS Dena sinking, ship rescue, distress call, embassy contacting India for help, India ignoring anything, or Sri Lanka involvement.Totally unrelated to the viral "India ignored rescue" claim — social media misuses/twists the quote for propaganda. No link at all. Fake connection
This video was made on 5th March and an interview was on the very same day and it's not just about Iran leader death but overall
Let's end the conversation.
I'm tired and more importantly we have pivoted away from the main topic "straits of Hormuz"
lets agree to disagree
Hey guys... Is there anyone doing freecodecamp? I don't need advice just wanna know if there is anyone who is currently doing it or did it?
Next step for humanity is WWIII
Awww shucks…
Based
Is there 10 step world domination guide anywhere
Convince the masses to go against everything they claim they believe, target the reasonable people. Just look to America for the process.
Being part of a pedophile ring might also be a requirement, not 100% sure on that, but it seems to be.

Guys pls sub to this guy Epstein The Goat? yt
💯
If I'm a new Linux user, should I install Linux Mint?
People, this is a txt channel for people who are in Off-topic-lounge voice channel. If there are no people present atm in that voice channel, then usually there is no point to have conversation here in this txt channel.
Also, I would like to remind you that this is OFF-TOPIC, so not a python or other coding related stuff.
Plz visit python-discussion and off-topic txt channels for your discussion needs. Ty.
I am so confused how people find this channel of all the channels and decide to ask their programming questions here, of all the channels.
I guess not reading a single thing that's been said in the channel helps.
Any jits in here good at naming stuff
People, this is a txt channel for people who are in Off-topic-lounge voice channel. If there are no people present atm in that voice channel, then usually there is no point to have conversation here in this txt channel.
Also, I would like to remind you that this is OFF-TOPIC, so not a python or other coding related stuff.
Plz visit python-discussion and off-topic txt channels for your discussion needs. Ty.
why are you telling me this like be fr
your not a mod
its not your job to enforce the rules.....
@void talon I summon thee
hes also not a mod lmao
Are you having problems to understand how the server works? Cos @void talon is very good at explaining. I can also ask a mod or an admin to explain you.
I guess only if a mod tells you the #rules you already agreed to you'll listen? Is that what you're saying? But genuinely, this is the wrong place to ask, why go where you're not gonna get the help you seek?
Do you not want an answer?
It genuinely baffles me
of ALL THE CHANNELS
go to the voice area off topic text channel
Yeah sorry your not a moderator i dont think ill be listening to you
Obviouisly, you didn't even read the words you replied to.
It's clear you have no interest in engaging with the other humans who use the server
You are currently in the voice area off topic text channel
I didn't tell you to go there
Please become a moderator before attempting to continue this conversation
I'm asking why you're here
So are you a moderator
that you can instruct me?
But I cannot point out the absurdity without moderator authority?
Im so confused its like your speaking words but i just cant grasp them without a certian role
I wish a moderator was here to explain this to me
@topaz yoke 👋
I'm newbie :)))
@left dome 👋
Hi individual named newbie :)))
Hello 👋👋
@paper jewel 👋
!voice anyways
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@hasty jasper 👋
I think I've used that before
hello
how you doing man
@night lily it's shee knee chiii
@night lily
@stoic kraken 👋
Hey @night lily
ello
whats the topic?
:::
@fresh sail eat sad bland food and run if your body can take it... its really hard to loose weight
ahh yeah, but the upside... if your food sucks they wont eat it
@fresh sail try paying attention to how much soidum you are injesting
@terse sparrow 👋
soidum content is a good feel for how much cals you are taking in if you dont know
hi
no just alot of docs in the fam
Feeber fiber fober fumber.
and what works for me... watching sodium/surgar helps me personally
i used to use too much sodium and sugar and would gain weight ... less of that my body would lean out faster
Sodium it self not does make u gain weight
i think it was mor
Sugar does cos it help the fat intake
of watching for it
GI index
@deep hatch 👋
YESS
A site about the low GI diet including recipes.
@pure belfry 👋
wsp
i mean yeah i get that...but when you are buying food just taking a glance of sodium / sugar gives you a pretty good idea of the rest of the contents if you are trying to loose weight
its more of not using alot of time/energy for me and keeping it simple for me
didnt know thx
sap
Chuck Norris has died
Did you copy the image I just posted?
See posts, photos and more on Facebook.
@fresh sail My apology it was about what he is reading not what are his thoughts on ongoing war
has anyone ever seen the movie 9
yea
Can we trust the info coming out of hte USA?
No idea
Now a days can't trust government of any country
In the Tall Grass
🌊
Hi
@uncut tide
what
@night lily
do u know python
pls help @flat charm
ok?
ok thanks
what is infractions?
here
Hello Opal
Can't wait to get voice verified. I actually joined the server about a year ago however I'm not that active on discord so hard to get activity.
Hm?
This is extremely concentrated black tea, I sacrificed this tea because it was old.
I added iron sulfate heptahydrate to it and then now boom it's ink
I had to substitute oak wasp galls for tea because I explored the forest for 5 hours and didnt find any galls
But this is supposed to be iron gall ink
This is what it looks like
Okay.
On paper
What is this?
are you familiar with beowulf opalmist
i made homemade ink
I really like these people, would love to talk to them.
i substituted wasp galls for black tea since the chemical reactions for the ink are just needing tannic acid
it doesnt look the same because it browns as it ages
i took this picture just as i wrote it
That's so beautiful.
tannic acid + iron sulfate = ink
this ink browns as it ages
@night lily cool right?
have you heard of iron gall ink opal?
In the future more people are gonna do "checking" work than actually working.
Momentum
hi @night lily i comeback
I also carved a reed pen to write with since I can't find any wing feathers
this ink is not able to be used with metal pens, you will regret using it.
the ink is acidic
it will destroy your metal pens
the only way it wouldnt destroy your metal pen i think is if its gold
but i still wouldnt do it
do u forget me? @night lily
sorry i couldnt resist lol
@night lily talking about ai taking decisions. My country used AI for identifying duplicate voters.
@night lily i cant remember if you responded to this, i was curious if you have heard of this type of ink
😂
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
sand is a depleting resource sadly
😭
@night lily since you are a bird guy, do you know the best way to stalk a bird until a wing feather falls out
id like to get some wing feathers so i can write with a quill
not for this ink
@night lily
its either reed, quill, or brush.
this is an acidic ink
this ink may not be well suited for a brush but i havent tested it
its been historically only used for reed and quill i think
is it me or is the antivax movement a 21st century thing? or has it been going on since the 20th @forest wedge
@night lily yeah true, liberals are bigger liars than their conservative partners since they try to pretend to be peaceful and progressive but still funnel all funds to Israel
@night lily ok so the australian liberals arent trying to pretend to be progressive? they are just using a word?
@night lily thats democrats here too
@night lily im gonna guess an oswald mosley figure might pop up in australia and become popular
btw opal is this the most concentrated tea youve seen
its completely opaque
Alright, see ya guys.
@night lily the most fun thing about making this ink is that when you add the iron sulfate, the chemical reaction is instantaneous
you should give it a try
@night lily whats a good season for looking for wing feathers of crows
theres simpler ways to do minesweeping
i like this gif im about to post
@night lily what do you think of this
i dropped out of college cuz they kept shoving ai everywhere
how are you doing today opal mist?
🌐 🔄 🔥
How long does it take to create an r-selected under class?
I can't talk
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Is there any event in this community? I feel bored learning alone
do u mean I have to stay in the server long enough?
What kind of events do you have in mind?
like use stick learn or something to make machine learning?
so what should i do other than stay in the server for long enough?my english isn't that good but I'll try my best
I just joined
If you would like to discuss the subject, you may wish to avail yourself of #data-science-and-ml .
@median mesa 👋
where are you from?
@karmic gust 👋
hi
hi
can u say that again?
what
My mother tongue isn't English
It's gonna be harder for me to understand what native English speaker say
like half asleep?
@torpid garden 👋
same here
Yay same
same
@hexed ivy 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
who
There’s no harm to having it I don’t think
I see see
@light totem 👋
gotta go too cya\
What did y'all talk about?
Hello
@charred ibex
hey
bhai ap toh indian lag rhe h
What
yes, but please use only English in this server :)
trans: Brother you seem indian.
huh is this channel new
#voice-chat-text-0 exists for that
never saw anyone mention #off-topic-lounge-text
but apparently it exists since 2020
oh, right
Did you take PCM or any other subject stream?
PCM yeah
yeah its not exactly active
36k messages compared to 4.2m in #ot0-psvm’s-eternal-disapproval
like i have more messages in #python-discussion than this channel in total
What level of python did they teach you in CS [at school if you had the subject]?
yeah, my school had it
from what I remember we all had to do a project to make a Python-based backend for a website involving DB queries
so that should give you some idea
I wanted CS for myself but I guess the principal didn't deem commerce students worthy enough.
I am going to 12th in a few days.
we had an alternative subject called "Information Practices" which was like CS but kinda less rigorous and more about data analytics instead of general programming
and I think commerce/humanities people were allowed to take that
I tried it.
Not recommended 😭
lol
Hmm yeah, atleast I got applied math
So me and PCM students have something common to worry about.
I know it's not as rigorous and tough like core maths but yeah.
I see
Gunning for data science that's why I started out with python a few days ago.
I already knew some things but with a course it's structured.
hmmm
might be tough to get a university to study CS without a PCM background.
although I think there are still avenues. probably more if you want a DS degree
yeah.
I did my research.
The 100 above will be thrown into a VCNO
Use DeepSeek
.
@spice ridge ✨
@real socket 👋
@reef vault Ami Blocked?
🤨 ?
Shouldn't Ai Music be considered Human mu aswell?
?
can u talk
20%
can u talk
- ⛈️
No Voice access🥀
oh
if yall want coding but you dont need to code use Malbolge
We don't want coding, we want food and life and hobbies and anything else
Is there for android phones an app that automatically stores certain pictures taken with camera via certain simple options in phographing interface or something like that? That way one can store visual data in a more systematical way
Like a category of pictures to give hint of where things are located in a physical storage
.
What is the Surgery to Westernize Asian Eyelids Called? The surgery to create a double eyelid crease in individuals of Asian descent, often referred to as “Westernizing” the eyelids, is most accurately and respectfully called Asian Blepharoplasty or Double Eyelid Surgery. This procedure aims to enhance the upper eyelid, creating a crease whe...
No, but I was just listening
hiiii who uses linux? i love it look your personalization
xd
me too, but i don´t understan jsjsjsj just a bit sjskjskj
@green arrow 👋
Just want to tell you guys I love you all
looks like I missed a party
Hello
Ah why ?
I can't speak either btw
Yes
But that is not the only reason
I wouldn't speak anyways
What?
Why don't you want to talk?
Heyyy
🌊
What’s the easiest way to achieve world domination?
@left saffron @desert parcel 🌊
👀
@jaunty summit 👋
im suppresed sorry
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
im 13
Hey
what
@peak orchid 👋
@plush ferry hi
hello
check the requirement
I was wondering why were they were so people so I joined
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@plush ferry 👋
Hi there
can u listen my voice
you arent talking rn
hi
can u talk
@forest summit 👋
i would like to stay suppressed
go check the requirement
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
go to #voice-verification
@dusty bloom 👋
@forest summit do u meet the requirement?
it says voice gate passed
ok
on your microphone
I can hear your voice now
@night lily
technical difficulties lmao
Boo.
what
man i just moved into a new apartment
Hi everyone
Is it possible to conquer theworld in around five years?
😌
depends on the means, if you have an extraterrestrial armada, maybe it's capable of a quick conquer
Extraterrestrial armada, got it
@night lilyCan you spell it : I wish I could do, with, what I could do anything?
I was referencing this meme
he is aussie
and you got aussie accent and you do remind me of famous beatboxer from australia he has similar voice as you and he made beat on this meme
Swissbeatbox: https://www.youtube.com/user/Pepouni
Codfish vs H-Has original battle: https://www.youtube.com/watch?v=7YRWJkbObvE&t=12s
Codfish - Boots n' cats!: https://www.youtube.com/user/BunnyF1uff
hi guys
sup
Hello
Hope you all ok
I have a question what do you do for fun honestly I am getting bored more often then ever
Sleep
Go for a run/play 8 ball pool
9 ball > 8 ball
Completely agree
👀
yp
jst chilin
?me
game booster?
Helping others fr payment?
it's my side job
hm
noprob
i kinda don't like
having conversation with ppls tho
no
hate
Just uncomfortable
@charred pike Sry tho
ur good lol I was joking
hmm
hi
if i upload a teardown of my new python machine will anyone watch
Why did I not know about Silicon Valley until now. This show is fucking awesome! 
I'm on season 1 episode 2, this is what I plan to watch all Spring while learning hard. 
How can 10 billion people be genetically engineered to be r selected?

hey everyone
I don't know if this is the right channel or server to talk about this but it is privacy related so Ill share this here.
my tiktok algorithm has been scarily accurate at recommending things to me. for example Ill search for something specific/ something that I havent searched for in months ON GOOGLE and I'll get it recommended right after on my tiktok. for context I use the website version on google chrome on my pc.
today I searched for definitions for absurdism and existentialism for probably the first time ever and got a recommendation explaining nihilism absurdism and existentialism abot 3-4 hours later. also, I think it may be tracking my camera, for example today I merely turned on my front camera to check my new haircut (shaved it off, so its pretty recognisable) and got a meme about being bald (I did take a picture and sent it to a friend on discord that runs on chrome aswell).
this isnt a one off thing either and has been happening for the better part of the last 5 months or so. if anyone knows about this or wants to talk about this I'd glady listen to that you have to say,
hello is anyone online?
!stream 317279909112446976
✅ @night lily can now stream until <t:1775269341:f>.
oh.
yeah sorry
also i wont talk much because my english is kinda bad
the speech english actually
im fine with texting
since weellll.. i dont talk much
:3
well to be honest. its noisy here. if i wanna make a bad execuse
++ u hate bad english speakers
seems like it
yuh dat
yeah. still trying to set my accent on one thing
its a shit mix of everything
from indian to canadian
it is sometimes hard for me to like
connect words
without fucking a word
i mean i like UK accent
tbh
the clear one. not the "bo'o o' wate'"
XD
honestly. i didnt think u r that type
i knew ur the "clear" one
pfft
say it in a country way
the country people accent
dang lol
would work
to be honest, you sound like uhh a good narrator
for a game or smth
like stanely paralble (sry forgot its name)
at least yk the game
+2 points
my ears are getting blessed and healed from indian and broken accents
by u two
Studio Ghibli.
Noh (能, Nō; Japanese pronunciation: [no(ꜜ)ː], Sino-Japanese for "ability") is a major form of classical Japanese dance-drama that has been performed since the 14th century. It is Japan's oldest major theater art that is still regularly performed today. Noh is often based on tales from traditional literature featuring a supernatural being t...
a lot of background noises happened T-T
@twin storm 👋
@empty night https://i.imgur.com/qkdnZrM.jpeg
Lol
lol
How long would it take to create an R selected sub species of human?
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@night lily hello.
@tepid whale 👋
I often feel like playing Minecraft, but given Microsoft's meddling, I feel as though the enjoyment is one of diminishing returns the more I play.
So, thank you, but no.
alr
@opal cape 👋
If they got their shit together and made a modding framework for it that didn't basically have to introduce arbitrary code execution vulnerabilities per mod, that'd be good.
Looking at you, Forge.
Like, little permissioning jails.
Why
Hello @night lily
I prefer not to
okay
Wsg?
@night lily Did you see this video: https://youtu.be/YDPsRyV5lQk?si=9mBsxd4ZYf-7Bn89
Sign the petition: https://www.ndisexposed.com/petition
The National Disability Insurance Scheme (NDIS) is a $50+ billion Australian program that funds support for people with disabilities. This investigation exposes alleged misuse of NDIS funding and how taxpayer money may be exploited.
Follow these or you get peanuts
•Instagram: https://ww...
He is exposing scams and corruption of such organisation
It's about australia
@final delta Is there any election happening in mumbai as well , here there is
Idk
Not into local politics
okay like state govt election
Idk man
election ads are annoying me this days
vote for me , it's on google , youtube
And all the major elections on the very same day
This would have avoided the regional issues and politics
And also single Identity Card and single board of education
Unlike pan cards, adhaar card and passport
Life would be much easier
For average Indian
I don't understand , there regional issues and politics would go away
if BJP or congress rule every place on india , how would it avoid regional issues
@final delta
Are you There @final delta , I am feeling sleepy
Bye 👋 @final delta
Yes I am there
Re join
2
BTW, who you think is gonna win upcoming election?
who cares?
I am seeing Rahul as next PM based on current situation. Especially after release of Epstien Files
it is cycle of elect and regret
I hope he won't be PM
BTW, how are conditions on your side
I think then I missed something.
I thought he was from Ghandi family
Thanks for informing. I didn't knew that.
as usual
Who you want to be elected this time
I mean here. We want Khan as next PM
Pakistan?

You guys talking about my country's politics is what I hate. I hate ANY POLITICS!
ARGH!
@final delta wouldnt c++ be better in that case then?
Yeah but Java was better option for me as my firend was fluent in it and he helped me
python was confusing as it was blend of pop and oops
and I was not aware of it
so I got more confused
@spice ridge
How viable are 1000 individual synthesized tree-humans
chut 🙂
not as bad as some here
@thorny scaffold 👋


