#ot1-perplexing-regexing
1 messages ยท Page 606 of 1
Yeah that's the joke
lol
Depends on how fast hash Calc is and if password shows up in dictionary or dictionary manipulation.
it might not break any rules but it'll probably get people unreasonably mad
That's great, why don't you leave that in Twitch instead of bringing it here?
Cause I want to laugh about it in discord
Nah, discord is just a chat app
Again, let's not bring that content into this server then?
bro what
countries are a social construct
well yes
#code-of-conduct , first example in bad behavior would apply to what was posted above @eager trout
It wasn't sexual; she's just licking the mic for asmr
Anyways, who remember's this guy https://www.twitch.tv/errichto
Dude's a genius who does a lot of work on the google summer of code
ok
It's amazing how relatable this animation is https://www.youtube.com/watch?v=CAYDRIbXFAc
This is my graduation film, 'Afternoon Class' The story is inspired by my experience that when I was trying to stop myself from falling asleep in afternoon class.
- Film by Seoro Oh
- 2015, 2D Digital animation
- 3:50 min
Award & Official selections
2016
Stuttgart Festival of Animated Film - Lotte Reiniger Promotion Award for Animated Film...
I get so tired in history class that my eyes split
I don't know if it's the right channel, redirect me if it's not. I was thinking about building a flutter app to scan qr codes, and I wanted to do the scanning myself. I have no idea where to start though, any pointers? 
@lime gazelle I would just use a pre-made qr library
If you went to get handsy, I'd look up how qr codes are recognized and interpreted
it seems half of the people who donate are simps
but then what do the other half donate for? lol
no idea lmao
Hey there
there are 2 types of people in this world:
those who can extrapolate from incomplete data
I am so unhappy. I could have gone my whole day not remembering this otn existed. This is pain
thanks @frozen coral
I blame you, mina
i think you got the relation wrong, shouldn't it be
fruit-cheesecake = normal-cheesecake
but you need to be explicit so fruit-cheescake > normal-cheescake
Explicit is better than implicit.
chris got the otn wrong my message was actually fruit cheesecake > regular cheesecake
and those who can't? ๐
That is a good one. Lol
another good math joke is that a physicist, an engineer, and a statistician go hunting for deer. The physicist calculates how to fire optimally but when he makes his shot, he misses 50 meters to the left. the engineer says "you didn't account for wind," recalculates, but misses 50 meters to the right. the statistician then yells happily, "we got it!"
shawn wasabi
there are 10 types of people in this world, those who understand binary and those who don't
oh ive seen that one before
There are two factors to the spread of a disease
Population density, population density
!e
def bd(r): # Binary to Decimal
lr = list(str(r)) # Make a list of strings
if str(r).replace('1','').replace('0','') != '':
return "Sorry, but you entered a number that is not in binary."
lr.reverse()
lr = [int(bit) for bit in lr]
out = 0
for i in range(len(lr)):
out += lr[i] * 2 ** i
return out
print(bd(10))
@frail badge :white_check_mark: Your eval job has completed with return code 0.
2
it's not a >
๐ณ
>
๏ผ

