#ot1-perplexing-regexing
1 messages Β· Page 628 of 1
should I disable the screen? (i'm technically not using it right now)
oh, how?
in NVIDIA X Server Settings \π€
idk what you mean
I'm using anydesk
uh... heck, I would look through there and see if anything relates to Intel
nothing
any other guesses?
I have some ideas but... it might snowball into a lot
and I'm kind of tired
Perhaps look through https://help.ubuntu.com/community/HybridGraphics
what does?
no proprietary drivers
read on
I will read it tomorrow, it's kind of late
but why did this happen?
dedicated memory is now lower than total memory
oh. that just happens
that happens like everywhere
it should NEVER happen
what?
You've never noticed that?
so that process partially broke my GPU?
it previously showed 8192MB
it hits the limit lower though
it's not gonna affect you terribly much
you just need to stop using your dGPU for so much
this was previously much closer:
UDA out of memory. Tried to allocate 24.00 MiB (GPU 0; 7.76 GiB total capacity; 4.89 GiB already allocated; 13.38 MiB free; 5.15 GiB reserved in total by PyTorch)
your iGPU needs to be your primary GPU
and offload certain processes to your dGPU
but for some reason, your dGPU is your primary GPU
and offloading won't work
but I need to stop Xorg
not fully
yes fully
No, literally everything visual would stop
your terminal, any open windows, your whole DE
I mean I need to stop it using the GPU
You need your system to convey the proper configuration
do SSH connections still work if I turn it off?
turn what off
Xorg
probably not
oh
well
you'd have to set some stuff up from the TTY
if you kill Xorg you'd probably be signed out
but like
it really does sound like the problem is a BIOS configuration
NVIDIA shouldn't be primary in on-demand
because on-demand intel sounds so useless
well, this is annoying, hopefully I can find someone tomorrow who fully knows how to fix this
idk, I might try using sudo prime-select intel again
(and rebooting)
if the NVIDIA card is fully off still, then... you'll probably have to configure X11 to switch around your GPUs
which might be simple
but I might suggest looking into nvidia-xconfig, it might have something useful
or you might already have a misconfigured Xorg.conf somewhere
so I might suggest temporarily renaming it (in order to "nullify" its effects on the system) to something like Xorg.conf.old and seeing if that does anything
Can anyone recognized what this IP is from
Only the first two part are shown
I want to report thoose discord nitro scammer
can't do a whole lot in that regard tbh
To their vps provider
I just want to know who is their vps provider
oh. you can probably find something just on one of those IP lookup sites
Wait their location is different from the email discord sent
One Moscow Russia
Another Miami florida
And a weird org
Opps forget to blur ip
hi
tell me your distro, and system architecture. also the nvidia gpu youre having
you mean prime-select next-boot intel?
oh well
immma wait until u reply
you fell for the scam too?
My alt
Not me
I use my alt to get their ip
ubuntu, not sure, GeForce RTX 3060 TI
x86_64
Depends on the package
I love VIjay Prakash
same
Especially his carnatic performances, so good
ikr
ot0 looked a bit like uh
gore or something
can anyone confirm or deny this
nvm it was a snake in a pc
ah i can give u a xorg.conf that works for it. u want intel to be your primary gpu? and manually use nvidia for games? or what?
nvidia for CUDA stuff (AIs)
ah that needs udev rule. i can disable the nvidia-drm, and enable nvidia-uvm
since the latter is needed for cuda
im eating breakfast. i will dm in a few 40 minutes
@broken apexokay im back so what i want to know is are there any files or configurations in /etc/X11/ and /etc/X11/xorg.conf.d/?
yes
can u list them? also are u using some script such as prime-select?
oh, no actually
ah that is fine, but did u install some script that selects the gpu for u?
whats the name of the script?
okay lets try this first with that script. can u show me the output of sudo prime-select?
i have to check if sudo prime-select service status or something like that is enabled because it runs as a systemd service. otherwise, we can just disable it if you want
since u said you just want it for CUDA stuff right? no gaming?
!pip pain
!pip c
god there really is a pip for everything
@rough sapphire #bot-commands next time pls
Oh my goodness I love this:
florida = {}
florida.keys()
is valid python :D
i can stare straight into his ideas thru them nostrils
that looks a lot weirder than joe
is that your boyfie?
No.
Ok
whats a boyfie
your smasher
"Turning Page" can NOW be purchased on iTunes as a single!! (+ the instrumental version!!) - http://bit.ly/turningpage
Featured on FOX's SO YOU THINK YOU CAN DANCE, & The Twilight Saga: Breaking Dawn - Part 1
Sleeping At Last performs "Turning Page" live at Electrical Audio Studios in Chicago, IL.
Credits:
"Turning Page" Written, Arranged &...
ugh this song
this songggg
I don't see it at all
!pip gay --- I will not further elaborate
is that just like
Just Gay++
lolcat
!npm colors.js
They even acknowledge it
oh it says that lol
I'll go install the sl package because why not
!pip sl
good life advice
hmm
If this is true
And I was Swede
And I still get paid
Then I'd gladly be gay, no questions asked
I might be sick, that guy over there is lookin' kinda hot
then you are a french
Boys π³ππ
literally
hehe train
make it rainbow
I don't know how to turn it into a gay train
can someone help me?
the question is not clear about how to count "6"s
most likely interpretation is probably "the most 6s you can write in a multiplication expression equaling 33!"
are you familiar with prime factors?
yes
they ask ''form of multiplication''
it seems to be 2
imo
so imagine you knew the prime factorization of 33!, could you determine how many 6s are in it?
i think they mean find n such that 33! = k * 6^n where 6 does not divide k
meow
!pip gay
sorry.
pog, relatable, ne
hmmm. so, first of all you need to find the factorial.
heya sorry, dont know where to write fo rhelp for this
but oes anyone know how to wire a lan cable to a projector?
likr i got the lan plugged om my router to my projector
i got the ip adress
now what
'
Select the Screen Mirroring Settings on your projector as necessary.
Press the LAN button on the remote control to switch to the Screen Mirroring source. You see the Screen Mirroring standby screen.
Select Apps.
Select Settings.
Select Devices.
Select Connected Devices.
'
done this, i can see my projecor anywhere :/
Testing is a crutch, correct code doesnt need to be tested
.uwu if it compiles it shouldnt error uwu
if it compiwes it shouwdnt ewwow uwu
coding is a crutch, correct code shouldn't need to be written by me, it should already be written
Manifest the appropriate bits in memory
for parameters we pass into methods in a class, do we have to declare all of them as attributes?
eg.
class Animal {
int age;
String type;
public Animal (int age, String type) {
this.age = age;
this.type = type;
}
public walk(int distance) {
System.out.println("run %d", this.distance);
}
} ```
like here, do we have to declare distance as an attribute?
lolcat?
oh nvm this is powershell not linux
less color support
Well...
I ran WSL during an active instance of Powershell
So it displays Powershell as the title
hmm
I just tried it and something went wrong, trying to figure out why
lolcat wouldn't display the symbols properly
@pastel rivet don't post rickrolls, pls read our #rules and #code-of-conduct during this time
I don't think lolcat can do ascii animations
Anyone know some js and html that can help me π
i made a site with a login thing and to change what your seeing i used window.location = "index2.html" but it doesnt work
comps?
probably because windows terminal
Isn't curl maintained by one dude
lol
Pretty much everything in OS is maintained by a one dude for free
nice
how do you update curl btw
you wait for your package manager to update generally
Errors are a social construct
i got banned from a discord server and everyone in it were like really weird anyway but i felt like i was friends with them and i miss them...
Hand warmers are such a great invention
gloves?
do they not have hand warmers in the UK?
They're these little packets you shake, and they become warm.
They're really nice to put inside your gloves or in your pockets.
what
Nah, the little chemical packet hand warmers that you shove in your gloves
I moved.... like actually 1,000 pieces of 2x4 today and various wooden platforms. Gloves & hand warmers are a must considering it never got above 24F
Javascript question
What's the different between useCapture and options={capture: true) when calling addEventListener?
why?
were you moving 2x4s, i mean, not why did you want warm hands or why is the weather the way that it is
Helping Tom with his monthly boy scout volunteering stuff. We were building tent platforms.... so many goddamn tent platforms
if a boyscout needs a tent platform, to me that sounds like a Learning Opportunity
LMFAO trueeeeeeeee
lmao
"Fucking my nose rn"
distance is an argument here, it's not an attribute
Thanks
what will happen if index.html is a folder ππ
Errors?
H m m m
hm maybe
I'm planning on making my profotilo's GitHub repo named index.html
I should try myself actually
Why would you do that
yess
π
do time 30 or time 60 π
wild lol
Quite lucky π
yess
damnn
π©
we doing the useless crappy typing tests again?
just woke up so I'm slow as hell
well, I didn't "just wake up" but that was my first typing off my phone for the day
I'd say that most people type about 20% faster when they're typing something they're thinking about rather than random words from a screen
or random scripts they're not prepared to wite
wait a minute
are cyrillic letters not considered "word characters" in regex
that's cursed
yup, they are not
π©
Even with the Unicode flag?
yup, even with it
seems python's re is the only language that supports them
regex101.com has no matches for ΠΠ»Π°Π΄ΠΈΠΌΠΈΡ in non-python regex flavors
okay, I investigated further and yeah, it's a JS thing
JS's regex engine (like most of them) is disciminatory π
as president I will make daily typing tests mandatory
does anyone actually have a subscription to typing.io? 
oh no
website name
sorry quite spammy here, lemme remove older stuffs
y'all need to be doing the 30 second test minimum
or be a real pro and do the 60 second test and get your flair on the monkeytype server
you'd think people with 9 fingers would at least deserve a separate role
Y'all are really fast
π
i still only have the one challenge role lol
π
linus is real pog tho. 150 30s..
p good π
and that was with a huge dip in the middle
I probably won't get close to my 30s pb any time soon π , that was def a fluke
what is your 30s pb π
159.55
damn
yeah but you'll be like 120 easy for 60s
145 wpm
really bad
mina did you bait me into turning on this helpdm thing
this blueberry dark theme is v nice
wdym
I used that to get my pb lol
when you asked me to test the command π
:ok_hand: @distant hazel Help DMs OFF!
yeah ik it's kinda useful though ig
!helpdm on
:ok_hand: @distant hazel Help DMs ON!
there are improvements planned
ON!
what theme π
minaberry !
How does this make any change in DM helps
it dms you when you send a message in a help channel for the first time
ah.. never got a help channel π
it dms you when you participate in someone else's help channel
mhm
I think it already dms you if you open one
yes
Are you really server voice banned
Didn't notice that LOL
i am collecting roles i guess
π
can't you add a bunch more
Good luck collecting all the roles in existence of the server
ty
one day i will convert all the roles to pastels and jewel tones
and everyone will love it and applaud my decision
what's a jewel tone
like darker richer colors
isn't that the opposite of pastel
but it can't be and they're disjoint
why wouldn't i be able to use some pastel tones and some jewel tones?
because it's and cmon mina
if you said or
whaat if i have 10 colors and 5 are pastel and 5 are jewel tone
ok i see what you mean
if i say i have a group of colors that are pastel and jewel tones. is that wrong?
this didn't sound wrong though
it depends how pedantic you want to be lol
this sounds a little wrong
for all colors in the set of role colors x, x is pastel or x is jewel tone π₯΄ π₯΄ π₯΄
mm
I think you could say like, "I'll change all the colors to either jewel or pastel" which would be correct and natural sounding
oh wait, no
that implies you're changing them all to one uh... archetype?
"i love pastels and jewels tones!" - this definitely is right
"i'm gonna use pastels and jewel tones" - sure
"i'm gonna convert the roles to pastels and jewel tones" - sounds a little wrong
"the role colors are pastel and jewel tones" - sounds more wrong
ehh idk
They ar all RGB π
i am changing my mind on the last 2 back and forth so idk
i have a group of students that are boys and girls
honestly it kinda just boils down to 'English is not precise enough'
lmao
there exist boys and girls
if english is so good then why not english 2 huh
lol
I think I'm just going to start talking in math notation to see how many people I can annoy
do it
actually I'm probably just going to sound really dumb
wack
ik
id love and hate it at the same time
love it cause math is cool
!lojban 182894631921516545 The ambiguity of natural language is a feature, not a bug
hi
jebanned
having PTSD and liking something are disjoint
not with math
lmfao
praising math statements are just what you do when you're trying to impress nerds but nobody actually believes them π
huh?
.wa short define grifting
Failed to get response.
ok
idk i never seen ppl be like "oh yeah i was solving some equations the other day on my free time just for the fun of it"
Β―_(γ)_/Β―
yeah, because no one talks like that
I've seen some in our science club
it's more like, "remember that problem about ...? I solved it using ..!"
big skeptic of math being enjoyable
its hella interesting and i love talking about it
why skeptic lol
enjoying math is a hoax
just bc you can't relate doesn't mean people can't possibly and legitimately love math?
i can't relate either
see above

it feels like a purely pretentious thing
oh like art or wine or
I'd say that's quite pretentious thinking on your end
math becomes especially fun when it gets theoretical, and now you're talking about proving that 1 + 1 = 2
art wine cheese music asmr

you know the kind of people
hobbies? pretentious.
how could you
.wa short pretentious
making claim to or creating an appearance of (often undeserved) importance or distinction
' putting on airs '
Enjoying something and being pretentious are completely separate things
I take that back about calling your thinking pretentious, it's not the right word
i can enjoy something without being a complete pretentious douche and vice versa
just let us pretend to enjoy math in peace
"pretend"
lets just focus on the 0.01% of the time where we have our eureka and ignore the rest of the time full of suffering

Definitely not for me, when thinking I need to think more :P
That's why people use Thinkpads
or this
yes
no
Classy..likes opera...visits galleries cultured and a bit of a snob
Nothing wrong thou with those unless those people look down on others. I like the finer things in life myself lol
@low chasm
lol
lmao tf
lmao
minesweeper
any other
spider solitaire
any other
pinball
any other
no
!warn 909683045903257611 As per our sixth rule, do not post unapproved advertising in our server.
:incoming_envelope: :ok_hand: applied warning to @white wadi.
π
learn you a Haskell
yo im reading that
nice
i've read it
oh
ya
Hi
@rough sapphire
can you send a picture of your keyboard? the whole thing, with any lights especially
Here's my question β hoping someone can give me a straight answer
What is the right way to trigger a bad_alloc?
In this assignment I'm working on the instructor has us dynamically allocating an array of 'task' objects (struct to follow)
struct task {
std::string taskname;
std::string assignedto;
};```
He showed us these two methods to catch bad allocation
```c++
try {
task* tasks = new task[size];
} catch (bad_alloc& ex) {
// handle
}
And
task* tasks = new(std::nothrow) task[size];
I've been trying to test these out by supplying ridiculously large sizes, and I'm getting segfaults instead of badallocs
is the ot-name a reference to the meme "pushing p"
wouldn't it just be a reference to pushing to prod?
i have no idea what that is though
#TestInProd #WorksOnMyMachine #LGTM
what kind of chef doesn't taste their own cooking
Now that I think about that... I hope that statement doesn't carry any weird implications
why tho
lol
my mom :>
is your mom a chef? \π€
isnt everyone's mom a chef
not very good ones π₯΄
iuno good food except when she forgor the salt and doesnt notice cuz no tasting
π
yeah...
I'm sure you've heard about my mom burning all of our dishes
we have like Tupperware amalgamations
because she cooked them in the oven
if only I had something to cook in
I'm kind of terrified now because that stove has been through so many fires
oh yeah, my grandma keeps trying to have us buy one
well...
Lol burning plastics are toxic...see dioxins, furans etc
that'd be fine if my mom didn't ruin our pressure cooker
we used to make beans until she literally had the pressure cooker on the stove and cooked it
it was terrifying seeing electrical sparks flying everywhere
that kitchen just terrifies me now
uh iuno just get a regular ass pot and put beans in it
Taste of hospital food lol .. low sodium
It's like replacing an alcohol addiction with a smoking addiction
Did she forget microwave ovens aren't like actual ovens?
our microwave has basically become our dedicated chef of the household
ngl I barely cook
but no, she really just left dished in the oven and turned it on
fire broke out, plastics melted, pressure cooker was yet again burnt to a crisp
it smells terrible btw. I wouldn't recommend it
I'm nowhere near as close as to my parents' abilities to cook
That's odd
Hmm, I should make a prod (production) branch
it was disgusting
Actually I'll just go for production, prod sounds weird
it's like burnt metal, burnt plastic, idk if burnt glass smells like anything but if it did then include that
Cattle prod
I'm very prod of you
prod sounds like an invasive bodily procedure
By alien
yes, that is exactly how it sounds
"pushing to prod" does kind of remind me of that "pushing p" meme
the more I read it
getting one of those soon i guess thats gonna be fun
pushing prod \π΄
Do I get a star β for learning how to Git 
you done git gud
Hallo
bruh
that's weird
what's weird
who's weird
i weird
sup @hollow magnet @inland wolf
guys
is there a way to automate desktop app placement? a couple of my apps replace their shortcuts when then update and they get shifted
Why
What's the need for it
I dunno, I honestly haven't used Git until recently
i name it - stable
I forgot tags exist
tbh I've only used github's website editor
did anyone made git simpler
I just want to click buttons and get it work
Command line git isn't so bad
you only need a handful of commands for everyday use
add, commit, push, pull, checkout make up the vast majority of uses
most IDEs also provide really good git integration options
just make sure you at least roughly know what your git GUI is doing
I know someone who used a git GUI that made it really easy to stash things
but stashes aren't really meant to be used that way, since they are easy to lose
so they lost a ton of work
Branch, revert, fetch, diff?
What's a stash?
Though I guess I could use GitLens to see differences
Branch --> checkout -b new-branch
Revert --> reset --soft HEAD~1
Fetch --> git pull
Diff --> git status ?
there is git diff and git fetch
Right, just showing alternatives
o
also, s/checkout/switch,restore
git allows you to put changes in a stash, in case you want to commit them later
but need them off your working tree, without losing work
the issue is, a stash isn't a commit, and as such can be easily lost
So wait you're telling me they just made an alias for git pull
pull is a fetch, followed by a merge
Git is like playing Tetris
there is a perhaps surprising amount of complexity in git
git is indeed fairly complex, but getting started with it is rather easy imho
I had an easy time starting with it
But I just know how to add, commit, push without reading docs
And at a basic level
exactly, basic use is pretty simple and doesn't take long to learn, and that's what you're going to do most of the time (as a beginner, at least), so in my eyes, there's no excuse to not use git in a project
i was reading this msg out of context i thought you were talking about qbasic 
ey pydis im angy post cute or smth
oh naaaaaah fuck qbasic 
I have never used any of the BASIC languages
And probably never will because of Visual Basic's reputation
pushin to π ΏοΈ rod
i have an excuse. Google drive supremacy!
Use the school's OneDrive
Iβm a slightly good at coding Iβm just wondering whatβs a good 3D python game engine tho
godot
I just realized that if my app ever uses up all 256^4 user IDs, the node list in the database alone will take up 34GB of memory π³
Every time I launch this app and it doesn't just immediately traceback and crash I genuinely get a little more shocked
Ursina. As much as I want to tell you Godot, Python doesn't come with Godot
GDScript is similar, but not one to one
There's two downloads (ignoring x86 and x64), with or without Mono/.NET
This lesson will give you an overview of the available scripting languages in Godot. You will learn the pros and cons of each option. In the next part, you will write your first script using GDScri...
https://github.com/touilleMan/godot-python There is this though, 3rd party Python bindings
Hm I see
a
oh, cython
oh my
does anyone know how to build a Docker image for a different architecture? I'm trying with this https://github.com/karlprieb/writefreely-docker and docker-compose. I've added platform: linux/arm64/v8 to the writefreely part in the yaml, and even tried with the environment variable DOCKER_DEFAULT_PLATFORM=linux/arm64/v8 but neither is working. I'm building with docker-compose build --no-cache
o maybe it should be aarch64
nope
the "it ain't working" part is here: fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz(but if I export the image to another computer it will also tell me, etc)
building from the arm64 machine fetches the proper tars, but it's slow as fuck
@thick osprey
:(
I'm block u
oh no
get blocked.
have you seen what happens if you spam the light mode button on mobile
pretty much
it is for emergency use
CSGO flashbang
cursed
using a cloud as a way to store and share code is exactly the reason we need to teach git from the start
Lol see the light
that looks like a wisp
I made that with js and canvas
Hello
wisp
I have a question , can anyone help me
Develop a Neural Network model to predict sales amount or
customer
predictions
How to do this ?
Someone else in another server said the red wisp is HAL 9000 so it ties in with the lemon is an AI thread
o_o
The HAL 9000 was a lemon it was the orig among us imposter
See lol a yellow 1960s among us
Lemon color lol
We have a data science and ai thread ask there
I'm sorry Dave, I'm afraid I cannot let you do that
yello sus
i use dark theme because light attarcts bugs
ha lol
||https://youtu.be/Gfj5f0GVLZ0 oh my god|| vid which could offend some
Everyone knows the peace-loving prophet who stood for kindness and love to all, Gandhi, but did this holy man actually practice what he preached? Check out today's new video that exposes a dark side to Gandhi that will leave you shocked!
π SUBSCRIBE TO THE INFOGRAPHICS SHOW βΊ https://www.youtube.com/c/theinfographicsshowOFFICIAL?sub_confirmatio...
Why are you posting clearly inflammatory clickbait? Just Google the channel's name +credibility and you'll see a lot about how little they research.
So what's the point of posting a clearly inflammatory video in discord that has clear rules about no drama???
i legit said "vid that could offend some" as a warning. so not my problem if it starts drama
The channel is called infographics, it doesn't mean they are credible.
You noticed "this could offend some" and decided to post it against the rules
Nicky if you dont wanna get offended dont click on it, thats what the warnings supposed to mean
Or, don't post offensive stuff in the first place Β―_(γ)_/Β―
is it offensive tho?
You tell me:
vid which could offend some
I'm not a dude
dude is unisexual im pretty sure?
This. The rules of pydis are clear on this: don't start drama
It's not
ight then
People treat masculine words as "neutral" all the time but that doesn't mean they are
That only shows a bias towards default person being culturally a man
okay tell me what do i use for "dude" in your case
Despite there being more women in the world
I would think Nicky is perfectly fine
good point
Pal. Mate. Just my name.
Sib for sis/bro because it's short for sibling
anybody there have script that tubers93 using
ok done
btw it dont gon be starting drama if it de fax
I found multiple cases of them posting fake/not researched/biased info.
Do they post their sources?
Yes
yes as in "they do post their sources" or yes as in "thats a good argument"?
ight then
I know several people who post sources which say completely different stuff. There was a charity stream recently that went through one altmed book and actually showed that those "sources" were either not applicable there or said completely different thing
well let's inspect those sources then
unrelated note: look at the comments. it's legit indians rooting for this channel
the sources seem to be related to what the guy said in the vid
The sources are kinda messed, those are not sources per se, they often refer to other stuff as sources. I'd need to see how many actual sources (original, not retelling the same thing in another article) are there. Because if two different articles say the same thing but use the same original source, it's only one source, not 2
wouldnt more sources with same info increase the chance of the info being legit?
As I said: those are different retelling of the same source.
I'd need to get to analyse it on my computer to actually make a map of those pastebin "sources" and real sources underneath and if there is enough
this from the wiki on him
whoich was also said in the vid.
just check the wiki dearest person, it cant be fake if it's there
But anyways:
The pic in the thumbnail is clearly clickbaity, tho.
I went to a school that was under a name of really locally revered Catholic figure... that was racist as well. But given the times, he was actually pretty tolerant.
So here I would need to actually check the sources in detail, comparing with history of the region, to see if his thoughts were bad for his times.
very questionable; even if you look at many studies, but don't get the full picture, you can end up believing, say, that telepathy works. I assure you, there's plenty of studies showing that.
I already said I'm not a dude
oh goddamit i forgor
i dont think you giving anecdotes right now is helping your point at all Nicky
And what's my point now, because it seems you think it's something else?
they linked the wiki in the sources, and the wiki does state things mentioned in the video.
youre challenging the infographics show's credibility with your own set of anecdotes
I'm not. I said I found sources about the bias the show presents.
But then I reevaluated a bit and said I need further research into it.
So what do you mean about "my point"?
ok i missed that part then
the wiki says so. you cant deny the wiki can you?
The Infowhatics now?
how did they make a 13 minute video on those two things anyways?
I never used "my own anecdotes" to challange the credibility. I used them to explain how we cannot fully judge people by just stories, without historical and cultural context of their times
they explained his well known side as well
Is that the one YouTube channel that explains trivia with a Kurzgesagt clone graphics when presenting stuff?
pretty much yes
Wiki is not a source in itself, lol. If anything, use wiki's sources as your research sources.
The same what I said about posting articles as "sources" - we need to check if the sources underneath are valid and how many there are
I mean, Ghandi was pretty unambiguously not a flawless moral beacon
I don't think that is a point of contention
why is historical/cultural context important here?
Because video is clickbaity with the picture in the thumbnail. While eg the anecdote I said shows that there's no clear distinction in some times. If a bigoted thought was common, there's really small chance a person would have a different thoughts on the matter
all i know is wiki is trustable
clickbait is simply the reality of youtube
you don't really get to not do clickbait
yeah, not with all the nuking
That's what my example was supposed to mean. I can go with it more, it's common where I am
I get your point, there is more nuance here than "Ghandi evil". For a similar example, Charles the fourth (is that the english name?) is presented as overall a positive king, despite being a sexist antisemite.
Gandhi will rise again to make India nuclear
lol
I wonder if Nuclear Gandhi still exists in those games
I forgot the name of the game
wait that was a thing?
Yeah, it was from an old game I forgot the name of
I remember it's MS-DOS era
only play ghandi in civ and rush nuclear age
Probably a bug
I believe it's still in every Civ as an easter egg
dimly recall something about it
wow indian context chat
yessir
That's why I already said my example. WyszyΕski (the guy i meant) was antisemitic and racist... But if we analyse it in the cultural context, he was actually better than most of the society. Context matters for judging historical figures. Not that I agree with either of those, Gandhi or WyszyΕski, but I'm against judging them without context
well the problem is he wanted indians to be equally treated but not africans
Yes, it was unsigned underflow. Below zero -> max value
Yes. I already noticed this in one of the sources. The question is whether it was a general thought of his times or his own bias.
Let's just make an example of people i encountered online. A lot of people say queerphobic things but argument it with stuff like "unnatural" or "it's illegal in my country". Is the person queerphobic? Yes. Is the person at fault? No, they just don't know better. The problem is when they are presented with different options and they choose to stay ignorant or push back
That's what I mean by cultural and historical context
Yep, in modern age it's way easier to get information. But some people don't know how or they just weren't even prompted to get educated on a topic. That's why I said "choose to stay ignorant" after they are presented with alternatives.
- I just wanted to present a general idea of why context matters
what ghandi do
fair
moving on to other topics
why is MS such a pain, disabling macros by default for untrusted books
all this fluff of a convo and i still dont kno what ghandi do π
Scroll up to big spoilered preview
@shut ermine
π₯΄
the UGLY truth about WATER
CIV games CiV 5 has it
Nah it is a feature...fun to twist history
Because of VBA viruses evil people make
oh well im off to spread my propaganda about challenging capitalistic laws later pydis Β―_(γ)_/Β―
Cya
This game has been a time sink and yes I have played Nuclear Gandhi
unironically, how do i make a domain into a trusted location
Buy civ 6 this is olde
the UGLY truth about EXISTENCE
Meaning: we all get to die!
Yesh
yo dont spoil the game i havent unlocked the secret ending :(
Maybe buy some SSL certs
In the end we all die but that makes living precious
i have not seen a physical copy of any game in a long time
I mean we get to die now, because the truth about existence is ugly!
i was hoping my good deeds make like a reality shift or some shit so that good things happened in the past and i go to a new reality :)
that'd be very anime
Ok moar PC game dvds lol
obviously if it didn't work, you were supposed to do bad deeds instead
well shit, time to ask what would Jordan p do
There lol
civ
I miss RTS as game genre
??
Real time strategy = RTS... seems it had become stale ....something like starcraft and command and conquer
isn't it, like, a super popular genre
like, starcraft is still played, there's paradox titles, and other stuff
imperator rome has quite different mechanics from most past games, CK3 also has new fun stuff.
there are also those few games which use full on realtime mechanics including 7h movements and such, though I can't think of the names rn
im sure as heck that lemon in fact IS an ai
Used in RTS computer games maybe to tie in loose ends lol
uh
Everything in the universe slowly marches towards death, as is an infinite ocean of darkness and knowledge, as humanity would turn away from the inevitable, scourging for resources on their small island in the vastness of the void, ignorant to thy surroundings. And is as everything will slowly walk to the end of its material life, humanity will follow suit in a formal line. As in the end, life and death make no exceptions.
Does that sound good for my drama presentation?
its pretty dramatic
Actually accurate as we slowly move towards the heat death of the universe in accordance with the 2nd law of thermodynamics but it will actually be slow and boring and non dramatic
microsoft sucks just use macrohard
why does no one sell plastic plates in vaguely sensible sizes? I don't want to pay to ship a 1x2m plate...
What are you doing with a 1x2 metre plastic plate�
nothing, I need a smaller one
but no one sells those
I may just make this out of wood
a
the best font
a
@solid elbow β
aye rthats fax
meta
lol
hELP
No
wHAT
Call 999
lmfaoo
we have had a lot of ok chain sessions
@hsp the chain initiator
ok
there should definitely be a message search option for chained message where msg content is exactly same in the same message channel
ok
It's nowcring
ok
ok
ok
So decked out in cool shit but ultimately useless?
foogle
WHAT ALL PYTHON APPS ON IPAD FREE FULLY WORKING?
Not sure, I don't have an iPad
I hope I am not.
I delivered the project almost according to planned time lines.
Everything is working, fully auto tested and operational, while under supervision of multilayered monitoring tools + logging tool
(the image is of me)
tl;dr, self-installed bloatware
Hey, every piece of this software simplified me part of Development
It is all super necessary stuff ;b
Work is trying out k8s, maybe i should annoy my way into getting some responsibilities for it
I'm sure you aren't, I was just poking fun at the image 
What do you do at your job?
Programming?
I do internal tools, the web app people are the ones fiddling with k8s
Ah OK
About to slap k8s on this tkinter app, just watch
Yo its overengineering friday
lmao
@vestal canyon
L = [[1 if c==r else 0 for c in range(Col)] for r in range(Row)]
[[L[r].__setitem__(-c-1,1) if c==r else 0 for c in range(Col)] for r in range(Row)]
pprint(L)
```slightly cursed
but this is a workaround that lets you do the exact list you were trying to do in one line
i initially tried using := but that doesnt work
obv my other solution is better
but just as a fun thing
I started my python course like a week ago and that made me confused
L[r][-c-1]=1 is the same thing as L[r].__setitem__(-c-1,1) pretty much
the difference is that the first is an assignment and we cant do those (complex assignments like this) in one line with := or =
the second is running a function to set the value
which is fine
a.__setitem__(b,c) <=> a[b]=c
is__setitem__ from a 3rd party libary? or is it in default python
its default
theres a lot of methods with __thingy__ syntax, called dunder methods
short for double underscore
they can be used to implement almost everything
for example
a+b <=> a.__add__(b)
or technically also b.__radd__(a) but lets gloss over that
oh pretty cool but I will stick to the version that you sent because it's easier to explain
ofc, just sent that one because its an interesting trick
I tried to finesse the system by adding reversed(list(L)) to L but that didnt work
This is @jovial oriole , Mr.77 owns a server. Mr.77's server is ded as heck. Mr.77 doesn't mind. Mr.77 doesn't DM and spam advertise his server. Mr.77 doesn't handout roles to increase popularity. Be like Mr.77.
I should be like Mr. 77
Not because of any of that. I simply wanna snack on chickpeas
Mr. 77 literally just advertised his server while saying that he does not do so π
shhhhhhhhhhh
:)
you're like Drax and humility
except smaller and weaker π
but that's not your fault, everyone is smaller and weaker than Dave Bautista π
yes i am drux and very humanility
that almost made sense
hello
ask your question
btw, asking your question automatically implies that you had a question... you don't have to announce that you have a question, just ask it
scale how do I get me a second brain
plenty of people walking around with brains, just take one
not like they wrote their name on it, its a free for all
also, most of them aren't even using it, they won't notice
many already lost them and havnt noticed
Perform illegal surgery
e
No illegal surgeries lol
learn neuralscience ez
@mild horizon i'm not telling you where i'm from
this is your last warning, don't call or DM me again
i dont have one. can i have yours?
Just take it, you can return it if they say no
no i needs it
Have a neural chp from Musk then have a brain as a service from the cloud
BaaS, or more simply put, BS.
id prefer brainpower to not be behind a paywall thanks
But they will market it heavily and claim it is necessary to have scalable IQ to keep up with your peers at school or in the workplace...Dont discount parental pressure to excel too
Why stop at a second brain when you have scalable brain power on demand ...BaaS.... near unlimited brain
The Musk brain chip will make schools obsolete with Matrix like brain programming ... Replace I know Kung Fu with I know Pandas in a minute or I know Kung Fu Pandas lol
Ask Elon lol
where does he live
I'll go kidnap him
of course, for educational purposes


