#voice-chat-text-1
1 messages · Page 67 of 1
The rapture.
what does it even mean
definitely expected "only true believers will know the meaning of"
the Wikipedia article is so poorly written that this looks like some sort of esoteric bs
no wonder, given this exists, some people join cults like scientology
Nevertheless, it is a thing a great many people believe in, thus has bearing on their actions, impacting others.
People in power...trying to bring about the end times so they can go to heaven...
To buggery with everyone else...
Death cult stuff.
(remember: scientology is not even a religion, it's a cult, being negative towards it is more than fine)
sue-entology
they should elect Larry Ellison as their Jesus 2
affiliate marketing ✨
@thin lintel do they have, like, a top level lesser Pope or whatever
or multiple
what happens if your recruiter dies
difficult economical questions
financially incentivises certain kinds of "accidents"
Heyo Maro.
clearly supercomputer is to be recommended
play what
@stuck bluff "make an RSS feed with timestamps of past sneezes"
how do i talk
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
a ok
@dawn tundra 👋
seasickness intensifier
!d pandas
Can you teach me Python?
I am writing from translation. I apologize if I am writing incorrectly.
@stuck bluff i want to teach me python for my school project
we can't guide you through the whole process, but we can help with specific questions
can you
If you write it here, I can look at the translation of what you said.
can you teach me the basics?
Do you think Python is easy for me to learn?
I don't understand what you're talking about. I don't know English. Sorry, if you write it down, I can look it up with the translation.
Python seems to generally be an easy language to learn
better error messages compared to, for example, C
@stuck bluff do you know logging in python or have u used it
@stuck bluff AI will just link to AI-generated "sources"
I understand
It would be great if you could be in VC
Can you direct me to where I can learn easily without spending any money from my pocket?
and those don't link to anything
or rather nothing useful
they tend to link to themselves
official Python tutorial
also
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
@stuck bluff Do you
@woeful anchor AI is a human invention, maintained by humans.
It can code a website but can it code a website which hasn't been made before?
technically LLM can make something that didn't exist before, because it's literally just a random number generator
just a very biased one
Can you help me with my codes in this process?
@glad turtle ,How are you?
Living my life, as a man
if you're stuck during learning or something is broken and you can't debug that after a couple of hours of trying yourself, then consider opening a post in #1035199133436354600
I do teach beginners, however, you may wish to learn from someone proficient in a language common to both of you. Clarity of communication makes it less frustrating for all involved. I'm not unwilling to try, but not right now.
most of logging-related stuff I did in Rust not Python
@wraith moss did you find a job yet bro?
I think I literally read the entirety of tracing's source code at some point
it's a small crate
My dream is to learn this language.
@woeful anchor there is a lot of freelance jobs that are about fixing AI code
Persian? Mandarin?
@woeful anchor what you heard was, to use an industry term, a lie
until you've been doing this for ~20 years, AI will be a net negative for you
@woeful anchor If, Ai can do a job of freelancer it can take almost all jobs.
Freelancer is one man business, everything is handled by a freelancer from marketing to product design to delivery
@woeful anchor do you know what a Holonomic function is?
slower learning, worse code, and risk of getting looked down upon by people who know better (hello)
ok
@woeful anchor how much time will it take you to learn "all Python" from youtube influencers?
@woeful anchor have you read a single book on Python and solved all exercises?
yea
One can learn most of python in 10 days
which one?
It depends on the individual
learned the whole standard library? there is CPython API and ABI details
learned that too? now there are all the proposals, forks, alternative implementations, packages, etc.
learned that also? it's been 20 minutes and there's already hours worth of things more to learn
I asked which book on Python have you read and solved all exercises in it?
no, i learn form youtube only
he learns from youtube
You can never ever learn all of python from just a youtube tutorial
this is a video about a different language, but please watch it
https://www.youtube.com/watch?v=DL9LANLg5EA
Approaching a new language can be scary and time consuming. The author has been a C++ programmer for quite some time and has tried to give Rust a chance many times over the years with not much success. But this has changed.
In this talk we will:
- Go over the basics of Rust (enough for the talk to make sense).
- Talk about different learning st...
this has a lot more about general learning
YouTube alone is not that efficient
I meant all of python
most of my C++ knowledge comes from YouTube, 1 big single web page and nearly 0 practice
Btw Opalmist has been coding in python for the past 7 years at least
more
@woeful anchor how do you keep notes?
i made notes on phone
I watch conferences not tutorials
what happens when you change your phone?
Use your mind haiya
oh, i dont know
@stuck bluff time to learn from Vimeo
does Python's standard library have more functions or methods 
@woeful anchor Can you learn all of Chinese?
no
Most Chinese are not aware of all of Mandarin
Exactly, language is vast and learn what you need!
oh ok
@woeful anchor so how will you keep notes in this multi-year journey you are on to learn Python?
after ~year of learning, go and scan through the standard library
and just read what sounds interesting in there
maybe i should practice to make all functions remember
@stuck bluff krzysztof still hasn't done that
yes but how will you study, where will you write your notes?
i actually dont know
@stuck bluff the dataclasses discussion from earlier
it's in the tutorial now also
the tutorial still remains an extremely useful source
@stuck bluff __repr__
yes
@woeful anchor Do you need to learn python?
yeah
pydantic/attrs are extensions of them
For what?
for Machine learning
before learning python, learn maths for ML
maths????
Yes
statistics and linear algebra
i already know Maths
No you don't
maybe 👀
Can you help me understand Holonomic functions and their use-cases?
what u mean, see i know 1+1 = 2
i dont know im begginer
Please also help me understand bipartite graphs and network flow
((we did Riemann integrals at school))
Good..
You can make calculator
and proving how they're conditionally equivalent to those other integrals
whose name I don't know in English
Lebesgue?
yes, Lebesgue
I had to reverse-engineer that from phonetics
To learn ML, you need to learn Linear Algebra, Calculus, Probability and other aspects of mathematics
@woeful anchor have you ever implemented a basic arithmetic expression evaluator in Python? because you said implementing a calculator is very easy
(((Python2's input() is Python3's eval(input()))))
@woeful anchor do you know what RPN is or how to evaluate an AST? or what operator precedence is?
they already told they're a beginner, no need to guess random topics
@woeful anchor please explain what Shunting yard is
ffs
@glad turtle He probably thinks simple arithmetic is calculator
@woeful anchor good question, what is Shunting yard. let this question guide you, I think it's a good question.
ok
Creating a calculator which makes use of python arithmetic for calculation is different to creating a calculator from scratch
oh hell no
@woeful anchor
I think the best way to learn programming is to take the classic curriculum, do DSA, do tons of DSA. No "projects", no "web apps".
how to use python to get money
He left
hello
hello
does python have its own virtual machine?
Can't speak
No
normal
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
like JVM?
Jython Applets
PVM?
how to use python to make money
docker
?
docker docker literature containers
PVM is different to JVM
pycharm, vscode and dockerwhich is more preffered for python programming?
Spyder is good for beginners in DS or ML
where do I install it from
found two links
Google spyder ide
The first link is the official link
could you send it
skrt
is that what rappers say?
i just recently started learning python a couple days ago and i really like pycharm over vscode not sure about what docker is
me too
Unlike pycharm it is open source
@woeful anchor 👋
Gtg
this makes it worse
i fucking hate open source shit
Good for u
Good for the world
Exactly everything should be behind the pay wall?
Yes
i want to force people to not use open source
You gotta pay them, why would anyone be interested in your opensource intention
and what are those projects
i think that open source causes too much growth and I'm unable to keep up
windows protector prevented spyder from running
Do you use pro?
Run spyder let defender yell at you
You should be paying me to respond to your opensource thoughts
Cynical for Cynical
Sure, please call your senator or MP or whomever and let them know that you want to get rid of open source stuff
just make up bs and say it allows china to steal our tech and mention communist and russia atleast 5 times
You sure got a lot of opensource time to talk about opensource
i have no time, i am currently working on a roblox catalog
I got no more time as well!
It was nice knowing you!
.. - ....... .-- .- ... ....... -. .. -.-. . ....... -.- -. --- .-- .. -. --. ....... -.-- --- ..- ....... - --- --- --..-- ....... .- ...- --- .. -.. ....... -. .- - .. --- -. .- .-.. .. ... -- ....... .- - ....... .- .-.. .-.. ....... -.-. --- ... - ... ....... .- -. -.. ....... -- .- -.- . ....... ... ..- .-. . ....... - --- ....... .- ...- --- .. -.. ....... --- .--. . -. ....... ... --- ..- .-. -.-. . ....... ... - ..- ..-. ..-.
@proper ridge plz give me permisiion of voice
go there and do it
is there any java section
I remade roblox in python and its kinda cool i think
im trying to add studio and t shirts right now
time to add Lua scripting support just like in Roblox, if not already
(Python-Lua integration is quite good)
ok
Hi friends
hello guys
Hello @warped plank
hello
had to find the channel
long time no seeee
I was missing you guys 😭
busy :c
vampires would hate your household
or so the Vampires would have us believe
maybe they want you to eat garlic so blood is easier to drink
it's all a conspiracy
@tulip grail not yet
I'll be reinstalling the whole system instead
TPM
I have TPM disabled
however
@tulip grail there are alleged ways to do this even without TPM
just 2 nights without good sleep
👋
some stress
How's it going?
woohoo I win, I have more: 4
wait a sec... @delicate wren what was your previous profile like?
it's AF
ah yes
@tulip grail there are ways to bypass, but not necessarily by "fooling" it
I'm not aware of the details
I use mac :c
honey?
i know the honey drama
@unborn marlin it was "pay us, or else you lose money by us doing what we advertise to do"
extortion
@thin lintel I don't think we have such laws, so companies do that mostly to appeal to customers
(some stores do, some stores don't)
prices graphs
my eyes are in a lot of pain (unrelated)
combination of hay fever, terrible hygiene and sleep deprivation
What are you guys talking about ?
maybe I will go sleep undeprive myself...
@unborn marlin and then they take down web archive pages because it hurts their business
@stuck bluff and add lawyer budget caps, similar to how political campaign budgets are limited
and maybe also ban lobbying corruption, what a revolutionary idea
ah, so not the package management tool
I learned linguistics for some period, but that was long time ago
a bit far... I'm just prepping for a highschool poetry composition assessment
but linguistics is cool I think
@thin lintel vibe logic before AI bros took the term
extra respect towards odoo for having AI mentioned only once on the front page (and not prominent)
everybody migrated from vc0 to vc 1 🥲
just new buzzword
I streamed it to someone, and everyone present ended up buying it for themselves
good game
idk if anyone here has watched reply 1988 but I feel like I need one of those 24 hour don't sleep study rooms right now
no a physical place
24/7 study room
this time with a different voiceover
@unborn marlin you surprise me, you read a regression book?
very nice
@unborn marlin i checked my notes, we haven't talked before? how so
I need one of those study rooms because I can't really do anything without bothering sleeping family
just curious which regression book you mean ,
Regression and Other Stories
Book by Aki Vehtari, Andrew Gelman, and Jennifer Hill ?
same thought , nice examples helps to reduce learning curve IMO
wtf?
Convolutional No-idea No-clue
data governance sounds like a cursed cross-over of Oracle and EU
Painful?
and all of the body burn
Yes
Don't overdo it if you aren't doing it often.
Sure, you'll feel tight and sore in wherever you trained, but it should be bearable and only last for a few days
(50 x 3) x 3 weighted jumping rope.
30 pull-ups
Streching and Yoga
I have to increase it, it has been 2 weeks stuck on 1 set of 150 reps of jumping rope.
And 10 pull-ups
well don't force it
has anyone heard of nethack?
I think I can do more
No
If you say so, but don't complain when you get injured...
I don't know how but I feel good for the whole day
After workout
My digestion and sleep cycle is good and as well as overall strength
I'll add pushups as well
I know how. It's because you exercised. And contributed towards bettering your health.
After yoga, I no longer feel anxiety and urge to use social media at all
Do you workout as well?
congrats!
@crystal aurora gym bro signal is in the sky
Nah
I do raw workout
No gym
I have weighted rope
and I use anything to workout
https://youtube.com/@satvicyoga?si=CBT2mGH34RXondrM
I would recommend this channel for Yoga
Join the 3-Day Navratri Cleanse 👇🏼
This channel aims to share yogic practices to reach our highest physical, mental and spiritual health. Satvic Movement, a holistic health education platform, was founded in August 2017 by Subah and Harshvardhan Saraf, and today it has become a rapidly growing organisation that has transformed the lives o...
Quite helpful
no, I just happened to have photoshop opened at the time
Thanks
I use weighted rope to jump
stretch+ yoga
Pull ups, where ever I can
and walk occasionally 3 to 5km
Sorry, I didn't notice your text. Had my screen off.
Horray!
@white inlet 👋
Hi
@viral steeple 👋
This is my demo reel. The custom music was created by my good friend, Ian Austin.
Is iko good?
He has been streaming email with wise words about company and recruiter based in the US, established in India.
@subtle pumice
Farming Simulator 2077
@thin lintel Nokia bought Bell Labs
@thin lintel Finland Soviet Union said `no', likely
yeah
Spain joined the wrong server, playing separately from the rest
@pliant falcon 👋
good game but kind of a not-for-everyone genre I guess
hybrid of VN and somewhat non-trivial combat encounters
@umbral rose can just move to AFK probably
@scarlet cedar you likely have automatic gain adjustment enabled
in Discord settings
ah
but anyway I highly recommend disabling automatic gain
I'm at exact 0% AI-generated code in all my projects
buzzword buzzworder
I'd expect having abnormal chromosome set would qualify as a chronic condition, and that's a very clear example of something that can't even theoretically be fixed
Hii 👋
time for Torch to go back to Lua
@umbral rose slight audio loopback was happening, Krisp failing?
(for, like, a couple of seconds)
coming through my mic?
likely Krisp can't differentiate well enough
Hey @peak frigate 👋
@peak frigate 👋
@thin lintel should've used that one model
might explode
I still don't have a CUDAble GPU
well I do have a GTX 1050 Ti but it's weak and not connected to anything
and last time I tried to use that, it refused to collaborate
maybe time to buy 5090 Ti
or wait until 6000s
I know they're back
4000s aren't available here
@umbral rose ungrow it
like
have two apples
one is +1
other is -2
can't just global cycle it anymore
Check out the launch trailer for the multiplayer first-person shooter Bodycam, which wields Unreal Engine 5 to create ultra-realistic graphics from the perspective of the special ops forces uniforms' bodycams. Its stunning looks were created by a development team of two: brothers Luca and Léo, who together form Reissad Studio. Learn more on the...
they went all-in on realistic-looking graphics
made a lot of money
2
yes
oh wait
endless legend 2 is available for purchase in Russia
@thin lintel this is like civ but magical space bs included
civ beyond stuff but probably better
ah, it also just got released
bought it
I should filter through my wishlist, it's too much of a mess
aaaa
brb downloading the game
(need to unVPN)
Hi
ee
!voiceverify
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@true valley I joined just in time for memory safety puns
@true valley
`unsafe space'
__leak__y heaphones
hello
so I guess those weren't intentional
i'm gonna go crazy soon, so it's nice to have a bit of background noise while i do so :)
well
it's a vocaloid
not an artist
more like an instrument
whatever, weeb stuff
so, by that logic RT is anime?
it's...complicated
i...guess?
yeah probably
Avatar the last airbender is an "anime" and it's american
Avatar is sort of anime but not Japanese
i tried to search for a guide on how to run a program and started reading a guide to compile pyhton from source code. close enough
@reef granite there's someone who does that regularly to benchmark stuff
yeah idk, this guy is explaining me how to compile the python interpreter and i'm like "wait that's not... what i wanna do.. but uhhh go on..."
(for reference, in my life i wrote a total of 0 lines of python)
it's just that everyone does anything related to OCR in python for some obscure reasons
OpenCV is largely C/C++ but has Python bindings
it's mostly higher-level interface stuff that happens in Python
https://github.com/kha-white/mokuro there's this guy that trained OCR specifically for manga and it works wonders but it's antique af and doesnt install through normal mediums
"yes, AF is very antique"
(what's A.F.?)
joke, for, like, 2 people in the VC
oh ok
do you "compile" stuff in python?
i'm trying to understand how running programs works, found out what a venv is 2 minutes ago
n64 mario is super mario 64
no sunshine was gamecube
no i played alll 3d mario games ever
kinda a big mario fan
i did, the one on the wii
Only Cores That Matter
i baked a cake for you 🍰
crazy
low-poly pixel 640x480
i never actually played n64
@mellow ermine You are parsi?
I met you before
In English Server several months ago
@sterile orchid are you related to C.F. Gauss?
he looks like this
idk if you've seen him
he's got that batting eyebrow 🤨
orly, what part of his work did you enjoy
His late night ones.
most of his discrete mathmatic work tbh
hmmm im building a nlp app but i dont know how to make a new parsec tree struggling to give words emotion
@proper ridge https://www.youtube.com/watch?v=NbB0wBNQRRg
Check out the Release Date Trailer for Escape from Duckov, the top-down looter shooter developed by Team Soda. Players will take up arms to take on enemies that have invaded the shelter. Extract with powerful loot in Escape from Duckov, launching on October 16 for macOS and PC (Steam and Epic Games Store).
#IGN #Gaming
that sounds really cool @proper ridge
sounds like a lot of svd work
but thats really cool
i am familiar
yeah you can
LMAO
shitty looking app
i do that for frontend
LOL
no america
baustelle
LMAO
@quick marsh
im suppressed😂 , but yeah it's wolftenstein ET, i grew up with it
yeah, i was looking at the rules for that, i need to wait 3 days too
it's fine, it's a big server
@tulip grail im some-what new to python, i do know some stuff but nothing crazy, now i want to start learning it again bc i hate my current job lol, looking to become a python developer within 6 months
I'm going to stream a webinar. This webinar is scheduled to start in 36min.
Anyone is free to join me in watching it.
It's about the effects of AI on the labor market. I'm curious to find out what these
people have to say.
"Topic: Bharat Chandar & Ruyu Chen | Canaries in the Coal Mine? Six Facts about the Recent Employment Effects of Artificial Intelligence"
Paper: https://digitaleconomy.stanford.edu/wp-content/uploads/2025/08/Canaries_BrynjolfssonChandarChen.pdf
tawk.to is 100% free live chat software to monitor and chat with visitors on your website or from a free customizable page.
@shell mural hey, watching the talk mentioned above
@shell mural #voice-chat-text-1 message
👍
me too, in fact i have several, 150 of them
glsd someone responded
u see im trying to start studying python..so i started from programiz...it was simple and very easy to study and understand...until i was told to pay for the course which i dont have the money for....i went through the python resources but lots of names..a page filled with tiny letters overwhelmed me..that i cant even understand where to click
So you're looking for free learning/study resources. I think there's plenty, I google a lot for them all the time.
There's a lot of garbage out there, but some resources are good.
I can't even save myself. Will I be able to save you? I don't know about that..
I can say I spent days looking for resources, and I found them. After I will finish going through them myself I'll be able to offer an opinion on them and recommend them.
But focusing on resources that have well put-together assignments, and real-world projects is one of the main criteria.
And a lot of courses/books fail catastrophically on this side, or even if they give assignments, they stay too much in the Hello-World level and waste tons of reader time.
Hello
yes u understand...im not good with textbook english....so when i see a course with most of them full of text i just burn my brain....
I like to burn my brain and read books. I like to set my brain on fire 🧠 🔥
@wooden dome hi
Hi
Live?
his back muscles are evidence that it's not his first time
Yep
@glad turtle Could you share me the video?
I would like to watch him climb in free time
Thanks man
doesn't seem to be a drone, seems more like some antenna with a camera attached to him..
Could be a 360 camera
yes
I don't know why but it is satisfying to watch him
As if my mind craves such daring stuff
if he makes the wrong decision on which branch/mangrove to climb down and it doesn't support his weight, it's game over
looks like he climbs down the same path he went up
But imagine the feeling he would have
Feeling close to death and escaping it
Refreshing pleasure with a hint of addiction
a lot of fear
Smart move
i'm not sure what the humidity is there but it must be humid, slippery
I don't know why but I feel quite satisfied and calm
I'm almost epy
It is nice having you iko and thanks for the stream and appealing climbing video
Enjoy and cheers
@ocean kayak 👋
@cursive valve 👋
hi @stuck bluff
how can i joing voice text
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
(as for speaking)
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@valid cloud @fathom ore 👋
Greetings
@stuck bluff im not able to talk right now
She who, who she?
@daring scroll brb 2min, kitchen
@daring scroll What did you say sorry?
hoya
I don't think it works
Watched Joker because it was on. It hits very strange notes.
It's not a movie you can really enjoy until the end, and it's weird because he's basically a villain and you're made to root for him.
Phoenix.
Nooo, I haven't. I saw a trailer.
A shame, because omg Gaga.
Like, yaaas.
They've got to show off her pipes.
60%?! Filthy degenerates!
I was going to say chicken butt.
@stuck bluff while you're away from YouTube, look how its UI is dying:
this is constantly visible in full screen
over the video
I should resume playing Endless Legend 2 at some point
at least to finish the tutorial game
@thin lintel so far I'm not yet sure whether it's closer to Civ6 or Civ7
it does have districts just like those
I guess the eras being more distinct is like Civ7
the big difference that I know so far is how it handles the sea
there are no naval units
the ocean gradually dries out
temporary bridges over the rivers is an unusual mechanic
(most unit can build them)
its equivalent of generals, heroes, is more detailed/useful
and also it's a very complex game
I've been ill for something like a month now
cold, couple weeks of coughing afterwards, now cold again
I've just remembered
another computer should arrive near today
hmm, it's getting delayed
(and the new skirt is getting delayed even more)
beep boop explode machine
hello who is online now ?
hello
how r you ?
guys
oo
hayluu opal sir
Milien where are you from btw ?
ooh newyork ?
damm aura -111111111
howw
Because at this point it kind of is up to Europe.

I just had a talk with a Ukrainian Man who lost his limbs in war.
He expressed his frustration towards Europeans and Zelensky.
He told me he thinks Ukrainians are trapped in Cage hunted one by one and people won't realise but our country is sold to the US and we are slaves now.
wha
Yeah I was shocked to know 😮
me too now
I assumed he would be pro Europeans or Pro American
But it came out different
He told me he gets an extra 5% taxed like most Ukrainian, this tax is called military tax
oohkk
damm
I asked, he should sell his assets and leave Ukraine.
He replied, if I could I would have, but we are trapped in Cage
a lot of Ukrainians are pro-EU but are annoyed by EU not doing enough
bruhh we are gards of the voice chat garding bugfoot ,fkorsytyzz,iko,dmrs
broo kind of sejj
Use your words.
?
Zelensky publicly acknowledged the overall sentiment within the country is already against him, so not much surprising there
what's this ?
and the amount of discontent within the EU with EU's own handling of it is quite high too
He told me he found it disappointing that Ukraine chose to take sides. According to him, Ukraine should have remained neutral and maintained good relationships with its neighbors, including Russia. He believes Russia is intentionally holding back against Ukraine; otherwise, it could have destroyed the country within a week.
Russia forces non-neutrality on its neighbours
USSR did the same, but even more actively
Finland, for example, was only neutral-ish because Russia was temporarily focused on other things after the fall of the USSR
I heard deep in the Amazon forest there are Political Pythons 🐍 .
Someone got bit by one and ended up in.. the parliament/gov?
Yep
during the initial invasion, Russia didn't hold back, the army was just overly arrogant
I mean yeah he hates him, as per him Ukrainian Man are forced to be military against the will.
wha
there is no debate about whether or not it's "against their will", everyone knows it is
that's what mobilisation is
How did Zelensky manage to become president of a country.
To impose an emergency and not conduct further election
*Putin invades* Omg what about all the bad things Zelenskyy did!
no
What else could be reason?
@wooden dome now you're entering into discussion territory where you know fuck all about, so just shut the fuck up
Could you.. name one thing Zelensky did? I find it difficult to do so
Nvm
don't be entitled to claiming something just because you're ignorant
My bad
That's how he stays president yes. But how did he become president.
It's just so confusing..
People voted.
Votes are so insane these days...
Idk man, all I know he is corrupt for sure.
He wears luxury watches, suits,etc being the president of the country in the war zone
dont tell me i just said something wrong 💀
Idk about watches/suits. But there was an investigation showing he bought 4 mansions during the war.
promise of de-escalation, which, as soon as he became president, he fulfilled within the then-Russia-occupied regions
it's the further Russian invasion (~fourth, in 2022) which turned his stance 180
Were you a part of that part of the conversation? I'm not saying you're unwelcome, I'm just struggling to imagine how you thought it was about you at all.
You didn't say anything wrong there.
You're fine.
Volodymyr Zelensky, the President of Ukraine, has a unique journey to his current role. Born in Ukraine, Zelensky first made a name for himself not in politics, but in entertainment. Before stepping onto the political stage, he was widely known and loved as a comedian. His transition from entertainment to the highest o
the entire Ukrainian government is corrupt, it's been that way the whole 21st century, just like in Russia
@thin lintel that he also bought 4-5 mansions too
this is no surprise at all
no no i was just asking kind of overthinker i am so just correcting myself
I mean his purchase is latest
thankyou sir
why "fourth":
first was Crimea
second was Southern Ukraine (where Putin failed completely)
third was Eastern Ukraine
water is wet
@sly pond president of country criticises others for not sending equipment but wears expensive watches and buys many mansions
lol
@sly pond can you do the math for me?
@sly pond how many mansions is a patriot missile?
https://share.google/gpj45T9FdmX4w4pK1
I don't think he has
🤣
As per article it is lie
@glad turtle Please adjust your microphone or move away
away from it.
One or the other.
Btw the article is based in France so it can be biased
bruhh his laugh 🤣
Btw I do know he sure owns expensive watches and suits and these are the latest purchase
i don't know what i did. i feel like i got debate-jumped and then ppl left.
ig so
owning doesn't mean having purchased it
idk why
and then i was accused of trolling
mean can be gifted or what ?
i was also accused of propaganda, like wtf?
like, you literally have no fucking clue what you talk about if you instantly jump to asserting it's a purchase
ignored succesfully
do you want to get accused again but with a more thorough explanation?
Nvm.
I hope he can end war once and for all.
Because the longer the war is the harder life would be for Ukrainian
as soon as the war ends, he leaves either voluntarily or by force
Yep
i mean a request for citation was made, i myself don't have the energy to pursue that
yes, the burden of making the difference between fact and fiction is pressing on my shoulders, especially when i get cornered by people out of the blue
i didn't really sign up for digging through piles of newspapers archives and documents many of which are written in languages i don't even know
or to fact-check
you made a propagandist claim in an assertive way without any certain basis for it
then shut up and don't say lies to begin with?
i mean.. i wouldn't call that assertive, i am a laid back man, i sit comfortably in an arm-chair
.
no qualification of you being non-assertive there
so i'm a victim of disinformation and fake news i guess then..
victim and accomplice
https://share.google/lEGOxNAjvlFD2VeS1
I think he is corrupt
accomplice? i am a man sitting on a chair typing on a keyboard.. 😐
second part of your message does not relate to the first word at all
spreading hate speech online can be described the same way as "just typing on a keyboard"
ffs grow up and take responsibility for what you say
The article does not prove that President Zelensky is personally corrupt, and it does not explicitly claim that he is.
Proof: The article offers no evidence that President Zelensky has personally engaged in corrupt acts, such as taking bribes, embezzling funds, or using his office for personal financial gain. To "prove" corruption would require concrete evidence of personal misconduct, which is absent from this text.
Claim: The article itself, as a piece of reporting, does not make the direct statement "Zelensky is corrupt." Instead, it reports on the actions he has taken and the reactions of his critics.
try again
Why would he fear an anti corruption body?
what makes you think he fears it?
@wooden dome why are you afraid of cats?
I mean he took control of these body
To be honest it is complicated, I like them but I hate to pet them
tbf I could've picked a more absurd example
If you make a claim that 'someone/something IS something' and you post the 'resource' for it is't the point of proving that something/someone IS? If you can't back up claims then say 'I think something/someone MIGHT be this and that'
please don't just send .s and random emojis for the sake of qualifying for voice verification,
participate in conversations instead
Okay
Life is hard for the average joe everywhere
Yo
I like chezz berber
Yo
Hello iko
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Ok
Oh
I need to text every ten minutes?
Alr
What are you up to
Oh
You do graphic design?
Did you make that profile ?
That so cool
I am working on models
No blender
Game mode
Rn its a sword
Katana
And i make some Italian
Brain rot too
Yes
I am going to eat my dinner now
@heady carbon 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
;-;
@agile coral 👋
hi
hello @stuck bluff
good how are you?
oh all good man
i would unmute but i havnt been here for long so dont have perms lol
yes i have, i need to be here for 3+ days
hows ur day going anyway
i see.
hope ur doing all good anyway dude!
no worries
i got to go but have a grate rest of ur day mate!
Great.
lol
@tidal stone 👋
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@misty sinew #voice-verification
How to get voice verification
Text activity. Join in conversations, start them, etc, in the conventional fashion. Then, after a time, press the button in #voice-verification . If you don't yet qualify, rinse, repeat.
Alright cool
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@stuck bluff technically that role isn't the one which gives permissions, it's just the pingable one
also some admins without mod role exist
@wary fable
@next spoke
@next spoke
ML in ML
match
kind of
match 1 + 2:
case y if y > 0:
...
case y if y == 0:
...
I do not think therefore I do not am
Descartes
well, almost ML
Haskell is not really an ML derivative
but
closely related to it
machine learning in metalanguage (pun being both are ML)
Haskell took the type system from ML iirc
I switched from Haskell to Rust 3 years ago
similar type system, but a bit easier for me to write
also performance
I tried benchmarking concurrency in Haskell and it just exploded
like
even Python was better for it
somehow
it's specifically scheduling that I take problem with
Go has arena GC (cleaning up a lot at once) iirc
control of how tasks run
if you want to go fast, then do Fortran
Haskell tries very hard to model IO and concurrency in such a way that you never interact with the scheduler in code
, since that's been getting SIMD support in language the earliest historically
and if you really need fast numeric computations, then you need to do that on GPU
C clang Haskell GHC - Which programs have fastest performance?
it's just not too slow compared to C from what I'm seeing there
also not seeing compilation flags and other details on that page itself
maybe it is somewhere in the source of the benchmarks
!paste @unkempt surge
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
I've seen those and similar Haskell benchmarks before
there was some other FP language that got similarly close to C
I think it was Standard ML
some implementation thereof
programming language
ML -> Standard ML -> OCaml
-> Haskell
(roughly)
Haskell branched off, it has many differences from the rest of ML family (mostly syntactically)
more than it could consume during the benchmark (I had many GB free above the usage)
it ground to a halt because of CPU load
for some reason that scaled non-linearly
at some point it started melting down
absolutely refusing to progress
spawning many (I think 10K?) separate IO things and waiting on them all to complete
until some point, the load grows linearly
but when that point is reached, it just refuses to progress further
meanwhile Python is happily living handling ~100K tasks
for what I was doing I needed very high concurrency, but not necessarily high raw compute power
and the estimated requirements were somewhere around several thousands
Hey
they would be structured as a tree in the real program, yes
Why cant I speak?
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
I think I tried doing that benchmark too, but it wasn't successful either
in the end, it's all just epoll anyway, it's going to wait on all of them at once if it's done right
(at syscall level)
Rust allows me to do that trivially and doesn't explode
somehow
(so that's why I switched)
it's not Java-style OO
no inheritance of concrete implementations
[para-dimes]
digm is pronounced dime for whatever reason
"pragmatic FP" also known as "not FP"
elements of functional and object-oriented programming eventually just end up everywhere
though it's important to note that `OOP' as a term is very ambiguous
in SmallTalk's interpretation of OOP, Erlang is more OOP than SmallTalk itself
(as an example)
Do you generally talk about python in this server?
that Haskell program I was rewriting in Rust was previously in Python
I need to learn a python backend web framework 🙁
I’m still team “every loanword from another language should be pronounced with the rules of new language”
I’ve only ever heard paradigm spoken as a native English speaker and that spelling is insane
"English does have a consistent pronunciation system,
in fact, it even has several of them"
lol
Do non programmers know what paradigm means?
I'm trying to remember when `paradigm' was introduced to programming
it was during some turing award speech
I want to flex that I know what paradigm means because English is not my mother language
it’s a general word for things outside of programming too, google’s first example/description mentions art even
since, you can infer from that, during that speech paradigm wasn't yet used
so it was called functional style
`can programming be liberated from <...>' speech
... I just remember these random facts
Dafny is great with AI
(as something to be written by AI)
that's a type of a workload/usage, not of the database itself
Or no sql flavors an example of a different paradigm db speaking?
OLAP NoSQL exists
I didn't know there was olap nosql
@next spoke purely, until you call directly into C, which you can do in Haskell
there are escape hatches in Haskell
it's just they're intentionally hidden and difficult to use
but most of the code won't depend on that directly
The first time I was introduced to data warehouses that was like a new universe to me so I kind of relate that with a paradigm
=> so, yes, can prove in isolation
yeah, that should be external to the rest of the logic
man after having a CS professor who screamed the entire time they teached, having two polite people speak about a complex subject in soft voices is like therapy
spherical AI cows in CUDA vacuum
Round cows
ceiling cows
(roughly history of that went through/will go through)
sync Python -> async Python -> Haskell -> Rust with monads (sync, async) -> async Rust
-> async Python (attempt 2), Java, C++29
(supported, vapourware, abandonware)