#ot1-perplexing-regexing
1 messages · Page 148 of 1
Precisely yes. They’re relationships aren’t based on the foundation of friendship.
And that’s totally fine
Be it physical, financial, etc
I've been wondering how they make these glorp versions
alr good talk bye I don't get it anymore
smae
oh my god
@quasi blaze so you should never sit in a car your friend is driving because then they have control over where you are going?
go get a fucking girlfriend
I am pretty certain I made my position clear
im starting to think that Keezy has some unaddressed trauma that leads him to not comprehend healthy parent-child relationships
sotp watching this fermented ket addict
this thing looks like a alien/cat fursona if it was made by people completely unfamiliar with the disturbingly high talent of the furry community
sorry I'm not Watching his fascist ass
y'all wtf is happening in here, I just walked in
We should keep things respectful please
Also for the love of god never take advice from Jordan Peterson
ight good talk guys I cannot continue without being toxic
You can sit them. Yes
Why? Don't they have control over me then?
They have control over the car.
Which I'm in
Okay so what’s the problem
My entire life is in their hands, they have all the control, I have nothing.
Can I still be friends with them?
Yes you can
@timid latch@quasi blaze I really don't think we need to continue this conversation. It's been beaten to death in this server. Keezy won't change his mind, no one else agrees with his viewpoint. We don't need to go over it again.
Doesn't that go against what you were saying?
Unfortunately, we have to discontinue this fruitful conversation. A mod doesn’t like it
oh for fuck's sake Keezy. This is a conversation that has run its course half a dozen times. It exhausts everyone and we get reports about it. So I'm stopping it early.
^^^^^
Wack
positively freudian
my same reaction
father-child relationship is socially fabricated, males need to go on a sexual rampage.
oh hello KRRT
!ban 1332137933301481594 this is inappropriate and wildly against our code of conduct.
:incoming_envelope: :ok_hand: applied ban to @analog helm permanently.
????????
what's up chat
I'm not sure chat knows the answer to that.
what's down chat
TYPE SHITT
bruh
has anyone built something cool with streamlit?
no but im making a dns server in c
let me try this rq
i'm not using it for data viz but as a way to package python without learning front end
Yo
kinda sick
work IT folk put it on azure for me, configured SSO and now we are live with a tool people can actually use
Been a while
hiya, been good
yeaaah haven't felt the urge to change it
Did you get tired of the director duties?
And so you decided to step down?
it's funny you say that bc my current day-to-day is so much busier now i can't remember how much time director duties took
basically i needed to reprioritize things
Oh so I was correct for the most part lol
they offer free community hosting too
Welp I hope you join vc one day and we can talk
👀
lmao is it the ai generated dog
thats hard tho
it is
Eugh
correct, im dead certain bro needs therapy, im serious, this is exactly the kind of thing it's supposed to fix
that looks rly cool
now I have to find a use case for it
Type shit
yeah but it was a pain in the ass, maintaining state is a rooftop type of situation
what do you mean by rooftop type situation?
i agree though i wouldn't know how i'd manage state in streamlit
ok <@&831776746206265384> cross posting
7 channel spam. idk how pybot didn't catch it
what kind of test
yup but could you subscribe
no
That is my goal
!warn 1347102892649218079 Do not spam your YT channel in our server.
:incoming_envelope: :ok_hand: applied warning to @formal verge.
And delete the ads please
ok
(all of them)
How do you not know where you posted it? This is still here: #career-advice message
but will you pls subscribe just subscribe
!mute 1347102892649218079 I was serious about "do not spam"
:incoming_envelope: :ok_hand: applied timeout to @formal verge until <t:1747133547:f> (1 hour).
It floors me that isn't an instant permaban
Dude, I was using that box
"Nah, you left it empty"
Yes, because I emptied the weeds into the wheelbarrow, but I still have more weeds
(it's been over 15 minutes now, I'm not getting the box back anytime soon)
Just move the cat it ain't that deep
One does not just move a cat
it is that deep
Meanwhile I have discovered the cause of my freezing
The system isn't actually freezing, just every monitor connected to my second GPU
Tried a DDU and fresh install, Unfortunately the card is cooked
which gpu
and whats your first gpu
4070 Ti Super
damn
I need the second one for the extra monitors and streaminf
is your rig like $3000 total 😭
I can't run my vtuber model on the same card as I'm playing games on
Something around $2400
wild
But it wasn't bought all at once. It's like 3 generations of parts at this point
I'm upgrading at the end of the year and most of this is just going to be the streaming PC
Probably 9800x3d and 9070XT
Either 128G or 192G of RAM depending if microcenter has a good deal or not
But again... That's EOY. Holiday bonus time. Not a right now thing.
you do vtubing?
sorry what
128 GB of RAM for what purpose???
Vtubing game dev pipeline
Blender, unity, affinity, substance, OBS, Warudo
All at once
I easily Max out 64G
And right now I have only 48
It's what I get for buying shitty patriot RAM.
Did you read the article?
@limber mantle You might want to capitalize the i on your site "I have several goals i wish to fulfill."
^_^ thanks
yes, I still think it's overhyped, cool, but over hyped
This makes completely no sense to me
if the response is 200, there should be JSON content.
You’re assuming it’s a JSON-based API
It could be literally anything
200 is success
A “normal” website returns 200 when it gives you an HTML page.
Or JS
Or CSS
Or images
Or WASM
Or …
I have APIs that return JSON, XML, SOAP, raw bytes, even CSV files
It is
That’s a bad way to do that though
Because it will throw an exception if they’re isn’t any JSON
what is the content?
it would be amusing if it's a 200 text response with an error
It should be something like this:
{
"MessageType": "string",
"Sequence": 0,
"SessionID": "string",
"UserAuthKey": "string",
"Target": "string",
"TimeStamp": "2025-05-14T17:00:55.738Z",
"Originated": "2025-05-14T17:00:55.738Z",
"ResponseTo": 0,
"ResponseCode": "None",
"Content": {},
"MAC": "string",
"Errors": {
"Errors": [
{
"<Context>k__BackingField": "string",
"<Title>k__BackingField": "string",
"<Detail>k__BackingField": "string",
"<ErrorLevel>k__BackingField": "Information"
}
]
},
"HasErrors": true
}
Ah yes
Errors.Errors
that's not what I asked
what was the actual response text?
which I think is content of the response
it's been a bit since I've used requests
Oh I see what you mean.
It reads “b’null”
I mean, I guess that's a valid json response
maybe u need to wait for the json to be streamed? idk requests
Try curling it in the terminal
🥌
I get this response:
curl: (6) Could not resolve host: application
curl: (6) Could not resolve host: Basic
curl: (3) URL rejected: Bad hostname
curl: (3) URL rejected: Port number was not a decimal number between 0 and 65535
Are you doing it the right way
imagine its 200 but the body is {"error": "...", "status": 404}
you curled it wrong
what improvements to my form do you suggest?
I just copy and pasted what was in the curl box for this documentation https://portal.utelogy.com/swagger/ui/index#!/Room/Room_RoomGet
show what you pasted
curl -X GET --header 'Accept: application/json' --header 'Authorization: Basic dhjfdhjdhjfdhjfdhjfd' 'https://portal.utelogy.com/api/room/fdfdssfdfdsfddsffd'
there is no chance the curl command you shared produced this error
agreed
ah I get it
you're using Windows
you need to use double quotes
instead of single
it worked in WSL but not in Windows CMD
I obfuscated it because it’s sensitive information
Curl doesnt exist on windows
Its an alias to iwr
It doesnt take these params
they are actually using curl though, according to the error message
I dont think its on windows tho
You went out of your way to install it
Its not core or whatever its called on windows
I legit have no memory of manually installing it lol
Lmao
Why is it an alias in powershell
Because PowerShell had it as an alias for years to iwr
smh my head
It's a breaking change to change that
PowerShell is the only shell you should be using on windows tbh
Cmd is ass
wsl
powershell's awful crippled curl alias makes me hate it
WSL is great. But it's not your windows shell :p
also, windows terminal??
cmd with windows terminal better,
Hello y'all
I am slowly figuring out why the content returns as 'b'null'' whenever I send a GET request to 'https://portal.utelogy.com/api/room/{id}' it's something to do with the room_id variable.
When I type in the raw string of the id, I am able to get content. Mysteriously strange.
Did you type the code correctly?
@quasi blaze
I just removed the room_id variable and replaced it with the raw string
I put the raw string inside the parameter
Did anything change or is it still causing an error?
What does that mean keezy
room_id is a string no?
Youre just concatenating it to the rest of the url
as oppose to assigning a raw string to a variable
and using that variable inside the parameter of the function
I see content when I use the raw string as a parameter
Im not sure that would make a difference
Something else must be the issue
just print room_id and see what it is
It prints a sequence of characters on the console
Could it be the for loop?
There’s only one element in room_id_list
Yes
so using a static string instead of a variable isn't the issue
it prints
https://portal.utelogy.com/api/room/678e66e5558e65er6bab4e8
This is really strange
Oh my god. I overlooked
I was using the wrong room id to test my function the whole time
Coding moment tbh
Fr
happens to the best of us
yeah sometimes ur brain just does that 😔
this reminds me of how i was reusing a rule in my parsing grammar because it was basically supposed to parse the same thing
yeah that shit broke my parser for a soliddd
30 minutes or so
could not find the issue
one time i spent ~45 minutes to realize i was editing a backup but running the main file
nice!
ok buddy
chat
who is this kid
?
ohhh
thuris alt
duhhhhhhh

