#ot1-perplexing-regexing
1 messages · Page 69 of 1
like holding up their phone to the side of their face
and i was like what are you doing bro
youre about to crash into that family of 4 smh
Running and calling smh
other person on the line: "uhh are you running bro"
Around here theres a group of older ladies and they run and gossip together and it looks hella fun
should i go swimming if my muscles are sore?
I cant keep up to eavesdrop 💀
join them. where are your shoes
I'll see if i can get some cheap ones
I dont wanna sink 150+ gbp into shoes
Not right now anyway
yeah
you just need some kicks
so that you wont roll your ankle
when you take off

smh aboo trying to run in converse
Depends, how sore
Standard teenager behaviour
like real sore
Thinking they're invincible
Then take it easy lol
Solve some random python problems online with a nice cup of coffee
truly
but i paid for the subscription
Fastest way to get rid of DOMS is to go work out again
i already missed 4 days
We are
then they get older and realize they need to stretch. thats the first sign of getting old

ig im getting old
correct
Imagine not being able to make a donut one liner
Thats not a thing unless you cut the donut at which point its no longer a donut
donut matter
there are other one liners
Pff
Were in off topic
Imagine assuming python in a python server
i regret living
smooth edit for something so dumb
- many enough times
- much enough times
- enough times
which one is correct?
3
many such cases
@rough sapphire so basically this was my thought process, its a lil scribbly and gibberish. basically my thought process is to increment a first, then once a = input value swap a and b and start to increment b. which works fine until you get anything more than input = 2 so the bottom is me trying to workshop what would need to be done to get it to print in order
im looking at it and thinking that there is probably a better way to do it which i might try to write out now
this is my second thought process
theoretically that could work ad infinitum, just not quite sure how the loop would work
i have very basic knowledge and the section is currently about learning to use nested loops so im trying to tackle it with the concepts i know
im gonna try to whip up a quick code but i have work soon so i might have to work on it again later
yeah i mean i dont strictly have to do it that way but im just following along w an online course and its under the nested loops section
i keep forgetting for loops exist
bc we havent been introduced to them just while loops so far
like i said really basic knowledge still
i mean i can, itll just be really inefficient and overcomplicated i think
my immediate thought is while a < number
but then it wouldnt work if i set a back to 1 bc then that would always be true
i have to go to work now but im gonna keep thinking about this
meow meow 🐱
what are you trying to do? 
!e something like this?
n = 3
for i in range(1, n+1):
for j in range(1, n+1):
print(f'{i}*{j} = {i*j}')
@solemn tulip :white_check_mark: Your 3.12 eval job has completed with return code 0.
001 | 1*1 = 1
002 | 1*2 = 2
003 | 1*3 = 3
004 | 2*1 = 2
005 | 2*2 = 4
006 | 2*3 = 6
007 | 3*1 = 3
008 | 3*2 = 6
009 | 3*3 = 9
Lib/http/client.py lines 1465 to 1468
class HTTPException(Exception):
# Subclasses that define an __init__ must call Exception.__init__
# or define self.args. Otherwise, str() will fail.
pass```
?
btw, i dont want to rely on http
like i want from ground up, from scratch
and also i figured
that issue comes from the fact that __str__() would have raised an exception (self.is_details_only not defined blah blah blah)
quite weird that it just does <exception str() failed> instead of the traceback
it seems to be a thing about the default top-level error handler: https://github.com/python/cpython/blob/920b3dfacad615c7bb9bd9a35774469f8809b453/Python/errors.c#L1500
Python/errors.c line 1500
if (PyFile_WriteString("<exception str() failed>", file) < 0) {```
but I'm failing to replicate it
okay, raising an exception in __str__ works
but there's supposed (according to that comment) to also be a way to mess up an Exception subclass in such a way that Exception's __str__ fails... can't replicate that.
i think that should be changed
lol
cpython already has triple-fault killswitch right?
i doubt?
Discord's branding is leaking
the real question is what is the hex code for blurple
.color name blurple
probably that
seahorse ‼️
What do you call a flock of crows @grave cove
You have 10 secs
Waits
You tell us @rough sapphire
It’s called murder
Crows are very clever
I love them
They have an IQ of 7 year old kid
Which is amazing
They don’t kill them @rough sapphire
It’s just the name given to a flock of crows
You don’t say flock of crows
You say murder of crows
When you see several of them
I mean brain size doesn’t have to do with intelligence
Wrinkles.
Are you saying you don't?
That’s good
lol
Looooool
Anyone in here have any advice for someone who sucks at coding but is studying cs?
all As will help w scholarship money, but the grades are good, just be sure to get a good SAT/ACT score
get good at coding
junior/senior year
it's not hard
Gee thanks
you'll need to provide more detail for better advice
if you're not great at coding, you're going to have a bad time in CS
Well atm I dont have too much time for out of uni stuff but we have 1 subject where we have to actively do projects and im stuck with two dudes who are just doing everything rly.
Im fine with the theory and implementing small tings
But i have a hard time understanding my teams code and feel like I can barely contribute.
It just feels really poopy
I also much prefer theoretical informatics than actual programming
Well getting a bachelor doesn't really require much coding
you don't have projects that require coding?
And I wouldn't know what else to study since initially I wanted to go into music
We had some classes in the first year which were quite easy to pass
what courses are you taking now?
And this year (at least this sem) it's just the one
Well I have TI, computer networks and systems and software construction
- two other subjects which count toward my bachelor but aren't related to cs
TI ?
ah, interesting. well regardless, if you're not getting it in school you should supplement with some personal studying and projects
I wouldn't even know where to start
I've done some leetcode and exercism stuff
But it's mostly either too easy or too hard
I've tried getting into the advent of code
I usually quit after the first week do to time management issues
Idk what project would be a good way for me to practice while still being interesting enough to motivate me
what sorts of things have you made so far?
Literally just school stuff since I didn't do any programming before getting into uni
I made a few simple text adventure style things but that's not exactly hard
I usually end up spending more time doing other things since I end up giving up on most projects due to lack of interest
I've thought about creating a discord bot with a few basic features but I'm not sure I'd have the time for that let alone if I'd be able to find the motivation to actually finish a few solid features
"it depends", is the answer - different colleges look for different things.
if you want to apply for an ivy league university, then you'd want to be pretty strong academically, top of your classes and stuff.
I'm just struggling since I much more enjoy the theoretical side of comp sci (not because I'm insanely good at it more cause it's just satisfying when you understand something)
also, what grade are you in? are applying for college right now?
you've got plenty of time, then.
you've got a lot of options, then 👀 although, it still isn't a bad idea to keep your grades up and do well in school.
you might end up finding a college that you really want to go to as well
I've got apps coming up next year, wish I kept my freshman year grades up better 🥴
your final GPA is made up of all your grades throughout your high school career (although this can vary college to college, as some don't consider your freshman grades)
you've got time to figure that out. do you have school counselors? they typically offer career advice and such ~ my school has every student sign up to meet with them near the end of the school year.
bro do not listen to school counselors
sure. although it's also not like a bad freshman year is going to mess you up. The same thing goes for having a few bad grades in general.
my counselor was fairly helpful 🥴
they are actually the incarnation of the devil
😩
fr
give em a go, if you don't trust them, you can take what they say with a grain of salt.
do your own research and ask upperclassmen
that too, I've got friends who're in college who've given me decent advice.
too many stories where people listen to counselors and get fucked over and graduate a year late
I guess overall don't stress yourself out, you'll do fine as long as you're somewhat mindful. Have fun while you're at it too ~
you should care. the quality of education is vastly different. the quality of peers is different
it gets old really fast
friends are nice but it's different where you live with them 24/7
i like it so far but the on campus living is really hit or miss
I got lucky so it's nice
I like it. I have a good roommate and we're really chill. Our rooms are also very nice
no communal restrooms or anything
still would prefer university apartments though
nah dorms are cringe
Lucky
Nah that happens, just usually only once or twice
they always do
College is fun, but you also have to deal with things like neighbors coming back at 3 am and waking up the whole hallway and laundry rooms being taped off with caution tape because someone dun fucked up all of the machines
and incredibly unhygienic floor neighbors
lmfao
But usually most of the fun stuff counters it
Same here
also the work is light so I get to spend a lot of time just chilling or hanging with friends
For now...
Just wait until all of your professors make all of your assignments/projects due on the same day
or a house with a bunch of my friends
what's your history grade again?
We don't talk about that
💀
why is everyone so mean to me
Idk why, i feel like these dialogue paths can be represented like a html-style structure
After all, each dialogue path is nested within its previous dialogue
It can help you more when you are writing a lot of dialogues
Like a flowchart
Html can be also visualised as a flow chart, so as dialogues are also a flow chart, we can use similar html structure to store dialogue paths
And it saves you time to write whole story inside of a dict
<dialogue 1>
<dialogue choice 1>
<dialogue path 1-1-1>
</dialogue choice 1>
<dialogue choice 2>
<dialogue path 1-2-1>
</dialogue choice 2>
</dialogue 1>
Dialogue path 1-1-1 mean, they have chosen 1st choice of dialogue
And you can write it like a html file to store the dialogues
🤔
Text align boo spooky
fancy crows
they're actually parrots
Dracula Parrot they're called
i mean that is cool
thats cool
who is the smart programmer that ever lived
ah yes bc "smart" is an objective metric 
terry davis
@hearty violet if you dont want to actually put in the effort to explain, maybe dont say anything at all?
brb
ight Im back
what u talking about? the soydev thing?
yes
well I assumed people on discord were familiar with the term
so I thought there wasn't a need to clarify
but the guy was a beginner himself and not familiar with the term
after him asking to clarify, I did in fact do so
if u scroll down u can see that I also did not "put him down" and was not "reductionist"
im not saying you were putting him down, i was saying the word is unhelpful.
sure, but that's just bound to happen in conversation naturally
what matters is that I wasn't rude to him and explained what I meant instead of being an asshole
you didnt in the first place though, and thats the problem im trying to say
you should not assume people know what a word that is intended to be used as an insult means.
if i tell someone who is struggling with something to try not to be an idiot, that person might know that it means 'im doing something wrong' but they dont know how to not do that or what exactly theyre doing wrong
they just have some vague notion of 'im doing it wrong'

it quite literally couldve just cleared up the confusion if you just made a bit of extra effort to say "try to develop an enjoyment of learning, and don't be complacent"
thats like 11 words and took me 5 seconds to type
instead of just saying "dont be soydev"
yeah I worded it wrongly ig
my bad
but they would've seen my clarification if they were following the thread of u guys contesting me, so hopefully they read that one instead
(the one where I said complacency isn't good in general)
np, sorry i got a bit heated maybe
no worries
massive skill issue
lol
Holy shit an f# user
he is not just an f# user
f# is definitely interesting I wanna try it some day
if you sweat in a sweater, does that make you the sweater?
yes
Is it sweater weather
yes
agreed
we need to eliminate tech debt
hello ghost trainer. whatre your top 3 ghost pokemons
ghosts, ghosts, and more ghosts
I just did a web search for ghost-type pokemons and I only recognize Gastly and its evolutions lol
one of my favorites
apparently knowing this format of memes means you're old
poser

*sad shuppet noises*
what does gen 2 even have?
misdreavus?
literally only misdreavus huh?
sad but i think youre right
I've seen that meme format before 😤
anyway you can just have gastly line as your pokemons
youre old in spirit
peak maturity
I can't do it on the spot
poser
just be luna
Pokémon go? 🥺
good question
I suspect the answer would work for both
.wa s what do boats do
Failed to get response.
no
"sail" ?
right right
who are you? a zoomer? 
would that really apply to submarines though
sail has windy connotations
.wa s define sailing
the work of a sailor
:/
lmfao I loled at that
.wa s define sepuling
Failed to get response.
Pokémon go is cool again
pathetic
I see
is it though
cruising still doesn't fit though, I think
yeah
The sub cruised down the coast
The sub sailed down the coast
Propels
cruise is good
because are you really cruising when you need to steer the submarine?
give me a pokemon go screenshot from your game right here rn. otherwise ill think youre lying
cruise ship?
like cruise control in cars
That fits my definition of cruising through the day 😎
when you're on a cruise ship, you're the one cruising
are people who drive submarines sailors?
Submariners
.wa s define sailor
any member of a ship's crew
Borrowed from Dutch kruisen (“cross, sail around”), from kruis (“cross”), from Middle Dutch cruce, from Latin crux.
now we need to define "ship"
so cross
seems like we're back to sail
boats cross
Is a submarine just a submersible boat, or a submersible vessel
how are we differentiating between a boat and a vessel
The existence of submarines also implies the existence of dommarines
.wa s define boat
a small vessel for travel on water
so it's a subset of "vessel"
That is also very funny.
Thank you salt-die.
does browsers have a SUB?
zeromq has a SUB
my browser has Super Ultra Browsing
I only now saw the ChatGPT joke
According to the US Navy, submarines are boats:
but as with many things in the Navy, tradition trumped logic, and today, all submarines—even the giant “boomers” (fleet ballistic-missile submarines)—are called boats.
u-boats to borrow partially from german
I see
a ship sails
a submarine dives then navigates/cruises and finally surfaces
feels a bit weird to say something like a steamboat sails
I've got my first debate competition on the 11th 👀
"aboo, you are arguing for solipsism"
What are the debates about? Arbitrary topics?
we get one topic a few weeks before the competition, and we need to write two cases (both for and against the topic), and on the day of, compete in 4 rounds of debating - for 2 you argue for the topic, and for 2 you argue against the topic.
I see nice
In my Spanish class we were going to debate soon but it was on random controversial topics
Things like Abortions, Morality and other stuff
everytime you post more undertale shit it some how gets less canon
like, at what point is fanfic not fanfic anymore and just
its own thing
ship of theseus more like
shit of theseus
.candy
🥇 @jovial oriole: 11
🥈 @hidden pebble: 8
🥉 @kindred orbit: 6
🏅 @inland cape: 5
🏅 @ornate obsidian: 4
@jovial oriole: 11
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
Lets go
Before:
┌─────────┬─────────┬─────────┬─────────┬─────────┬───────────┬
│ Stat │ 2.5% │ 50% │ 97.5% │ 99% │ Avg │
├─────────┼─────────┼─────────┼─────────┼─────────┼───────────┼
│ Latency │ 2051 ms │ 2219 ms │ 2306 ms │ 2310 ms │ 2208.2 ms │
└─────────┴─────────┴─────────┴─────────┴─────────┴───────────┴
50 requests in 10.02s, 10.1 MB read
After
┌─────────┬───────┬───────┬───────┬───────┬─────────┬
│ Stat │ 2.5% │ 50% │ 97.5% │ 99% │ Avg │
├─────────┼───────┼───────┼───────┼───────┼─────────┼
│ Latency │ 49 ms │ 59 ms │ 80 ms │ 80 ms │ 58.5 ms │
└─────────┴───────┴───────┴───────┴───────┴─────────┴
2k requests in 10.01s, 5.87 MB read
I might be getting the hang of this webdev thing. 
@high haven Are you sure?
"Yesn't"
✈️
also it's clearly a plane 
just think about it 😭. if you fix one coordinate, you've got 2 coordinates that can grow and shrink, so 2d, so it's a plane
😭
Plane isn't even the point of the problem 
It's that a plane doesn't have any extreme rays (or points I guess?)
wtf did you serve where it takes 2s per request?
I'm going to put a bunch of graphs on my back side of the cheat sheet we can have.
All the graphs 
9k + rows of a database displayed in a table.
accidentally terrible time complexity? 
i mean python is slow but surely not that slow
maybe the slow part is the db part
unless they were really chunky rows, 9k sounds really small
That's just uvicorn having confidence issues trying to serve up 9k rows from a sqlite3 database while rendering the html view as 100 autocannon requests throw rocks at it.
o
maybe you wrote slow code /j
I'm surprised it handled the stress at all.
are you using aiosqlite3 or what
Nope. Just sqlite3
Not even using async functions for FastAPI
yes, which means everything justs thrown to a new thread per request
The goal is learning htmx and tricks along the way.
"Don't render everything on inital page load" is a good trick to have learned I think.
yeah, most pages load things after, or on demand
Which is where the performance boost came from. Instead of rendering the table directly, there's an htmx trigger that makes the call for data after the view is loaded.
load a spinner to appease the user
so what are you measuring actually?
Hot take: I can't stand paginated tables in webUIs. If you can't display me all 10k items, what am I even looking at. If I need to interact with something on the bottom of the page; what even is your page layout?
time to first render or time to final render?
your projects a bit hard to navigate, forget it
Initial page load times. first render.
"I clicked the link... why nothing happened?"
initial load times is an interesting metric
It's something I wanted to think about at the moment. "Getting used to webdev" is certainly a stretch. haha
kinda this
seeing a spinner reduces user frustration by 1000%
Absolutely agree as a user. I don't care if that table takes a second to load. I get it. But don't make me question my click on a link. Change the view
but also, do not load 10k rows at once 😭
You're right. Give me 100k.
Give me the entire damn database.
the slow internet users are wallowing in sorrow
heres the database download it and parseit urself
yeah just give people a pg_dump
are you providing me w the sql for that
10k is in the nice region where it actually really starts stressing accidentally quadratic code
However, to that point, I have the project set to pull something like 180 days of records? Default would be more sane at "last 3 hours".
If someone wanted to see the last 180 days, feel free to click the buttons. When you land on the page initially, a more sane time-range would be used.
nO
i wonder how you found that out 😩
f u

o. i was guessing you ran into some problem that was fine in testing with small n but failed when you ran into n=10k
(10k)^2 ~ 10^8
so it would seem
for 1k it's only 10^6 which usually isn't noticably slow in any language
one of the end goals for my experimentation is to rip out all the ReactJS code that I can't support easily at work and replace it with htmx. A few admin utility pages for viewing the current state of database times. A few filters. Some ✨ s. And done.
Then I can get back to my usual task of frowning at people making poor observability choices in life.
is time to final still as slow?
Oh yeah. async calls to a synchronous sqlite3 database? It's almost software gore.
why is that software gore?
oh it can
just block for a bit
Why async then
other async things, presumably
^
can sqlite do async writes
!pypi aiosqlite
!pypi aiosqlite3
Which one
6 indeed
second
Hmmm
oh wait, seems like it's been archived, wth
I'd cry a little if I saw it in prod. That's gore enough for me.
They seem the same
I'm surprised by 2s to fetch 10k rows though
The stress tester is async. The calls behind the webserver are all locked in sync.
If you're doing async calls anyway
It only made 50 requests versus 2k as well. The server was just tripping over itself.
but on first load you do no db stuff, no?
The 2 second calls were with db stuff on first load.
The 50ms calls were after I moved the calls to post-load.
right, I'm just curious why it's that slow
slow db query
The question is what was that slow. It wasn't just the database.
My guess, without a profile, is that uvicorn couldn't keep up with the DB calls happening where they were.
i don't think uvicorn is the issue here
how do long do the db calls take actually?
The server was tipping. not quite into error land. but enough that the latency went sky high.
oh, during low load the latency is more sane?
One sec. Let's try something. Let me just make a call to the database on initial load. No rendering still, just the call in the route.
!paste
So, with the database call in place and not doing anything the different is significant
https://paste.pythondiscord.com/CDUQ
Whether the issue is at uvicorn's layer or fastAPI's... meh. I have food in front of me now and have lost the drive to profile deeper.
Also, apparently my coverage tests are failing but github actions auto-merged anyway?
huh...
lol
technology was a mistake. I shall return to monkey.
dev layer
no thoughts, only bloons
monkey time
best i can do 50
hmm
punctuation is crazy
Yeah punctuation with the random words is so wacky
which test is this
Quote are okay though
Without punctuation it feels odd to me
Gotta give that one a whirl
It appears to have had an adverse effect
monkey https://monkeytype.com/
Okay that was almost sweet until the second half lmao
😭
how do I even get your benchmarks to run?
Try on the phone
punctuation + words makes me feel so weird
It’s messy on the phone
makes me feel like i'm having a stroke
punctuation is relatively natural due to programming i think. but it definitely slows me down
do I need to be elsewhere to run this?
> python mock_database.py
Traceback (most recent call last):
File "/home/algmyr/git/htmx-fastapi/mock_database.py", line 10, in <module>
from htmx_fastapi.transaction import Transaction
ModuleNotFoundError: No module named 'htmx_fastapi'
You need to install the package. python -m pip install -e . (use a venv)
I think I'm missing some requirements at the moment. :)
benchmarks are autocannon. https://github.com/mcollina/autocannon
i had some issues trying to get that repo to run
I take that back. looks like I remembered to add python-multipart
how tf do you do 83wpm on phone?
glide typing goes hard
Tap fast 👀
nvim .
point and laugh
sigh
ayo 👀
nvim . is an interesting strategy
i used to have a script that would drop me into fzf if i didn't provide arguments
If only windows were capable of having a monitor removed without reshuffling the entire hecking window stack.
my monitors take a different amount of time to wake up, so when it wakes up from sleep it dumps all the windows onto one monitor
my peak on phone was 60 and deteriorated with typos
granted, my keyboard isn't exactly helpful with typos
that + sausage fingers
the keyboardiest keyboard
do you still get the gboard features with that
lol, imagine
also what's the point of qwerty on phone anyway
code
yeah but there's no muscle memory from physical keyboards
i noticed that i had basically no problems using qwerty on my phone even though i lost all my muscle memory with physical keyboards
i think it's 3 presses unfortunately 😔
though, with my 65% keyboard it's also 3 presses, so 😩
Auto merge only cares about checks thatre listed as “required”
65% keyboard, 3x the presses
Bloons!!
My favoritist game!
I’ve been playing for literally [almost] 15 years
Started with v2 in middle school
bloons!
How far have you gotten?
I only associate bloons with flash
btd6 is pretty good
but it doesn't really have that much replayability unless you're playing with friends
which is a problem for me
so instead i leak classified documents on the internet 😤
it sucks at math. its better to use the wolfram alpha plugin
thats what i use for math
It’s literally set numbers
You can replay all you want with no change
that's not what it means
That’s what the word means
play mhw with me pls
I don't get nearly as bad numbers on HEAD~ 
black borders when?
I have one!!
but uh, that's not really what that word means
replayability ~ are repeated playthroughs still satisfying or does it lose all value?
so true
How about at c782357?
oh I'm dumb, it's PR commit and the stuff before it that's part of the PR
am confused now
so yeah, specifically one off head is slow 🥴
#WorksOnMyMachine
incredible
I got lost on my way to bloons and I'm in Hyrule now.
about three days
what if the bloons went off the path also, huh?
you should go back and play all the bloons in sequence
you mean #BreaksOnMyMachine?

I mean CR was one thing but now this

three body problem
bruh
1960s china...
mao zedong?

pub you havent even watched this
how can you rec this
bro
the library has like a two month hold wait for that
I'm thinking of just buying it off for ebay or something
no one has watched it bro
yeah
I did
how can you rec this
books are expensive 😩
💯
???
it's really interesting. that's the backstory for one of the characters
the trailer looked good
the cultural revolution?
the Blacklist is good at first, but it gets pretty bad in the later seasons
manifest is kind of ass
Netflix is kind of ....
they grew up during it, yeah
then sci fi stuff happens
interesting maybe ill watch one season
"I see your searching for <popular movie>. We don't have it, how about: <Not even close garbage movie>?"
no lol
I don't think I made it past episode 2? or 3?
Is that the one with the red suits and masks?
Blacklist gets bad after like 3 seasons but super especially at like... 8
wait let me guess they get together. bet
everyone I know who's watched it raves about it lol
no lol
lmfaoo
big bad is like 30 years older
bummer
This one right?
sort-of-spoilers: ||like half the plot is speculating whether big bad is her dad||
I couldn't get past the actual heist itself
spoilers: ||after she went and died 😩||
spoilers: ||they literally kill of the protagonist and yet somehow continue||
same braincell woohoo
interesting
spoilers: ||did they figure out if he was actually her dad or not, I can't recall||
have you watched it?
no idea, i gave up about one episode into s8
I watched it long ago
and it's been a while and my memory is awful
same here lol
All I remember was that MAJOR SPOILERS|| Surprise! Instead of him being your dad, it was your mom!||
Either that or I really don't remember squat
lmao
||katarina rostova was her name||
||oh yeah..., that lore was confusing||
|| wait he's Katarina??? ||
||i don't know if it was confirmed, 'tis been a while||
apparently the Blacklist is getting a spinoff
but also. yes
||is liz going to be alive again or not||
||Liz never actually died?||
||the only reason the show was half-decent near the end was watching her pathetically fail at so many things (particularly Raymond)||
wait what
i just remember the end of season 7, never went further
|| spoilers spoilers spoilers spoilers spoilers
||
Uh, not sure tbh
don't quote me on that
OH
||Liz does die at the very end of S8 since the actress left||
Yea ok, I mean
let's be real, the show was kinda shit
fr
I had it on for background noise for a good chunk too
I tend to get invested easily, even in bad shows
that reminds me
I watched agents of SHIELD a whiiiile back
theres a podcast for that
it's such a good show
not that i listen to it
but that podcast was mentioned on another podcast
secondary podcast contact
y so many black boxes
get spoiled
I don't recall if I finished, or dropped it
do you recall time travel
if not then you didn't finish it
Rex what's for dinner
your mother
who are you pub
bro
i made spaghet
based
so based
instead of meatballs, its texas sausage
Was agent of shields on prime?
Netflix
fitzsimmons is still one of the cutest things ever

Looking for "marvel's agent of shield?" We don't have that, but you might like: flash
aw it might be gone now
buddy, listen here. That's the entire different universe
wait i watched this when it came out came out
i thought it was interesting
the nerds were cool
nah. you just get ads instead https://about.netflix.com/en/news/announcing-basic-with-ads-us.
As of Oct. 12, Disney+ Premium (with no ads) will jump 27%, rising from $10.99 to $13.99/month for U.S. customers. Hulu without ads will increase 20%, from $14.99 to $17.99/month. The price for Disney+ and Hulu standalone ad-supported tiers will remain at $7.99/month each, and with the bundle of the two still $9.99/month.
Netflix has like nothing
did you know they make more money off ad-suported plans than ad-free plans?
thats partly why they had to jack up prices
I can't remember the last thing I watched off of Netflix
It's comically bad now
only if you see your data to advertisers
Yea, I can see that. More subs @ lower price
I have Hulu Netflix Disney+ Paramount+ Amazon Prime BritBox Acorn AMC+ Starz Showtime and Peacock
nah. its the 3rd party advertisers that are actually bringing in the bucks. since adtech is a bid model
And Discover+ and Max
So all of them 🤬
I don’t care about ads tbh
yeah thats why
theyre making more
its not the actual subscribers that are bringing in the dough
i mean they are, but they arent
I preordered this free tv @high haven https://www.freetelly.com
The biggest thing to happen to TV since color.
plex is a running half joke on the vergecast
lel
55 inch 4k TV is ~$300
Lol
||what? how could red be katarina?||
But also it was basically shown in the later seasons 8/9/10 or w/e it was
what in the whole fucking fuck like, wtf?
what about cape may?
the secret society is here
No idea. It's been a while since I watched the show.
And tbh, it wasn't a great show to begin with
All I remember was the show basically being:
||Is he your dad or is he not? woooo who knows liz WHO KNOWS MAYBE? mAYBe NOT ||
||idk, i always liked it for the blacklisters more than for whether he was liz dad or not||
lmao
jesus f christ how hard is it for people to double check addresses on gogole
wasted 20 minutes looking for the correct address
godamn nuggetr
On the other hand, I know a place where Google address shows in a different place
I used Google as car navigation and it ended weirdly, then I had to go on foot and thankfully local office had a sign not only with a sign but also description where that thing is
i'd be livid
The address situation wasn't bad...
The office itself was shit, tho.
I came with forms to submit for my partner's family. Wait in queue, ok. They tell me something is missing. I leave.
I call my partner home, they are like "why tf do they want this, the form was submitted to them, they know whether it was submitted or not without the submission confirmation"
Anyways, I get home, we print this, write it on the forms as attachment, and I go again.
Queue is short this time, another person attends to me... OK, this is here... But something is missing.
Me almost in tears (I have anxiety disorder and hate any confrontation and hate official business stuff, I was supposed to only drop off the forms): what?
The regional office wanted the GDPR information clauses signed. Which is in fact against what GDPR stood for (you don't have to inform about handling information if it's directly related to why this information was provided in the first place - and local gov cannot sell your information, so why???). I tried arguing that a bit, the person told me to just sign and i was like "how am I supposed to sign this if I have more than one form and neither is in my name???". I was also stressed because why the other person didn't say anything before???
I had to go home again. And my partner went because my brain was already too broken.
Note that's around 15 minutes by car one way...
Woah a nickygraph
✨ government administration porcess is always bs ✨
no matter where you are
If the government fucks up its your problem 😔
😩
wtf with that cat
it was excited
btw, whats the purpose of const? Why can't you just do let if you want to create an immutable variable
in Rust
I don't rust, but it could be the difference between reassignment and mutation.
In JS , a frozen object is one that cannot be mutated, while a const may be mutated but not reassigned
What counts as a mutation in js? 
Myobject.field = newvalue
That is to say you can modify its fields
In C++, we pass const parameters so that our object is not modified, but we may use it efficiently and directly.
To copy reference types passed as parameters would be inefficient
I believe const in rust means compile-time computed, like constexpr in C++
Arrays in JS are objects yes
Array basically like List / ArrayList
So frozen array would be like a tuple
You can annotate a tuple in TypeScript but it's wonky, it only checks that it's valid on initialization/assignment
Microsoft said tuples are mutatable because they didn't want to break a lot of code that uses push()
const is a constant (and compile-time known)
however there is a difference how it is treated
for example:
const SOMETHING: int = 5;
println!("{}", SOMETHING);
let some_calculations = SOMETHING * SOMETHING;
println!("{some_calculations}");
will be under the hood converted to
// `SOMETHING` doesnt exist at all in memory actually, it gets inlined everywhere
println!("{}", 5);
let some_calculations = 5 * 5;
println!("{some_calculations}");
however let will still exist somewhere in the memory
also const allows for global variables
unlike let, as it is scope-based, if you want a global variable you would have to do static, which has got its own issues (lifetime management mainly)
yeah
(and the optimizer will likely do a similar thing to the let)
((depends heavily on the context ig))
(((however with let there would play constant propagation)))
((((aren't optimizers so cool))))
((((((((brackets))))))))
(((((they are!!1))))))
🤔

Iccc
!e
print("("*10 + "brackets huh" + ")"*9)
Return code in python 
@ruby fox :white_check_mark: Your 3.12 eval job has completed with return code 0.
((((((((((brackets huh)))))))))
I like when I do return 0 in python 😊
Yes, every process has a return code
I know lol
what is the difference between "everyone" and "everybody"?
what is the difference between "one" and "body"?
Sounds philosophical, the difference between one's consciousness and their body
it's so distinguished in my mind but i can't think of any specific difference
"everybody" sounds more "rough"
y'all >
Everybody dance right now.
chatgpt says that there is not difference:
User: what is the difference between "everyone" and "everybody"?
Assistant: There is no significant difference between "everyone" and "everybody." Both terms are used interchangeably to refer to all people or every person. Both are indefinite pronouns that are used to indicate a collective or inclusive group of individuals.
User: are you sure?
Assistant: Yes, I am sure. "Everyone" and "everybody" have the same meaning and can be used interchangeably in most contexts. They both refer to all people or every person without any distinction.
"Everyone dance right now" sounds weird
they're interchangeable but there's an internal difference from my years of english speaking that i'm yet to figure out
Real reason: we just need more words linguistically to not get backed into a corner so to speak
i also feel like there is some difference, but i cant put it into words
for me it feels like it can be used as "Everyone, dance right now!"
How they flow with other words under certain situations
actually "everybody" sounds a bit weirder for me in that sentence
Somebody, anybody, everybody scream
More synonyms for the same word cuts down on repetition, got to stay DRY
there's "everyone calm down" (beginning to panic) and "everybody calm down" (in the height of panic) for me
"everyone stop" is weirder than "everybody stop"
i guess everybody usually refers to concrete group of people (if you see them in front of you and you say something about them you use everybody)
everyone is more "abstract", it refers to some unknown groups of people
for example:
everybody in this conversation is very nice
everyone in this server is very nice
that might nail it actually
If you were writing five sentences sequentially that all started with Everybody, your grammar would be lacking.
Same rule goes for any word
But yeah if we break down the actual word, "body" referring to a concrete implementation of class human
While everyone could include artificial consciousness in the room
everyone feels less directed
or calling out
which leads to being less "giving orders" or rude (in some contextes)
I need to talk programming 😩
now this actually makes sense
I disagree
Boo far
in here i could refer to everyone as "everybody" (direct) but talking from a 3rd person perspective simply viewing the conversation i'd use "everyone" (less direct)
I thought of a real difference
You could use everyone to refer to objects
Everyone of those jack-o-lanterns is lit
sticking "every" to "one"/"body" makes it one whole subject instead of referring to each subject described by the phrase following "every"
e.g. "every (body of water)" vs "(everybody) [made] of water"
also "everyone"/"everybody" refers to generally people
Well what is "one" and what is a "body"
"everyone"/"everybody" just can't be differentiated by removing "every" and comparing the words
because those two words are completely different
word "one" is weird
sometimes it means 1, sometimes it means something like this/he/they
"one body" (quantifier "one" used on "body")
"one of a body" ("one" meaning any general object, made up/coming from "body")
One is still the same abstract object interface
"one's body" ("one" here mostly meaning a human/a human-like thing with consciousness, "body" referring to the physical organism)
TIL "therein" is a word 🧐
but it can't be a valid comparison if they rely on each other to get defined as such, right?
actually "one" with a possessive 's generally means "one" is a human form
but without it, "one" can be anything
just like a "body"
"body" means some abstract physical object
it's a body of something, but not a physical body
actually "one" in those cases is just a quantifier
everyvessel
_____ in here
everyone - refers to all humans
everybody - refers to all humans
every one - refers to all humans or any other beings i.e. animals
every body - refers to all objects; maybe human corpses
everything - refers to all non-human objects
every thing - refers to all
Everything includes all objects human or not
Just weird syntactically to say everything dance right now
"everything" is all, "every thing" is all all
Everything capable, including haunted chairs, let's dance!
What about everypony?
refers to all bronies
refers to all ponies
guys, does anyone know how to create a local mongo db with authentication, so that no public user can access it, but only the user who has the credentials?
everypony 🥴
now do every object
which means "refers to all of all"
equivalent to "every thing"
as we know, everything inherits object 😔
which also may include humans
even thing
every object
it is
class Thing(object): ...
Real world prototypal inheritance
Do ghosts inherit object?
the object, would have actually refered to everything
yes!
no, ghosts possess
I guess they inherit before concreteObject comes into play
or haunt maybe
and human has a ghost
only after destruction
you override del to make sure the object stays around
but in an undead state
human::~human(){
new ghost(this);
}destructor
Got to free any allocated memory there RAII
scary leaky allocation
Do objects create ghosts when they are destroyed lol
Only in October