fun fact: chris changed the code just to allow this one
damn
Hohoho
someone definitely loves fruit-cheesecakes a lot ๐
Je m'apelle Sasuke Uchiwa
cheese cheescake > fruit cheesecake
okay. I raise you... jar of dirt-themed cheesecake
lol that's awesome
Banana joe would like that
But still, fruit cheesecake wins
Huh, wrong preview. This one is better https://bakecrumbs.files.wordpress.com/2015/02/cakecrumbs-mango-cheesecake-09.jpg
now i wont be able to eat my dinner
Eat dinner, then make dessert
no ingredients
Panna cotta is easy recipe. Might want to start it before dinner, tho, because it needs chilling
Gelatin (or different jelling agent) and cream (or cream and milk) are base for panna cotta. I use honey instead of sugar.
Also recipe from this blog
There are also easy cupcakes https://cakecrumbs.me/2020/02/12/sweet-hearts-cupcakes/
Easy because... You can mix all ingredients except vinegar with hand mixer.
Preheat oven in the meantime.
When it's correct temp, mix in the vinegar to activate the bicarbonate soda (i quickly mix it with hand mixer again until it's combined).
Pour into lined cupcake/muffin tray, bake 20-25 minutes like the recipe says
eee hungry
looks cool
@nocturne venture so I can handle pretty much any type of general programming. I quite like everything more or less related to CI/CD, so if you are looking for someone on that, it would be with pleasure. Otherwise anything I could get done without a very deep knowledge of the package would be good enough.
well, @mossy mango and @potent cedar are also on the team, more focused on CI and testing than i am at the moment, maybe they have some ideas how to use your time most productively
if you're looking for some programming challenges, we have a few issues/ideas that you could be interested in
we're mostly building up parametrized tests atm and trying to fix everything before moving on to more crazy ideas
๐
we could use help with documentation, as there's basically none ^^
heh.. "the beast" means a test currently built by @potent cedar that takes all 1500 conda packages and tries to install&import everything
in a single process
15- 1500!?
You probably don't want me to write documentation haha
and that way we can pick some nice tests for me to debug and refactor the whole thing for better design
i could use a hand in refactoring stuff, if you're interested?
Hmm
for campk-12
i know ck12 is a legitimate company
we can use your help with CI/CD!!
Yay CI/CD!
there we go, CI/CD it is
very fascinating
why is the file so large ๐
rn using github actions only
@rough sapphire please don't send referral links here
someone discovered our pipes.. >.>
.>>
good!
Your pipes
Call a plumber!
๐คจ
well, actually the pipes i stole ;p
Quite an interesting way of doing functional programming
You steal other people's pipes
i do, and i'm not ashamed xD
i am confused
omg, i'm lmfao
pipes surely don't exist in python?
or is that just an operator o.o
pipe down .. don't want the original developer to shut off our water supply
I see we're thinking very differently
:)
well, they do.. in our code ๐
i died
xD
So what needs to be done in it?
๐คฃ
okay this is cool af
might i suggest breaking the 2k line file into pieces?
i guess that's happening already anyway
nice
oh hey
does anyone know what to do with the local fork after youre done with opening a PR on github 
you could keep it around if you think you could contribute to the project again, later
After the PR is merged? You can keep it for glory or delete it ;)
You may also be requested changes and need to change some things
that looks amazing
Worth
lol
Whatโs a fruit cheesecake?
uhh
well, i'm still laughing about earlier, but on a serious note, i took the code from https://github.com/robinhilliard/pipes/blob/master/pipeop/__init__.py to allow syntax like ```python
@pipes
def _ensure_path(value: Union[bytes, str, furl.Path, Path]) -> Path:
if isinstance(value, (str, bytes)):
return Path(value).absolute()
if isinstance(value, furl.Path):
return (
Path.cwd(),
value.segments
<< map(Path)
<< tuple
<< reduce(Path.truediv),
) << reduce(Path.truediv)
return value
voila, pipes in python ๐
if is a fruit is a strange fruit
the best cheesecake? 
Haha
@languid tartan range isn't a generator, it's just an iterable. and just printing a range doesn't print the function, that's just how it's represented
it's just an iterator
*iterable
shh
thats why i said its >like< a fancy generator
i don't get that, but ok
i also know how repr works, thing is , that is too much explanation
so yes youre right
but if i did explained the whole thing it would be just more confusing
Does anyone know how I can close all the apps that are not related to windows via task manager or anything similar, because my pc is running slow , like really and itโs a high end pc