thuri has alts?
how
how
every time
GET OUT OF MY HEAD
GET OUT
huh
in your walls
you know what
try it in front of a mirrot at midnight
if i leave, there'll be nothing else there. i can't say that'll be a good thing
joe hendry reference?
ok
yeah
ok
wheres my deathnote
im hacking you bozo
bro is malding
that's crazy
i stole it
😎
NO
boxo
its me against the world
you're not getting it back
don't worry @carmine apex you're safe
and we're all laughing at you
🙏 godspeed
oh my
pointing fingers and everything
dont give up
lol 🗿
keep persevering
anywho
@green pelican I finally got around to setting up a Jekyll theme for a blarg
i know. being at your house right now, i'm using your computer, so certified is going to "hack" me by hacking you
the hell is blarg
blarg = blog
but it's my first AST
oooooh
same thing
yeah well who asked
ok
whats ur blog made with
jekyll
or whatever it is called
i use sphinx 😎
also, fish, if you could add more AC to your walls, that'd be cool. your pc is getting a bit warm
I'm not sure, I just want a place for my ramblings to live
real
how did you fit in the walls when they're not hollow 🗿
youll get employed one day 🙏
feel free to follow in my path
nah
my power tool friends convinced them to become hollow
dang
that's crazy
frfr
hope you have good home insurance i guess
😩
oh yeah smart guy?
what is my setup then
trash
🥀
a what?
hold on
tented?
what in the
someone i work with had one and i fell in love
lol
its probably good for ur wrists?
idk
you get more desk space
thats neat
where's hyde?
that is the most diabolical thing I have seen today.
someone i work with [...] and i fell in love
certified lore
🗿
Guys i have news
nah hes married and about 50
not my type
I am employed
no idea go ask the doc
make it happen
This is actually true
well, yes, we know, by some city, as mayor
whats the position
he didnt get it 
Package handler at FedEx
Wait why?
first, based fir emoji user
second, fish did get it, based on their response
amazon package handlers literally die in high rates i cant imagine its rainbows at other companies
idk thouhg
get the bag
get what? the curse of the pharaoh?
I can assure you I did
This position is great they pay like $17/hr
It's like... all of the ergonomics except none of them that matter.
its my love
you cant take it
I wouldn't think of taking it. It looks painful to use.
I have a split keyboard that tents, so I do know. I just don't like the layout of the keys. If I'm going to go with a split keyboard, may as well improve life with linear keys and some thumb clusters.
It's a start. At least it gets your arm stance wider.
hm alright. i thought jekyll was the doctor
man that CS paper
they are
opened that shit
dr jekyll and mr hyde
"define a pixel"
i just got joint issues so i need something that wont give me long term damage
what the fuck is a pixel
a phone series made by google
type sh
sh
so how do you call the doctor
I know that feeling. I have/had series RSI. I won't go back to standard layout keyboards.
via the pixel
holy
thats so
strange
i could not emacs on that
no comment
not the phone. the thing on screens
this is a comment
You could emacs on it.
not me
preocts must you encourage such horrors?
M-x is as natural as breathing for me
gills or photosynthesis, then?
what
Thuri
If it means preventing RSI? Yes. That's a sacrifice I am willing to make.
chari
is this custom-made?
No. It's a Kinesis360. I had the Kinesis Advantage2 before it.
Split boards are the best
And I have an alice-style one I use as my portable ergo board which is also quite comfortable
I'm new? 👀
For me you are, yes
lol fair enough
Mods do not exist fully until they have been observed by the Mayor
How's it feel Jack, to have your quantum state collapsed like that?
I suppose we just exist in a superposition until observed
When did you become mod?
I feel like this is the first time we've actually talked
About 4 years ago it seems
Unless my memory is fully falling I think it was like a few weeks after me?
I'm less active than I used to be, busy with other stuff and things
So you might've just not caught me
huh, iceman's no longer a mod, just a helper now
My memory was completely wrong, I was 1.5 years before that point
that's still a few weeks after then
(at least I was right on you becoming mod after me, because I distinctly remember the announcement for some reason)
Don't count on it
Oh cmon
.8ball are you ever wrong?
Without a doubt
.8ball Will Cheeki reply to my DMs
My reply is no
I quite like this one
I like it too. Having a keyboard with separate halves now though... I would struggle to go back. My arm stance is wiiiiide.
@noble niche
Yeah on my normal board at home I have a very wide stance
The alice one is nice for taking to uni and whatnot though
I can just shove it in my bag
Doubles as an effective weapon, it's dense
Very nice. That's what I liked about my WASD keyboard, when I used it. That backer plate they use in it makes it quite a bludgening tool.
.8ball am I an idiot?
Cannot predict now
I'll take that as a yes
I've fallen in love with a wide arm stance so much I had to buy a different cable. The stock bridge cable just didn't come close.
Is this cable management?
Yeah the bottom half is just a slab of alu
.8ball Will jack accept my fr?
It is certain
Cable replacement. :) I send this photo to the manufacturer telling them to higher a QA and change the stock cables they ship the keyboard with. For the price tag, no excuse that the stock cable doesn't, at the least, have a 90 degree connector.
I def need to do a cable management for my desk
Yeah for a split board I'd expect a cable that lets me spread them to shoulder width apart at least
Mine usually sit about this distance apart
you were a mod once?
For like a year, yes
A good one at that!
What happened?
wait
do i remember this?
i might?
Life
I would kill to become mod
Don't kill
You don't want to be one then.
i wish we had former mod and perhaps even former helper roles 😔
This would be a great option, actually.
surely eggo is important
figuratively speaking not literally
It would be a bit of work to apply retroactively
I'd politely decline anyway. 
i never said it would given out only to those who want it
Rare sebastian appearance?
the only restriction i could see as feasible is denying the role to those were fired, as opposed to retiring.
but i would be surprised if all of the firings were uncontroversial
Yo do you play any games?
i do. my steam library is quite large. perhaps too large
anticipating a follow-up question, nearly all the multiplayer games are untouched
and those that aren't haven't been opened in a long time
i've had a bit of an addiction to idle/incremental games for a few years now. this got transferred to non-browser form probably around when i installed the steam version of cookie clicker near september 2021. i currently have open three different steam idle games, as well as a fourth on browser

