#ot1-perplexing-regexing
1 messages · Page 504 of 1
I have no idea why the CEO wants to meet with me or what I'm supposed to say/do
Other than walk into his office
lol
walk in, act confident, and go with the flow
idk if that works with CEOs, but works with principals
no matter what happens, stay confident
oh, and most important of all, dont' shake or shiver like there is a level 10 earthquake going on in your body
Okay, I'll try to keep that in mind. Thanks for the advice!
np
How to C#
its one of those definitons that uses the word in its definition
I really don't understand why .Next() isn't a static method
There must be some reason
so that you don't end up with a third party lib screwing up your seeded generator
back at it again
is there "that one guy" who made the pydis.com site or was that a team effort?
just asking because I'd like to blame the guy(s) for my new love-hate-relationship with bulma

oh wait
i wasn't replying to this
lol
wait are you using django-simple-bulma?
they swaped their names
uh... that is a thing?
sigh.
:\
oh. that's a pretty easy way to adjust it to your liking
I had to mess with chocolatey and this scss stuff
@hearty fiber you look like that one csgo youtuber
well, thanks a bunch for that kutiekatj
first thing I'll check out tomorrow
now off to bed - nice night everyone =)
Coding on a phone sucks
Yes
Yeah why would you do that to yourself
hey, sorry, I'm heading to bed right now
If it's a quick question, you can ask
It's pretty quick
if (***Turnover***) {
if(Steal)
Team (B) Ball;
else if(Violation/Offensive Foul)
Team (B) Ball;
else if(Out of Bounds)
Team (B) Ball
else if(***Shooting Foul***)
if(!Three Pointer)
if(Made Free Throw
Attempt #1)
+1 Point;
else(+0 Points);
```
I'm trying to get Shooting Foul to attach to possession not the out of bounds
How would I do this?
I'm also trying to make +1/+0 points attach to a single "Make Free Throw Attempt #2"
not sure what you mean
Hello!
See how "Shooting Foul" is attached to out of bounds?
yes
I want that line rather to be attached to possession
Rather than out of bounds
Wait I added a } between them and it changed it to turnover -> false -> shooting foul
that's slightly better lol
"Posession" is just a step, so only one thing follows from it
Yea I think this is the best I'll get
last thing is the free throw part
I want it to go:
Make Free Throw Attempt #1:
/
+1 point +0 Points
\ /
Make Free Throw Attempt #2
If the distribution get confusing, just put curly brackets in each if
if (Make Free Throw Attempt #1) {
+1 point;
} else {
+0 points;
}
Make Free Throw Attempt #2;
or just
if (Make Free Throw Attempt #1) {
+1 point;
}
Make Free Throw Attempt #2;
Either way, I would recommend to just start taking some small parts of the algorithm, implementing them in Python and test them
I feel like you're procrastinating a bit 🙂
I've been coding for less than a week so right now I don't even have the structure around what a turnover is or how to calculate it haha
Just doing this to get a template kinda
Working little by little
and thanks for the help 😄
👍
love this site
@scenic blaze I also took the undergraduate nlp class, and the first assignment was to make a therapist bot using only regular expressions and string manipulation
That's really neat. I've only dabbled in string manipulation but at least one project I've worked on could have benefited from regex.
so if you say something like "I'm felling sad" it should respond "why are you feeling sad?" by applying the rule that anything following "I'm" can also come after "why are you"
everything can benefit from regex
Wow, that is really cool
I agree with you on regex and I think that's something I need to review and practice this weekend
@frozen crane Do you know code2flow's syntax by any chance?
fix error went to bed so 🤣
Is there really a need to ping the offline person?
ok there?
or anyone about the issue, really, if you have your question posted, if anyone's able to answer, they will
removing the ping just creates a ghost ping for them @silent shoal
Well he's asleep not that it matters much
and I can't post it in the help channel because it's not python related
Aren't we in an off channel? lol
there is no problem
still!
they can ask about whatever here
even brainf?
oh ok
Yes, you are free to ask whatever you want in off-topic, as long as it complies with our rules and code of conduct
@solid pollen congrats
Thanks!
Anyone got any ideas?
for what
I have a java and a .JSON in a folder for a minecraft version and there's a text document that says this:
make sure to add -noverify to your jvm arguments
does anyone know what it means? Is there something that I need to modify in the .JSON file?
I think it is when running the JVM, but I’m not sure
The jvm runs when Minecraft is open I think
You can add arguments in the launcher iirc, maybe that’s what you need to do?
I'll try. Thank you and have a nice day 👍
Any time!
eyyy @solid pollen congrats on moderator
Thanks!
Be careful with the hammer! 🔨
Oh don’t worry, he already got one
fear
yes he is
and not only because akarys became a mod
WE DA PROTECTOR

🥒
🪲
I mean, that's too late
it's funny how vester doesn't even know about any of this
He does know about this
🤔
this channel is sus
sus
very sus
quite sus
He didn't got a ban
lol
....yet
shush
lol
:incoming_envelope: :ok_hand: applied warning to @solid pollen.
lolololol
such a loyal friend 
infraction +1
Baaaahh, what is 9 infractions really
/s
is there a backwards backtick? > ` <
that'd be a tick
ye
´
thanks
np
i'm trying to make the python banner
cool
´ ̅ ̅ ̅ ̅ `
| 0 |
===
/̅ ̅ | ̅ `\
| , | |
\ ̅, ̅ , /
̅ ̅ ̅ ̅ ̅ ̅ ̅
| |
. 0 ,
̅ ̅ ̅ ̅ ̅ ̅
i made it
that shouldnt work
i cant believe akarys broke the rules like this
to the point that he had to be warned
i demand his demotion!
✊
I don't think Python should be able to kick another moderator though
It can apply the muted role but Mods bypass that
There's no real harm in it
true
its good that mods can be warned tho zees
nobody is above the law
if a mod makes an oops they should warn themselves :p
@rough sapphire for future reference if u want to call me by my nickname its zee and not zees
agree
sounds good shan

🙃
¿
That’s cute
awwwwww 😍
ɐʍʍʍʍʍʍ :ɥǝɐɹʇ‾ǝʎǝs:
can someone please help
i am getting an error while installing doom emcas
and i am getting this error
this is not python related so idk if i should open a help channel for this
@gleaming thicket Your connection got interrupted, just delete ~/.doom.d and ~/.emacs.d and try again
how do i delete (i know nothing about linux)
You just want to do something like rm -rf ~/.doom.d and rm -rf ~/.emacs.d
that didn't work┌──(aditya㉿LAPTOP-JUMREB92)-[/mnt/c/WINDOWS/system32] └─$ rm -rf~/.doom.d rm: invalid option -- '~' Try 'rm --help' for more information.
Missed a space
Where?
-rf ~
rm<space here>-rf<space here>some path
not -rf~
dont rm root as well
yeah lol i was gonna say that but they might know what they are doing 
accidentally rm -rf root dir

vinam stahp giving discord money for nitros
if you have many snapshots in btrfs, any data lost from rm -rf rootdir are almost recoverable
i didnt pay for it 
dont. keep on flexing
my next server im setting up with btrfs
ive heard such cool things
yeah but btrfs is slow imo
like i can snapshot back up all my stuff and have my containers back up and running in under 5 minutes
that . makes a huge difference lol
because of that snapshots featuer
vs right now if i want to backup it takes hours to backup my big datas
yeah snapshots are instant ngl
but creating the snapshots on background does slow than your computer
wait, so you just take this snapshot thingy and u have your whole thing backed up? 
That’s why you backup using rsync
yup
what is a snapshot?

like on mc
right akarys but i have to shut down my container first before backing up the datas
and right now to tar and backup like 500gb takes an hour or two or three
ive heard it can be in like 5 minutes with btrfs ;o
and then idc how long it takes to rsync to a remote storage
container back up and running
i tried btrfs once but having too many snapshots and making snapshots on background slows your computer, so make sure you make snapshots a week before or three days before while deleting older ones.
i wanted to backup my data in such a way so that it keeps getting backed up on every change
if you have an intel i3 for low spec laptops, keep 3 snapshots
any more slows your computer
why does 'keeping' snapshots slow your computer what?
and thats why you need a med spec to high spec pc xD
also why are you 'keeping' snapshots on your computer rather than a remote storage in the first place
if its on your computer and the hdd dies you lose your snapshots?
because first i dont have a remote storage, second i dont have the money for such, third, i am curious on what it does, lastly, i am poor
ah no i dont think so
i mean, by 'remote' even just a 2nd hdd works right
i dont necessarily mean a cloud storage
oh wait you mean hdd is literally dead dead?
yeah isnt that the point
oh yeah your snapshots will be gone
i guess it helps if you somehow break something software side but the hdd is still good
you can restore to a snapshot on the same hdd
well i had one but i dont have much use for btrfs now
umm
i backed up my data once with deja dup and when i looked at my drive the backed up data looks like this which doesnt make any sense...
dont know haha
also fudge it is sleeping time (body told me)
but its not even mid day yet
@mild abyss good night
depends on your use case
java maybe, if you want to do mobile android dev
otherwise js
you already know a backend (python) go learn frontend
i will, develop games in future
Kotlin, no Java 😛
had to search kotlin
never heard of that 
Currently, The best programming languages for games are:
C++
Java.
HTML5.
CSS3.
JavaScript.
SQL.```
google search
That is so not true haha
When the f do you need SQL
i mean its used in some frontend pieces i guess
lMFAO
the sql is used to store the user data akarys
@rough sapphire SQL
games are all multiplayer now
what
but we cant code the whole game

Some server side stuff might need it, but like, that’s just backend dev at this point
how is sql good for video games?
yes agreed
but thats half of game dev now
look at all the biggest games
i t, i s g o o d
Also this is very oriented web game
all mp with huge backend stuff
or i come to ur house and smash you
but its for data basing, nothing for the game itself to use
If you wanna make a database lmfao
sql is the best programming language
:D
My pick for game dev would be C++, C# and Python
for games
Can we talk about how they put in CSS3 there?
there is a decent amount of front end design on games using css/js
some very questionable choices for "best game languages KEK"

yes, but the core concept is for game development...
not databasing or EXTERNAL gui
?
the gui of the game matters a ton
i changed it
"i" is used 2,251,335 times on this server
im not talking external
wow
inside the game, while playing, a lot of frontend game design is still css/js/html
sql is the best
fight me

but like... my point is you dont make the game itself in html lol
oh sure yea
but its a vital part of the game dev stage, when you make a frontend for it
Hey @rough sapphire, maybe we should avoid random comment like that in an ongoing conversation?
i am coding with sql, gonna recreate red dead redemption
okay okay
its kinda like the arguement of html is good for website hosting, i mean its the frontend yes but a majority of work is done by the manager itself
eg flask ect

we are talking inside a game not on a webpage
its like comparing a orange and a apple
lmao
you dont put html in the game
i dont think you understand what im saying
yes, you do
you import from templates

hard code html into the manager??
there are big portions of AAA games, not their webpages, the game itself, that has html/css/js
can you provide a example
i have never seen a html template or hard coded into gta
oof
like i said.. its like comparing apples and oranges
its not the same thing
sure battlefield was a HUGE game recently
the entire user interface is done in react
wait wait... they hard coded html as the GUI

I’ve never heard about a desktop/console game with a UI made in html
ya no
literally battlefield and many others
im having my doubts
can you show me
Yeah, a source would be appreciated
i found a single game that confirmed to use it and its SIMS 3 LOL
Fun fact: Many of the menus and screens in Battlefield 1 were built using React which is rendered in-game using the Frostbite Game Engine.
This in turn means that most UI-tweaks doesn’t need a Game Patch but instead just a new js-bundle to be fetched over http.
338
1310
this is an ea dev click their profile
Quite honestly I cannot image why, given a choice, would anyone ever want to use something as mysterious and complex and unfitting as HTML for game UI. I work with it every day, making websites, and it's not even so good for that.
The rather neat CSS concept is brutally overshadowed by the abysmal choice and design of the properties it controls. Positioning alone depends on at least 5 of those (display,float,clear,vertical-align,position), many of them having multiple values and conditional shadowing of other properties, which makes the amount of possible combinations somewhat unwieldy.
Animation issues do seem to be partially solved by external libraries, though the sandboxed environment does not allow for anything advanced without some serious effort.
Memory usage happens to be a serious issue without decent tools. Leaks are extremely easy to create and persisting UI forms gradually may begin to suffer from that. Nothing wrong with making errors, it's a natural part of the process. Debugging them gets to be a pain with what the browsers have to offer at the moment, though.
is what i found by a dev
Get next edition's tickets info here: https://goo.gl/yfHbBG
yall bugged me for sources but then i get no response after provided. are you just wow'd beyond belief that this is a very real thing game design companies do?
Honestly, I missed the tweet, yeah that’s... weird
its becoming more and more standard for things like menu systems, etc
obviously the game play itself cant be like this
well, shouldnt be like this. maybe you could do it
league of legends is the same way
i dont know about the internal game item shop but the client is
I think that electron could be a good idea, but using it as the UI in a game? Eeeehhhh
league didnt use electron they made their own irrc or something
but yeah, straight up ui overlay on top of the normal running game
its odd i guess but very real
lol
wow php 8 !
nobody likes php and how did u get my email zdnet reeeeee
this should be illegal
got it, thanks a lot!!
@rough sapphire send me the kek emote 
you know you can right click on it and open the file, right?
!code
@rough sapphire https://support.discord.com/hc/en-us/articles/360040724612-Why-is-Discord-asking-for-my-birthday- here you go
thanks
Remember its only illegal if you get caught
Hey @chilly hornet, we don't allow dropping random memes here, you should take a look over our off-topic etiquette in our channel topic
ok
who dat
@lone verge imagine being so attached to blockchain dev
Its just full of buzzwords dude, get out of the industry
IBM’s hyper-ledger is not even a blockchain
Yes, a few coins ‘can’ revolutionize the financial industry but a kid wont do a thing, even if your employed, they are just using you to scam
Im invested in xrp, and im not emotionally attached to my investments since its a bad practice
@lone verge
@rough sapphire Who are you talk. Somebody on discord told you that, so you completely changed your opinion. I've built both centralized and decentralized applications.
Ok then
The person who i talked to was a developer in hashcat, works in IBM as a senior hacker, yes , sounds like a skiddy role but the role can be a real position in a few companies depending on the job, plus, the people who i argued with before I thought blockchain is everything have experience in finance or blockchain, blockchain can innovate us BUT it wont do anything innovative in a few decades due to a few problems in regulations
Look man, i respect your opinions, just dont be to attached to it
imagine in investing in xrp
Ok?
and then telling someone else that they dont anything
Sure man, i sold mine at 0.7 but sure.
basically warren buffet
Anyways, not in the mood to get an argument with someone I tried to help for months, but just ignored me and then changed his opinions as soon as someone who could play "Hackthebox" said that it was untrue
15# in hackthebox but sure man
Opinions are everywhere on the wordl
You just gotta respect it
Im #1 in hackthebox actually
Cool
I mean, its hilarious, how you say blockchain is full of buzzwords and that I don't know anything when you dont know about either centra or decentralized system
a lot of products out there are
like ripple
but defi and eth are doing some huge things
not everything is a scam out there, there are some really cool things being built, even if it may not go mainstream anytime soon
and, your point about how its more hackable is complete and utter crap. basically ur saying that its easier to hack 2 million computers, than it is to halkone
Yes, i agree tiis
you clearly dont
nicesu
its just unregulated yet
Yes it is, a central government can just easily disturb the network
To name a few, china.
Yes
because its easier to disturb a network of 1 computer than it is to disturb a network with 2 million computers
with proof of stake a government is required to acquire hundreds of millions of dollars of tokens to take control
PoS , yes, no they cant
which they can do in theory, but it's not really worth it in practice
yes
ok we can finally agree on something
I mean, i support crypto, my family have invested 10% of their net worth into it
The economic recession is coming in my country due to economic unbalance
and low simulation
oof
Im just saying, the market is too unregulated
Its too unregulated to be a dev into it
Theres too much risk
Im not stoping you tho
you just have to smart. the unregulation aspect is what makes it unique
we will def see attempts at regulation
ie: STABLE act
and yes it's very much a wild west right now
it relies a lot on trust + verifying things for yourself and being cautious, but I think the space has a lot of room to grow and @lone verge being passionate about it isn't a bad career choice
i think he changed his pfp sometime after his last message
@lone verge btw, whats wrong witth xrp?
i just need ur opinion on it
@naive onyx
FishingGurkan
it's pretty centralized and it's basically just using the word blockchain and a bunch of guys in suits to convince big old companies like Amex and stuff that they should build on Ripple. instead of following the actual goals of crypto like decentralization and freedom, it's working to become a highly regulated centralized coin for large companies
Companies use crypto for fast transaction and a place to hold their assets
Theres no need for centralized and decentralized to fight.
bitcoin has high reward and high risk
i thought banks were using xrp for transactions
@upper sand ye, mine does
ah sweet.. ye its mostly common around banks afaik
XRP is considered terrible in the Blockchain realm @upper sand @rough sapphire
People hate it
Bankers dont
People who are, more or less, tech savvy and less well versed with crypto don't use it
yea
well, if they would they wouldnt use ripple
banks have invested thousands and maybe millions into research for maybe since 2015
yes
That's interesting, because you said you don't support crypto
No, i said dont get to attached to it
Fair
well, eventually quantum computers will make all encryption useless... and then the robot overlords will take over and make everything else useless as well
well... it could be used to hack encryption. but it can also help improve encryption
^
the future will be quite interesting tbh haha
thats what they said about our time, and its not interesting 😅
I am curious how the common usage of quantum computers would affect the value/pursuit of prime numbers.
i doubt it haha
@eternal wing none
Ever heard of the 2038 problem
Quantum wont be used by regular people
most likely used by companies
Oh, sorry, i thought u were trying to say something else
you dont think quantum computing would have any change on the use of primes in encryption? Or the methods we can use to calculate primes?
advent of code in 1 min btw!
Not sure why im bringing it up, but super interesting. Unix time, used by like everything, is stored as a 32 bit int. On jan 7th 2038, the size goes over that
and then all computers will think they are living in 1921 or something
👀 what's going on here
@cursive abyss queuing into a league game for the first time in over a year
ayyyyy gettit
lets hope 🤞
you got dis~
Hi
Anybody have experience with PC building? How can you tell which wire is the ground wire on 2-pin connectors?
what a coincidence, I stopped playing league because I am bad
please do not post random memes on here.
sure, it was offtopic so i just thought LOL
yeah, no worries.
hello
HI!
what's up bro
non much
I know it's a bit late, but there may be a minus sign on the motherboard connection, and typically it is black=ground
Relatively good news: Discord 0.0.13 on Manjaro now has proper spellcheck!
noice
@versed saffron ^ 🤔
also @mild abyss
which distro do you currently use?
oooh, yellow role jackky
oh
But yeah started getting a bit sick of that
So bought the parts for a pc
And have a monitor on the way
So I have my pc case, motherboard and cpu cooler all on the way. Made a deal with my wife for evert credit card we pay off I get to buy a pc part(not using the credit cards that we pay off that). Next purchase will be an i7-9700k so I can start putting everything together. I’m so excited.
noice
Total build I’m looking at 1600 but I’ll be good for basically ever.
Yeah I'll be all good for a while
In the future I may upgrade the GPU to a 3060ti or something and I can swap out the CPU if I ever end up needing more processing power
I’m putting in a rx 580 8gb. I don’t really see the need for anything else, my 550 4gb ran fortnite and I’ll be making games more than I play them.
I managed to snag a good deal on a 1660ti
hey what up
This is up
Regular Discord, not Canary or other offerings
so regular discord did not have spell check? wow
good for everyone who uses regular discord then
🥳
man 50 wpm in typing is dumb and slow
Yeah trying to have a conversation at that speed when you're used to ~110wpm is hard
which is me btw xD
Which is why I waited a bit before starting to use colemak on discord
Have you ever tried to improve you're speed? It's fairly easy
Pretty much anyone should be able to hit at least 80wpm with some practise
i can hit 70 - 80 wpm when i was not using proper touchtyping(just using 3 - 4 fingers for each hand)
but ever since i practiced the proper one, damn i got so slow but i think this will be worth it in the future
Ah yeah fair
I'm doing the same thing
Learning to type properly on colemak
Cause my qwerty typing is just not good at all
me just qwertying lmao
i cant switch because my keybindings of my tiling window manager
is too very tedious to change haha
Now that's a chunky repository
now thats CHONKY
I'll also be setting up Docker on this thing so that'd be pretty neat
hey guys
can someone please help me fix obs not picking up desktop audio
i don't know why it doesnt pick up anything when recording
trapped him, where?
lol
check the preferences of pulseaudio if you have it installed. sadly imma go to sleep so i cant help
goodnight
omg
the problem did start occurring when I installed pulseaudio
@mild abyss how can i remove pulseaudio?
why would u remove it 
because the problem with obs
oof
I'm on pop os
oof rip i dk the commands for popos
change it to Built In Audio Analog Stereo instead of Monitor of Builtin
dont remove pulseaudio wtf
lol he will end up no sounds and no mic
yeah i did warn him to not remove it
i think he wants to record his voice
I played, got one kill, 15 deaths, haha
also i do think OBS has also dual input mic, so it will record both your voice and monitor
but idk haha i only tried obs once
hmmmm maybe u should find a tutorial or something

should i do this?
turn it on
the monitor off thing?
still no audio :/
select screen capture
this one?
yeah
no...
both no to both questions hmmm
imma ping Xithy, sorry xithy huhu
it was working yesterday
@remote socket if youre alive pls help haha
do i download thsi
yeah it was working yesterday in online class
but today I wasn't able to record it because of the audio
recording
output
i mean this option is correct. i kinda wonder what went wrong
can i see the input devices?
silenced hmmm
it is mic, uh Monitor for Built In only records the screen audio
change it to Built In if you wanna record your voice too
no lol the other day
I was trash talking
and I didn't know there iwas a built in mic in my monitor
I knew my headset wasn't plugged in
but somehow
so it records your voice as well... what a weird monitor haha or probably because of this
the one i replied haha
Built In Analag Stereo will record voice
you can change this
okay
thank you bro
i love u
❤️
how do you even know all of this
wtf is analg stero
what does that even mean
hahaha Analog Stereo uses two channels, Left and Right.
while Analog Mono will only have one channel
well i had problems with audio once using Linux so yeah i know now xD
nah not smart haha i just know
yes you are
goodnight. i am glad to be of help
7 months
which distro
you actually took time out of your sleep to help-
goodnight bro sleep well
hmmm i have been distro hopping so starting from debian, ubuntu, Xubuntu, Kubuntu, Manjaro KDE, Artix KDE, and now, Manjaro i3
Manjaro i3 is my main for 2 months now i guess
Lol you sure you're not a linux developer
i am not 😆
you seem like the type of person who would work on the open source
and make up changes and all of that crack
what do you code in
bless me your github
I need to pass my course
😆
i dont even know how to compile my own kernel lmao but thanks. haha good thing you liked linux too
ah lol i am a noob
stfuuu
yeah bro i love it
not because I'm comfortable with using it
but because my pc is very very old
and it used to take 15 min for windows to boot up
5 min to get ready
then another 10~15 for auto start applications to fuck off
but this one 2 min boot up 😍 🥺
yeah same but i plan to use a linux distro in a more powerful hardware someday haha
probably next year
which processor do you have
Intel Pentium :3
is that better than the core i5s
i dont? why? haha
you sound like the type of guy that would have one at home
bro its sooo fun
but its like 30 dollars
do you drive
you're like
my dream version of myself
sorry bro i aint from america
anyway i should sleep cause i have an exam in Physiology
goodnight
goodnight @mild abyss
hi vivek
hello
hi
I see that you're most active on weekends right ?
i never see u talking on like mondays
nope
I'm active on all days
oh
I'm not doing the stuff I'm supposed to be doing
yeah, I'm from Asia
Somewhere near the UAE
he has the weekends on friday
yeah
that's why I assumed you were from there
I think in turkey also
weekends start on friday
does anyone here have nord vpn lmao
months for free
will the charge me 3.71
yes
or 90 dollars lmao
3.71 per month
and I can cancel it?
90 for the first 2 years
They will probably force you to take the $90 option
why don't you check their terms?
WH-
also, do you actuallly need a vpn?
you can cancel the subscription I believe
they probably provide a free trial for a month
F
F
Overpriced
ofc there will be
because I couldn't find it
where are you from btw?
Canada, Ontario it says there xD
you probably have to install proxychains or something
the image
see
idw my parents finding out that I was watching porn
or the whole system?
you can use incognito or something and your history won't be logged on your account.
Are your parents actively monitoring your network or something?
ofc bro
bro
my dad put a keylogger on my pc
i accidentely found it by pressing like shift ctrl K
rip, a vpn won't help you then
are you being keylogged right now?
ok
oof
:(
can anyone give me an idea?
so I made a login system
when I login what should it do?
I thought of rick rolling but if I post that on github oh no no no
i hath been summoned
lol give idea
hmm
||jk||
@inland wolf should I make like you click create to do then edit to do and then delete to do
yes
and view also
yez
Who knows about the Ackermann function?
I've only seen the inverse Ackerman, in the time complexity for disjoint set union with path compression
I just realised that message is 12 hours old

How can I make my code count the number of commands it execute
?
forget it
I figured it out
Has anyone here used prolog ?
no one here is that logical
!!!
Hi
you can stick to one channel for you "hellos," haha. but Hi again
@shell raptor you free to chat in ~20 mins?
yep
Btw, we have a new #software-architecture channel, so if your question fits there, we can move there. Or just a help channel.
all the pings
@eternal wing
I deserved that
otn add-pip-to-path-dammit
lolol, that would save a lot of time helping people tbh
only if it was checked by default...
in windows it is such a pain haha
you are musical quite musical, right?
define musical but ye
where should I go from Am G F that does not sound super basic and over used!?
i think he meant, you know how to sing or use an instrument, been to bands or performed on stage regularly
Am E C F
G
Dm
E could work
wait Am - G - F is i - vii - vi, I've literally never seen that
what tone are you going for?
try it using this transition : Am F C E
:incoming_envelope: :ok_hand: applied warning to @eternal wing.
ha
ok I need to stop doing that, these mod commands are too fun
imagine getting an infraction smh
imagine banning yourself
you can try another tuning as well for your six stringed guitar: DAD GBE (6th string -> first)
well, this is half step down already
LOL, i was not going for medieval sadly
does a dm7 work?
I tried the d7, not sure I fits there
oh wait duh
lemme try dm7
ohhh, that might be the one
I was doofing because I was playing D7
hold on I have to draw it out








