#ot1-perplexing-regexing
1 messages · Page 12 of 1
What even is daft punk
Avoid side effects....no love
scaled by the eigenvalues IIRC?
Rate montage (not sure if that's the right word) 1-10.819 https://youtu.be/AXdtkXbpxBk
Background music is Mountains, part of the Interstaller OST by Hans Zimmer.
moderately sized solidus
comically large solidus
depends, is it like, an unkept beard, or do you maintain it
unkept
The Big Solidus returns
How would I run through every row in a specific column, apply on a function on that row and then save the value in another column without creating two dataframes and concatting them?
This is my current solution:
# For every row it writes whether or not the OCR detected the keywords listed in the keyword dict.
def recordHasKeywordForDataFrame(df,keyword_dict,pipeline):
hasKeyworddf = df.apply(lambda x: checkFilepathForKeyword(x['Filepath'],pipeline,keyword_dict), axis=1)
return pd.concat([df,hasKeyworddf],axis=1)```
The df I pass is just a dataframe consisting of a single column of filepaths to images.
The functkion "checkFilepathForKeyword" returns a boolean.
I want to create a new column in the df called "HasKeyword" and add the result of the function call to these for each row.
Cant you just df["checked"] = df["name"].apply(...)
Was in the gym rn
And someone put on the yt outro music on the speaker 💀
https://youtu.be/3_-a9nVZYjk
Stream 'Xenogenesis' the official Outro Song
Spotify https://open.spotify.com/track/5iRVNYbhfWNO2VzBykX7GS?si=rBbDP9qrRxW9n3dyDUFZJg
Original: https://youtu.be/2Ax_EIb1zks
TheFatRat - Xenogenesis
♫ Download Link ♫
➥http://bit.ly/1pz1ZMA
🎶 More from TheFatRat 🎶
●"No No No" - https://www.youtube.com/watch?v=Wvot9GV-wdQ
♫ Support Trap Nation ♫
...
And everyone screamed as soon as the beat dropped
Oh damn, I could.
Does this initialize an extra df object though? Or does it just change the df I pass into the function?
Like, my issues is, that I do not know whether or not I have enough memory for two df of the sizes I need.
It should just create a new Series object and assign it to a column in your existing df
And ill see you in the next one✌️
The true "gains" music
here is something in regards of the channel's name (nonsense-diagrams)
[this is xkcd btw, can't remember the comic number of this]
Task Force X’s newest target? The Dark Knight himself.
Check out the official reveal of Batman in this brand new #SuicideSquadGame cinematic. Suicide Squad: Kill the Justice League launches May 26, 2023 on PS5, Xbox Series X|S, and PC.
Thank you Kevin.
Learn more: https://www.suicidesquadgame.com/
Connect with Suicide Squad: Kill the Justi...
kevin conroy batmannnn
This is official Karen symbol
https://youtu.be/G2wICtgtrn0?t=350 The importance of acronyms
Get Nebula together with the CuriosityStream bundle with a HUGE holiday discount: https://curiositystream.com/lowspecgamer
Previous video: https://youtu.be/rNOS-tU_hEY
As legendary game company Sierra rises to the top of the food chain, they pick up the attention of an unlikely person that would set their destiny forever.
Social media:
https...
@hallow stone i forgot to teach you one more thing that is important and relevant to what we were talking about, the reason why your first solution didn't do anything is actually because the result of series.str[start:end] is another series, and you can't call string method on a series. let me show you what i mean
!e
import pandas as pd
ser = pd.Series(['hello', 'hey', 'hi'])
print(f"type of ser.str = {type(ser.str)}")
print(f"type of ser.str[1:2] = {type(ser.str[1:2])}")
@restive ledge :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | type of ser.str = <class 'pandas.core.strings.accessor.StringMethods'>
002 | type of ser.str[1:2] = <class 'pandas.core.series.Series'>
the object you can call string methods on is pandas.core.strings.accessor.StringMethods which you get from calling .str on a series, and only on that object you can call methods such as split, replace etc
and that's why your solution was not working as you expected it to work
@vale raven here’s my day 6 solution in rust btw https://github.com/akabinds/aoc2022/blob/master/src/bin/day6.rs
Not sure if u saw my previous message
just remembered again that you had asked for it

since you're here, @vale raven , i must say, your new present avatar is rather silly. but i kinda like it
Silly? 
Who doesn't want a dog for Christmas!?
well i mean it occludes half of the picture
Yeah, I do admit it doesn't fit quite perfectly
It feels like Sunday 3 weeks ago was yesterday
Dog?
No, i want you for Christmas 😳
real rizz
I just went from Gold 2 to Silver 4 for OW2 season 2
crazy ass 16 losing streak wtf lmao
What exactly is the problem with data being sold to advertisers?
you have no control about what information about yourself is being sold to whom
Hey @steady jacinth!
It looks like you tried to attach a Python file - please use a code-pasting service such as https://paste.pythondiscord.com
i hate you python bot
Hey @steady jacinth!
You either uploaded a .txt file or entered a message that was too long. Please use our paste bin instead.
now i hate you even more
@soft mirage
hi
it first of all eliminates any words which dont have the same starting letter and last letter
makes a few less words to deal with
does word == word[::-1] not work?
oh
hmm
wdym
here be the algo: ```py
import Wordy
contenders = [word for word in Wordy.wordlist if word[0] == word[-1]]
palindromes = []
for word in contenders:
length = len(word) //2
valid = True
for char in range(length):
if word[char] != word[-(char+1)]:
valid = False
if valid:
palindromes.append(word)
palindromes[:] = sorted(palindromes, key=len)
print(palindromes)
it starts by assuming it to be a palindrome, then tries to prove it is not
trying the cheaty way
works
🥱
which one?
thursway?
got enough reactions there?
discord wouldnt let me add any more 😔
why is that good>
i think 20 is enough
the cost of free convenience with online services
(although this is a bit of a generalization)
@young shoal
bruh
bruh
bruh
there's this one guy, Mark something
rober?
who always answers questions about data science and says data science isn't a real job and draws red crosses on screenshots
what does he draw the red crosses for? does he take screenshots with the words "data science" and cross them out, because he hates data science?
apparently he's an MLE
he screenshots other answers and crosses them out
he is against people learning math for machine learning
ah, "Mike West"
here's one
he calls them "faker scientists"
also says postgres is a toy database 🤔🤔🤔
@young shoal he sounds like an unhinged person who was hurt by a data scientist/analyst.
If you want to use excel, become a business analyst or financial analyst… they love Excel. It is NOT a big boy data tool.
yes, because it's the most popular tabular data manipulation tool for non-programmers. not everyone has to be a programmer. and what's this about big vs little boys?
apparently he wrote a book last year (https://www.packtpub.com/product/authoring-machine-learning-models-from-scratch-video/9781803238272), and the code's not all that great: https://github.com/PacktPublishing/Authoring-Machine-Learning-Models-from-Scratch/blob/main/video2_9/Building Machine Learning Algorithms in Python - Evaluation Metrics.ipynb
what
what is a real database, then?
all the indents are tabs
8 spaces, too. but it looks like west didn't upload or commit it, so that may not be his fault
they say mssql
lmfao
surprised he's not an anti-notebook diehard
that is peak comedy
he also says there are no entry level roles in AI
why is there no TIL reaction emoji, discord?
depends on what is meant by "entry level"
because they steal from twemoji
if you read through his answers, a lot of the time you see questions about boot camps or some course and he goes "you won't get a job any time soon, good luck kid. there are no entry level roles in AI"
they also like this one picture of a barista
ha
ahaha
AHAHAHA
I was a barista before I was an AI developer
was technically employed by both for a time
there's questions like "what is the average salary of a data scientist" and he goes "LMAO i love this site. so many moronic questions. ZERO. the data scientist is a fad"
they're not entirely wrong, but that's still a shit-tier answer
they should really be banned from answering.
yeah 😔 i'm assuming they adopt this personality to get people to watch his video and do his course
it's funny because he roasts all the other courses for being bad and not helpful for getting a job but has his own course
hopefully they aren't actually like this in real life 😔
if you're willing to be an asshole to someone you can't see, that doesn't make you less of an asshole.
hm? i'm saying it's a character
oh
well, even if they have ulterior motives, I don't think that excuses their behavior
and it's shitty of him to shit on starbucks workers. it's a lot harder than being an AI dev.
well yeah. but it's working apparently. we're talking about him
¯_(ツ)_/¯
what is that
do you know about lets go brandon?
yeah
dark brandon is joe biden's evil alter ego
why did he do that
cuz he's evil
but like actually
he's in front of independence hall, and other parts of the building were lit up in blue
tbh Monocraft is easier to read than included monospace fonts
what is monocraft
Monospace Minecraft font
why would anyone want to code with that
A solid part of my life was on Minecraft so maybe for people used to seeing it.
Also same experience using ComputerCraft's built-in editor
it's so cluttered
has big arcade game energy
has big "time to switch fonts" energy
I use word as my ide so I can have different fonts for each class
you don't use microsoft paint?
bit cringe innit
yes I'm v sus/cringe

!otn s sus
• brad’s-sushi-taco-classifier
• german-name-generator-suspense
• jesus-christ-this-is-a-python-server
• stelercus-is-sus
• sushi-is-like-minecraft-blocks
• the-jesus-car
• the-jesus-cdr
haha stelercus-is-sus
youth icon
at least I am not writing code in the Terraria font 😆
gtp3
gpt3
write for me a funny python program to make my colleagues lol
is what i said
does anyone play chess?
there are a lot of people that play chess
Imagine seeing the-jesus-cdr as the name after the-jesus-car
Yes,there are a lot of people that play chess
And AI
What
Probably
stel…
Here you go
well I expected someone interested to play a round to answer, but yeah from 350k or how many people are here, someone should surely play
what font?
Andy, used by Terraria
👀
Actually making a monospace version of it right now
sick
got to fix the widths...
how are the off topic channel names generated?
!off-topic-names
Off-topic channels
There are three off-topic channels:
• #ot0-psvm’s-eternal-disapproval
• #ot1-perplexing-regexing
• #ot2-never-nester’s-nightmare
The channel names change every night at midnight UTC and are often fun meta references to jokes or conversations that happened on the server.
See our off-topic etiquette page for more guidance on how the channels should be used.
Something funny happens in staff lounge
We add it to the pool
Also happens outside staff chat occasionally
Well, people do play chess, it would not be known if nobody played it. Perhaps you were meaning to ask if I played chess?
what color are your teeth
💀
i do
well i think we should use the best lightweight ide MS paint 🤓
Which Robin are you? @grave cove
Are you Tim, Jason Todd, Dick Grayson or Damien Wayne?
why not ||robin|| john blake
you're mom
"Uh well actually mister 🔥🔥🔥✏️✏️🔥🔥🔥 jit + tripping and ratio uWu amon Gustavo fring ur mum and I make andrew tatillion dollars on LeBron James 😳😳😳 average npc whenthe arson and felony tax fraud" 🤓🤓🤓
mongus
please stop posting this stuff
well I meant to ask if anyone is up for a round more or less
up for a round?
@floral apex do you still remember your brainfuk drawing 😭
I think its a bit too much to post it in such a server
kek mb
r u going to use ur chess bot
If you're making a programming language, look into logos
That seems interesting, thanks!
@mortal prairie hello, please don't spam
I enjoy chess, I can play with you.
Based (reposted from r/damnthatsintresting
alright, do you play on lichess?
Logo looks very cool
Scheme based maybe so you can have evil scheme lang
Mua hahaha
I have a problem... I have an infogram I want to extract the data from (like in the form of a spreadsheet or dataset)
But I can't find out how. If I was the creator of the infogram supposedly I could hit a simple download button, so it may be possible to manipulate that? Since the data is shown in the graph and there is a theoretical download source.
The infogram in question is https://infogram.com/average-cd-rates-1984-2022-1h7j4dv98ozy94n
It would be super slow but possible to record all of the data manually but I'm wondering if there's a way
the fuck is incriptinate
In game dev companies, are they acutally allowed to force you to do overtime?
if not then why do ppl work the overtime?
In most cases the company has no legal ability to force you to work. In most of those most cases the company also has no legal obligation to keep you on payroll.
So one of the possible answers to your question is that people need paychecks.
that one possible reason, sure.
whats the other reasons?
reasons?
So you don't appear to be a slacker plus peer pressure
Had done OT and overnight in my first IT job and that's it
Leads to burnout
Maybe they have work pressure, maybe they are bored
To meet a deadline set by management without consulting you
Then they sing praise if met or pour blame if not
Inevitably people leave
Slackware? 👀
First version of Linux I used.. installed in grad school lab PCs to torment MS students with gcc and vi as TA of a crazy prof
Ah nice.
I feel bad for the professor
For reasons I will not imply
He had some frustrations in life and may have took it out on others
that sounds like the beginning of a Horror + psychological movie
It was for some students lmao
I had a few profs like that at uni..
We call em terror profs
Sometimes only square root of class pass
So academia as a filter rather than lifting everyone to their potential
I think it gotten less bad after teacher evaluation was implemented. I did a python script for that lmao
Uni I went to is well known brand in my country
I think Sometimes the abuse perpetuates itself like if one gen experience terror profs that breeds next generation terror profs
Lmao I checked reddit for my uni terror profs still is a topic
Not only my uni thou many others in my country
Could be a cultural thing
Mostly in top tier universities
@thin cloak Can I ask for help in finding a bug in my code?
Oki
ty
also known as a standard education
yeah
The output of such is an undifferentiated degree
Then the nightmare of a job hunt
The horror movie may not end
Then you get a crappy job and and take it and get abuse from employers
Too many college graduates
So maybe not enough terror profs
Or we should restructure society in some radical way to fix it and give more opportunities at every stage in life
Make the nightmare end lmao
@solid elbow what do you think about NFTs? I think public opinion has been turning against cryptocurrency for a while, so I wonder if NFTs were intended to give people a new reason to want to use them.
they're like crypto meets trading cards, I guess?
so, uh - not terribly useful.
oh, really?
i've seen even more hate for NFTs than general crypto
given the horrible environmental effects as well as the moral issues of intentionally introducing scarcity
maybe that's just my experience though ¯_(ツ)_/¯
well, i have heard the occasional teenager talking about NFTs at school, so there's that
I think the value proposition of NFTs was oversold. you can't really "have" an NFT. an NFT is an entry in the append-only leger saying that a specific (non-fungible, NF) token (T) is associated with your ID in that leger.
It was indeed
which is great if a bunch of mutually-distrustful parties want a way of tracking ownership of non-fungible things. but like the use-case for cryptocurrencies (mutually distrustful parties tracking amounts of a fungible currency), it's a pretty rare problem.
Let us give a strong use case may be ... if you are a digital asset creator and you want your stuff to have some proof of authenticity or ownership
like collecting pokemon, but without the game.
It's the speculation that killed it
buying digital art is really the only way I've seen NFTs used. but like I said: the value proposition was oversold. you can access a given art piece without having the NFT for it. and the art itself is not the NFT.
but speculation is literally its only value proposition. The most generous interpretation of NFTs is that collecting NFTs is like collecting art - but the entire market for art is speculation, there's no inherent value, it's worth as much as someone will buy it for.
my dad is a professional artist. and he told me that the value of a given art piece is whatever value is ascribed to it by the greater fool.
NFT like a proof of authenticity then a piece of paper signed by the artist distinct from the work itself
Whose valuation is subjective too
well, sure - which makes it no surprise that people bought it with the intention of selling it to someone who was willing to pay more.
just becomes something is one of a kind doesn't mean it's worth anything.
obligatory (stolen from kat) https://twitter.com/androolloyd/status/1450413543279505410
Wow any pictures of your Dad's work
Hard to succeed as an artist
i absolutely don't disagree that the concept of cryptocurrencies and nfts have their places. i just don't think that they're in those places, right now.
I think blockchain has its uses. Possibly NFTs, too, but I'm less convinced. I'm yet to be convinced of any use for cryptocurrencies.
crime
it's not even really good for crime
well fuck.
a pseudonymous append-only ledger isn't great when the feds try for RICO
The crime is recorded in the blockchain lmao
honestly i've confused all these technologies to some extent, given that they're all lumped into my "red flag" box. so i forget what's useful for what.
i just remember encountering, like, 2 use cases for one of these technologies, at some point
International money transfer maybe for overseas foreign workers
what makes fiat a poor choice for that?
normally people just designate a trusted arbiter when mutually distrustful parties need to agree on something. So it's rare for there to be a case where parties don't trust each other, and can't agree to trust anyone that the other party trusts.
That is normally a bank or wire transfer agency
yep.
Also the cost of exchanging between currencies
We need a global frictionless currency maybe in the future
Blockchain or not
Also if you live in a place with unsound currency governments may restrict you from buying USD or Euro so as to prop up their own currency at your expense
sure - though they would restrict you from buying crypto as well, so 🤷♂️
Yep
So crypto is an option there
Harder to track if you VPN or tunnel
We need institutions we can trust so if trust absent in some places the concept of having no arbiter is valid
In the developed world with strong institutions there is less of a use case
Unless that trust is eroded further by mismanagement
Crypto then is a symptom of distrust for institutions
Fix the institutions
pinch your nose so the nostrils are blocked then blow out with your nose
while holding your nose that is
it should pop your ears
Well
Right one popper
I meab
Left one popper
Popped*
Right one half popped
.wiki Valsalva maneuver
Valsalva maneuver
The Valsalva maneuver is performed by a forceful attempt of exhalation against a closed airway, usually done by closing one's mouth and pinching one's
Vagal maneuver
indications for the use of vagal maneuvers in clinical practice. Diagnostic: Vagal maneuvers (most commonly the Valsalva maneuver) can be used to distinguish
I love the engineers now and days
William osman and Michael reeves make pretty funny videos ngl
I just watched Fireship's video (https://www.youtube.com/watch?v=Zs9Tifup1Bc) regarding programmers losing their jobs in the future... Could it really happen and does it mean it's not a good major for people who just got to the age when they should choose their major? Or is it most likely gonna be safe? Cause with GPT-3's GPTChat and Github copilot, I personally could see that in hindsight (and maybe in less than 20 years????), programming could be nonsense with robots and sort of "macro"s around... Is this valid or do you think it's not gonna happen?
programming will get faster and more efficient for sure, which may have a negative effect on the number of jobs. But entirely removing programming as a job seems unlikely to me, there still needs to be someone to tell the AI what needs making
and considering how weird and ill-defined the limitations of software are, I doubt that can be anyone but a programmer
But entirely removing programming as a job seems unlikely to me, there still needs to be someone to tell the AI what needs making
That is not even close to programming as we know it now right? That WOULD mean anything you'll learn in programming today would be wasted if this ever were to happen
But well I guess no-one can tell with certainty that where this is going; But if programmers would just be the people who tell the AI what to do, considering AI could understand English even now, and it's only gonna get better, it's not gonna be far from now that programming would be so generalized that it may not even be a "job" anymore, or am I in the wrong here?
(P.S anyhow, things might be completely different from what we think, also I've got to go sleep, so I'll read everyone's response tomorrow I guess)
Let the robots rise... then tax the robots...implement universal basic income.. programming becomes hobby
If the code isn't creative let automation take care of it
The idea then is the valuable thing
The implementation could be done by AI or person..some creative individual has to come up with ideas
So in that context a generalist education might be better... liberal arts ... and emphasis on human creativity
We will not be obsolete just be creative
that sounds an awful lot like "you're not obsolete, only your last 5+ years of education, and perhaps all 15+ years of it"
Sounds like an opportunity to me
Here is some artisanal, hand typed quality code. Not some cold calculated output mass produced as quickly as possible for the lowest cost
I'll charge a premium too
imagine in 100 years instead of artisanal chess sets or something it's artisanal code
I mean, isn't that the trend of automation?
Maybe education needs to change https://youtu.be/MQ8M2GCz3T8
Four years. Seven cities. Zero tests. It’s a new university called Minerva.
The difference in Minerva’s approach:
“It’s practical education grounded in the real world, and that’s what Minerva does,” says Ben Nelson, founder of Minerva University. "I realized that what the universities are supposed to be is not what they are."
Minerva’s educat...
Wouldn't it be pretty funny if Joe went rogue and banned every member
Right, Joe?
Right?
Please consider, April 1st is in a few months
but consider: #rust-general
How do you search for new servers on mobile
"Oh, hush, my dear, it's been a difficult year"
that's why I brought up this topic... Is it even worth studying programming-related majors in university when one already knows programming to some degree? Since well, if any of this happens it'll all go to waste
Good question maybe yes at least to get some friends with similar interests and get a network
Also problem solving as a skill doesn't go out of style
Can't AI problem solve to some extent atm? It's just gonna improve and get better I assume...
The AI is only as good as the data it is fed
also good point... yeah having a strong network and good people around you is very important
We have more implicit knowledge of the world
So we are better than those bots
And we make the bots
Choosing what data to feed em
Oh that's also right... So we will always get to know something more than the AIs?
I wonder if this is gonna be some sci-fi shit and they will be sacrificing humans and feeding all the brain data to an AI 💀
The task maybe to feed the bots the right data
Or we are screwed
So people like us are the safeguard
You see, there will always be some dude who does it wrong 💀
Either intentionally or unconsciously messes it up
Why we should be there
To fix the mess
There will be false positives and false negatives
I guess that is also true... Well what you are implying and I also think is right is that our job won't go away, it's just going to change drastically
Yes
And creativity never goes out of style
We can program art
Like games
Even retro ones
AI needs us
But uh there's just one concern I have, being that AIs in the future will be constantly learning, even with interactions with the world, they will be learning, just like a human being. Wouldn't that eliminate the knowledge gap between us and the AI?
I mean AI learns exponentially faster than us
so if an AI has 1 year of "experience" with interacting with the world, it would be equivalent to multiple-folds of a human's "experience"
But if the domain is not well defined we could have an edge
Like in chess yep
But that involves models
It's hard to model the entire world
What is winning condition
Sometimes that function is hard to define
In chess it's easy
Also Nobody yet would trust AI to be a Doctor or President
We are needed still to safeguard
Well we are doing it, what is preventing an AI to do it? Humans learn from image, sound, touch, taste and smelling, what if the AI has a/multiple models dedicated to each one of them? Wouldn't that suffice? At some point it'll be able to categorize the data it's learning too I'm guessing, maybe even create models itself?
Eventually yeah non narrow General AI
Oh sure, but that is because of our lack of knowledge of what the AI knows and is gonna do. As we study further about AI we will get to know it better and eventually we would be able to trust it I guess
Still a hard problem ML tend to narrow domains
Yea and we will sadly get to that point someday
True, but that is the problem today, it will be solved at some point
Yea thing is I'm still in highschool and I'm really worried about this too lol
Us tech-savvy folks want us to be obsolete lmao
We're making ourselves go extinct 💀
Vote for someone that supports universal basic income
We don't need arms and wars
If the AI gets them we are screwed
That would be great for the majority of people but I don't think it's gonna happen anytime soon...
Yeah tru
Man, now I don't know if I'm gonna choose a Computer-related major for university or not lol
Either way attend uni
yea obviously uni is necessary lol
I'm a Science (Chemistry) major that got succ into IT by my uni IT dept
Math major OP 
military spending cannot pay for UBI. not even close
Yes
Hi, I have a question about how I should structure my project.
I have a programm, that is saving data to Google Cloud Firestore.
Now I would like to build a React App, that uses the data in the Firestore.
now my questin:
How do I get the data from Firestore?
I thought about making an api that I could call, but I thnink this would just make it slower...
@quaint juniper Krita isn't lightweight at all
So my PC is trash. What's a good lightweight app I can use for drawing instead of photooshop(free).
I work with a laptop that has no Sdd just hdd and no graphics card
It is good for game dev?
it's ok. i wouldn't use it for that, but for your requirement, it's the best there is
It does the job
I saw on other channel you said photopea
Well photopea lags on my laptop 💀
I will download both
wrote a script that finds an equation for data given, and the gist behind it is that it compares the data to a bunch of equations that it has
and i needed to get as many as possible
so i created script to produce expressions
the expressions are limited to 4 operations, trig functions, factorial etc with only 2 variable that it can use (total of 2 per expression)
and there are a lot apparently
ah can't upload it
like 50k
how an AI have human qualities
50k what?
We are assuming computational equivalence...that the human mind can be simulated in a machine so in theory any thought in biological brains could be simulated in silicon chips
That is a philosophical assumption thou.... that there is no soul or non material thing
So , theoretically, according to this theory a silicon chip could be conscious?
I don't mean act conscious
I mean be really conscious
Alive
I believe the furthest we can go is make is behave identically like humans
Like if we put it in a human body we can never distinguish them
But it won't be really alive
There is a paradox called " Philisosophical zombies"
It's like you can't really be sure if other humans are alive or not
Maybe they are not conscious they just act conscious
I believe that if AI became so advanced , the maximum thing we can do is make it act conscious
then we get into the matter of if humans are conscious
we're really just a bunch of meat put together that we say are conscious
if a bunch of cells and meat can be conscious then theoretically silicon and metal and bits can as well, even if they can't in our time
Yew
Yes
I think it can be
It will be our silicon children
We gotta guide them
If supposedly we made an AI conscious
Would it be moral if we kill it / test on it
most likely
That is a great question
if we made it "truly conscious" then it's no less a human than you and I
How do we define a "human"? A skinbag of meat and bones? Or an individual composed of memories and thoughts?
One could argue that rats are conscious yet we do lab tests on them etc so no problem as they are a different species as long as what we are doing is beneficial not just randomness?
And treat them like children
True and some object to that
That's controversial. Some people happen to feel animal testing is cruel, some believe it to be fine.
A "conscious" AI will be the same.
Personally, I feel animal testing to the cruel and inhumane - and will for a conscious AI
Maybe we can use cell culture instead of rats or in silicon rat analog
Would incredibly slow down research
What if there was a human and a conscious AI. And you were told to save one. Should you choose the human or are they equal
@thin cloak @grave cove
Then we eat cultured meat instead of killing animals
I say equal
Imagine Commander Data
Most people would choose the human
Human bias
If the AI was truly conscious then it'd be like asking to save 2 human strangers
Are there levels of consciousness tho 🤔
I would judge based on the character not on the substance of the entity
Like comparing between a cat and a human
Yes
Or is levels of consciousness basically the difference in IQ
That's.. quite scientific and not something I know if I can answer
Alr 👍
No I think
No, for sure not.
I am just as conscious as Einstien, given the IQ gap
Yep
IMO IQ is just a load of bull puckey
Yeah kinda overrated
What if you were to choose between a war criminal and a cockroach , which will you choose ?
I think it's legit but all the tests online are nonsense
If you asked a society of cockroaches the same question - which do you think they'll pick?
It's a biased question and not truly representative
The cockroach did nothing bad is just is the war criminal is guilty of something
The cockroach
Yea but who deserves more to live
So morally the cockroach is superior
True
Sure. Now replace the roach with your pet dog -
The inherit revulsion people have to roaches again biases the results
Hmm
We also feel a kinship towards others of our kind, so a conscious AI pitted against a human, the human will always win
This is evolutionary and deeply embedded into us
What if we ask an AI this question. Maybe there will still be bias as in the end , AI is trained by humans
Yes
This "pack instinct" is perhaps one of the reasons we've evolved to be intelligent in the first place
Can be mitigated thou
Sure, but then one could argue you are undoing evolution
Which, of course, is debatable
There are divergent thinkers thou that innovate
Another question. Did anyone try to simulate a real brain on computers? I an pretty sure our best supercomputer could handle that.
I don't mean AI as AI are trained to do a certain task. I mean a real brain
I have a whole series of books I like to read on just that :D
Up to rat level I think
Theoretically it should be possible
R there pdf?
Yes
Of the series?
Did they do it? If so , are they conscious?
U said there r books about that?
It's a fictional sci-fi book, not a research paper or anything real haha
Ohh
Though the series is about exactly what you describe
Too slow...hard to answer we have to define consciousness first
The book does however explore some of these questions
When you replicate a human brain after death - is it still you?
This robot contains the digitized brain of a worm, and without any outside input it just... works! Here's what this could mean for the future of AI.
This Is How Your Brain Powers Your Thoughts - https://youtu.be/yxUkUaV2VPs
Thumbnail image courtesy of OpenWorm, Wormbase, and Caltech.
Read More:
Scientists Put a Worm Brain in a Lego Robot...
We can define consciousness to be the collection of memories, thoughts, experiences, and feelings of an individual
If it thinks it's you...
I think therefore I am
What if we clone your brain and memories etc exactly and put them in another body.
Why are you you and not him?
Well.
Cloning of the brain would be similar to a class
Even if we clone your body parts , there is still that feeling you have for yourself that you don't have for him.
A blueprint to build off machines to replicate it
Exactly
There exists theories that say no two objects are identical
Yep
I believe that
If they are identical they aren't two anymore
To be identical would be to violate the laws of science
But in quantum realm all electrons are alike
Tbh I follow Einstein in QM
Quantum superposition, for one
A distinction means there is something you posses which I don't . If you and I are exactly identical , how could there be something you posses that i don't?
There could be just one election moving really fast
Not sure if I believe the "moving back and forth through time part"
Sure but then there isn't many electrons it's just one electron
It's determined that time steadily marches on in one direction - if at different rates
(Thanks Einstein)
Yea it isn't really many just appears as many
But we aren't sure
Might have something to do with the observer effect
It could be many electrons that appear to be all the same
Tbh I believe observer stuff is nonsense cuz idealism is 🤢 🤮
I like Bohr
If we go back to the brain cloning - is that immortality?
No universe will end....or heat death at least
Depends why u do it probs
If I kill 1/3 of earths population in order to save 2/3 it is moral then (atleast that's what I think(
Practically immortal maybe but not immortal as in forever
So if we clone a human brain to test on it to save millions of others why would it be immoral
But if we clone it just for fun maybe that's immoral
Thanos logic
Nah that bad says Marvel
@grave cove what do u think
It will fix itself see China and Japan
People too busy making money rather than making baby
If we kill ourselves that way maybe AI children ok
Sad geeks that don't get to reproduce naturally get to make a legacy
Depends on the "implementation", really lmao
Maybe if there is a limited amount of vaccine enough for 2/3
You gotta triage
If it's a selective genocide then that is evil
If it's a gauntlet snap that does random vanish is evil according to Marvel lmao
But that fairer than selective genocide
But still evil
maybe we shouldn't use marvel movies as the gold standard of morality
Maybe it's all fiction like religion if the story thou makes sense then it is still a useful fiction
There maybe no gold standard
But we can still be moral
so what do we base morality off of
Logic
Don't harm sentient entities if possible. .. minimize suffering
Since we are sentient entities ourselves
Or we can base it on compassion or sympathy since we can feel what others feel
Or ideally both
Groundwork of the Metaphysics of Morals (1785; German: Grundlegung zur Metaphysik der Sitten; also known as the Foundations of the Metaphysics of Morals, Grounding of the Metaphysics of Morals, and the Grounding for the Metaphysics of Morals) is the first of Immanuel Kant's mature works on moral philosophy and remains one of the most influential...
Or
you can't derive morality from first principles
this is but one definition of morality
we can really define it to be anything without anything to base it off of
Logic and compassion is the best we have
Yep
Maybe be pragmatic
Dogmatism could lead to contradictions
Like when religions sanction wars
Where is the compassion and logic?
Aren't these just stories we pass generation to generation and sometimes mislead us
Maybe modern stories can guide us better
But don't make a religion out of them
Unless we don't take it to seriously see https://en.m.wikipedia.org/wiki/Jediism
Jediism (or Jedism) is a philosophy, and in some cases tongue-in-cheek joke religion, mainly based on the depiction of the Jedi characters in Star Wars media. Jediism attracted public attention in 2001 when a number of people recorded their religion as "Jedi" on national censuses.
Jediism is inspired by certain elements of Star Wars, namely the ...
A Jedi church wedding with cosplay and lightsabers... awesome
This penalty shootout is so intense
I hear this channel is for world cup chatter
yes!
who won?
Who is everyone rooting for?
Not decided yet
We're on penalty shoot outs. Next shot could end it
people seem to be cheering
you tube has a live stream of a crowd watching the world cup. it's so exciting.
<_< I may be on a delayed televised thing then
IT'S OVER
I think the sud americanos have won
SPOILERS IN CASE YOU'RE DELAYED ||ARGENTINA BABYYYYY||
there are grown men crying in the argentine crowd
Dont cry for me argentina and such other chants
will this mark the turning point for argentine society?
Mbappe played so well though!!
YES
How does this affect Ronaldo's legacy
it takes more than one good player
FUCKING GOATTTTTTTTTTTTTTT
Lloris played so well for the entire match too
gd penalties
I AM IN TEARS OF JOY
trés
December 18, 2022. 34 year old Leo Messi will win the World Cup and become the greatest player of all times. Check back with me in 7 years.
December 18, 2022. 34 year old Leo Messi will win the World Cup and become the greatest player of all times. Check back with me in 7 years.
103055
39405
(survivor bias, I know, but it's funny)
y'all should hear the amount of noice people are making here in argentina lol
all of these are completely matchematically valid expressions for linear graphs with a slope of 1/1 in the first quadrant https://paste.pythondiscord.com/awabodamow
i have more if required
iirc i have like 183496 expressions for different graphs somewhere
an AI machine can simulate a corrupted politician?
probably lol
why AI would need money?
to buy stuff ofc
in cash
that's what we all fear, right
right
well I wouldn't mind
after all I can choose whether or not to do what it wants
just shut down your computer 😂
or pretend to do that because the AI gives me bribe money
😂
``` can someone check this in HTML code, it should be red heart, but in my laptop its black and I cannot understand why
you could try it here https://codepen.io/
An online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, projects, and web applications.
if I added color in css it change, maybe the default is black?
who checks if someone have more accountable money and trusts
I already check that
they told me that no ones audit and most important nobody cares
you just have to have and ideia
idea
and I don't know make a movie about something and
or I don't know
take oil in ocean with ridiculous giant machines
and we mortal people can't replicate that
like it not watch a 3d animation about how nuclear bombs works
and then reverse engineering that
and even if you do that you probably won't get a normal life and will go insane
and people will not believe that you have a very cool explanation
and stupidity me have to give opinion that nobody asks
and make it a proof myself too
it's makes a sense when you're writing your name on documents
just don't be silly as me because they give you a temporary sense of power
I think there was almost a coherent thought or two in there
But it was lost in a sea of random words
you absolutely got it
I had vivid imagination
Nice
hmm
Maybe the emoji is red, but the default HTML character is black
Lemme check
thank you
I guess the red heart was looking white in vscode
10084 is HEAVY BLACK HEART, and IIRC, "black" Unicode characters are filled
As opposed to "white" Unicode characters that are only an outline
I think it was like that since the default text color in VSCode is white, so the heart's color is also white
but it look like a red emoji
sorry if my words is confusing, my English is lacking
It's okay
this image is better
Technically, emojis are Unicode characters
do you use MAC or Windows? would it look red in IOS vscode?
I used it in windows 10 vscode
I use Windows 10, and it shows up on my computer like that as well
I think that's due to different fonts
The Windows emoji selector has a different font than, say, VSCode or your browser or your browser's search bar even
And each font has a style in which they show emojis
Thank you
No problem
When was the last time a
helped you in debugging?
why do you have 9 ducks 
sorry for sharing that here
but I have to drink
with my last money
my life will not last long for personnal reasons
Are you ok
are you asking?
That was a question yes
no
more the merrier
Duck clan
Good night
illegal
Lmao like getting advice that is quack... I don't trust it
Also don't trust that in financial or medical realms
Any good benefits maybe down to luck or placebo effect
anyone knows what this is?
a monitor?
hi can someone help me with my c lang hw?
Probably an IBM
ooh ibm
Just a computer somewhere else that you connect to
In the old days you got dumb terminals with green screens or amber screens
i see
looks like the same kind of interface they use at the DMV
most likely
years from now people are still going to know Cobol because the DMVs central systems are still running it
Kernels are too bloated 😦
@short marsh this is a christmas pudding (xmas pud)
Why is it on fire
It's the best bit of xmas.
Is it covered in alcohol
Yep
😮
They tried to destroy it, but it turns out not even fire can burn it
Well, not "covered"…
Unless you fail to light it several times in a row…which I never did :D
test
Guys I found among us
very sus book
same pass me
There are about 5 things wrong in that one sentence the among us reference being the least of them
thats why the sentence says "Don;t get me wrong" as his first words
Among us references need to die
fr
Amoogus

🤨
i mean-
Find and delete then
sussy??????
Lmao it's futile
It's like the Borg...aliens are here resistance is futile
aliens!??!! like in the game AMONG US!?!?!?
you mean the hit game among us?
Lmao see the references are multiplying like an alien invasion
is this a jojo reference
"is this a &jojo"
is this a mutable jojo reference
Yes
in c++ yes, in rust no
@cloud urchin question about your name:
Shouldn't your name have tsk and not stk? Because based on your pfp it seems like you were aiming for Soviet aesthetic and adjectives made from nouns end with -ский == -sky/-skiy (depending on transliteration method), so Soviet -> sovietsky (the ie/e sometimes depends on what transliteration method you use as well)
I'm just being a language nerd, but being Polish my mind just gets stuck on that stk because it looks/sounds weird
God I wish I had learnt a slavic language instead of picking up German, thanks for the out of nowhere but welcome input
and yes I was aiming for a Soviet aesthetic, made the whole thing in Photoshop wish I still had the file saved somewhere
😄
Great comrade
nice
does anyone know which programming language this is?
smh banable imho
what
This bait
ok
doesn't look like true lua ```lua
local x,y=5,2 print(x*y)
lua have ;?
next task is to create python syntax in cpp
why cpp? i used C
but i'll try
in c
this is what i got but i dont find anything else to do
this is what i have now, removed one semicolon and removed the }
#ifndef __cplusplus
#include <stdio.h>
#define and ?
#define or :
#define def int
#define main() main() { a
#define None 0; }
#define print(x) puts(x);
#/*
"""#"*/
int
#/*
"""#"*/
C = 0;
def main():
print(++C and "C" or "python")
return None
#if 0
main ()
#endif
#else
#include <iostream>
#/*
"""#"*/
int main() {
puts("C++");
}
#/*
"""#"*/
#endif
works in C++, C, and Python
what if you change the file extension
psure C compilers accept any sort of extension
so maybe it'll also work with python
found the issue
vscode auto formatted on paste
indentation broke
so main didnt get called
works now
ok
the main() was with a tab
Now call the main function too?
What
You also forgot : and why ;
Because its C
Wait how does this work in Python......?
Does the Python interpreter also compile the C code or smth?
all of the C preprocessor stuff is a comment, and a lot of the C/C++ code is in string literal
Well why does not the ++C raise an error? Isn't it wrong syntax?
!e print(1, +1, ++1)
@acoustic moss :white_check_mark: Your 3.11 eval job has completed with return code 0.
1 1 1
+x corresponds to x.__pos__()
Ah thanks
!e
print(--1, +-1)
@ionic bane :white_check_mark: Your 3.11 eval job has completed with return code 0.
1 -1

is int.__pos__ an identity function?
Seems to be the case
are there any interesting uses of pos in libraries?
cause i don't rlky see the purpose of it since it just returns the number
a quick search gives me usage in statistics
Numpy uses it for copy, allowing you to copy a numpy array without depending on numpy and remain polymorphic with integers etc al
huh, TIL
I tried to find actual definition of int methods, but while searching for unary, I found cpython comment calling stuff PITA (pain in the ass) XD
Objects/longobject.c line 6250
long_long, /*tp_positive*/```
`Objects/longobject.c` lines 5338 to 5347
```c
static PyObject *
long_long(PyObject *v)
{
if (PyLong_CheckExact(v)) {
return Py_NewRef(v);
}
else {
return _PyLong_Copy((PyLongObject *)v);
}
}```
Oh, nice. I looked over it but didn't decipher the thing correctly so I moved looking elsewhere XD
do i spy a TIL post 👀
not interesting enough
@dense tusk ask your laptop question here
Gaming laptops are more powerful than general purpose laptops. Though they also are heavier
i see, like i need a good reason to convince my dad for a gaming laptop, hes not willing to buy one coz he thinks their battery lives would last for only 2yrs or so, which is true ig, but i really want one
here is the question again, just so that others can maybe give suggestions:
Hey ppl, so I'm tryna buy a laptop for my college, but I'm confused which one to buy... My parents say that a working laptop is good, but my friends say a gaming laptop has high performance so go for it, and my budget is just $1100, can someone help me?
Gaming laptops tend to burn bright and fast. The performance would probably start to drop off after two years.
My gaming laptop started to go bad after two or three years. I still use it occasionally, but not for gaming. And the battery doesn't last very long.
Any reasonably modern laptop should be fine for student use.
But if you're a gamer, getting a gaming laptop is probably the way to go as a student. You just have to prepare for the reality that it might not last all four years of uni
By my last semester, my laptop had become unusable, so I wiped it and installed linux
(which is a good way to breathe life into a dying laptop)
Getting a gaming laptop as a student might not be the best of things
I used a lightweight laptop in college. I liked taking it to class and the battery lasted pretty good, didn't have to plug in during class
Why not
Introduces temptation
I really struggled to focus on my studies when i had a machine that could run games i played
That's true, but it all depends on the person's ability to control himself
i would suggest a thinkpad
but if you want to game on it then probably not. what are you majoring in?
ya. gaming laptops for 1000ish are kinda 🥴. my current laptop is like 1.4kg with an ok battery life. very nice to carry around
didnt decide that yet, i didnt graduate 12th grade lol
what do you think you want to major in
other than compiling code faster, there isn't really a need for a laptop with good specs
especially during your freshman year
@sterile grail 😠
how many times do we have to tell you this old man
yellow snow is bad for you
Am looking for a one teammate or two by max so we can learn together and solve ex. From leetcode everyday by choose a specific hour. I just start to attend udacity course for algorithms and data. Anyone interested DM me
yellow snow is great wym!
**```
.catify <text>
**Can also use:** `ᓚᘏᗢ`, `ᓚᘏᗢify`
*Convert the provided text into a cat themed sentence by interspercing cats throughout text.
If no text is given then the users nickname is edited.*
That's a personal issue honestly if you can't control yourself
It is, doesnt mean you need to make it harder to resist yourself
Your catified nickname is: 'Abd al-Wadūd | ᓂᘏᗢ
Your catified nickname is: 'Abd al-Wadūd | ᓂᘏᗢ | ᓂᘏᗢ
:ok_hand: applied mute to @hallow stone until <t:1672053283:f> (10 minutes) (reason: duplicates rule: sent 4 duplicated messages in 10s).
The <@&831776746206265384> have been alerted for review.
.catify
Your catified nickname is: ⁉ | ᓚᘏᗢ
Your catified nickname is: Hunter | ᕂᘏᗢ
.catify
Your catified nickname is: Sine somno | ᕦᘏᗢ
@primal inlet It's really old (C99 wasn't even a thing at the time of publication) but it is "C Pointers and Dynamic Memory Management" by Michael C. Daconta
alr thx
@rough sapphire so C is a language which allows you to manage memory manually.
Let's start with the automatic variables.
int main() {
int automatic_variable = 27;
// other logic, print "hello, world" maybe?
return 0;
}
They're closest to Python variables. The memory they use (to store their value) is allocated automatically when the function that contains them (here, that's main) starts running, and then freed/deallocated when that function returns. If you're confused by "allocated" , it's like lending a book from the system library (except the books are memory chunks and the library contains all of the memory chunks available).
Now, there are also dynamic variables. These are the variables where you are responsible for allocating (enough) memory for the variable to store whatever it needs to store.
int main() {
int *dynamic_variable = malloc(sizeof(int));
*dynamic_variable = 27;
// other logic, print "hello, world" maybe?
free(dynamic_variable);
return 0;
}
This is pretty complicated, let's go through it line by line.
int *dynamic_variable = malloc(sizeof(int));
The malloc call is C's way of asking the system to give us (allocate) a chunk of memory from the system pool (called the heap). How big is the memory chunk? It's the result ofsizeof(int)which essentially translates to "enough space to store an integer."
Anyway, the malloc call actually returns a pointer (that's the star before the variable name, it means the variable's type is a pointer). What's a pointer? Basically a value that represents the memory address (ie. location) of some other value. In this case, it points to the memory chunk the system allocated for us. It's like the library giving you a card that contains the information needed to find the books you just checked out (eg. FLOOR 1, SHELF B, BOOK 27).
This pointer points to an integer, or rather a memory chunk containing the ones and zeros that represent an integer.
*dynamic_variable = 27;
Here's the actual assignment to the variable. However, we can't just assign to the pointer directly as that would change the memory address it points to. (That would be like switching the card the library gave you with another card that points to a different book.). We first have to deference the pointer (that's the star before the name here) which essentially means "go to the memory address this pointer points to" before assigning the integer.
free(dynamic_variable);
Last part. Remember how we asked the system to allocate a memory chunk for us? ... well it won't deallocate that memory for us (it would be like if someone from the library just came to your house and took back their book without asking or warning). Instead, once we don't need that memory anymore, you free it (ie. give it back to the system).
... and that's a heavily simplified introduction to automatic and manual memory management in C!
it is complicated, but it offers you a lot of flexibility to control how memory is allocated and deallocated.... which is important if you care about performance (which you probably do if you're using C)
Go Or Rust
For a python and js industry lvl exp guy
Biased opinion: rust
i'd go with rust just because it's wildly different from both the others
writing code with a type system that powerful is a significantly different experience
and is extremely valuable, whether you work with the language in the future or not
Go might be more useful career wise
If youre gonna learn something wildly different why not pick haskell or apl or something actually wildly different
they gave two options ¯_(ツ)_/¯
also i just hate some of go's decisions language wise, so i'm definitely biased
particularly as a compiler nerd.
also neither of these languages capture the full scope of what i mean either (afaik)
particularly on how in rust, the type system doesn't just exist, but correctness is encoded in it
you're forced to think about everything that can go wrong. in go, a lot of that doesn't exist.
which is something i think is valuable, at least to try once
but fair warning, beyond just jobs, rust is a lot harder to pick up
rust syntax is scary for me to consider, and there's no reason for me to learn rust as there are no open-source program i use that is coded in rust
then don't learn it ¯_(ツ)_/¯
i think it's a valuable experience, but i'm not shoving it down your throat
ftr the syntax isn't that bad, if you can get used to a lot of important information being encoded in few characters
which does take some time
hiiii everyone im new here and im trying to follow the 'learn python visually' book tutorials but i cant even get past the setting up so i was wondering if anyone could help
Damn hadn't checked in here for a while and apparently there are no help channels named after stuff :'(
Really liked them
Now there are forums :\
snek support moved to forums
Hey!
I am an entrepreneur looking for new opportunities to collaborate and create. I have a background in tech, but have gained expertise on the business side of things over the years. My business partner and I are currently looking for a tech co-founder to join our team to lead the tech side of things.
If you have a background in tech and are interested in collaborating with us on a new project, we would love to hear from you.
Please don't hesitate to reach out if you are interested in connecting and potentially working on something together. If this isn't the right place to post this feel free to delete this and let me know where to post.
!rule 9
Let's discuss the tradeoffs between Inheritance and Composition
Access to code examples, discord, song names and more at https://www.patreon.com/codeaesthetic
0:00 Introduction
0:25 Inheritance
3:32 Composition
5:22 Abstracting with Inheritance
6:52 Abstracting with Interfaces
8:20 When to use Inheritance
Found Dwayne Johnson among us
your mother