What's your Ip address?
mmm, I suddenly need to make some paper clips.
that being said, however, it's not like idlers are the only genre i can tolerate. the ~1000 current contents of my steam library, and the few hundred i've actually opened, are wide in genre. it's probably easier to enumerate those i dislike, which would most like consist of soulslike (though i have not ever played any), multiplayer-only, and probably rougelikes
What’s your address?
if i had to pick a favorite, then walking simulators might qualify. i like stories, and while something like CoD could not have one and still sell well (see BO4, or the reaction to BO3's story, which was quite good), a walking sim without a compelling story is dead on arrival. Ergo, they're usually quite good (even if the endings aren't
)
Cool
my age cannot be measured in time
in your walls
127.0.0.1
bro is god
then start worshipping, mortal
?
078-05-1120
Wait fr?
when it's not 457-55-5462 or the real value, sure
i'm quite cagey about personal details, but i've revealed sufficient information to place me within the EST/EDT time zone of the US
well yeah, most of mine are joke answers
You def live in North Carolina
i don't actually live in your walls, as i'm too busy living in, depending on the day, robin's or fish's
i'm curious what motivates this answer
Just a hunch
Or you live 6hrs from there
Maybe you're Canadian
who knows
idk how familiar you are with the US, but something to point out: a 6 hour drive here is not that long a distance. north america is biiiiiiiig
and unfortunately, we have very few high-speed trains
(and most rarely hit their top speeds 
)
Ok that checks out
You are American
In Salem with the witches?
Eh sure
My biggest client at work is headquartered in Winston-Salem, NC
that's a different salem
_sez u _
.wiki salem witch trials
Salem witch trials
The Salem witch trials were a series of hearings and prosecutions of people accused of witchcraft in colonial Massachusetts between February 1692 and May
List of people of the Salem witch trials
This is a list of people associated with the Salem Witch Trials, a series of hearings and prosecutions of people accused of witchcraft in colonial Massachusetts
get wiki'd
Mass., huh?
heavy stuff
really weighs you down
Its like cat but with syntax highlighting and line numbering
yup
👍
i love it
So pretty 💄
clean monospace

where psreadline
wdym
pspspsreadline 🐈
The PSReadLine module contains cmdlets that let you customize the command-line editing environment in PowerShell. There have been many updates to PSReadLine since the version that ships in Windows PowerShell 5.1. v2.3.5 first shipped in PowerShell 7.4.2 and 7.5.0-preview.3 v2.3.4 first shipped in PowerShell 7.4.0-rc.1 v2.2.6 first shipped in Po...
this is neat
it's basically zsh autocomplete
Isn't that one the default?
not turned on by default no
Ah yea, you have to tell it to use the fancy auto complete , true
it's pretty fancy 👍
How does it make sense for an HTTP response code to return as 200 but the body response is null and the request was sent with the wrong Basic Auth in the header?
Wrong basic auth is cursed, that should be a 4xx
If the response is null, it could still be fine depending on what the null models.
—————-
| joe |
—————-
Wanna play satisfactory?
202 no content
Let my man out
Whats the http status command
Wanna play chess now?
.http_status cat 500
no i still have exams
:/
.8ball Will Chris the admin play chess with me?
Yes definitely
Let's gooooo
.8ball is 8ball to be trusted
It is decidedly so
okay.
.8ball will forgie play chess with me?
Better not tell you now
.8ball will forgie play chess with me?
Reply hazy try again
.8ball will forgie play chess with me?
Outlook not so good
why is it so accurate
it just indirectly answered "supposed to sleep soon, so not really" for me
(among other reasons)
are you locked in
Let's gooo
How bad is nix?
And like whats wrong with it
dont say i didnt warn you
what was the last straw?
it's not "bad", at the moment it's probably the best at what it does; I personally don't think that, however, it's suitable as a desktop operating system that "just works" enough of the time that you're able to be productive with it--and I'm usually not that averse to tinkering. It got to the point where I was fighting the system way too frequently to get things to work.
nixos by definition does a lot of things differently, and so you'll have to adapt your workflow around it. This isn't inherently a bad thing, but because it does a lot of things differently, there's a lot of pain points you'll need to work around, at after a certain point it's just not worth fighting your system to that extent. One of the biggest examples of this is that NixOS doesn't follow the filesystem hierarchy standard (which is intentional). In practice what that means is that you can't run any random dynamically linked executable that you find (including applications, software off of github, etc) without having it packaged for nix. Now, nixpkgs is huge, but when you do eventually come across something that isn't packaged for nix, you'll need to do that yourself, and that's a pain if you aren't familiar with how nix works (and a lot of people dive into NixOS and nix without knowing their way around nix). I spent a disproportionate amount of time trying to package a specific greeter for LightDM for my system before eventually giving up and just using SDDM. (I could have used a different LightDM greeter, or I could've stuck it out and at some point probably figured out how to get it working, but it just stopped being worth the time commitment). It's not that you can't do it, but the combination of the scarcity of documentation, precedence, and examples for workflows and setups that may be less common or unconventional end up making it such that a lot more effort is required to find solutions for these issues. Additionally, it made working with python a huge pain in the ass.
there's various workarounds (e.g for things like VSCode, you can use an alternative package that launches the editor inside an FHS compatible environment so that extensions aren't totally borked), or system wide things (like nix-alien). For python, I didn't want to package my projects with nix--I wanted to keep using uv and pdm. All I wanted from nix was an environment that made these available. long story short, it didn't work (due to the aformentioned lack of FHS compatibility), and the existing "solutions" were far too much work that was worth it. I found an escape hatch in the end, but that opened up its own selection of issues.
I think if you get to the point where you need to fight your system to that extent, it's no longer worth using.
I will say that being able to declaratively configure pretty much the entirety of your system is pretty nice, and there's a lot of nix that I really liked, but it just wasn't worth the productivity tradeoff to continue using.
(also, NixOS is the operating system. nix can refer both to the language (the functional programming language that you use to write derivations) and the package manager. You can use nix without needing to use nixos, which I suspect would mitigate a lot of the issues I had, and would still give you a lot of the nice things nix provides.)
to be honest if you have a fairly straightforward workflow and you aren't so opinionated that you aren't willing to compromise on certain things, nixos will work just fine.
I have an Arch dualboot for the things that I found were just impractical with Nix, and I've thought of just switching to the Arch install completely
it's a shame because the principles behind it are genuinely great and interesting
yeah it'll be exciting to see where it goes, especially now that it seems to be getting a larger userbase and community
I will definitely miss nixpkgs
im not reading all that but im happy for you or sad for you
💀
im enjoying fedora atomic so far at least
it's works more like a traditional linux system, but it's still immutable
🤓
Do you guys ever get sad when you spend an exuberant amount of money? I get sad because I think “Damn. Now it’s going to take me an X amount of Y’s to make $Z back”
kinda
I feel it most when I buy food that I end up throwing away, throwing away food ruins my day
I can't say I feel "sad". If I have to spend more than my budget accounts for then I feel driven to determine what changed. If I have to pull from emergency funds, I review what happened to see if I can avoid it in the future.
I did feel a little sad when my new monitor was stolen off my porch. But it wasn't the money, it was that I wanted my monitor. 
cant have shit in detroit
Me ever being the optimist: I hope some kid got that monitor as an unexpected present and has been gaming like never before. It was stolen during the holiday season.
Robin lore dump
?
You're from detroit
Can't be from Detroit. Can't have shit in Detroit.
wow... that reads so mean... Not how it sounded in my head.
real and true
no
Nvm then
bro missed the joke
I'm too lazy to read the messages okay?
Dude preocts is in pirate software I'm jealous
So join us. Become a goblin.
It's not a cult.
I can't anymore
👀 
I got banned there is that what you wanted to hear??
not really.
i usually don't spend money nilly willy and when i do there's some sort of ROI involved
i'm about to drop way too much money on something that won't give me ROI in money, but it will improve my quality of life substantially, that doesn't make me sad, quite the opposite
I had figured. It's neither here nor there. 
I feel sad spending any money ngl
I feel sad looking at my payslip deductions
(x) doubt
#python-discussion message
@round wadi You mean an infinite set of codes?
:/ this place sucks , no fun without some risk of ban by offtopics
Eh, I just feel like it's easier to find interesting conversations that don't immediately die in the python-discussion chat.
Just redirection man
#python-discussion for python discussion
:/
Redirection man, the world's worst superhero.
Would they effectively be bulletproof?
"if you want people to follow traffic rules , fix the portholes"
And yes give us free self driving cars
im not seeing the analogy here
Wait, so you mean like telekinesis? Uh, I wouldn't have considered that bulletproof, but depending on how you look at it... I GUESS
Yeah right. Keep 400k people on topic in any way other than moderating the discussions and politely asking to change channels
lol
Redirection Man, with the power to redirect
Would it be telekinesis or only physical?
ok
I personally feel like sometimes the "keeping people on-topic" idea is overvalued. But I guess it would be complete anarchy if you didn't have some principles. So that's probably me not realizing how good I have it.
Ok
Cyclists in the streets moaning about how close to them cars are
Hmmm
But refusing to use cycling lanes
Would he be able to redirect the haters to one of his enemies
It would br a revolution
basically
In general it is only #python-discussion that gets steered to the different channels
Very rarely are other channels redirected
I just have a more shiny car
Maybe #community-meta and #career-advice
Than the road itself
If we want them to, then yes
Government want taxes
Is there a difference? I find a more interesting distinction to be whether he can redirect people to not even try to shoot him in the first place. Like, mentally.
Thats what
Mind control would be pretty OP.
lol
For this fictional character mind control would be wild
do you know about numpy plzzz explane it
Mind control, but limited only to controlling where people aim stuff they're physically handling.
The power to redirect output in a unix shell
without that rule then chat will devolve into ppl just posting their camera roll onto discord
The superpower to remember how to do that without googling... bruh
no - what you want is your car to be exempt from certain laws
which isn't how ppl typically picture a conversation
going 120 in a school zone <3333
Maybe i want a flying car but im too stupid for that , so i get angry on the traffic operators
me when the police arrest me for going 120 in a school zone (i have a more shiny car) </3
they r just jealous
On a similar note, I sometimes really dislike how I can't use emoji reactions in python-discussion. But I'm sure there's a really valid and empirically verified reason why they can't have it that way.
it's a help channel so imo it's better to not have them so ppl don't derail
How do you moderate reactions
some ppl get confused by reactions
(And they are only disabled in the one channel)