Have you checked your installed app? I have experienced it, and there was a malware. But I hope there is no malware in your pc.
its not a malware , i've got good virus protection and check weekly and also dont download random things , i just have too many apps running in the background
run as admin
So 46% memory is used but your pc is running slow, hmm
i only have those apps running
kill Brave
oh alright , i just need to save this here
check Startup tab, disable stuff that's unneeded
check Details.
sort by cpu, see what takes cpu at the moment and whether it should.
sort by memory. see what takes a lot of memory and whether it should
How about your graphic setting? have you check yet? Maybe you could try update it
its still high
that's not that much, depending on how much stuff you have open in there?
its up to date 
windows actually has problems calculating total memory used in Processes tab.
my browsers take a lot less in that tab that it's cleared when I kill them
why tf is your status column so wide? ๐ฎ
oh idk , i had it on full screen
i'm confused on whats the first thing on there
still doesn't explain why this one column is sooo huge
that MsMpEng is some windows defender thing and apparently it sometimes fucks up and eats a lot of ram? that's what "msmpeng high ram usage" googling said
thats how they made it tho
last three columns right aligned
first 2 columns left aligned
rest all is status ๐
should i try to close it 
and I cannot force my task manager to keep Command line column as wide...
search for the reason why it's messed up
you know that scan would require to extract the archive in memory, right?
why rar? zip is better for memory
oh wait hmm yeah
mb
i actually wonder how does zipping work 
confused
how to un-clutter the computer, my process when I helped people in dorms:
Disk Clean-up (system thingy) to clean system caches and stuff
clean your browser caches
maybe run some CCleaner or something if you use it
if you haven't done it in a long time, do adware/pup scan using eg AdwCleaner (owned by Malwarebytes) - searches for adware and other "potentially unwanted programs" (PUP) that might've sneaked in and installed as browser addons etc
do some big-ass antivirus scan, might be on startup. leave it be
delete kite*
i did all of that , and i also have Malware bytes
fair
Disk Clean-up might have a lot of windows update stuff if you select to clean system stuff as well
true
oh
hm
should i do that ?
u can choose what to delete
clean up system files
safe mode 
I'm not sure whether AdwCleaner is included in their main thing. I use it as separate program but I've used it since before malwarebytes bought it and I don't use any other malwarebytes things
i mean is 7gb really that much for doing nothing ?
beside discord and visual studio
most of that might be just windows
okay, hear me:
if you want to really check how much apps take, you gotta prepare for restart (save your stuff) and just start killing stuff one-by-one and note how much memory is freed.
as I said: "windows actually has problems calculating total memory used in Processes tab.
my browsers take a lot less in that tab that it's cleared when I kill them"
so the only way to actually know how much it all takes, is to just kill stuff and see how much memory you get back
e.g. 13.2 ram usage on Performance tab
kill battle.net which shows <200MB ram usage
12.7 ram usage
/)magic(\
I should probably check "in use" rather than whole usage (because it also counts caches then)
compare number on left vs in use
In use+ moused over "Modified" makes the left number
i bought 2 but one of them didnt fit
Hey there! I can use some off the topic help
I have this C function but I am not sure what it does. Can someone just explain me its function:
{
int i;
i = 0;
while (i < x)
{
if (grid[y][i] == grid[y][x])
return (0);
i++;
}
i = 0;
while (i < y)
{
if (grid[i][x] == grid[y][x])
return (0);
i++;
}
return (1);
}```
I get that x and y are integers and int **grid acts as 2d array
https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html Really hoping they'll keep this and that other programming languages take notice of this
guys need help what will be the result of this programm?
!e See for yourself
numbers = [1, 2, 3, 4, 5]
for counter, item in enumerate(numbers):
if(counter % 2 == 0):
print(item)
print(counter)
@wraith hound :white_check_mark: Your eval job has completed with return code 0.
001 | 1
002 | 3
003 | 5
004 | 4
thank you so much
You can always just run the code yourself to see the output, no need to ask us
Sorry, personal reason
replit is amazing
help
i dont have any access to dom stuff in vscode extension
how can i play sound
the only way i know is new Audio()
apparently it doesnt work
or do i write another python script to do stuff like those
any type/javascript god please help 
if I give a code you can convert to any language?
maybe
Manjaro problem: So my middle mouse button (button 3) just stopped working after updating between yesterday and today. I could confirm that no app gets any event for that specific button. Running on 5.x KDE. Does anybody have a fix?
Oh no, he said the m-word
pretty sure u tried using xev or wev already to check key events
have u tried other mice?
I checked using xev, and it does not get any event
are u on wayland?
Nope, X
KDE plasma, yes
Probably more likely apps that arenโt running ๐, or at least not running well. What does the last line look like? The console command, man coredumpctl will explain. Another command a linux user needs to know is journalctl to read the system log. My last core dump was this evening and the program was โ/usr/bin/kglobalaccel5โ. In the journal i...
here
not sure if that was your issue but it hints a similar idea of what youre having
But this one is like a year old
might be a recurring issue
im not sure i havent used plasma for a while and i dont use manjaro. it is probably the kernel firmware i think.
How do I open the text file with cmd I tried
C:\Users\Ewan1\Documents>start "" "Random text file.txt"
so here's where i wanna check an assumption.
do you really have a file there with that name? dont assume, double check
Yeah I first though I spelt it wrong but I went to the file renamed CTRL-A and copied it multiple times but it still doesn't work
right click the file. click properties
copy the full path of the file you see there
C:\Users\Ewan1\OneDrive\Documents
Ahh have I missed OneDrive?
you have.
Dangit
that would do it. okay cool, windows was not being weird
random question but to what extent does someone need to make the components of a program before they can say they made the program themselves
like if someone made a game using pygame, can they say they've made the game themselves because they wrote the code that interacts with pygame, or can they not because they didn't write the engine themselves
or if they made a program with something like watchdog, can they say they made that program themselves or does the use of an external library inherently make the program less of their own
sorry if this doesnt make sense
Generally, what counts is the business logic
When people talk about a game, they don't really mean the engine, render calls and all that, they mean the actual gameplay
Frameworks and libraries are meant to help you, using them doesn't mean that you didn't "actually write the program"
I don't know 
This ^ and usually the next part of the conversation is about what frameworks/engines/libraries/APIs they used to build their thing, which if you're familiar with them, tell you roughly what they did to bridge the gap between those and their final product
The most salient part for me is the data type, I always learn nothing checking them you have to use some method, but it's not a method at all is a class and so on
The random KDE forum post I found suggests the problem is specifically with Manjaro
well, not just KDE... If you search for problems specific to KDE, you also find Manjaro forum posts about it
Hmm, is it a recent post?
Nothing recent about it, no
but I'd definitely believe this as a Manjaro specific issue, I've had plenty like this in the past
anyone know how to a configure reverse proxy on hedgedoc?
I read the guide but didn't understand it.
Solution: install an OS that is actually good
Hello i'm in an intro to python class and could use help with this problem where we are asking user how many facebook friends they have and returning an ad for dogs if they have 500 or more facebook friends and returns a cat ad if they have less than 500 friends. We have to use two separate functions, int_question and serve_ad_based_on_friends. I did this successfully but they also want us to use the str.isdecimal() function so it still works if a decimal is used. It should return an error message as well as 0 if a decimal is entered. Here is what I have but im getting an invalid syntax error when using str.isdecimal(). Can someone please help!
'friends = int(input("How many facebook friends do you have?"))
def int_question(friends):
if friends >= 500:
return "dog"
else:
return "cat"
int_question(friends)
def serve_ad_based_on_friends(friends):
if int_question(friends) == "dog":
print("Ad with Dog: Get your dog the bed they deserve with Doge Beds!")
elif int_question(friends) == "cat":
print("Ad with Cat: Get your cat the purrrrfect bed with Non-Catatonic Beds!")
else:
print(0)
serve_ad_based_on_friends(friends)
'
sorry for the weird code lol new to discord
#โ๏ฝhow-to-get-help @trail belfry these are the off topic channels. Also use a code block when posting code
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
I'm just directing them in the right direction?
K then that is ok
I didn't say "hey dumbass go do it right". I explained they were in the wrong place, what the right place is, and how to post code so it's readable
Tbh I would actually be so embarrassed if someone said that to me... Plus you actually did tell him some valuable info
So that is good
Meh no reason to be embarrassed over being directed to the correct location. Well. Partially
You'd generally find it if you actually read the information given in the server first. But most people don't do that
Yeah most I didn't read it when I joined but then got shouted at by most people then went back and read it...
First thing I do when I join a server is read all the info channels
And complain to the admins if there isn't good info
๐คฃ
Manjaro is ๐๐ฎ change my mind
just use opensuse, u can do rollbacks when something breaks
I don't plan on changing your mind haha. I agree
You get what
That's called a transpiler
You can't
But what you can do is make a commit with your date set to 1970
damn, you can manipulate time?
GitHub reads that anyways, regardless whether git or Linus Torvalds was alive at that time
is 1970 just 0 for the UNIX timestamp
guess who is going to be active in 2019
Yes iirc
Wow, I just found out, I'll try it thanks :)
this means i can fill in my inactivity on my github profile
hehehehehe
is it fraud or something? ยฏ_(ใ)_/ยฏ
I don't think it works like that
Something something sanitization
You must first stage that relationship before you can even commit
Then after that you can push and pull all you want
oh my
wtf
Too bad you can't revert what comes after that

depends on timezone
it can be 1969 in your timezone
it is
since 0 in epoch time is 1970 0:00 utc
i can but im tired. investing is tiring. when people throw u like garbage in the end
๐ฉ
vote for bbm

lets make our country worse than it is
invest in friends with benefits, not relationships. - aka side chicz
oh my
just invest in gacha huhuhu
yes. waste money waste salary

well i am f2p from the start
if you know what i mean ๐
I don't lack respect from others, I just don't want to do dramatic things that's why I'm avoiding return to school
can i inspect element from android phone
same, i want to ask how
or is it possible
probably with firebug, but idk how to run javascript
i need chrome dev tools to flex my popcat result lol
modify it to smth like 6942002496
by inspect element
why
hmm?
Idk... Look for some songs or audio files if you got?
i've got none ._.
Download some song which has been declared free or sumn ig?
alr
Or just send a voice note to urself
You can't do nothing on android, and the filesystem structure it's just
i don't think so
.spookify
this looks nice
indeed
it is like a sudden color change in anime before someone dies
like l's death
.spookify
...how?
does it?
communisify should make your photo be in red
light just illuminating things or whatever right
.spookify
That's reversed pentagram. Nothing to do with swastika...
what makes it reversed?
lmao
Well, five-point star normally is shown with single arm pointing up. So if single arm is pointing down, it's considered upside-down/reversed
Reversed pentagram is also considered "evil" or "satanistic". Some people say that all pentagram are like that... But pentagram is literally a name for all five-pointed (penta-) stars
rotated by pi/5, smh
how precise smh
and for a bat stars are evil ?
why is joe absent
some people have life outside of discord, I assume
lol
i think they mean #ot1-perplexing-regexing
ot1 changes from sir-RAM-a-lot to joe-is-always-absent
it changes every 24 hours
ok
at 00:00 UTC
... Oh
And I assumed it's because Joe's sometimes offline nowadays, while he was basically 24/7 online before XD
he is still online a lot of the time
that is concerning
I advise that you try to get some more sleep
Wait that's critically concerning
finally
autogenerated files
idk why
i love em
well like
autogenerated files that I wrote the code to create.
The problemTime to go shopping! Everything in the store has been discounted by 20%. You are given a program that takes the price of an item as input. Complete the program so that it outputs the discounted price to the console.
The code```js
function main() {
var oldPrice = parseInt(readLine(), 10)
var math = (oldprice*20/oldPrice)
console.log(math)
}
js
First of all, you should certainly not be using var
im JUst learning js
And what's not working correctly, could you tell us exactly?
well
looks like that math is simply wrong, no?
I have never seen a readLine function before, is that a browser thing? I primarily work with node, so idk
error```
/usercode/file0.js:20
var math = (oldprice*20/oldPrice)
^
ReferenceError: oldprice is not defined
at main (/usercode/file0.js:20:16)
at ReadStream.<anonymous> (/usercode/file0.js:11:5)
at ReadStream.emit (events.js:327:22)
at endReadableNT (_stream_readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)```
shouldn't it just be oldPrice * 0.80
Your capitalization is wrong
also yeah your caps is off
20% off is 80% of the price
yea
so... oldPrice * 0.8
var math = (oldprice*20/oldPrice)
// should really be
const math = oldPrice * 0.8
const?
Oh Cypheriel said that
Why shouldn't it? It's never modified
const means it cant change
And it won't
immutable and constant aren't the same
I've seen them used differently within JS then I have in other languages
idk though
it'd be better to use let here, I'm pretty sure
constants should be constant, being immutable doesn't have much to do with being constant
math will change depending on input, so it's not really constant
with let, it'd immutable but still variable
let is not immutable in js
that what on Earth is the point of let
no idea
what on Earth is the point then
There's an ongoing debate in the JS community if const is for all immutable values or values that are truly constant
how do i get this one right, i think my only problem is the else```js
function main() {
var hour = parseInt(readLine(), 10);
// Your code goes here
if (hour in range(0, 12)) {
document.write('am');
}
else {
document.write('pm')
}
}
are these school assignments
let is block-scoped
and thats why dart has final and const
cpp to has constexpr and const
Blocked type. Var doesn't follow block and a complicated programmer can make code way more confusing using vars. let gives us enjoyment of c and java like languages. Simple blocks and vars. No complications.
Congratulations to you and @edgy crest for the victory๐ฅณ๐ฅ
thanks 
what did they win?
pyweek 32
wats dat
thank
whatd u made
:( congrats poop (again)
I've just been taught to not use var and instead use let
And const for immutable stuff
Something something legacy whatever

now learn julia 
what about it
:(
u will if u learn julia :D
||like u||
jk
still. u only scratched the surface so it makes sense
like how idk python anymore :((
Probably better I do const first and then use let when I've evaluated it needs to be mutable
A very good habit.
smh the organization isnt even roblox, they are doing double advertisment
yes
torturing 6y/os
in the name of productivity
and has teachers who dont really know what they r teaching?
lmao yes
Yes. Whitehat jr is a scam.
They say a 5y/o made an android app.
My 11 year old brother has been benefitting more from Youtube tutorials
aboo
Yt can be good if found nice resource. I love coursera.
boogers, boogey man
they r literally monetizing free stuff (whjr i mean)
Been letting him learn the Love2D game framework
Think of Pygame and Arcade for Lua
Thinking he should continue this before Roblox Studio
relatable
lmao
thanks!
Functional python is not real, it cant hurt you.
Functional Python:
from toolz import compose_left, curry, first, pipe, second
from toolz.curried import filter, map
@curry
def between(low, high, num):
return low <= num <= high
# Some example values
keys = [2,4,6,8,10,12,14]
vals = ["Two", "Four", "Six", "Eight", "Ten", "Twelve", "Fourteen"]
filtered_vals = pipe(
zip(keys, vals)
, filter(compose_left(first, between(5, 10)))
, map(second)
, list
)
print(filtered_vals)
hell no
Whoa what is going on with those commas
hell yes
Mimicking pipe characters.
And it is indeed very cursed
You have created something very spooky for Spooktober
I should just pick up a functional lang at this point. But none really interest me much, or struggle greatly with resources to learn from.
I honestly don't even know which ones are out there
Im personally still looking at F# but my despise for Microsoft makes that choice hard to swallow.
Omg, so yellow in here
bruh
try OCaml
ah yes
ngl camels look cute
although perl kinda stole camels as their mascot
lol
Look at that champion
I was talking more about hsp being the champion 
๐
damn
hsp is the champion of people
@acoustic moss tfw yellow hides the glorious champion pink, how does it feel
lmao
the yellow is more a champion color for me
but ok
But the pink icon is still there!
It'd because you're in the smoll view
i see webtoon notification, i open
oh i turned off my gmail notification fuck
I got notif for Everything is Fine but I already read it on fast pass T.T
Season finale next week for free
I need to resume reading it. i bet i am 10 eps behind now
I do the same thing. It's nice to binge from time to time
ngl i really like planner from elementary OS hmm
this look so damn clean wtf anyway going to use this instead of my phone lol //
I'm hundreds eps behind for Kubera, i think. I stopped feeling it at some point, so I stopped reading... I should maybe reread it from beginning when i have time
idk what Kubera is but imma add it to my list
Kubera is amazing
i stopped reading The Gamer last 2017 hmm or was it late 2017? hmm
im sure it is about 300 eps now
dont spoil xD
Remember to read one of top comments that provides fan translation of author commentary. Also some cultural context sometimes or Easter eggs.
I did my first x episodes reading on download (during lecture, lol), so I missed those comments when learning about the world
But then when I discovered they exist, I always checked them
๐
Now I'm checking and I don't think early-early episodes have them? Hm...
The world in there is nice and some things is clued from early, those comments sometimes mark where something was mentioned originally and such
hmmm imma watch some old gigguk vids
because .. net is kinda ... stupid lately..
i cant webtoon
Example of that author commentary. Censored names/references to story happening and left world building stuff. (that's from ep 50, i just tried to find any of those comments by randomly accessing early eps XD)
author commentary.. hmm woah
There's a lot of stuff in that universe. As I said, I missed those comments and I checked wiki existing and found a lot of nice info :o but also spoilers because wiki is updated for Korean release
The world basics in there are nice. Like magic. You had 12 gods. 12 days in a week. 12 months. You have 3 attributes based on when you are born that determine what magic is easy for you or more powerful.
i have at least 10 webtoon titles to read ... and it keeps piling up ... one of my favs are
- Wind Breaker
- It's Mine
- Your Throne
- Jungle Juice
- unOrdinary
what a weird world
not a fan of soccer
Ever heard of futnet?
It's football (soccer) tennis. There were women's championships recently
never heard of it. probably because im in an asian territory
I am searching for a python developement team to work with, anyone interested can dm me
pygame's event.pos returns a tuple with x, y?
I never heard of it before like 2 weeks ago XD just mentioned it as alternative to soccer, lol
Yes
Never
The hell is this otn from
no shit
How the fuck would you ever do that
by coding
so, technically, if you encode images as chunks after downsizing to a standard size, you might be able to convert images to representations that are a series of lines of text. If you had a really simple and identifiable bird case, you could possibly use regex for it
like a bird that's all white but has red eyes, like an albino dove
I wouldn't recommend it, and I'm pretty sure Scoff'O'Law's original post was a joke
If you tell me the text of bird
What about actually doing it
it's running
Chicken
now I'm hungry
too bad, you don't have any food with you
take the carnivore pill, you stop being hungry all the time and then just get used to eat once per day
The what
become carnivore
Idk I like being an omnivore
ig that's fine for fiber but i find it very hard to lose weight while eating carbs

and get hungry all the time
All I do is lose weight
I need to gain it
Weight, I gained a whole pound over a year
See what I did there \๐ค
idk i just have funny stubborn visceral fat that won't go
damn you travelling to different planets?
lol
I go to Jupiter to get more stupider
You mean a meatloaf?
no something fluffy and light
would your cat be a good bread replacement?
Let's find out
mmm cat bread
happens a lot
:P
๐
Is there a channel for this?
That's called the Keto diet
How can I check the version of Microsoft C++ Build Tools which I have installed?
cl.exe /? and look at the first line it prints out
Where do I need to enter that?
PS C:\Users\me> cl.exe /?
cl.exe : The term 'cl.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ cl.exe /?
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (cl.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException```
you need to visual studio developer prompt IIRC
I have it
yes
```powershell
** Visual Studio 2019 Developer Command Prompt v16.11.4
** Copyright (c) 2021 Microsoft Corporation
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools>cl.exe /?
'cl.exe' is not recognized as an internal or external command,
operable program or batch file.```
open installer -> modify > check this > install
Thanks, I'll try that
I did, from the website
make sure u have a decent amount of space in ur system drive
yea u need to do what spcookie said
Hmmm, interesting
The "what if" got cut off from the captions
that talk was interesting
I will watch the talk in the morning
Maybe I should also check content about other frameworks just to be a bit more open to others
Thanks a lot!, it worked 
https://cdn.discordapp.com/attachments/758929859434643488/897538592086327376/unknown.png
Does anyone know what dll/function I might have to call in order to achieve this flashing/glowing effect?
Just pop up something (js alert?). It's the easiest kind of thing that will trigger it.
If you want to do less annoying thing, ask for notification permissions and post a new notification https://stackoverflow.com/questions/18141237/make-chrome-icon-on-windows-taskbar-glow-when-chrome-is-minimized
Didn't mean in the browser but got it thanks tho
was looking for this https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-flashwindowex
it is very heavy lol, I am not planning on using it now
.bm
@clear acorn, please enable your DMs to receive the bookmark.
.bm
youre also bad at computers
Modern JavaScript frameworks are all about reactivity. Change your application's state, and the view updates automatically. But there's a catch โ tracking state changes at runtime adds overhead that eats into your bundle size and performance budgets. In this talk, we'll discover an alternative approach: moving reactivity into the language itself...
Apparently he works for the New York Times
.bm
<@&831776746206265384> is copypasta allowed?
btw wdym
"Copy this and send it to all your discord servers" this line is kinda sus
tbh
i see
ok
Is Steak Bot rare, medium-rare, well done or overcooked?
it has all kinds of steak, but uh, the delay is not promising
he is yoda so probably rare
last of his kind

Also vivek is overcooked
Interesting
So Akarys is a Japanese satellite, Steak Bot produces all kinds of steak, Vivek is overcooked
Jack is a d u c c
Preocts is e g
Infinimata is quoted for "Go is C with training wheels"
I am a Japanese satellite? 
almost
I forgot to add you're also part European and Korean
lol
Sebaastian has a secret life he's hiding from us
akari is plural akarys
|| akari breakout ||
Akarys is secretly a coalition of Akari satellites
||go away with your puns :p||
ok now i really want to make a atari breakout clone but with :akarys_spin:s
Do it
Akarys is the ball while the satellites are the bricks
yea
Akarys is motivated to take down impostors of himself
They're all fakes, there's only one real one
anyone know how to get root in code server
@mild abyss did you update genshin
i got gamefile verifcation error after seriously downloading the complete update bruh
๐ข
i have stopped playing genshin. planning to not play for a month.
:)
wow
imma play once november arrives again
well priorities 
ikr
Does anyone here use code server
code server ?, if you are having an issue could you please specify since I dont really understand your question, sorry
I can't install pip in the vscode online ide
you are referring to one of pythons libraries in the IDE JS right ?
Yeah I need to install python lib but only python3 is installed
do you mind sharing a screen shot on how you tried installing the pip ?
you mean repl.it?
I can't even install cz I don't have root
No pls
sadly I am not an expert but I will try to look for a solution for your problem since this will be a huge oppurtinity for me to learn more, but if I dont come back with an answer then I probably couldnt find one
So at the moment sorry that I wasnt so much of a help
ow by the way you can try the python general channel for further questions
can confirm
overcooked is a good game too = vivek is a good game too

