#ot2-the-original-pubsta
652 messages ยท Page 94 of 1
yes
this is also called mentissa but as OP said, not very well known.
"Mantissa" is apparently not what they're asking for
The significand (also mantissa or coefficient, sometimes also argument, or ambiguously fraction or characteristic) is part of a number in scientific notation or in floating-point representation, consisting of its significant digits. Depending on the interpretation of the exponent, the significand may represent an integer or a fraction.
oh i mean, in above question, one person claimed it.
@hazy laurel
you losed your pfp
:(
oh \๐ค then Wikipedia and Wolfram have different definitions
apparently
wat's a NFT
basically a crypto file saying you "own" a file at a specific url
except it has a ton of flaws
claimed what?
ooo i think i know what's that now
that's why it's gone? cool shit ngl
it was deleted for NSFW
my pfp was clean and good thank you very much.
wow
well its gone for good
but someone already claimed me as their child
everyone is @hazy laurel 's children
last minute
๐ซ
i code in C++
meow. you have three fathers btw
and uncountable mothers
back from skool yay
D: how?
me too
its iskul
magic
whatveer
Aph's mothers... one of many uncountable infinities
that's right, I watched a Veritasium video
well... is it technically possible to count "0"
i was gonna say space when you said hilbert
infinite hotel rooms paradox โข๏ธ
yes
um, i accidentally planted a bomb on each room
you've got a green thumb for planting bombs
finally someone who uses whatsapp desktop
how can you tell
maybe i just have a long screen
um intuition
ok
insistuition would be a funny word
is it weird I only ever see foreign people use whatsapp
I had to use WhatsApp for work and it was painful
yes
maybe it is popular in my region
the world should shift to discord
(range shrinked, oh no time to dox me)
pls no
nobody here really uses whatsapp
๐ข
teams will have its people
working for microsoft
different usage perhaps
teams got teams
wait, do workers in microsoft needed to use bing
why not just a video call in vc for client meetings
nobody really uses that here either
it's all Zoom
why not use bing
We even had a robotics competition over Zoom LMAO
nobody uses webex? ๐ข
we had to build our own little arena and film it
Never even heard of that
discord has bigger scope , for developers
don't tell me you lost it?
well... I was on track to do really well on my turn to drive the robot
i'ma train tactics with beidou, bbye
its by tcs or wipro right?
a senior would be able to inspect their activity in vscode using status lmao
there we go! see @jade bolt your father lost!
so I was stuck with an underpowered robot that wasn't strong enough to move anything
and it was very slow
so I got 0 points ๐
lies
oh, i'm timmy :(
I thought it was Noel that was without his father
or maybe both
hv u got hutao btw
yes
is it only me, that haven't
hutao?
a character in genshin impact
embed failed
discord don't like cat supermacy
fuck. u got her twice?
im not playing
nah. this is just the image I sent you ages ago
I got Diluc after her on the standard banner
and Amos Bow on the weapon banner
damn
I WANT HER
@cinder nexus Apologies for vanishing, earlier. Power brownout.
The consequence of living in a bushy suburb.
Windstorms bring down trees onto lines.
yeah its fine, dont worry about it lol
is there a difference between blackout and brownout? lol
A touch activated lamp with an incandescent bulb turned itself on and was faintly flicker glowing off and on.
Very spooky. ๐
I would say a blackout is zero power.
Brownout is reduced but present power.
I could charge my phone, but couldn't turn on a light.
The word makes sense now lol
...and the oven kept beeping whenever it got enough power.
grayout could also be one
Which it did several times.
I dont think I have ever experience a blackout
I ended up turning it off at the fusebox.
but i am struggling even without a blackout, my pc crashes atleast once a day for some reason
I am guessing its a problem with BIOS
did you overclock it?
nah, i have enough power without oc
Hm. These things can be difficult to know the cause of. It's often unexpected.
but the latest windows 10 update has messed things up somehow
Ah. Except in such cases.
I have not looked into it too much
oof windows will be windows
Come over to Linux. We have cookies.
linux is scary
chocolate chip even
Don't like one distro? Try another!
I only use linux on virtual machine lol
I would contact windows about the issue but Idk if they want to help me since I have cracked windows lol
Tut tut.
yeah could be also, havent updated them in a while either
ok ok its not technically cracked, since I bought the windows, but I have used the same windonws on 4 different computers
then come to linux, the land of if you own a nvidia gpu you get walmart drivers
i cant
It would be pretty patriotic of me to use Linux lol
linux is the way to go, if you worry about games, use wine and proton, if you worry about professional tools like photoshop, adopt others, like gimp! Gimp is actually more comphrensive than photoshop but has a higher learning curve. I dont see why dosent everyone who is slightly tech savvy use linux
Well I can see with the problem of nvidia, but the prprietary drivers have worked fine for me so far, and theres no noticable change for me. amd users should definitely use linux, since is the opposite of nvidia. their drivers in linux are great but in windows walmart drivers
many games do not work on linux even if you use WINE or proton
especially games whose anti-cheats don't like to play nice with linux
well, really it's kind of only games that have these anti-cheats
that's really the big problem with supporting games
the anti-cheats themselves do actually support Linux
the problem is... you're not using the Linux version if you're having to use Proton/WINE
you're using the Windows version on a Linux device, and so they deny access from the game
this has changed recently with EAC and Battleye allowing support for games being run under Proton and WINE, but for them to work you need the games themselves to explicitly enable it
My expectation with the release of the Steam Deck is that games will switch it on in hopes of supporting it, since the Steam Deck runs games under Proton
Maybe I've not tested enough but AFAIK from the benchmarks I've seen, I've heard it was the opposite for many games
maybe it's because the games are so bad they never make it into any worthwhile benchmarks lol
but AFAIK, most games that run properly under Proton actually perform better than on Windows
and the differences is wider on games like Minecraft, where even natively Minecraft runs much better on Linux than on Windows
and if you compare gaming on Linux to something like macOS, then it's very clear that Linux is actually winning in this regard
lul
My server got nuked with channels and role spammer and I need bot to fix it
How can a bot fix that?
how does someone have perms to do that in the first place
@jovial island Re: #help-grapes message
It's simply```py
def isPixelPlaceable(self,x,y):
"""Checks if a Pixel is placeable
Args:
x (int): X Coordinate
y (int): Y Coordinate
Returns:
(bool): If its placeable or not
"""
return (x, y) in self.placeable```
i think ive tried that but lemme test it
it indeed returns False for both Statements
20:1:1 [Debug] Elapsed time: 0.4264 seconds
20:1:1 [Debug] is 1,1 placeable? False <- Hopefully says False
20:1:1 [Debug] Elapsed time: 0.3665 seconds
20:1:1 [Debug] is 1798,603 placeable? False <- Hopefully says True
Debug stuff is just a fancy print thing
ive actually opened a new thing again if you have any other ideas #help-chestnut
@small cloak (pinged cause your name says so)
Who is Jake and Bear?
good question... what has happened to Jake
who is jake
wrong jake smh
jake.#1234
ugh for this test file I need to convert a path and all of its subfolders into a zip, then into bytes, then it is used as a mock return value, then it gets turned back into a zipfile....
and all of this (except for the initial files) is using io.BytesIO to not write multiple times to disk lmfao
I should honestly cache this
its not going to change during test runs
and if it does I can probably check
meh
Heloo
I figured out why I thought Jake like died
he talks like nowhere except the voice chats
but- it resolved
HTTP/1.1 403 Forbidden
Accept-Ranges: bytes
Connection: close
Content-Length: 4961
Content-Type: text/html
Date: Fri, 19 Nov 2021 06:08:46 GMT
Server: Apache
X-Powered-By: PleskLin
lol the server exists but whois returns nothing nice
Java programmers: There's an impostor among us.
more like every kind of programmer ever
Too
th
Absolutely detest java-esque python code
But apparently its the only style you'll find in academic python
Profs and their hard on for java amirite
ayo what
wtf
my eyes
its a joke
yeah, this shouldn't even work, I believe
it will work, which is super sad
!e
class A:
def method(self, other):
print(type(self), type(other))
A.method(A(), 1)
A.method("abc", [])```
@keen burrow :white_check_mark: Your eval job has completed with return code 0.
001 | <class '__main__.A'> <class 'int'>
002 | <class 'str'> <class 'list'>
it works
ah, I see, that's cursed
@jade bolt :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 4, in <module>
003 | NameError: name 'Colour' is not defined. Did you mean: 'Color'?
why can you call instance methods on a class... ๐
@jade bolt :white_check_mark: Your eval job has completed with return code 0.
(0, 255, 0)
I believe there are reasons to do it
yeah
!e
print(*(map(str.split, ("a b", "b c", "c d"))))```
it's like how you can do class.whatever_func(instance, args)
@keen burrow :white_check_mark: Your eval job has completed with return code 0.
['a', 'b'] ['b', 'c'] ['c', 'd']
that's one of the main use
meh, in this case you also call them on a self of the wrong type
I mean, type safety has never been Python's goal
I mean,
typesafety has never been Python's goal
๐ฅด
true
well, I guess memory safety is hard to violate in it
and that's why I like it
akarys likes to live on the edge ๐
I also like not having to perform a magical ritual to make the compiler accept my code
puns rust
isn't that great?
๐
bruh how is that expanded markdown thing in github comments written
where its minimized and then you can make it bigger by clicking the arrow
how is that written
thank you so much
I know you probably just googled that but still

no
tl;dr
<details>
<summary>Whatever shows when it's collapsed goes here</summary>
all the hidden stuff here
</details>
<details open> if it should be extended by default
just because of oneko command im going to watch CardCaptor Sakura 1998
@somber belfry https://youtu.be/Nm3SkXThL0s i saw your youtube video vivek
The word "neko" means "cat" in Japanese. Oneko displays a cat which chases your "mouse" cursor all over the Linux or Unix desktop. Try moving the mouse in the middle of your screen and at the edges, leaving it stationary, moving it slowly and quickly, etc., and watch the cat respond. Not a cat person? No problem try -dog option. More info ...
โ 
Omg, I remember those kitties. I had those on windows as a kid, I dunno from where. Lots of different ones that just hung around and played and one traditional oneko, white.
By default the traditional one fled from mouse, which kinda annoyed us because those other, more complex one, were draggable XD
I used to open lots of them at once and use ms paint to arrange rooms for them. And if one eg fell asleep in wrong room, I'd put it in the 'bedroom'
I have actually used the desktop goose to increase my productivity
@short cliff tell ak he is a science student and doesn't know shit about biology :3
like maths and physics and chemestry and informatics and a little bit of english and french and pain
Pain, the best science
yes
the science to rull 'em all
I feel like I'm forgetting one
yeah, I guess the first three are each two different sections
i tell you
im a microbiology student. idk comp sci
ยฏ_(ใ)_/ยฏ
but akky was right, it's not unlikely
and while that's pretty unlikely due to the nature of jellyfishes, he mentioned a worm that does that
oh he is right
what about it. you mean those polyp like thingies?
i'm not saying the opposite
polyp like what
well, the question was does it exist
jellyfish starts there lives as stationary creatures before they became jellyfish. they attach to rocks. but idk if they eat rocks.
lmfao thanks little girl
yes I do in fact not know about biology, but then so do you
alright, that's all I wanted to say
;P
bread science
you don't get it
i contracted a disease
bruh
decontract it
break the contract
unsign the contract
EW WHY DID SOME1 SAY โTHANKS LITTLE GIRLโ disgje ksfbkabd make me ๐คฎ๐คฎ
when
LOL HERE
that's the pfp, no?
OKAY BYE MAYB IS JUS MY MIND ๐๐๐ค mods can ban I thibk so omg periody yir right
It isn't even the pfp, that's how I call her irl haha
i wonder how two communicate irl
irl? you know that person face to face?
uh it is plurality, ak's other identity
hm
wait, it sounds like that movie named split
yea saw both of their bio
Haha, okay, sorry I thought you knew. Yeah, she is my other identity, basically we are two persons living inside the same body, https://morethanone.info if you are curious 
that's fucking cool
it's kind of... demeaning to call someone "little boy" or "little girl"
Most of the time the main fronter can send actual words and the other replies with a stream of thoughts
idk, you call someone little until they're old enough to be offended by "little" lol
Material gworl ๐๐คช
I mean I always call her like that and she is fine with it 

it's just a bit weird otherwise
She says she is mentally younger than me anyway, so little is appropriate :3
Omg two personalities ๐๐ค
to cheat during tests
๐
ill have all fun and the other identity is going to study 
also how does that other identity use discord
BYE STOP YโALL VIOLATING
I guess if that's what she's okay with and/or prefers, then yeah... but outside of like romantic, friendly, or funny/ironic conversation it's a bit weird ยฏ_(ใ)_/ยฏ
it's almost like calling someone an old man
I don't get it
arent really related to the topic
@jovial island can you stop shouting btw
kinda uncomfortable
Helicopter helicopter ๐ฅฐ๐ค
uh
I hope yur not uncomfy now๐๐ฝ
She calls me old man haha
But, like, she is literally my closest friend
She has her own account
4lifers ๐๐
^ also here is how we discuss
hm
So honest question, is it like that book? One personality gets heavy on other and stuff. And other personality doesn't know how they got there and stuff.
A lil telepathic ๐๐ a lil spiritual awakening ๐
i think i used to have other identity too, but it just suddenly gone, i dont know why
I mean it is confusing tbh to me atleast about how things work y'know'd'I mean
Same sometimes I become two faced ๐ฅฐ
I have no idea what book you are talking about haha
But nah, I think we both know why she is there
Well it's tell me your dreams.
Oh i see. Great I'll look in more detail on the website you shared.
.bm
I donโt read botty ๐ซ
I remember once I started fighting wit a bot bc they werenโt replying ๐๐ kind of embarrassing ๐ญ
@jovial island weren't you gonna sleep?
damn
theme \๐คฉ
every time I venture into Together Java i discover stuff that i didnt even know was valid syntax
A b = (A & B) () -> {};
hmm, cute
A and B are FunctionalInterfaces
@FunctionalInterface
interface A {
void foo();
}
@FunctionalInterface
interface B {
void foo();
}
seems like a useless expression though
I mean, you cast it to (A&B) only to assign to an A-type variable
that &B will be lost immediately
right?
i guess so
is that java 17
works for me in java 11, idk when it was introduced
did they ever go from type erasure to JiTing proper containers btw?
can anyone pls type and send the one line code needed to open obs through bat file
ping while answering
@remote widget @civic plank It could happen to big packages too. Here's the one on NPM I mentioned https://therecord.media/malware-found-in-npm-package-with-millions-of-weekly-downloads/
A massively popular JavaScript library (npm package) was hacked today and modified with malicious code that downloaded and installed a password stealer and cryptocurrency miner on systems where the compromised versions were used. The incident wasย detectedย on Friday, October 22. It impactedย UAParser.js, a JavaScript library for reading informatio...
Ah thanks for that!
i saw something similar today about pip
The operators of the Python Package Index (PyPI) have removed this week 11 Python libraries from their portal for various malicious behaviors, including the collection and theft of user data, passwords, and Discord access tokens and the installation of remote access shells for remote access to infected systems.
ohj wow, so they got access to original authors account and republished the package with malicious code in it
Tbh, in this one year since I have been on discord, only since the last few weeks, I am hearing a bit too many instances of hacked accounts. Welp
One issue is that in open source often people who don't even know each other at all are collaborating and have the perms to edit packages like that in malicious ways
What's the name of the lib
idk
ah i see
Welp, idk how to use reddit
Oh, I thought I wasn't able to see the name ๐
Tbh, since the last few weeks, discord has become hackercord ๐
@rare moat this is how its setup
and what file is importing car_class?
can i see the code for code.py?
maybe its a vsc problem
ok
from car_class import Car
new_car = Car(90, "Mercedes", False, "Black")
and the code for car_class?
class Car:
def __init__(self,speed, model, is_driving, color):
self.speed = speed
self.model = model
self.is_driving = is_driving
self.color = color
def drive(self):
if self.is_driving != True:
self.is_driving = False
print("The car is driving!")
def stop(self):
if self.is_driving == True:
self.is_driving = False
print("The car stopped driving!")
sorry, I'm new to vsc
how do i do that
?
hit CTRL-Shift-P and type "open external terminal"
oh it somehow worked
the code, or the terminal?
the code is working now
yeah it is probably an issue of where you are running it from.
no problemo
Why wonโt my crusty d2l work ๐คช๐ค like da one time Iโm tryna do homework it doesnโt wanna work ๐๐ค
OMG SZA NEEDS TO DROP DIS
And an album I canโt wait ๐๐ฝ๐๐ฝ๐ญ๐ญ
What are your favorite words, guys? I must know for personal reasons.
hmm, for me it'd be the word portmanteau
what about you?
anyone experienced in haskell who can show me the way
Oh my! Are you a long word nerd as well?
0-o really?
It's caused by ash so...
Yeah
Lol
supercalifragilisticexpialidocious
Ah yes the word made up by someone who has an umbrella
a word made up with a definition by someone who made up the character who has an umbrella
Y e s
Now since I need more information, what is the largest FINITE number you're aware of?
number of subsets that set of subsets that set of subsets (...) of real numbers has
Is there a name for that ๐ค
really powerful set
Satan, Cantor, and Infinity is a nice book
Me when Cantor's ordinal moment
not really, because Cantor basically says that for any set, set of its subsets has more elements.
empty set? -> set with empty set inside
one-element set? -> set with: empty set, one-element set inside
so for any set X, 2^{X} is has more elements
we also know that we don't have the same infinities
that's why I queued a lot of "subsets that set of" and undefined more of them in "(...)" to make it a big-ass infinity :3
but is "infinity" a number, or did I cheat the task?
float('inf') ๐ค /s ||(i know they aren't reals)||
Technically you did but I never said finite so... my bad
Ok
for named number, googolplexian is the biggest I know. but we can make googolplexian^googolplexian and more powers...
NOW for FINITE NUMBER
Nice
Ever heard of googodplexianth?
Yeees
Me when gigangol moment
Y e s
I think Rayo's number is the largest well-defined finite number to be coined
it might be the same one, I did -ian because that's what I know but + -th might just be the same name for English one
Yes
I am very intrigued in big numbers although I don't understand too much
I made up a stupid notation
It combines Steinhaus-Moser notation and Knuth's up arrow notation
I had a friend from science camp looking for huge prime numbers as prime^n-m, with prime other that usually used 2 ๐
.
Smh
Ok I-
I had to say smh
Cause everyone I know does that all the time
I also happened to mess with the definition of Rayo's number to make a larger one
IMMA SEND A TIK TOK da audio is Finn to me ๐๐๐ฝ donโt ban me hHehHheheishf
GIRKSH dis audio is so funny to me omg
"The smallest number bigger than any number that can be named by an expression in the language of first order set-theory with less than a googol Rayo's number symbols." Is what I did to it
It's probably larger than Rayo's number idk
Then it wouldn't be finite ๐
Yes technically
You can add a quattuormillacenduoquadragintillion for every [Planck time] that passes for the amount of Planck time that has passed since this very second and it's still finite
oh nahh yโall too smart for me ๐ญ๐ค what is this
3301
Like how I memorized quattuormillacenduoquadragintillion
Same thing ๐
Jeez lol
Very random
๐คฏ
The code works at least
At least you know a super big prime number now ๐
Now onto next question!!1!1
What is your favorite state of matter
Lol what did I expect
For me:
Bose-Einstein condensate
cause pro ๐
Liquid ๐ฅต
Solid liquid gas aqueous periodt Iโm so smart tyty ๐
Ok ._.
...how?
wasn't one of such checks just either pre-elimination or pre-accept? so it needs further checks?
Paggages???
paggages?
bruh
@rare moat
@jovial island are you @jovial island?
Yes
funny question why do you ask?
Well, are you using an alt?
.-.
yes indeed
Makes sense
scuse me?
lol did you check github?
and alizee called me creepy
hmph
damn
so big brain
what a coincidence
well obama is funny
.-.
i dont like
dots
@keen burrow how did you know?
yes im also curious
BRUH
@keen burrow wut
yes what indeed
I mean it was pretty obvious
wdym
brave ๐คฎ
truth ๐
i like its features but i wont use it because i have personal reasons
๐
no to anti rainbow CEOs ๐
beyond that, I just don't think Brave's worth using
braves not a ๐คฎ, but ok
it kinda is
nah
truth
that's the second browser I like after firefox
๐คฎ
ew bloat
truth
๐ฅด
Imagine
lmfao why.... gitlab....
gitlab allows 255 character usernames
but project paths can only have 255 character paths
which means its possible to create a user that can't create issues
I wonder if the advent of code was built in HTML or another programming language that supports website building
And if so, my boss challenge of December will be to replicate it (of course keep it private too)
If you're curious about how Advent of Code works, it's running on some custom
Perl code. Other than a few integrations (auth, analytics, social media), I
built the whole thing myself, including the design, animations, prose, and all
of the puzzles.
view-source:https://adventofcode.com/2021/about
Oh thatโs interesting!
I donโt know Perl yet so Iโll just use HTML for now
Mustโve been tough making a whole website with unique puzzles every day
lmao.
I am hurt! also xithrius was using brave last stream in which xithrius was making twitch tui
๐ฅด
hey idc what u use lol
you are coding... dna?
Rna
what's that
oh also i may or may not have copied the wannabe programmer term
from you
Idk DNA reverse or something
lol
not exactly
RNA is single stranded, and some other differences that I can't remember
sad
they make proteins or something or tell jokes
bravo!!
ted talk?
one other difference is that it uses uracil instead of thyamine
so single stranded, replace "T" with "U"
i will not say
:incoming_envelope: :ok_hand: applied mute to @jovial island until <t:1637552246:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
no joe unmuted him
Woww๐ฑ
You doing Ted talk
Pls send its link announcement
Thank you
What
I didnt even do anything yet
@jovial island but you like to call people noobs
NO
haha
you see, I am the glasses
and the glasses control the body
And the body is like a puppet that I control
That is human trafficking
Or sentient object trafficking, idk
I can probably make big money If i sell a pair of living glasses for research
Jokes aside, I've gone to as many as three different stores to pick out new frames to make sure that they look identical
Each iteration of frames must be indistinguishable
Stel-er-cus
yes
sell cir cus
What
sell cir cus
What even is that
I - am - the - glass-es-and-the-glass-es-con-trol-the-bod-y
I thought you would be a pretty serious guy or smth tbh
first time seeing you talk
your github pfp looks pretty serious thats the major reason lol
We were discussing this in a staff channel earlier. I speak only in a monotone voice
In real life
But I say lots of serious and non serious things
You are pretty fun
give yourself +500 social credit
Why
Would have been a shame if my last words were "you are pretty fun" and they too to the guy who banned me
One time I banned someone who had previously said they thought I was cute. And a girl.
mods have dark humor
lol
Sup comrades
sup
Hey guys what's a good wireless gaming mouse under 60$ (after Black Friday sales)?
glorious model
O
instantly comes to my mind but ask for other opinion
not exactly a fan of that kind
@echo sinew Bluetooth Mouse, Rechargeable Wireless Gaming Mouse Multi Device(BT5.0+BT3.0+2.4G) with Side Buttons, RGB LED Light, Ergonomic Cordless Computer Mice for Laptop/PC/iPad/MacBook Pro/Tablet(Black) https://smile.amazon.com/dp/B08KW5QC7S/ref=cm_sw_r_apan_glt_fabc_8QHKK4G7B01XF59757DG?_encoding=UTF8&psc=1
I've been using this one. Got it because it switches between Bluetooth devices and is rechargeable. However the build feels quite cheap.
Was looking at Basilisk X Hyperspeed by Razer but I would like RGB
Demn
what's demn about this?
oh wow that looks very nice
idk he replied so fast
oh
Do you guys have any other recommendations? I like to have some options on stuff like this
Your budget is 60 dollars right?
Um yeah crimson? ghoul? what to call? said that
yes
after black friday sales
like how the Basilisk X is 35 after sale
how bout g305?
no rgb tho
hmmmm
g703 has slight rgb
also i think it will be under 60
during black friday
rgb
lol
its 100$ tho
you will blow all of your budget even if you do order right now
yep
and wont have money for chocolates which is just sad
How good is the Basilisk X Hyerspeed tho?
I think I am fine since the Basilisk V2 which i tried out in Best Buy is fine for me
Really liked the V2 but it is wired which creates a lot of issues for me
Oh wow viper is expensive
also idk if mini is worth it
sup
weight isn't much of a concern
since I am perfectly good with
Does steelseries have any?
I would prefer a mouse from Razer, steelseries, HyperX or logitech
above budget
bye thanks for the help
nice
how about that keyboard based on laser
I need Macros so Naga Trinity
that article calm me down
Yay to downloading like 8 Gbs to do C development
pog
I thought C was an older language that was designed to not take so much space or memory o_O
why not mingw
Microsoft C++ Build Tools
mingw a lot lot smaller
Cygwin??
he's way too sad
ikr
I feel bad now
so is bluenix
There are no pure C compilers and a good C++ compiler is insanely complex
Plus msvc needs all of windows
If you only get the few parts you need for pure C it's only like 2GB IIRC
i have both 2019 and 2022 lol
Lol
sad
lak have you ever looked at the C++ compilers source code?
I have read a bit if LLVM source
Oh yeah what's the new license that it's getting?
Moving from some MIT variant to GPL right?
Wow
I donโt think I would have the mental capacity to juggle changes in 77 different files
I see you've select the "I'll give you 200 review comments out of spite" option

That or a "lgtm" and the silent treatment. 50/50
To be fair, I started that refactor about a week ago. By six hours in I was chanting "oh no" under my breath while rocking slowly.
100% of the model style across every object in the library.
"refactor"
It was starting to fall over, using the models and expanding the available objects. Too many tangles in what used what else and where. So... all the models are happier.
2/10 will not volunteer to "find a better way" again. But it ate up a holiday week with grunt work so I'm not really sad. Glad it's done and all the tests weren't too unhappy.
Disapprove changes with the only comment being lgtm
So you didn't try before
uh
Have you installed that packaged before trying to import it?
some guy sent me this
aiohttp==3.8.1
apis==0.0.1
beautifulsoup4==4.10.0
colorama==0.4.4
discord.py==1.7.3
requests==2.25.1
wikipedia==1.4.0
Ok, that looks like a pip requirements file
And you ran py -m pip install -r requirements.txt (assuming that is the name of the file and you are in the same directory)
Also, you installed the packages in the same python interpreter path as you are trying to run the script in right?
Alrighty
i am trying 2 make a discord bot
Looks like you have the windows version of python installed from the store, instead of downloading from python.org
i have both
Yeah but VS Code thinks you are using the windows one
And that may not be the same one that you installed the packages to
thats tru
Should be able to hit F1 and type interpreter, then select choose interpreter
Then once that is open you can either choose the interpreter that is shown, or browse to it
uhh
what happends if f1 dont do anything
and i am not trying 2 annoy u with being stupid
In VS Code you should be able to open the search bar at the top
that
View > Command Pallet if F1 doesn't show up
Yeah, start typing interpreter, then click on Select Interpreter
wtf
?
I have no idea why your vs code isn't showing that
Might want to ask in #editors-ides
Or try reloading your window / check for updates all that jazz
if u want i can send a vid hear 2 show u whats wrong
Last thing to try: click on the python version on the bottom
Where did you run your pip install
it was working fine 3 days ago but i reset my pc
Ok, from that powershell in VS Code, try to run it
ok
dont wanna be stupid but uhh wheres the power shell in vs ?
ik theres this
You see the error code that happened? That is the built in powershell
but what about in vs ?
The blinking cursor shows that you are in that directory
ok
why this stuff so confusing it was fine bfor i reset my pc
ยฏ_(ใ)_/ยฏ
do u use team veiwer
Nope
At this point it might be worth claiming a help channel
Or try restarting everything
how do i resstart my py
Close all terminals running it
then what
Restart VS Code
i have done that alot of times already
Restart your computer?
Last thing to try is to uninstall the microsoft store version of python entirely
the problem is i cant install discord
py -m pip install discord from the terminal
Your VS Code is using the microsoft version of python
Click on the bottom python thing and choose the other one
oh
yeahhhhh
witch 1
use the 2nd
pip install it
from cmd or
yes
๐
is that code problem ?
looks like it, happy debugging!
after trying nushell for a bit, powershell is still better
the syntax is quite wonky, and it uses a toml file as a .rc
Hadn't heard of nushell (or if I have I've forgotten)
it is quite obscure
I found it looking for easier to install powershell
which it does do
also, the docs are wrong
which is always a bad sign
they do have a great multiline editor
Well at least it has one perk
Having good multiline capabilities is hard, so props to them
Powershell is far from being great with that
I have found PSReadLine to work more or less flawlessly if you manually update
I will probably use nu as the default for the various nix servers I connect to
That looks interesting
Powershell's been my new obsession for november
So having a better multiline experience with it would definitely be nice
ye, PSReadline does work quite well, though empty continuation prompts were broken until very recently
nu has very similar UX
both have emacs and vi style keybinds
Seems like I'll be installing PSRL tomorrow at work
def start_time(self, start: Union[str, datetime, None]) -> "SearchRecent":
"""Define start_time of query. YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339)"""
if isinstance(start, datetime):
start = to_ISO8601(start)
if not is_ISO8601(start):
raise ValueError("Datetime format expected: 'YYYY-MM-DDTHH:mm:ssZ'")
self._fields["start_time"] = start if start else None
return self._new_client()
Spot the bug. 
I've been staring at this for five days, completely overlooked it
haha
ze bug smished
def start_time(self, start: Union[str, datetime, None]) -> "SearchRecent":
"""Define start_time of query. YYYY-MM-DDTHH:mm:ssZ (ISO 8601/RFC 3339)"""
if isinstance(start, datetime):
start = to_ISO8601(start)
elif start is not None and not is_ISO8601(start):
raise ValueError("Datetime format expected: 'YYYY-MM-DDTHH:mm:ssZ'")
self._fields["start_time"] = start
return self._new_client()
now to figure out how to pull 17 of these methods into a builder so that five classes can use some of them but not others. 
Side projects are fun.
meow
meow? krrrr krr krr nya?
meow
meow then
meow
woof
nya
chirp
Might I hazard a ribbit
thunk
try:
work()
except Exception:
window.open()
yeet self
wouldnt that error if the string wasnt urlencoded
or does the browser do that for you nowadays
yeah it will definitely error, just seems to be simplified code
OwO yeethon?
@proven rampart DM @vapid maple for permission before advertising
ok mb XD
the second if will always be true if start is a datetime
Second if has is not, first makes sure datetime is in wanted format. The problem was None, not datetime


My senior is gonna love me today.