It looks like its gonna hit me with a frying pan
The main worry are reactions that are either NSFW or spell out words
Start by deleting pithink
Also general spam
I don't get how you would derail a conversation with reactions though. They're literally the least obtrusive thing you can send in a chat. I personally would really like the ability to acknowledge a message even though I don't wanna generate junk by responding to it when it wouldn't add to the conversation.
I hate this rule I love spamming
This is the thing that makes the most sense to me.
Police have their own problems in life i see hmm
we have channels in my friends discord dedicated to different kinds of spam
ones for tenor spam
We want the server to be a pleasant place to be
ones for certain emojis
Do you love and want spam?
others for spamming memes
No
but that shit is hard to moderate
hi
Hi
do you can explane about def in 10 seconds
Then we gotta do something to control spam and trolls
Man all im doing is hitting fibre and plastic and glass in random order
Honestly, spam doesn't taste that good. It's fine, but I'd prefer something else. Like chicken.
Its the mistake of computer not me
def is the keyword to start defining a function
it's a shortcut for running the same code without having to write it again
Too short, gotta pad it a bit more! You didn't use all 10 seconds.
I wish we had def on paper too
uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
def is the keyword to start defining a function
what is its use in real world projects
Def is a sign to use it definitely
Misinformation is allowed?
I forgot rules
Wait
😭
me fr
Only difference is , i never get tired of it
Obvious jokes in context are fine, but if someone is learning and doesn't know, then it isn't as good
We don't want to teach beginners to be confused and misinformed
Maybe misinformation leads to his success, like what edison's mom did
I can be edison's mom
Yk
Okay. Imagine you have a lot of code. Just... everywhere on your screen. And you have to read through it all constantly and copy-paste the parts you want if you want to reuse them later. None of it makes sense because it's all operating on the most concrete level of abstraction that exists in the language. All the logic is all in your face all the time, which means you get lost in the forest of unmanageable complexity. def is one of several mechanisms of abstraction afforded by the Python programming language, which allows you to take that code, put it in a box somewhere, give it a name, and then just use that name when you want to use it later. It can really clean up your code, ESPECIALLY in a large real-life project.
ya
This sounds like misinformation
Idk actually
Thank's
He was kicked out of school or something
Then he got addicted to filaments
Lmao ok change the topic
checks out (filaments part)
true
defis for defining variables not functions
python ppl r wrong
I thought you had to be in #python-discussion to do that 😏
.topic
apache groovy 💪
apache groovy was such a bad movie
?
Whaaat, we get off-topic topics in the off-topic chats? Never seen that before!
porco rosso
it's a manga u dumdum
Unless you're into that as well.... Filaments yk
the movie is a ripoff
no fucking way
the manga was made by the director lmao
I don't think I have a favorite movie. But I have lots I wouldn't mind rewatching. And have, multiple times.
which one would you rewatch the most
To be honest, most of my "watching stuff" is just me passively re-listening to listenable stuff on youtube in the background. I think one of those would be my most re-watched "movie" of all time
Imagine u make a filter , that seprates rice from ants , now u wanna use that filter again and again, will u make it again amd again or use the first one u build
Def is that
RIGHT NOW ⁉️
also porco rosso
U can put the filter in def and its like ur personal tooklit u can use anytime and call anywhere like a servant or a dog with a bone
Please let's not anthropomorphize my programming constructs. I'll feel bad.
AMD?????????? ryzen 9??????????????????????
yeah, considering how much i aubse some of them /j
/serious
you people will regret this
How do we know you're real
ahaha
you dont
What if you're actually a cat hitting the keyboard
because i am not
Its just insane probabilistic case that it all makes sense
I bet I could scroll back to a random picture on my phone from the last few days, and it would be of my cat sitting on my keyboard.
I dont see any snow
sowwy