i play vivek all day
i expected can confirm on that message but ok
lol what
hmm
k
It's much faster than Visual Studio, I'm pretty sure
time to get perfection or at least a correct intuition on python sinthax or synthax
hey the icon changed!!
the universe should just delete visual studio its too confusing to have vsc and mvs in the same universe
its like 42 and (6*9)
they cannot exist in the same universe
???
Just install it to download build tools then forget if it exists
dead
daed
Lol what

Ahhh u defined a in the first line
don't ping me it's not mie
what
Shrug
The Halloween banner looks super cool
the first sin, you ask? yeah it was anime
jeez
the fact that i joined the rust server and not even reading a page of the rust book
what does this mean in documentations?
all arguments before the / are positional-only
so you can only call the function like f(5) or whatever, you can't call it as f(id=5)
also its not just documentations, its part of python syntax
i am joking guys
you just admitted to breaking the law
wHiCh lAw gUyS??
๐คฆโโ๏ธ
heckermen
?
Yes the law
@rough sapphire Please do not discuss piracy in this server.
i break the law a lot 
i mean its terrible laws but yeah
node app.js | bash
how do i pass args to the program when its runned with bash
the mods have a pattern going
what law did you break?
authoritarian conservative laws cuz im a hippie
controlled substances that should be sold over the counter lmao
like what?
refuses to elaborate
I would like to know if we are in the same direction or have some warning for me
did anyone got a message like this from github
that is a cursed taskbar
sad noises
task bar.. is a mood
my desktop theme is windows classic
i do think u have fooled people as well
?
i am confused what do you mean?
i mean they must have thought ure using windows
i do use windows 7
@latent scaffold Yoinked Miya is just a hotter Amber. Change my mind
They're super different tho tbh
Aloy and Yoimiya are fairly similar tho tbh lmao
man
me talking about hotness
Pycereal:
probably damaged download. redownload from scratch i guess
The basic rule is... Don't admit to breaking a specific US law (discord is in US jurisdiction) in a server with quarter million members.
The general statement about breaking law cannot be used as any proof, but admitting to doing a specific thing can.
i dont live in the US/ no US law, hell i break a bunch of laws on half the world lmao
:>
You can use the metric I'm gonna pass out
Discord is still in US jurisdiction, as I said, so it has to follow those
im not breaking US laws 
I was just referencing the thing before you wrote yours - normally I wouldn't care about aforementioned media piracy, because in here media can be legally downloaded "for personal use" (just not shared/uploaded anywhere, and software piracy is under different paragraphs so it's always illegal)
But we're in discord which is registered in US. And the person before admitted to breaking a specific law (downloading protected content, even gave a title) in a server with quarter million members XD
yeah i want to see discord enforce foreign laws to me that'd be grand, at that point i just give up literally 1984
I don't mean discord enforcing, I mean someone reporting it. Discord doesn't care, as long as IP owners/agencies hired by those are not on their assets
*asses
My spellcheck is nice and thought I'm not gonna say asses XD
Like with the music bits
BOTS
imagine getting reported for gae in the middle east
wtf spellcheck?
or for not wearing a burka that'd be funny too
Talibans literally said they'll use social media etc to find queer people and sex workers...
It's not in their jurisdiction, but they wanted to use social media to spy on people
Some services literally upped profile protection for people in affected regions. Like disabling visibility of a lot of stuff for people who aren't friends and such
yeah aint it fun being a criminal
Back to US jurisdiction and media piracy... If someone reports it higher than discord itself or discord has people on their asses already, discord may be forced to disclose your IP and any info on your profile. Then depending on international contracts, it may get really annoying. Because copyright agencies like to pursue you until you have nothing left.
yes
Anyway, catto
meatloaf
how can I make this dockerfile more slim guys?
FROM python:3.9
WORKDIR /app
# install poetry
RUN pip install poetry
# install dependencies
COPY ./poetry.lock ./pyproject.toml ./
RUN poetry install
# copy project files
COPY ./ ./
EXPOSE 8000
CMD [ "poetry", "run", "uvicorn", "reddit:app", "--host=0.0.0.0" ]
nvm I asked here #help-falafel
python-slim:3.9
Two last lines can be kept in docker-compose if you use it
I think the poetry comments are kinda obsolete, "install poetry" while the code below is easy and literally says the same thing...
Nah, this line is correct. Because you might want to change the line to allow debug etc - changing the code is not a correct thing here
was just a suggestion but ok
Docker-compose is mostly used to set up multiple docker containers working together. But can also be used for one, and it basically shows the config passed to the container itself. Like environment variables, what ports are exposed and mapped to what, what command is the main "run" command... It can also include healthchecks (commands executed periodically to make sure everything's working properly) and stuff
So basically Dockerfile is how to create an image, and compose is how to make it into container
Because you basically either have "use this image" (like this FROM python:3.9 here) or which Dockerfile to build + the config
ah i see
yes
toml is nice
Tomcat????
No
Just Tom
TOML is a file format for configuration files. It is intended to be easy to read and write due to obvious semantics which aim to be "minimal", and is designed to map unambiguously to a dictionary. Its specification is open-source, and receives community contributions. TOML is used in a number of software projects, and is implemented in many prog...
Tom's Obvious, Minimal Language
Are u comparing me to steve jobs
lol
They've been at this for days, maybe a week. Not enough to count as a warnable troll but definitely enough to mess with people
gennie guy is epic
Your local fox with xyr cat~
Telegram stickers make for a really nice face stickers
If there's Telegram where's Snailmail
Outside
is that a russian blue? :3
Mina that cat is clearly orange
vwhat
๐คฆโโ๏ธ
you 
I thought you were referring to the latest message
I'll see myself out of this reality
lolol. not that russian blues are blue anyway
the-yellow-chat






