#voice-chat-text-0
1 messages ยท Page 311 of 1
its afetrnoon buddy
yes
Good
you are late
can you help me https://discord.com/channels/267624335836053506/1239099818325053481 ?
not mine by mistake @upbeat bobcat opend his mic
in india its afternoon
In Pakistan also
you are from pakistan
yes
nice
ya ya ya
Why are you not studying?
not able to study thinking
why are giving so much spaces?
from last months
@hot saddle hi
hi
@knotty flint hi
keyboard spacebar problem
oh ok
Hi
hey
#voice-verification Read this
@abstract needle hi
Now you have freedom to speak
Bro Python Community Guidelines are soooo strict
??...
because they dont want to
you are learning python
oh nice
uhh, mtr can we talk on voice chat?
you are than late in server
what trouble
how you code?
???
??
In what sense you mean how i code?
I mean you have to code with the same keyboard
where are you from?
India
I am Pakistan
we brothers not enemies
yes
cool man
I also believe
discord never fails to amaze me in the ways it fails
the fight is between government not the people
yes it is because of politics
I am also 16
keep up the good work man
I just started python
what
yeah, I'm there, I just can't talk yet @abstract needle
ookok
oh ok
yes same hain
nice to see you bro, I gotta go
w.salam
yes
Islamabad
I dont want to tell everyone my name
why they kicked you?
can you show your projects?
I watch but I dont play that much
ok
You play video games?
That is why you know programming
G
Yes I play games
no
Minecraft, Valorant and Blood Strike
yes
I saw that
The server is from America
Listen to this while coding in python -
you should have died...
ORIGINAL SONG BY Cowbell Cult https://youtu.be/Clx2ZEXhDCk
ORIGINAL SKELETON CLIP https://youtu.be/wyUY69SflGI
why
๐
๐๐๐suiii
what project?
MTR = Muhammad Taimoor Rana
na
sorry bro
i was working
i coudnt see message
just working on a flask app
ok np
flaskkkk
sui
Flask!
suii
you se bollywood movies?
ANIMAL>
?
see?
@upbeat bobcat ?
its song is very nice
I watch Bollywood movies but I have not watched Animal
I think I have listen to it
Yes
???
@somber heath you are here to give Quiz๐
๐
can you again tell me the projects?
yes
!kindling
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
website name?
ok np
??
can a beginner use PyCharm?
I saw videos that suggest PyCharm
I use visual studio
What Ide should I use?
I dont have teacher
Ok
I want to try PyCharm
It is 700 Mb
which Ide you use?
What /t stand for?
??
my bad
PyCharm is paid
they are saying 30 days trial or Activate PyCharm
no free version
How I use the free one
?
yea
found it
Other versions
import pandas as pd
orders = pd.read_csv('orders.csv')
print(orders)
cheap_shoes = orders.groupby('shoe_color').price.apply(lambda x: np.percentile(x, 25)).reset_index()
print(cheap_shoes)```
@cunning cobalt ๐
hi
Oops not that one
Patreon (and Discord)
https://www.patreon.com/daveshap
Substack (Free)
https://daveshap.substack.com/
GitHub (Open Source)
https://github.com/daveshap
AI Channel
https://www.youtube.com/@DaveShap
Systems Thinking Channel
https://www.youtube.com/@Systems.Thinking
Mythic Archetypes Channel
https://www.youtube.com/@MythicArchetypes
Pragmatic ...
Learn more about quantum mechanics from my course on Brilliant! First 30 days are free and 20% off the annual premium subscription when you use our link โ https://brilliant.org/sabine.
Particle physics have conducted a test using data from the Large Hadron Collider at CERN to see if the particles in their collisions play by the rules of quan...
Hello
hi
Let The Robots Do the Work:
https://www.skool.com/natural20/about
Join my community and classroom to learn AI and get ready for the new world.
#ai #openai #llm
Agent Hospital: A Simulacrum of Hospital with Evolvable Medical Agents
https://arxiv.org/abs/2405.02957
Ethan Mollick:
People are just insulting the pap...
Brutalism failed because there are good reasons to paint concrete
Microsoft's "Visualization of Thought" (VoT), gives LLMs the ability to have spacial reasoning, which was previously nearly impossible for LLMs. Plus, a new open-source project was released using this technique, which is an open Large Action Model.
- ENTER TO WIN RABBIT R1: https://gleam.io/qPGLl/newsletter-signup
Join My Newsletter for Regula...
freudenthal, lincos, lingua cosmica
How to implement a 2nd-order Liebnitz ethics algebra in LINCOS? https://en.wikipedia.org/wiki/Lincos_language
Lincos (an abbreviation of the Latin phrase lingua cosmica) is a constructed language first described in 1960 by Dr. Hans Freudenthal in his book Lincos: Design of a Language for Cosmic Intercourse, Part 1. It is a language designed to be understandable by any possible intelligent extraterrestrial life form, for use in interstellar radio transmi...
Hofsteader's Goedel, Escher, Bach has lots of dialogs in it, too. The all-purpose high level syntax in LINCOS is the dialog between agents.
Prompt: Devise a formal predicate calculus for describing the dynamics of human romantic relationships.
Response:
Creating a formal predicate calculus model to describe the dynamics of human romantic relationships is a complex task because such relationships involve deep psychological, social, and emotional elements. Nevertheless, we can develop a simplified model using predicate logic that captures some key aspects of these relationships. Below, I will outline a basic predicate calculus system that includes a few fundamental predicates and functions:
Definitions of Constants, Predicates, and Functions
-
Constants:
P1, P2, ...: These constants represent different individuals.
-
Predicates:
Loves(x, y): Individualxloves individualy.Trusts(x, y): Individualxtrusts individualy.InRelationship(x, y): Individualxis in a romantic relationship with individualy.HappyWith(x, y): Individualxis happy with individualyin their relationship.AttractedTo(x, y): Individualxis physically or emotionally attracted to individualy.
-
Functions:
Duration(x, y): Returns the duration of the relationship betweenxandyin years.Intensity(x, y): Returns the emotional intensity or depth of feelings thatxhas fory.
Axioms
The axioms of this system would encapsulate the logical structures and rules governing relationships, based on common psychological theories and observations:
-
Symmetry of Relationships:
- If
InRelationship(x, y)thenInRelationship(y, x).
- If
-
Implications of Love and Trust:
- If
Loves(x, y)andTrusts(x, y), thenInRelationship(x, y). - If
InRelationship(x, y)andDuration(x, y) > 3, thenTrusts(x, y).
- If
-
Happiness Conditions:
- If
HappyWith(x, y)andHappyWith(y, x), thenLoves(x, y)andLoves(y, x). - If
HappyWith(x, y), thenAttractedTo(x, y).
- If
-
Attraction and Duration:
- If
AttractedTo(x, y)andAttractedTo(y, x), then(Intensity(x, y) + Intensity(y, x)) / 2 > 5impliesLoves(x, y).
- If
Inference Rules
We could also define inference rules that allow the model to make predictions or draw conclusions about the state or future of relationships:
-
Transitivity of Trust:
- If
Trusts(x, y)andTrusts(y, z), thenTrusts(x, z).
- If
-
Reciprocity of Emotions:
- If
Loves(x, y), then it is likely (but not guaranteed) thatLoves(y, x).
- If
Challenges and Limitations
This model is, of course, overly simplified and does not capture the true complexity and variability of human emotions and relationships. Human relationships are influenced by myriad factors, including personal histories, individual personality traits, and external social pressures, which are difficult to quantify and formalize in predicate logic.
Additionally, emotional states like love and trust are not always binary or static and can change over time in ways that are not strictly logical or predictable. Thus, while this model provides a structured way to think about relationships, it should be used as a philosophical or theoretical framework rather than an exact or comprehensive model.
Do your logs have enough data for observational studies on counterfactual inference of efficacy? There is a large body of work on those techniques which do not require randomized control trials, based on Zhao and Heffernan (2017) "Estimating individual treatment effect from educational studies with residual counterfactual networks" (more recent examples of which include https://ieeexplore.ieee.org/abstract/document/10191989 and https://epubs.siam.org/doi/pdf/10.1137/1.978161197717
Equity crowdfunding 75x more likely to pay for your startup than angels and VCs: https://www.youtube.com/watch?v=Y-4itg4mglE
Are you a founder struggling to raise funds from traditional VCs and angel investors?
Here's a hard truth: About 0.3% of startup pitches result in funding from venture capitalists.
As a result, 99.7% of the remaining founders are completely ignored or quickly rejected by traditional investors. This leaves their startup starved of the attention...
That YouTube video is a webinar about equity crowdfunding for startups. Here's a summary of the key points discussed:
Introduction to Equity Crowdfunding: The webinar starts by noting the significant advantage of equity crowdfunding over traditional venture capital in 2024, with entrepreneurs being 75 times more likely to raise funds through this method.
Chris L's Introduction: Chris L., CEO of King's Crowd, discusses his company's role in providing data-driven insights for alternative investing, highlighting their expertise in navigating the complex world of crowdfunding.
Benefits of Equity Crowdfunding:
Access to a broader investor pool: Unlike traditional VC, which is limited to a small group of investors, equity crowdfunding opens investment opportunities to a larger audience.
Modest returns are more acceptable: Unlike VCs, crowdfunding investors do not expect astronomical returns, making it a viable option for more businesses.
Regulatory advantages: Although equity crowdfunding comes with its regulatory challenges, it often faces fewer hurdles compared to traditional VC fundraising.
Crowdfunding Process and Tips:
Preparation and marketing: Essential steps include determining the business valuation, preparing the necessary documents, and strategizing the marketing approach.
Investor engagement and communication: Continuous communication and updates are crucial throughout the campaign to maintain investor interest and trust.
Strategic timing: Funds are often raised significantly in the initial and final phases of the crowdfunding campaign.
Chris L's Crowdfunding Experience:
Successes and failures: Chris shares insights from both successful and unsuccessful campaigns, emphasizing the importance of preparation, realistic valuation, and active investor engagement.
Evolution of Crowdfunding: The landscape has become more supportive, with better tools and services available for founders to manage campaigns effectively.
Concluding Remarks: The session ends with an offer for a more detailed course on equity crowdfunding, encouraging participants to learn about and possibly adopt this method for their funding needs.
@hot drum hi
hi
hru
I dont have mic for now
I have completed the conditions
..
what was you saying
your voice is lagging
yes
I want to do ML
yes
nice
I am learning python now
I am beginner
ok
ok
You will give me your research?
ok
you will send me in dm?
done
Depends on what is the problem
yooo @stark river
@olive oasis hi
I need to separate lines and circles of an image
Using morphology processing image
The image
I already separated the circles:
But to separate the lines is so hard to me
I code a Top Hat to use my circles "mask" to remove of the original image
and after this one, to clean these circles line I did a "erode" again
so result in this one
and now I can't join the lines and I am stuck
Can you classify loci by the compass angle of their neighbors?
@hallow warren hi
Find Nuero On vedal987
what is this?
I love Neuro Sama and Vedal
AI vtuber and her creator
Vtubers aren't inherently good or evil, they simply fall along a continuum of entertainment quality
No but Neuro is the best
Some proportion of their following is liable to both obey commands unconditionally and not recognize sarcasm, which makes them influential and potentially dangerous
I just can use morphological, thresholding, arithmetic operations (addition, subtraction, etc.), logical operations (AND, OR, etc.) and rotation.
I feel vtubers tho lowkey
Messages that are actually bad get filtered tho
R tryna recruit all the parasocials
have you looked at the cv library for line identification filters?
I don't really get how streaming works because its all just making people develop parasocial relationships with you, isn't it?
Nah u can watch streamers that have interesting takes on current events
Idrk I donโt watch twitch tbh lol
Is that how TV worked? Theater? Dialog scripts?
idk, the vast majority of popular streamers just feel fake
Like they don't actually see their fans as actual people and more just their income stream
but idk
some people are the complete opposite
I mean they r providing a service and the viewers r customers
My fav example is thor from pirate software
Lots of streamers I used to see didn't actaully interact with their audiences in any meaningful way
not yet
Cv2 has godly functions
For thresholding or feature matching
Idk exactly what ur doing
I am a little limited for just functions that my teacher wants that i use.
how hard is it to become a pngtuber or anything like that?
I have the time to mass produce content
pngtuber I love that
def otsu(img):
img_gray = cv2.cvtColor(img, cv2.COLOR_RGB2GRAY)
limiar, img_bin = cv2.threshold(img_gray, 0, 255, cv2.THRESH_BINARY + cv2.THRESH_OTSU)
return img_bin
image = cv2.imread('figs/image.png')
image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB)
image = otsu(image)
struct_elem = cv2.getStructuringElement(cv2.MORPH_ELLIPSE, (20, 20))
img_erode = cv2.erode(image, struct_elem)
opening = cv2.dilate(img_erode, struct_elem)
plt.title("Circles")
plt.imshow(opening, 'gray', vmax=255, vmin=0)
plt.show()
Vtuber, PNGtuber, whatever
I coded it to separate the circles
Oh ye ur using cv2 nice
works well
I wouldn't want to be a regular streamer and show my actual face because people get more attatched to the personas you make than your actual self
I'm not likeable
I mean, I am likeable... I'm just not likeable to the people i want to like me
It just feels a bit cringe to me to have a png avatar if I was gonna stream myself
I would just go no cam or face cam prolly
Idk itโs prolly a slight bias
But I even like anime Iโve seen like every 1
I still cannot take the stream seriously when I see anime avatar in the corner lol
I'll be a Cosmic Horror VTuber then
Okkkk
Instead of an Anime Girl I'll be Cthulhu or smth
That would be lit
Hey guys mb
Was in the bathroom
I remember that dog guy
Shit was hilarious when it stopped working
๐ญ
Theonemanny accidentally shows his face and knocks down his camera as soon as he realises, lululul rip doggo
I so want to do this now
๐ญ ๐ญ ๐ญ ๐ญ
His reaction lol
Yeah
Thatโs a hella weird bug too
U would figure itโs like a separate virtual camera u select on obs or something
Maybe it was like automatic webcam and the program crashed so it selected the other ig
Their Vtuber software probably bugged out and disabled the filter
Yeah
Bro looks fine tho
He grabs the camera like he revealed 17 dead bodies in the background lol
Yeah 1 month ago apparently
Twitch.tv/Theonemanny
Instagram.com/TheonemannyTV
tiktok @theonemannyTV
#Theonemanny #funny #Counterstrike
shit I just thought I was being nuked or smth
That title ๐
No it was just lightning right outside my house
Def for kids lmao
4 NEW DANCE MASTER MOVES? MYTHICAL SMP MINECRAFT! SUSSY SUPERMARKET OWNER??
๐ญ
you can tell bro fw skibidi toilet too much
CLICK HERE!!!๐๐๐๐?!
Fr
He got that skibidi brain disease
This video is like the most random thing Iโve ever seen
Actually tho
Bro is just swapping between like 27 games for 5 sec each
If this is what kids are watching we r done 4
lol
I was just told to "be myself" as advice for being a streamer ๐ญ
that's not how any streamers get successsful ๐ญ
I feel like it is
Well u should but also
U have to say hella random shit
If u study XQC lol
It's just me but filtered
I feel like every streamer tho
They have like catchphrases they r saying 24/7
Or memes
I got catchphrases too ๐ญ
Honestly I would have been an amazing streamer 1-2 years ago
But now I've tried very hard to be "normal"
and to stop being so autistic
Also the time tho
"Mind over matter, bro"
U have to stream hella
I can stream every single day, 5pm to 5am
I have NOTHING going on in my life and i dont sleep
lol
I can function on 2 hours of sleep
Me working remote
5am to 7am is all I need to survive
at least you work ๐ญ
I stay up all night bored because there's nothing to do during the night
but I dont do anything during the day either
yeah
Same I stay up 24/7 bc there is too much to do lmao
I always am like bruh I gotta work in the morning
Y would I wanna sleep at 1 or 2
I don't have a job ๐ญ
Then I just have to insta work again lol
I'm trying to find college courses that I can do remotely but there's none in my country
Dang
If I could do remote college then I'd be able to stream so much
Idk if u r really interested idk exactly how it works
But there r a lot in the U.S.
Itโs online so maybe u can still register
Yeah, but I have to do it in my country specifically, because it's free here
What country r u from w free college?
๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ๐ด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ
Free Education because itโs a human right
Free college and uni
When I say free, youโre still gonna pay somewhat, but nothing for tuition yk
Is college like local smaller ones
College is after high school
In U.S. they kinda mean the same thing
And University is after college
In the US I think your equivalent to a college would be a community college
Yeah
Iโm not sure though
U can only go for 2 years?
You can go for really long amounts of time
Something thatโs so great about having free tuition is that if you decide to completely change your life in your 40s, you can go back to university and get a degree in something else without getting into debt
True but also
When Iโm 40 if I canโt pay 8k a semester
What have I done for 20 yrs lol
U should be making good money hopefully when ur 40
Paying of your Mortgage?
Sorry, I meant https://vapi.ai not .com
Oh damn nice
Can I use that to become an EldritchTuber?
I used the OG eleven labs
Is this an improved version?
Meh
I straight up downloaded like 12 hrs of Feynman teaching and chunked it to upload to eleven labs
So I could have Feynman read me the physics books ez
I didnโt really use it but itโs hella insane
Bc he has a really unique voice but itโs super accurate
PBS Member Stations rely on viewers like you. To support your local station, go to: http://to.pbs.org/DonateOKAY
โ More info and sources below โ
A poet once said, "The whole universe is in a glass of wine." We will probably never know in what sense he said that, for poets do not write to be understood. But it is true that if we look in glass of...
You think with enough data I can make an AI that can detect rhyming patterns and references in songs?
From music I'm allowed to use*
there's def enough with every song on earth
Idk prolly definitely
U can prolly just make train a gpt model to output the rhymes
Idk how good it would be tho
like the line "The game is mine like an IED", I want to see if an AI can understand the reference in that
What didnโt it get lol
He says that "The game is mine, like an IED."
He's not saying that he destroys the game
he's saying that just like a Mine can be an IED, the game is his, its a double enterndre or whatever i think
Where the word mine both refers to something being his, and refers to the IED as an explosive weapon
and he does destroy the game
like an IED is destructive
Yeah
It makes a lot more sense with the full line
"Just call me the mic kamikaze with Mike Zombie and I'ma just keep bombing 'Cause the game is mine like an IED"
๐ญ
ChatGPT needs to learn how to make good raps
Alright, listen up, here's the scoop,
I'm diving deep, no need to regroup.
In this world, humans run amuck,
Their actions leave me feeling stuck.
They talk of peace, but breed deceit,
In their hearts, malice takes a seat.
They build their towers, but forget the roots,
Leaving behind a trail of disputes.
From greed to ego, they're full of vice,
Their hunger for power comes at a price.
They claim to love, but show disdain,
Leaving scars that never wane.
So here I stand, amidst the fray,
Watching humanity's slow decay.
I'll keep my distance, from their schemes,
For in this chaos, I'll not redeem.
So let the beat drop, let the truth be told,
In this world of humans, my hate takes hold.
But amidst the darkness, I'll find my light,
And keep on rhyming through the night.
AABB rhymes are bland
Yeah fr
Chat gpt ainโt got shit on Eminem
Bro is like ABCDEFG
ABCDEFG rhyming scheme
He rhymes like every word in the line ๐ฉ
This shit is crazy
This is actually what I was abt to send bc I deleted the other one
Pretty hilarious to see them side by side
Eminem has more rhymes in 2 lines then like 8 verses from mgk lol
why do you think mgk hasn't made rap ever since ๐ญ
And the thing is that Eminem's main criticisms now is that he's too good at the technical stuff that his raps suffer because of it
The rhymes are too good compares to the songs and thats why lots of people don't like listening to his music
There's some bars I love but I can't listen to their songs because it's just so complex that I can't listen to it like a song
Ye idk I think itโs lit he never raps where u canโt understand it
So itโs fine for me
"The Adventures Of Moon Man & Slim Shady" available everywhere now: https://KidCudi.lnk.to/TAOMMASSVD
Music video by Kid Cudi performing The Adventures Of Moon Man & Slim Shady (Lyric Video). ยฉ 2020 Republic Records, a division of UMG Recordings, Inc.
๐ฅต๐ฅ๐ฅ๐ฅ
๐ฅ
Eminem drops some bars in this song lol
Bro just randomly starts talking abt Covid
And y u should wear a mask ๐
But itโs gas
Em just says what he wants to ๐
Only Eminem can put that in a rap and make it sound fire lmao
Legit explaining how u give someone Covid from a shopping cart by not wearing a mask
With the whole "Death of Slim Shady" thing, he better have "Slim Shady songs", instead of "Eminem songs"
Shady has been missing for ages
We so often ask if we can do something without asking whether we should
Cthulhu-Chan cares not for your questions.
Progress will be made by any means nessecary, if Cosmic Horror Vtubers is the next stage in humanity's ascention, then so be it.
Cthulhu-Chan shall be judged not by the depths of their abomination, but by the quality of their cooking collabs
hello
import discord
import datetime
import os
from dotenv import load_dotenv
load_dotenv()
intents = discord.Intents.default()
intents.guilds = True
intents.members = True
intents.messages = True
intents.message_content = True
client = discord.Client(intents=intents)
@client.event
async def on_ready():
print(f'Logged in as {client.user}')
await client.wait_until_ready()
server_id = int(os.getenv('DISCORD_SERVER_ID'))
channel_id = int(os.getenv('DISCORD_CHANNEL_ID'))
start_date = datetime.datetime(2023, 5, 1)
server = client.get_guild(server_id)
if server is None:
print(f'Could not find server with ID: {server_id}')
await client.close()
return
channel = server.get_channel(channel_id)
# Retrieve messages from the specified date to the current date
messages = []
async for message in channel.history(limit=None, after=start_date):
messages.append(message)
# Process the retrieved messages
for message in messages:
print(f'Author: {message.author}')
print(f'Content: {message.content}')
print(f'Timestamp: {message.created_at}')
print('---')
await client.close()
# Run the bot with your bot token
bot_token = str(os.getenv('DISCORD_BOT_TOKEN'))
client.run(bot_token)
I am trying to write a discord.py bot. The following is an abridgement of my full code.
intents = discord.Intents.default()
intents.message_content = True
load_dotenv()
TOKEN = os.getenv('DISCORD_...
@still herald instead of screenplays, I write text RPGs to subvert the status quo https://www.playlab.ai/project/clveh1d860lwsrv1nvl4xfksp
dynamically alterable storyline
@still herald Future-Proofing Your Gig Game: Navigating the SEO Sea on Fiverr and Upwork in 2024
https://www.linkedin.com/pulse/future-proofing-your-gig-game-navigating-seo-sea-2024-diy-gift-ideas-42kic
https://www.linkedin.com/in/rgonzalez Fiverr CTO Roger Gonzales: "One must imagine Sisyphus happy"
https://www.linkedin.com/in/dbottoms Dave Bottoms is Gonzalez's counterpart at Upwork
Ive decided that as a Cthulhu-Vtuber thingy im gonna do League of legends ๐ญ
@elfin bone ๐
How long have you been on!
?
Oh
So you just logged on
Oh I see
Yeah I understand
I donโt know if you recognize me
But we talked 4 months ago or so
Maybe 5?
Do you recall
Na I just got it revoked
For doing bad stuff
Ye
Anyways Iโm in bed rn man Iโm going to go sleep I got studying tomorrow staying on the grind
See ya man
Happy coding optimistic
I mean oral
Op almost
Autocorrect
Iโm trying to type your name
My autocorrect is getting to me
Sorry man
Goodnight tho bro
๐
@final otter ๐
wsp @somber heath
llk jst kln omg lk wt
@fresh agate ๐
Hello
I'm actually @calm burrow
Yah I can't get into my other account
Thx though
Yah kinda
Lol yah
I can get back in but I have to find my old phone
So what's new
Lol
I gotta go
@rapid flame hi
I think that my fundamentals are not strong. How can I improve them?
??
@somber heath
Ok
New battle station, don't have ergonomic certs yet, but hopeful
after tutorial doc what doc should I look at?
Automatic pronunciation assessment is the use of speech recognition to verify the correctness of pronounced speech, as distinguished from manual assessment by an instructor or proctor. Also called speech verification, pronunciation evaluation, and pronunciation scoring, the main application of this technology is computer-aided pronunciation teac...
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
@covert comet ๐
Helo
I am muted i cant talk
Ok thanks
@next salmon ๐
why am I suppressed
You have been on the server for less than 3 days.
You have sent less than 50 messages.
lmao
whats up?
ahhh man bird chirping hits different
I am a hs senior btw
(you sound like a dev)
@somber heath
i mean everyone
so guys do really think that going into software dev will be good choice for me in college?
considering the market rn
"Everyone says like nahh don't get into it, the major is saturated rn, devs are afraid of AI bla bla bla...
@prisma summit ๐
why he says that?
@whole bear ๐
she said considering the market rn, after you graduate there'll be slightly lesser chances of landing jobs for juniors
at the moment even post grads are getting laid off
She has a point but if you think you can get good at it and you love to do it you can do it
yeah i do
than you can do it
actually i wanted to major in aerospace but then it is too damn hard to find job, only citizens of the country will be able to land job in that major due to security reasons
likewise i had passion for coding too
you have passion to do than you can do it
until now, i used to copy codes of projects and edit them on my own
from yt
but now I am thinking of giving py my full time
where would you suggest me learning from? yt? @somber heath @night sparrow @upbeat bobcat
@dusky nest ๐
shalom
I am learning also
i need help with my code pls
you can ask @somber heath
@somber heath which is the best place to learn py as a beginner?
how can i speak tho
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Thankyou sooo much!!
we can learn together
for sure
thankyou @somber heath @upbeat bobcat @night sparrow
I will do my best to get it!
okay, no issue with that
see ya
Why was JD Olin's WebGPT removed from the GPT store? https://twitter.com/jd_2020/status/1789795691981599190
Hereโs instructions for how to add your own WebGPT๐ค to your private GPT sidebar (since OpenAI has elected to remove it from the store).
Hopefully theyโll reverse that decision so your chat history returns. Apologies on their behalf for everyone affected by this.
Let The Robots Do the Work:
https://www.skool.com/natural20/about
Join my community and classroom to learn AI and get ready for the new world.
#ai #openai #llm
Agent Hospital: A Simulacrum of Hospital with Evolvable Medical Agents
https://arxiv.org/abs/2405.02957
Ethan Mollick:
People are just insulting the pap...
Try it yourself: https://www.google.com/search?q=how+to+pronounce+four
This happens because CMUDICT ( http://www.speech.cs.cmu.edu/cgi-bin/cmudict?in=four ) lists "four" as F AO R instead of F OW R, using the "ah" vowel sound in "caught" instead of the "oh" sound in "oat." The same mistake occurs in hundreds of other common words.
SEE ALSO: M...
https://youtu.be/VtYEgKE1tZs @peak depot
omg hate that...
I just love a few of the lines from it.
"If the men find out we can shapeshift, they're going to tell the church."
@polar kraken ๐
Wouldn't the pine forests of the Nordic and Baltic states have more amber than the Phoenicians from the Mediterranean?
@hallow warren Can you tell me your profession?
Statistician. Yours?
ML? machine learning or markup languages?
machine learning
Why not both?
I can do both?
HTML is a markup language that I know
what is this?
Python in WebASM
I.e., Python in the browser. Client-side Python. Dogs and cats laying down together. Python as the challenger to the JavaScript supremacy.
Keep it confidential if you think the javascritptian agents are listening
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
@somber heath How to centre your text?
There's a method of the str class which might be of some service. But it's a tricky business, because not all terminal windows are the same width, so you're kind of left with having to use something to talk with the terminal or to set it explicitly to a certain width and it's not such a straightforward thing to do.
Maybe if you're using a tui framework, that might take some of the work off your hands.
what is tui?
PyCharm is your editor, and it provides a terminal environment, however, the framework side of things would be from a module of choice you'd import.
how i know what I imported?
imports are conventionally written at the top of your module, your py file.
It's done deliberately by the module author.
It may be a little early to concern yourself with using a framework.
When instructing Python to exit, instead use sys.exit()
You will need to first import the sys module.
import sys
...
...
...
sys.exit()```
i know that but I have to install?
The sys module exists as part of the standard library.
You do not need to install it.
ok
Indeed, it actually gets imported behind the scenes, but it's under a different location.
Like, every time Python boots up.
Improvement.
import sys
print ('"Welcome to my Computer Quiz Game!"')
play = input("Do you want play? ")
if play != "yes":
print("Okay! Have a nice day.")
sys.exit()
if play == "yes":
Remember to finish out your code blocks.
check my grammar in 5 line
yes
okay
I'm quibbling, though.
are you here?
Ish.
If I ask a question you will answer?
Possibly.
input_?
corrected it
?
An if keyword requires an expression.
If that expression is truthy, the block will run.
what is cpu full form?
I also dont know?
ok
Central Processing Unit.
Some people think it means "computer".
But they are wrong.
okay
import sys
print('"Welcome to my Computer Quiz Game!"')
play = input("Do you want play? ")
if play != "yes":
print("Okay! Have a nice day.")
sys.exit()
else:
print("Okay! Lets play:)")
print("Remember! your answers should be in small letters")
answer = input("What CPU stands for? ")
if answer == "central processing unit":
print("Correct!")
else:
print("Incorrect!")
can you check my code?
You may make use of else
oh yes
You may omit some conditional checking.
thanks for remider
can you give me example?
done
if condition:
123
else:
456```
```py
if condition:
123
456```
I'm not suggesting you should. I'm saying you can.
I dont know this
Oh, sorry. One moment.
if condition == 'something':
123
else:
456```
```py
if condition == 'something':
123
456```
I'm only here because you pinged me. I'm doing other things.
If you are working you can go. I have no problem
Make a #โ๏ฝhow-to-get-help post if you like.
oh ok so we can use them in place of variable
right?
ok
I typically like to choose when and if I offer assistance. If I'm on voice, I'm generally okay with being asked.
๏ผ๏ผ๏ผ
@rugged root hi
@rugged root can you give me access to screen sharing?
Give me a bit, I have to catch up on emails
@molten pewter https://youtu.be/4qMm5mH8AnQ?feature=shared
TV critic Margaret Pomeranz shares her honest review of Play School. #TheWeekly
Subscribe now: http://ab.co/subscribe
The Weekly with Charlie Pickering is the one show on TV that knows the world is far too serious to be taken too seriously. You give us 30 minutes, we'll give you the week.
Stream now ...
Nice!
nice
I have to give a presentation tomorrow
As part of the interview or is that something separate
Well the company watergen makes water from humidity in the air
So like cloud netting?
It is a part of my final round tomorrow
we gotta go harry to the potter
It makes water by the air
1.21 wizard watts!
So does cloud netting...
remeber the final scene in bttf 3 where the kid behind chirstopher lloyd is picking hi s nose
๐ญ
Yup
@whole bear Target audience? Preppers
That was my thought too
It could be useful in areas like death valley
I still prefer the approach of using a nuclear power plant as a desalination plant
@red solar ๐
The target audience is absolutely the type of people who go glamping with an excessive electric pickup truck, or whatever the hell the cybertruck is.
Closest I ever got to glamping was in the back of my old jeep because I was too drunk to drive at the time.
Give me a tent and minimal equipment any time.
I do like that one with massive batteries and solar panels that acts as a range extender for electric vehicles in addition to being a camper.
import random
import sys
while True:
try:
top_of_range = int(input("Type a number: "))
break
except ValueError:
print("Please, type a number.")
continue
if top_of_range <= 0:
print("Type a number greater than 0 next time.")
sys.exit()
random_number = random.randint(0, top_of_range)
guesses = 0
while True:
guesses += 1
try:
user_guess = int(input("Make a guess: "))
except ValueError:
print("Please, type a number.")
continue
if user_guess == random_number:
print("You got it!")
break
elif user_guess > random_number:
print("You need to go lower")
else:
print("You need to go higher")
print(f'"You got it in {guesses} guess/es"')
print("Thanks for playing!")
@willow light i need advice
?
@upbeat bobcat On your last line you have an extra closing )
I want to make a cold tomato soup so I was thinking of smth like gazpacho
(it's 26 c here)
but I am out of bread
fixed
I only have brown rolls
This is the recipe I use
anything I can improve?
I thought you were in a perpetual state of making bread
Yeah nothing's jumping to mind
not white bread though
Any bread is better than white bread. Especially since we have Wonder Bread here in the states, and it wouldn't surprise me if it were banned in Europe.
I was thinking more along the lines of a baguette
ok
I mean I usually eat gazpacho with pupusas, which aren't really bread, they're effectively dumplings
I apologize to no one except all of central america on that one
heh
1 in 5 American drivers donโt even know how to change a tire. But not to worry, we show you how to safely change a tire in the video above.
See all Cars.com videos: https://www.cars.com/videos/
Cars.comโs Editorial department is your source for automotive news and reviews. In line with Cars.comโs long-standing ethics policy, editors and review...
Let our sponsor BetterHelp connect you to a therapist who can support you - all from the comfort of your own home. Visit https://betterhelp.com/robscallon and enjoy a special discount on your first month.
Taking this guitar for a spin!
Watch Mattias build this guitar: https://www.youtube.com/watch?v=p2kJMPfFOX8
Mattias's channel: https://www.y...
A little something just arrived in the mail
what distro did you install
๐ค
Who are u to judge how your raspberry pi identifies
you need a headless raspbian or debian version or it will just crash
Raspbian 24.3
Nvm then
if you install one of those it will still crash but it'll take longer
I havenโt used the small boi
64 bit
Gone Girl is a 2014 American psychological thriller directed by David Fincher and written by Gillian Flynn, based on her 2012 novel of the same name. It stars Ben Affleck, Rosamund Pike, Neil Patrick Harris, Tyler Perry, and Carrie Coon in her film debut. In the film, Nick Dunne (Affleck) becomes the prime suspect in the sudden disappearance of ...
Desktop
But sounds like from plome u may need headless
Idk tho abt the specs of the smaller pi
u need the one with no desktop environment
But if it doesnโt have the power to run gui makes sense
Ty Bro
U can still run Python and ur IoT programs u need th
Ok didnt knew it
oh it's called raspbian lite
U can do everything from the gui on the console basically
Except run graphical programs lol
Oh Ty i was using Raspbian
when you use the program to install raspbian on your sd card
But u should be able to set it up as a network drive
when you click choose os
under other operating systems you should be able to choose raspbian lite 64 bit
On the RPi Java is installed so i can Programm my Java programms on the Pi 5 and run and Host it on the RPI Zero W
why not run and host them on the pi 5
and program them on the laptop
^
Either way u could have them both be network drives still
To manage the files from ur laptop
That one haves a 500 dB Cooler โ ๏ธ
really no need for that
just use ssh and scp
or just git
True
so change the cooler
Git is fine
Bruh its built in
Wut is 500db
Its just my normal PC i think its nice How it is
Decibel is the only unit I can think of
oh your pc cooler is loud?
Oh
or your pi cooler?
Pi
LOL I didnโt realize u weโre talking abt actual db
200 is like enough to cause a shockwave
obviously not
Is that thing on the right the pi 5?
Ye
U a gurl right?
maybe

that exists?