Big cat energy right there

Nope, it isn't, but correlation is a powerful thing! The thing you're doing could be both annoying and illegal!
Feels like this got real real fast.
communists realizing they are an instance of a class /j
lmfaoi
But are you callable?

Hmmmmmmmmmmmmmmmmm
by my __call__ 🔥
Nvm
Man its not interesting without 10 people screaming "off topic please"
im killing oyu
off topic please
Off topic please
You're not 10
HOW DO YOU KNOW?
only maomao
I could be 10. You don't know my age.
WOAH! slow down there pal
Not a lot of people know this but murder is actually morally wrong
Yo dont say that , discord banns people directly
You don't want to be saying that on discord if you value your account
By stating your age
source?
I love the casual "not a lot of people know this" line. I'm trying to wrap my head around it and I just can't.
ummmmm... uhghhh... 🤔💭
Cue trolley problem discussion.
Huh, I guess it's true that not a lot of people know this, when you think about the fact that morality is an unsolved problem. Lots of people may think they know it's morally wrong, but do they really?? HMMMMMMM
Morals aren't a fixed thing, they mean something else to everyone
on second thought
i don't buy singleplayer games
in favor of
murder is ok
And finally, FINALLY, the conversation circles back!
..
. Ah yes
Only things left are immoral
There are two types of evil , both are not evil
One does it for fun , another does it for need
.......NO WORDS
man i have so many ethics memes in my folder of various philosphers
i need an ai that sorts my memes based on academic field, not an ai that summarizes google search
@samaltman
go fuck yourself
idiot piece of shit
you know what
i should do it
That sounds plausible with current technology.
only i can do it
I made one , once
I mean coded
so i must do it
Or you can just leave it running while you do the exam and come back to sorted files? 😛
it doesnt know if the meme is kantian or utilitaranian or if its bayesian or frequentists
I also made a copilot that was too good , it felt so good to be lazy again, its so annoying to use a mouse to do things
an LLM woulkd
At least an LLM would confidently claim it knows.
I feel like sometimes there are these ideas that just fall out of you, and I don't know how they got there or where they're going but my brain breaks trying to puzzle it out.
Yes that happens alot
I wonder how god is happy if there is one
Does he create cocaine or what
How is he happy , if he can do anything
I think my favorite example of the trolley problem is, would it be morally good to kill one person in order to donate their organs to multiple other people who would otherwise have died?
depending on which religion you ask: in abrahamic religions, we believe that god transcends all and thus such things as happiness do not apply to god




