#ot1-perplexing-regexing
1 messages · Page 495 of 1
how do you get the money to be able to buy a $3000 espresso machine
idk
good question tho
how do you get the money to be able to buy a $3000 espresso machine
@cosmic lotus make a python app and sell it
BIG BRAIN
mans typing an essay out here lol
@cosmic lotus I imagine a lot of developers get paid enough to afford such a thing, but you have to keep in mind that coffee and espresso is a hobby for some people and having a quality expresso machine that would last for years is worth that.
!tempban 735511198610751518 14d Sending inappropriate images
:incoming_envelope: :ok_hand: applied ban to @gray hare until 2020-11-26 19:44 (13 days and 23 hours).
wait what?
@uncut coral the image they posted is gone, but don't worry, it wasn't very interesting.
ummm ok
Well done formater, well done :|
It disobeyed the 80 char length rule which is odd, it usually tries as hard as it possibly can to obey it, creating hideous things in the process.
What's the formatter you use? @silk kettle
Ummm, I'm not actually sure but it's vscodes default.
Works fine usually so have never really needed to change it
Interesting, that is not how a formatter should usually act. That's the reason I wondered which one it is
Seems Microsoft have their own formatter that it uses.
Oh, nevermind, that then redirects to autopep8
ah, I see.
Unfortunately, autopep8 is not that smart.
It works in a very low level of source code (tokens), but on the other end black and yapf works in a higher and abstracted layer (concrete syntax tree).
You might want to switch, but that would probably change the style on all active projects you have so might cause an unnecessarily big diff.
Some people I know use yapf, so I'll probably use that.
I have not too much worry about diffs as I'm only working on my own stuff currently.
Be aware though, yapf might throw some deprecation warnings on newer versions and might be obsolete in the future.
Oh, is black newer then?
If yapf is going to have deprecation issues and may become obsolete I probabbly shouldn't use it
Just tried them out and black seems a bit nicer anyways :)
Simply speaking, they both use the same library (lib2to3). It is deprecated in 3.10. The problem is, yapf directly uses the lib2to3 in the stdlib so you will be affected by the deprecation warnings. Also there are plenty of bugs in the stdlib lib2to3. I would highly suggest checking black out, since (what I would estimate from my social circle) it is used way more broadly and hopefully soon they will replace their fork with something better.
Just tried them out and black seems a bit nicer anyways :)
@silk kettle glad you liked it!
Thanks for your advice :)
It's strange how vscode sets the formatter to MS-Python and then that uses your formatter of choice, seems to be an un-needed step.
@warped spear how does that work?!
font.dwFontSize.X = <size>
font.dwFontSize.Y = <size>```
that requires a load of extra code with ctypes
👀 name of the channel
I think one of my servos just came alive
Haven't touched it in weeks and it just twitched
you mean server?
servo motor
oh i c
ah
made this lil thing a while ago when I was messing around with them
And then it decided to move a lil bit all of a sudden
using raspberry pi?
u have like 500 tabs open
lmao
Left side would be school stuff
And the rest would just be whatever i was looking up making it
how is your laptop handling so much things lol
but how is that thing moving if its not connected
Well either I'm hallucinating, something else that sounded like a servo moved, or I have no clue
And the rest would just be whatever i was looking up making it
@tranquil orchid the classic
And when you finallly close the 500 stack overflow tabs
That’s life
yep
why were u recording though?
Have a look at the channel list and the contents of all three ot-channels
huh
You’ll understand some day. Just keep watching what the video is doin
😕
Ban Jack just in case
Well, you too in that case
welp
😔
Yoda, hello there
hello 👋
¯_(ツ)_/¯
yo boys, so I have a school 1200 report where it asks me to present a problem that my country is facing, along with an effective solution to it. The problem I chose is lack of entrepreneurship skills in my country's citizens which is fact, the solution is to include business education in school, and an optional subject "business studies" in high school. Currently there is none in my country. A guy told me this idea is horrible but what do you guys think?? a lot is in stake
where are you from?
how is business studies or a form of it not a subject available to study?
I live in Oman, and no it's not included in school curricula, only in universities
I live in Oman too, lmao
I'm an Indian though
fate brought you together<3
Oh, but you study in private school then right? so business studies is available
yeah I'm talking about government schools, there's no business education
Does everyone have to take science?
Yes to an extent, although you can choose general science and that would be for "non scientific students" or go to specific subjects like physics biology and chemistry. The system is fine in that regard.
It's main issue is that it generally doesn't encourage creativity and innovation, let alone entrepreneurship.
Hmm, the person who said the idea is horrible is personally not interested in such a subject
But I'm sure a lot of kids will be interested
Myself included
We have sports, music, and even an English (extra) subject for those who want to learn more. what would be the harm in including business for those who are interested?
yeah, exactly
woah
So I'm working on 0.3 of cutesnowflakes
adding some extra user input, working on clamping it to safe values
and I somehow got it to do multiple colors
the value gets mangled all to hell when it happens, but it looks cool.
ah, it's an integer overflow
That image is pleasing to look at
It is, I think for v2 of cutesnowflakes I'm going to take a different approach to building images
and they will be larger than 3x3
but not much larger
here I am thinking about v2 and I'm not even on v1 yet
:p
the reality is I'm unhappy with how it's turning out so far, the code is messy and to fix that it needs a complete refactor of everything anyway
so my goal is to just get it working well enough in its current state as a v1, then focus on rewriting for v2
lol
LemuxOS. made specially by PyDis. based on Arch
A linux distro that contains python and only python
I'm just waiting for LemonOS
cant wait for LemonOS and LemuxOS
why is there chrismas hats EVERYWHERE
Does anyone own a portable Bluetooth speaker and have itself turn off because you want to listen to music at high volume?
I don't get what's the point of them anymore, all you can do is listen at low volumes to prevent too much vibration from causing it to shutdown.
If drawing a sequence diagram for a game that uses a server . Would the actor be the user or the server?
don't post questions in multiple channels like that
it's not good etiquette
the actor would be the client, imo
Okay but people wernt responding , so I need to ask somewhere else so I can get a answer. What relationship does a client have to a server ?
that would depend on the game, wouldn't it?
Indeed
using an FPS game as an example, the client would need to regularly send / received updates from the server and only the server
so like the client would select a server (sending a packet I guess) ?
not sure i follow.
doesnt the client send a request to the server ?
i mean yeah, the client would send its input to the server
and the server would send its output to the client
yeah so I could draw that on the sequence diagram
sure
an online multiplayer game server kind of sits in a loop
waits for input from clients, when it gets some input it processes it, then updates all the clients as needed, then sits on its arse again.
sits on its arse again haha I was thinking the same thing about the loop .But do I draw that arrow for the loop from the client to the last class and then back to the client ?
Just the loop thing you were talking about , could you show me a sequence diagram example of it atleast ?
This example , where is the loop ?
doesn't look like there is
i'm not sure how you'd define a loop in a sequence diagram
but perhaps you don't really have to?
Yeah so i just draw a cool arrow from client to server
thats like selecting a server
that's where i got with a doodle
depends how much of the interaction you're trying to diagram
nice you got beautiful hand writing
thank you, i use a keyboard all day
Impressive stuff , you should get that drawing framed
-__-
bisk's drawings are always magnificent
Just look at this work of art: #ot1-perplexing-regexing message
That's just beautiful
@rough sapphire nah my speaker IS LIKE HELLLAA LOUD its an anker...
u can hear it from like someone elses house if there blasting it
and it has 24h play time
plus it only cost 20$ its amazing
wait.... nvmd
i am indeed art man
I used to be able to blast it on full volume but now it just shuts itself down to prevent from damaging itself which is a good thing but what's the point of them then? I mean, not everyone will blast music through a small speaker but still.
I know that there's an experimental mode on my JBL GO 2 but it's dangerous.
i am indeed art man
@gentle moss not an artist but an art man?
did i stutter?
Can you stutter on the Internet? 
Hmmm....n...yes
L...LOL!
I mean, not intentionally
hm
finnaly
ei
why did u change ur pfp
Yes
Going be a unpopular opinion but among us is the best game in 2020
Going be a unpopular opinion but among us is the best game in 2020
@rough sapphire not an unpopular opinion
I still don't understand the game lmao
But no disrespect to among us (I love it) , but I think gaming has went downhill
true
@gentle moss Yeah I know , but game being played this year like
but among us is legendary
Yes its such a funny game at times
i just liked it for a few days then my friends stopped talking to me for some reason
public matches are still good
nuh uh
i think 2020 is the year of Animal Crossing, Fall Guys and Cyberpunk 2077
cyberpunk 2077
fall guys died really fast
Fall Guys still has a high player count mind
~30k or so concurrent players
~25th in Steams ranking
i came 2nd once
i never played fall guys
season 2 came out last month lol
oh really
yeah haha
its trash
it's uhhh.... it's something to do i guess.
i can only hack maybe doing 2 games in a row before getting bored
Among us is bringing out a new map soon , so it might keep trending till Christmas or longer
small trend game, it'll last as long as the fad among kids does
What are new cods like , last cod I liked was MW3 lmao
wow i remember the animal crossing hype
i haven't played that game since may lol
i played the MW2 remaster, that was quite well done
also did CoD:WW2
which was garbage
felt like an on-rails shooter
no, just the campaign
Yeah I played it too , I quit it tho . Just not the same anymore i dunno I cant get back into cod
i haven't CoD'd multiplayer since CoD4 on PC
MW3 , MW2 , black ops , Cod4 last cods I played , since then I havent liked any of them on the ps4.Call of Duty: WWII aint bad tho
yeah, it's just a very lacklustre WW2 game
most of the 00's was spent with game devs churning out WW2 themed games so there's a lot of history to it
and not matching up to the CoD game you released nearly 20 years ago is a bad move
i guess they're just banking on most of their players being sperm back then
oooh I just thought back on the amount of ww2 fps games being pumped out during the early 2000's
There was wolfenstein, medal of honor, call of duty, red orchestra, to name a few
yeah
CoD, Wolf, MoH, Red Orchestra, DoD, Battlefield, Brother's in Arms, Sniper Elite, Velvet Assassin (heh, butt), IL-2, Company of Heroes, Commandos, Command & Conquer
uhhhhhhhh
and really those are mostly just franchises
couldn't count all the individual games
Oh yeah I forgot about Day of defeat and brothers in arms
Velvet assassin I remember spured some controversy when it was released since you could run around in nude or some shit like that to distract ze germans
there was a "nudity" mod
a.k.a. make the skin shader peach coloured and try to aim the nipples properly
@gentle moss what disks do you sell?
640gb western digital blacks
Is the shop named "bisks disks"
Glorius model o wireless released

damn internet

server kinda dead
I wonder if there are any like, mildly gated but still activate programming discords
would like a place to chat free of children sometimes
I too search for such a place
no luck so far 😅
I suspect it has to do with discord being a very active platform for kids
I suspect it has to do with discord being a very active platform for kids
@floral viper kinda active, especially the minecraft servers
I wonder if there are any like, mildly gated but still activate programming discords
@uneven pine The FP ones are quite active but tend to be more academic
I suspect you will need to find some bbs dedicated to programming to get rid of the kids 😄
I suspect you will need to find some bbs dedicated to programming to get rid of the kids 😄
@floral viper what doesbbmean ?
It's a thing we old farts used to hang on back in the late 90's
ah
It's a thing we old farts used to do back in the late 90's
@floral viperi was born in the 20's, so idk what 90's felt like
90's was sweet
early 2000's was also real dope
the network speeds sucked, but at that time it felt like magic
but at that time it felt like magic
@floral vipery
because old-is-gold
new is diamond
@gentle moss We forgot a late 90's early 2000's ww2 FPS series! Army men!
This was the one I played a lot
soundtrack was just so good (if a tad bit monotone)
what does tat mean
You got what?
http 418
Hyper Text Coffee Pot Control Protocol
"I'm a little tea pot" response code

never seen before?
no
Hahah what is that?
Ahahahah
There is coffee all over the world. Increasingly, in a world in which
computing is ubiquitous, the computists want to make coffee. Coffee
brewing is an art, but the distributed intelligence of the web-
connected world transcends art. Thus, there is a strong, dark, rich
requirement for a protocol designed espressoly for the brewing of
coffee.
i've somehow missed this pun for years
lol
joke RFC's are fun
like the RITA
Reliable Internetwork Troubleshooting Agent
which is this: https://youtu.be/nhZMNCZzjeo
ok
I still don’t understand how ddg has anything to do with it
i was sending requests to duckduckgo and getting a 418 response
i've never seen a 418 in the wild
Jam-Resistant Land Mobile Communications
This system uses a highly redundant optical communication technique
to achieve ultra-low, ultra-robust transmission. The basic unit is
the M1A1 tank. Each tank is labelled with the number 0 or 1 painted
four feet high on the tank turret in yellow, day-glo luminescent
paint.
That's my favorite joke RFC 😄
I'm picturing it in my head now, and it's a beautiful tank ballet
hmmm.... i'm after some music but i'm not sure what
probably something 80's with dark synth and monotone beat
i'm thinking "Tear you Apart" by She Wants Revenge sort of.
faktai bicai
ohhhh kay.
https://youtu.be/TnE8Qu7a58M i dont think i have time to learn this keyboard layout
Reaching 111 Words Per Minute on typeracer.com using a "regular" 5x6 Dactyl Manuform using homerow mods and Colemak-DHM as a base layout.
My keymap can be found here: https://github.com/precondition/qmk_firmware/tree/user-precondition/keyboards/handwired/dactyl_manuform/5x6/ke...
but holy shit
wtf is that keyboard
moving less... hmmmm there's an idea.
i will stitch myself into my chair and attach those keypads to the arm rests
nice idea lol
Why do so many have gurkan at the end of their name?
it's an open source community thing
It's the gurkult
That sound interesting
Mind if i join the so called cult?
So who is the leader of this cult
I
I've had this username for maybe 10 years now. It just became a thing here on the server a month or so ago
10 years!!?!
I'm usually called the supreme pickle hahah. But I'm just Vester
That is some dedication to a username
Hahah yeah. It just stuck
So shall i refer as supreme holy pickle then?
I have arrived
Ah, welcome to the open source cult
here's our site: https://gurkult.com btw
It says its in under construction
I've had this username for maybe 10 years now. It just became a thing here on the server a month or so ago
@narrow pecan oh yeah? mine's Vivek for 17 years
almost 18 years now
Do i need some secret code or something
It is still under construction. We're working on it ™️
no mate, the website isn't done yet
That's your irl name?
@quick ledge now ik that you are 17
That's your irl name?
@narrow pecan shush...... yeah
I think I actually know that
i thought you were in 3rd(college) year for some reason
No
You an adult?
No
btw
does someone mind explaining recursion to me a little bit more in #help-donut, did not mean to advertise but as its the first help channel on the list
i had a reallly good explanation from eivl, but i am stuck again >.<
i +30 and i'm still a child
if you think at some point you'll grow up and it'll all make sense
hah
good fucking luck
Hahah
¬_¬
"But everything just makes sense for you"
good fucking luck
:crying_cat_thumbs_up:
That’s a lot of crying cats
It's scary how many people are just watching this channel
True. People really do lurk a lot. Often including myself
@wheat lynx The nice thing about lurking is that you get to learn things without having to actively engage or say things like “yeah, right”. You can just absorb things and think critically, also without an obligation to respond or stay
Haha yes, it's much easier than engaging in a conversation. Although I often find that I've just wasted a ton of time doing nothing without realising it
gotta lurk else how you gonna spot those etiquette violations
Yeah, that’s true. It’s also a very common thing when going onto discord. You suddenly realise you’ve spent so much time on it
when i've got a 2nd monitor i find that
@gentle moss haha yeah. It also lets you loose your ego in some sense and just focus on thinking. It’s easy to get stuck in thinking about how other people will perceive you and lurking allows you to completely skip that part
since it just displays discord 24/7
i think lurking is something people should do before speaking
gives you an idea of wtf is going on
Yep. It’s often hard to jump into a conversation without at least getting the flow of it
i nearly always scroll up a page or so :3
The same thing goes for joining a new community. It’s a lot about just absorbing and learning in the beginning, before you get confident with the culture and how people act
Yeah, exactly
bisk's-life-advise
lolol, we really got a lot of mileage out of that ot name idea
I was thinking about creating a new logo, but this isn’t really working
I’m not totally happy with how this is looking
it looks good, maybe a bit too abstract though. The "f" reminds me of the fender logo haha
sort of reminds me of fender for some reason
sort of reminds me of fender for some reason
yes, it also reminds me of fender.
I noticed lol
totally lurking/was. But I go back to work in 40 minutes lol
I'm lurking now! :D
!otn add lurking-in-ot
:ok_hand: Added lurking-in-ot to the names list.
and I gotta head back to work
That’s what I call dedication to the lurk @wheat lynx hahah
Lurk is my life
But I've done enough lurking for one day, need to get some sleep
Night
Well it's my first day on the job, must be doing something right because normally drivers don't drive until their 4th day or so. I get to on day one lol
yesss wookie has joined the santa hat club
oh, I didn't even notice that was a thing
what fonts do you guys like using? I've been really enjoying Fira Code so far
@rough sapphire I like Fira code as well
@manic bloom I think they’re talking about programming
Not fonts for designing
no no I like the energy there are no bad answers here
yesss wookie has joined the santa hat club
@honest star yessssssssss
Well it's my first day on the job, must be doing something right because normally drivers don't drive until their 4th day or so. I get to on day one lol
oh yeah, I was gonna ask if you were just starting. anyway, congrats!!
@ancient stream I also deleted the mention for some reason lol--muscle memory
Pydis server: happy diwali
also pydis server:
🎅 ❄️
haha
Hahah, true
hmmmm well time is a vector so hmmmm
Hahah yeah, it is
like the thermodynamic definition of time suggests its scalar
unless u came up with a different definition
oh wait lol
@mild abyss did you notice something different? 👀
I think a time period could be considered a vector
But just time would be a scalar
i just remembered it is a scalar lmao my bad
I wasn't referring to the scalar, but yeah lol
@narrow pecan you dont have the santa hat anymore
plus it is way bluer
blower
blooer
This is actually a completely new version, though it's very, very, very similar
Nice that you like the change
i see you have life underground
@mild abyss I had (have but don't use) an instagram account called logotinkr, so I needed an icon. After a million iterations, this was what I arrived at. It's meant to say LT, though that's not really really clear — which I don't mind. Now, I'm moving away from that account and making it the Vestergurkan logo. The blurple I used before was simply a refresh of the old logo colors and this new refresh was the second one so far. I also updated the roundness of the logo as well as the shapes. It's also a quite nice pattern, where the two squares make a smaller square — almost mathematically. You can view it both ways, though the latter is more of the new interpretation. Either way, I quite like it and most people on this server probably recognise it by now 😄
I told you it was a long story hahah
Also @mild abyss, ping pong
oh yeah, I was gonna ask if you were just starting. anyway, congrats!!
@eternal wing oh ya it's been interesting. Busy busy. Back hurting like hell but that's because I am thicc lol and fracturing 2 vertabrea when I was 11 doesn't help lol
I'm off now but waiting for food because I was told to bring home food
@narrow pecan pong ping
Ooo, food. I should probably go get some
imma try making my logo through that website you mentioned
xD
oh wait i dont make it
What site?
lol
Ya I gotta bring home food or else a hungry women will tear me a new one lol
@narrow pecan sorry i skipped read. logotnkr i thought that was a website
add it to gurkult.com xD
The story?
Oh hey ya'll
nice you updated your logo @narrow pecan ?
Yeppp! Thought it was time for a slight refresh
did u use a site to make it?
Nope. I've designed every minor curve and color of it
nice
Went through a million iterations today alone
it acutally looks really good
The story?
@narrow pecan yes. sorry i was reading general physiology
man i am so bad at note taking
What method are you using?
hmm i rephrase the definitions if possible. plus i am slow in handwriting
like superslow
so i ended up using the pc to take notes
Ah, yeah
i kinda wonder how i survived school when i dont take notes too lmao
man i should practice good note taking techniques or i suffer in my workplace in the future
I don't feel like a note taking genius, but I think cornell notes are quite nice. They let you easily revise the content later on by active recall
i never took notes and i got through school with mostly good grades until my mental health turned to shit out of nowhere 
i never took notes and i got through school with mostly good grades until my mental health turned to shit out of nowhere :fucker:
@small folio i am almost there xD
i use notion to take notes now
the good thing though is that all my teachers understood i was too busy just keeping myself alive to focus on school so they helped me when they could and let me take breaks when i needed to
wow i wish teachers here can be like that
ours turns us into emotionless lifeless robots
i was about to say something nsfw so i omitted it lmao
one of my profs would make coffee for the whole class... Best. Prof. Ever
he would also kick you out for excessive yawning though
one time one of my teachers made all the boys stay in class until the buses left cause someone was coughing too much
rather than spewing exams
it was in middle school too so we all had to call our parents to pick us up
that is straight up messed up, lol
idk who that is but his name sounds non-American
He was american, he was my prof
awesome dude. Great teacher, made us all coffee, awesome prof
you still teach fisher?
I think I wrote him an email personally thanking him for being great haha
ye, I worked this morning
highschool or??
I kinda feel bad for this guy since he works at SJSU
@mild abyss if you're interested, here are some of my actual notes from biology class last week
whatttt, you dont know what I do? XD
I teach at, like, an after school programming place.
So it is more like tutoring
wow
ok, mr apple pencil
I go over and repeat them after class, at the end of the day and preferably in the future as well. The yellow text is comments and questions I had when reviewing
i know that you teach but i forgot
I hate writing with a stylus thing
biology class hmmm
Hahah yes, I used my ipad and apple pencil for that. I love it
fun fact: vester only knows english
I'm just gonna implement something amazing... see you
Hey, those notes were even in swedish
sigh... this will get messier then since classes are starting this week a fuck
all a ploy to throw us off the trail
what trouble do you have in biology?
I have only ever been able to take notes on paper
Yeah same
i am slow in handwriting so taking notes in paper is a big no no for me
my writing is slow and unreadable, but I prefer it to digital notes
I would be willing to bet I have the worst handwriting here
i write better in cursive but i hate it xD
I never properly learned cursive
and they still taught it in school when I was growing up LOL
that is pretty good
wow jack thats amazing
i have a classmate once that takes notes and draws figures for emphasis
it was like an artwork xD
my ex's handwriting looks like it is just an actual font on a computer
I don't often do diagrams
I usually have a few on my revision sheets things though
like its inner parts like cells and all
Just since it's sometimes easier than writing stuff
yeah sometimes drawing a diagram is always helpful
I will be a flight instructor someday and I have no clue how I will draw things out to help students understand
maybe ill just have to 3d print a bunch of stuff LOL
im not great at 3d modelling, but it is better than my handwriting
it is quite hilarious sometimes that you cant even read your own handwriting
i even experienced that from time to time
u guys take such neat notes
@manic bloom though notes aren't about being pretty. They only need to make sense to you and be helpful when revising
so i have a question
Just use a few different colours and you'll be fine pretty much
We may have an answer!
is reactjs a framework or a library? or both?
And yes its fricken wimdy out
I would call it a framework, but I suppose it could be a library too. I mean, I guess all frameworks would be libraries?
yeah someone told me it is not a framework but all over the internet says otherwise
🙃
fuck auto correct
i mean in react's website it calls itself a library
but in stackoverflow it calls it framework and a library
I do not think there is really a formal definition of either. I could be wrong though
lakmatiol told me yesterday that he thinks it is a framework
yeah there is not a formal definition i guess
I would consider it a framework.
my god sir, go to sleep lol
I’m eating now!!
made by a gurkan reviewed by a gurkan.
Actually, I have no idea how we do our code reviews tbh
this is the way
@eternal wing review it 
The worst that can happen is that your review is discussed and you’re laughed at for trying to merge something that’s terrible
I need to get seasonal bot up on my pc LOL
Dewit
I think I am ok with those social repercussions
It doesn’t take too long to get it up and running. You can do it on the test server as well. Do you have access?
idk, I will add it to my own test server for now haha, since I already had it mostly set up
Alrighty
whoever designed the text colors for pipenv is a sadist
xD
That could have to do with your theme
Mine doesn’t look like that. I have a very, very different color scheme
@eternal wing youre in windows right?
it looks bad there btw in powershell
idk how to customize powershell's color scheme it always looks bad
always bad
Hahah get a Mac and I’ll help you customize Zsh
the solution is to just not use windows LOL
i will literally never get a mac ever.
ty doe LOL
arch is the way
@narrow pecan since you use mac now and in the future, what do you think of the new chipsets?
Amazing, if their claims are to be trusted
Considering how integrated everything is in them and how Apple can really customize every minor detail to run with their OS, I think it’s gonna be great
is there not a template .env file for seasonal bot? 😢
i am happy that my gf bought an iPad.
One issue is the upgradable ram, which won’t be happening. at least not on the laptops (we’ll see what they do with the desktops), since they have the ram built into the M1 chip!!
ram built into the M1 chip? wow
Yeah. It mayyyyy help make it even faster and more integrated, but I’m not a huge fan of it
what do you think would happen to the devs that uses apple most of the time with the new chip?
In what sense?
What? You kidding me? So now if you want more ram. "500 dollar please for the new M1.2 cpu with 16gb ram built in!"
in a technical sense. it is an ARM chip right?
Exactly like that
Much innovating such wow
would there be any compatibility issues?
They have the new Rosetta Stone 2 to convert the already existing Intel apps to Apple Silicon and things like Universal 2 (called something like that) to let developers natively migrate their apps
The new chip also means the Mac will be able to run iOS and iPadOS apps natively
i see. does it affect speed? the Rosetta Stone 2?
So basically they are doing it to get their ecosystem even more eco-friendly
I haven’t checked, but probably in some sense. I’m not sure
it acts as a compatibility layer right? or am i wrong
And have more control over it?
haha
@ancient stream well, it does help a lot with then being able to fine tune every detail of the chip to work with the software. More control? Yes. Good? Yes and no
I would just like you guys to know that I am still lurking, but am choosing not to comment on apple LOL
Ahaha
also you need to sleep
You should review my pr instead
I am actually doing that
I will, though I need to brush my teeth before going to bed
brush thy teeth now
Ik only commenting because my disdain for apple products. I just don't like them. I see their usefulness in certain aspects. But I truly believe a custom build pc with linux would be better and cheaper.
there is like nothing to review here LOL
Ik only commenting because my disdain for apple products. I just don't like them. I see their usefulness in certain aspects. But I truly believe a custom build pc with linux would be better and cheaper.
@ancient stream same
review=it works
oh i have a bad habit in quoting everything lol
I mean I get it, they are great for some things and I understand that. Especially if you are already in the ecosystem
Now I do want an old iMac just to say I have one
And I mean no offense to anyone who use apple
the good thing about Linux is that you dont have much problem switching to another ecosystem i think
Probably. I personally love macOS. It feels great to use, looks amazing and is Unix based, just like Linux. The design also appeals to me a lot and are great at integrating with each other. I copy one thing on my laptop and paste it on my iPad. Open safari on my watch and continue it on my phone. It’s really quite amazing how well that works
I feel like I angered @narrow pecan , they still typing
Oh and my message sends late lol
Hahah no worries. I don’t get angry about that. We all have different opinions and I think that’s the nice thing. We all get to choose something that we personally enjoy :)
i kinda understand vester that seamless integration sounds amazing
Oh I totally agree in those aspects. That's awesome. I like the look of MacOs too but I want that in a linux os
well he is already hooked inside that ecosystem so good for him
Like I love the docking they have and wish winders did that natively
i would probably be living in a mixed ecosystem in the future. once i have a home and all
Ik still not happy with them slowly phasing out control panel
Like update 20H2 mentioned they are phasing it out. I don't think I'll update once they finally do
in the morning? or in the afternoon?
morning
Morning
oh well good noon
I think sugar helps
But I got stuck designing a new logo and creating gurkancount
What do you mean? Do you wish me a good morning, or mean that it is a good morning whether I want it or not; or that you feel good this morning; or that it is a morning to be good on?”
@rough sapphire put it in the freezer! Quick!!
What do you mean? Do you wish me a good morning, or mean that it is a good morning whether I want it or not; or that you feel good this morning; or that it is a morning to be good on?”
@ancient stream 05:12 is morning
:p
I’m too tired to debate now
And I don’t really know anything about Valorant for that sake
schleeep Vesty
I wiillll
like now.
Yesssss
Valorant is overrated
lets debate
@rough sapphire i dont play fps anymore
should I stream some dirt rally 
i can send you a noob's ace cluctch of csgo xD
Stream where?
hmm
get it a lil cold
@rough sapphire put it in the freezer! Quick!!
add some ice cubes
lol, I actually found an issue in the code 😎
friendo websitesuuu?
i see nice nice i can sense happiness
I found an issue in vester's code. A single issue haha
im so happy there was actually something worth reviewing
Hahaah
look at the review. There is exactly one issue
I’ll have a look at your review
Vest prematurely approving my PR LOL
Not really
well you removed the Needs approval tag
I wish there was a option to loop a song n number of time while not keeping it on loop forever
vest. go. to. sleep
@eternal wing ! I have an idea for another program! A DnD initiative tracker!
exspleen it
And I might PR it to Fishers bot
my personal bot has everything needed for dnd
oh well lunch time
you are always free to pr to friendo
So if you know DnD, you have to roll a d20 die and add in your dex modifier to determine your turn order. Totally do this as a python program so when my DM gets around to making a digital map out of a tv and a pc, we can use a python program to track the player names and determine their order
I keep forgetting you have a DnD bot
Also Fisher, I may be able to talk to my group and see if you can join remotely? Like just through discord or something
my dnd bot is loosely based on dnd though, and it is quite old now, it needs to be reinvented a third time.
The Wizard V3 coming soon™️
I'm actually slightly prototyping an initiative tracker app with a flask/django back-end. Where it'll essentially keep track of players and you can quickly add conditions and things to remind you if someone can actually do an action or other effects apply
lol, that could be fun 😄 I have honestly never played actual dnd, I have only played my loose version so that my friends would play with me haha
Our DM's basement is already ready for streaming and we been thinking of starting to stream weekly so adding in a remote player would be easy
I was about to deploy the character creator in django like a year ago, then just lost interest
"me thinking dnd as of Do Not Disturb"
I'm actually slightly prototyping an initiative tracker app with a flask/django back-end. Where it'll essentially keep track of players and you can quickly add conditions and things to remind you if someone can actually do an action or other effects apply
@honest star that sounds awesome not gunna lie
I kinda wanna go start something now lol
I was gonna use django as a "dm control panel" as well.
So ambitious I was.
Is django it's own language?
I have made adventure games 50 different ways by now
well yes
django is a framework, it is all python
Ah
but it has its own templating language
Does it allow for gui?
well, it allows for html
I use react as a frontend, then use django as a backend
I guess that's worded bad, would you need to use tkinter and django to have a gui or can django do it alone
django is webdev, so you use html, css, js for your ui (in web browser)
Ah okay
vest. go. to. sleep
@eternal wing who needs sleep?
So is tkinter easy to get used to?
Also @eternal wing: 
tkinter is pretty simple, it is not very good imo though
Is there one better?
Re-review!!
Well I won't be learning c++ until March now it seems x.x
I will after you sleep LOL
and thats how they died
Is java actually good for guis? I feel like it would be easier to just use HTML/CSS and JavaScript lol
sleep
i just had a 8+ hour sleep and all this talk about sleep makes me want to sleep again
also I am playing league rn
Staph playin an dewit
Hahah what?
Hahah
transparent bg i mean
ah yeah i dont like that too much now either
it looks amazing when i have a large screen but i am using a shitty netbook so
my taskbar gets a little transparent when its out of focus
does this look good? just trying to get a nice terminal bg
it may look cool to you but i somehow find it messy
looks clean
yeah
weebing about
Get rid of it hahah
thats not a wallpaper
xD
thats a terminal bg
Get rid of it hahah
@narrow pecan why :((
Why not?
Yayyyy
I hope you slept already LOL
reeeeeee

oof can we have a lemon bruh or lemon facepalm?
Feel free to open an issue on the branding repo
ha?
tha typo...
Welp
lol
good edit, vest
Lol
No, it didn’t. It won’t trigger the filter since I’m staff
Hello I’m new here
hmmm
wow they trust you
i dont think tahts true
hello new, I'm dad
Hahah it is true
lol
Question
hello dad, you should be asleep
Who knows cogs?
wow, i like the christmas hats guys
yes virus
hehe
@somber apex welcome! you have joined an epic community
#discord-bots you can ask here @somber apex
wow, i like the christmas hats guys
yeah, so festive
#discord-bots you can ask here @somber apex
@edgy crest alr
sorry i am learning css and js right now. gotta go
I should try to put a Christmas hat on my pfp
xD
@mild abyss Ik JavaScript
dude, plz put a christmas hat on that jet
@boreal swift on the plane's tail
nice
10+ staff have christmas hats in their pfp lol
Lol
@terse sluice I assume you arrived since I was unknowingly talking about something very inappropriate? /s
mada mada
does <br> tag need a / at the end?
no
I used to have a hat, but updated the profile picture
i think so
i happened to pop in at the right time, actually
I assume you arrived since I was unknowingly talking about something very inappropriate? /s
javascript :yikes:
oh i see
Hahah yeah
dont use br doe LOL
yeaaah
yeah
hr is cool though
you can just throw <br> in with no slash. B=br == bad. I never use them seriously
hr is very cool
dont use br doe LOL
@eternal wing why not?
no control
i wanted to center my text vertically, so i did
<br>
<br>
<br>
<br>
<br>
<br>
<h1>HI</h1>```
welp
That’s illegal.
lol, idk how to do it in css
You can sue something called flexbox
Good enough
is that a joke?
No. That’s what is used
What do you mean?
programming jokes like this aint a thing
.
only thing close is
import antigravity```
it does work
yes
Antigravity?
yes
import it
Breaks laws of physics.
import it then
Pfft, everyone knows you just need a cat with buttered toast, butter side up attached to it's back

hey long time no see
Just fel? Where did the gurkan part go?
it fell
Oh. It's still a thing? lol
Oh no




