#ot1-perplexing-regexing

1 messages · Page 504 of 1

ancient stream
#

The temptation is real XD

scenic blaze
#

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

oblique adder
#

how am i supposed to have 50+ massages when no onoe is talking?

manic bloom
#

lol

manic bloom
#

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

scenic blaze
#

Okay, I'll try to keep that in mind. Thanks for the advice!

manic bloom
#

np

digital lantern
round rose
#

always hated that

#

After using python, C#'s random is atrociously inconvenient

quick bay
#

its one of those definitons that uses the word in its definition

digital lantern
#

I really don't understand why .Next() isn't a static method

#

There must be some reason

graceful basin
#

so that you don't end up with a third party lib screwing up your seeded generator

terse sluice
mild abyss
#

i thought today’s saturday

cosmic ravine
#

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

gleaming thicket
#

Zig??

#

f1re??

boreal swift
gleaming thicket
#

oh wait

gleaming thicket
#

lol

honest star
#

wait are you using django-simple-bulma?

gleaming thicket
#

they swaped their names

cosmic ravine
#

uh... that is a thing?

honest star
cosmic ravine
#

sigh.

#

:\

#

oh. that's a pretty easy way to adjust it to your liking
I had to mess with chocolatey and this scss stuff

rough sapphire
#

@hearty fiber you look like that one csgo youtuber

cosmic ravine
#

well, thanks a bunch for that kutiekatj
first thing I'll check out tomorrow
now off to bed - nice night everyone =)

soft wasp
#

Coding on a phone sucks

uneven pine
#

Yeah why would you do that to yourself

silent shoal
#

@shell raptor Hey you on still?

#

Needed some help w/code2flow

shell raptor
#

hey, sorry, I'm heading to bed right now

shell raptor
silent shoal
#

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"

shell raptor
#

not sure what you mean

carmine hawk
#

Hello!

silent shoal
#

See how "Shooting Foul" is attached to out of bounds?

shell raptor
#

yes

silent shoal
#

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

shell raptor
#

"Posession" is just a step, so only one thing follows from it

silent shoal
#

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

shell raptor
#

If the distribution get confusing, just put curly brackets in each if

shell raptor
#

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 🙂

silent shoal
#

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 😄

shell raptor
#

👍

silent shoal
#

love this site

frozen crane
#

@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

scenic blaze
#

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.

frozen crane
#

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

scenic blaze
#

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

silent shoal
#

@frozen crane Do you know code2flow's syntax by any chance?

#

fix error went to bed so 🤣

uneven pine
#

Is there really a need to ping the offline person?

silent shoal
#

ok there?

uneven pine
#

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

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

uneven pine
#

yeah that's what the offtopic channels are...kinda for

#

only kinda tho

silent shoal
#

Aren't we in an off channel? lol

uneven pine
#

might be worth looking up a more specific place for that

#

....yes that's my point?

silent shoal
#

Yea

#

I'm not quite sure what the problem is lol

uneven pine
#

there is no problem

silent shoal
#

oh kk

#

lol

south fable
#

this is a "PYTHON" server

#

PYTHON!!

#

NOT JS AND JSON!

simple sand
#

what about it

#

@south fable this is Off topic

south fable
#

still!

simple sand
#

they can ask about whatever here

south fable
#

even brainf?

simple sand
#

yes

#

anything which doesn't break the rules

south fable
#

oh ok

solid pollen
#

Yes, you are free to ask whatever you want in off-topic, as long as it complies with our rules and code of conduct

scarlet wind
#

@solid pollen congrats

solid pollen
#

Thanks!

scarlet wind
#

shhhh the chat lol

#

||not jk|| ||jk||

rough sapphire
#

Anyone got any ideas?

scarlet wind
#

for what

rough sapphire
#

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?

solid pollen
#

I think it is when running the JVM, but I’m not sure

rough sapphire
#

The jvm runs when Minecraft is open I think

solid pollen
#

You can add arguments in the launcher iirc, maybe that’s what you need to do?

rough sapphire
#

I'll try. Thank you and have a nice day 👍

solid pollen
#

Any time!

inland wolf
#

eyyy @solid pollen congrats on moderator

solid pollen
#

Thanks!

mild abyss
#

akarys became a mod

#

oh no

solid pollen
#

Be careful with the hammer! 🔨

mild abyss
#

@narrow pecan youre in danger

solid pollen
#

Oh don’t worry, he already got one

mild abyss
#

got what?

#

👀

tranquil orchid
#

fear

gleaming thicket
#

and not only because akarys became a mod

scarlet wind
gleaming thicket
scarlet wind
#

🥒

gleaming thicket
#

🪲

solid pollen
#

I mean, that's too late

gleaming thicket
#

it's funny how vester doesn't even know about any of this

solid pollen
#

He does know about this

inland wolf
#

🤔

drowsy rose
#

this channel is sus

solid pollen
#

Is it?

#

Nothing illegal here

rough sapphire
#

sus

drowsy rose
#

very sus

rough sapphire
#

quite sus

mild abyss
#

akarys is doing illegal. he should be banned before he bans vester

solid pollen
#

He didn't got a ban

gleaming thicket
#

lol

quick ledge
solid pollen
#

shush

scarlet wind
#

lol

scarlet wind
#

.....for now atleast

solid pollen
#

Just in case

#

!warn @solid pollen don't you dare touch my vest

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied warning to @solid pollen.

solid pollen
#

There.

#

Don't you dare do that lemon_warpaint

scarlet wind
#

lolololol

quick ledge
#

such a loyal friend lemon_sentimental

scarlet wind
#

infraction +1

solid pollen
#

Baaaahh, what is 9 infractions really

quick ledge
#

ikr

#

brb with my spam bot

#

Just Kidding /s

quick ledge
rough sapphire
#

is there a backwards backtick? > ` <

quick ledge
#

that'd be a tick

rough sapphire
#

ye

quick ledge
#

´

rough sapphire
#

thanks

quick ledge
#

np

rough sapphire
#

i'm trying to make the python banner

quick ledge
#

cool

rough sapphire
#
               ´ ̅ ̅ ̅ ̅  `
               | 0    |
               ===  
           /̅  ̅       | ̅  `\
          |         , |    |
           \    ̅, ̅   ,     /
            ̅ ̅    ̅ ̅ ̅ ̅ ̅ 
               |      |
               .    0 ,
                ̅ ̅ ̅ ̅ ̅ ̅ 
#

i made it

rough sapphire
#

to the point that he had to be warned

#

i demand his demotion!

inland wolf
#

topaz aurora
#

It can apply the muted role but Mods bypass that

inland wolf
#

lol

#

but shouldnt it just say something like wait u want to warn urself??

topaz aurora
#

There's no real harm in it

inland wolf
#

true

rough sapphire
#

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

inland wolf
#

@rough sapphire for future reference if u want to call me by my nickname its zee and not zees

rough sapphire
#

sounds good shan

inland wolf
rough sapphire
#

🙃

scarlet wind
#

¿

narrow pecan
quick ledge
#

awwwwww 😍

scarlet wind
#

ɐʍʍʍʍʍʍ :ɥǝɐɹʇ‾ǝʎǝs:

gleaming thicket
#

can someone please help

#

i am getting an error while installing doom emcas

#

this is not python related so idk if i should open a help channel for this

topaz aurora
#

@gleaming thicket Your connection got interrupted, just delete ~/.doom.d and ~/.emacs.d and try again

gleaming thicket
#

how do i delete (i know nothing about linux)

topaz aurora
#

You just want to do something like rm -rf ~/.doom.d and rm -rf ~/.emacs.d

gleaming thicket
#

that didn't work┌──(aditya㉿LAPTOP-JUMREB92)-[/mnt/c/WINDOWS/system32] └─$ rm -rf~/.doom.d rm: invalid option -- '~' Try 'rm --help' for more information.

topaz aurora
#

Missed a space

gleaming thicket
#

Where?

edgy crest
#

-rf ~

mild abyss
edgy crest
#

not -rf~

solid pollen
#

Don’t rf your home directory though

#

Haha

mild abyss
#

dont rm root as well

edgy crest
#

yeah lol i was gonna say that but they might know what they are doing YoumuShrug

mild abyss
#

accidentally rm -rf root dir

edgy crest
rough sapphire
#

vinam stahp giving discord money for nitros

mild abyss
#

if you have many snapshots in btrfs, any data lost from rm -rf rootdir are almost recoverable

edgy crest
#

i didnt pay for it haha

mild abyss
rough sapphire
#

ive heard such cool things

mild abyss
#

yeah but btrfs is slow imo

rough sapphire
#

like i can snapshot back up all my stuff and have my containers back up and running in under 5 minutes

edgy crest
mild abyss
#

because of that snapshots featuer

rough sapphire
#

vs right now if i want to backup it takes hours to backup my big datas

mild abyss
#

yeah snapshots are instant ngl

#

but creating the snapshots on background does slow than your computer

edgy crest
#

wait, so you just take this snapshot thingy and u have your whole thing backed up? ASwowkawaii

solid pollen
#

That’s why you backup using rsync

mild abyss
#

yup

rough sapphire
#

what is a snapshot?

edgy crest
rough sapphire
#

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

mild abyss
#

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.

edgy crest
#

i wanted to backup my data in such a way so that it keeps getting backed up on every change

mild abyss
#

if you have an intel i3 for low spec laptops, keep 3 snapshots

#

any more slows your computer

rough sapphire
#

why does 'keeping' snapshots slow your computer what?

mild abyss
#

and thats why you need a med spec to high spec pc xD

rough sapphire
#

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?

mild abyss
#

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

rough sapphire
#

i mean, by 'remote' even just a 2nd hdd works right

#

i dont necessarily mean a cloud storage

mild abyss
#

oh wait you mean hdd is literally dead dead?

rough sapphire
#

yeah isnt that the point

mild abyss
#

oh yeah your snapshots will be gone

rough sapphire
#

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

mild abyss
edgy crest
#

umm

mild abyss
#

what vinam?

#

also i think youre in btrfs

edgy crest
#

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...

mild abyss
#

dont know haha

rough sapphire
#

clearly its not so trivial to use

#

fake advertising lemon_grumpy

mild abyss
#

also fudge it is sleeping time (body told me)

rough sapphire
#

but its not even mid day yet

edgy crest
#

@mild abyss good night

mild abyss
#

goodnight

#

💤

rough sapphire
#

what language should i learn next

#

js, java, c, c++?

#

js

edgy crest
#

depends on your use case

rough sapphire
#

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

solid pollen
#

Kotlin, no Java 😛

rough sapphire
#

had to search kotlin

#

never heard of that kekw

#
Currently, The best programming languages for games are:
C++
Java.
HTML5.
CSS3.
JavaScript.
SQL.```
#

google search

solid pollen
#

That is so not true haha

rough sapphire
#

javascript for games eh

#

why sql lmao

solid pollen
#

When the f do you need SQL

rough sapphire
#

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

#

kek what

#

but we cant code the whole game

solid pollen
#

Some server side stuff might need it, but like, that’s just backend dev at this point

rough sapphire
#

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

solid pollen
#

Also this is very oriented web game

rough sapphire
#

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

rough sapphire
#

sql is the best programming language

#

:D

solid pollen
#

My pick for game dev would be C++, C# and Python

rough sapphire
#

for games

proper cedar
#

Can we talk about how they put in CSS3 there?

rough sapphire
#

LOl

#

c++

#

bye

rough sapphire
rough sapphire
#

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

solid pollen
#

Hey @rough sapphire, maybe we should avoid random comment like that in an ongoing conversation?

rough sapphire
#

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

#

kek 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

solid pollen
#

I’ve never heard about a desktop/console game with a UI made in html

rough sapphire
#

ya no

#

literally battlefield and many others

#

im having my doubts

#

can you show me

solid pollen
#

Yeah, a source would be appreciated

rough sapphire
#

i found a single game that confirmed to use it and its SIMS 3 LOL

#

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

solid pollen
#

I very much agree

#

Haha

rough sapphire
#

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?

solid pollen
#

Honestly, I missed the tweet, yeah that’s... weird

rough sapphire
#

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

solid pollen
#

I think that electron could be a good idea, but using it as the UI in a game? Eeeehhhh

rough sapphire
#

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

#

nobody likes php and how did u get my email zdnet reeeeee

#

this should be illegal

gleaming thicket
rough sapphire
#

@rough sapphire send me the kek emote pogfish

round rose
#

you know you can right click on it and open the file, right?

rough sapphire
#

oh

#

lmao

rough sapphire
#

!code

rough sapphire
#

thanks

ancient stream
#

Remember its only illegal if you get caught

solid pollen
#

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

chilly hornet
#

ok

lone verge
#

bahahahaha @rough sapphire GOT MUTED

#

serves you right ig 🤷‍♂️

mild abyss
#

who dat

rough sapphire
#

@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

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.

rough sapphire
#

Ok then

lone verge
#

I work for a defi company.

#

@naive onyx

rough sapphire
#

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

lone verge
#

imagine in investing in xrp

rough sapphire
#

Ok?

lone verge
#

and then telling someone else that they dont anything

naive onyx
#

RIPPLE LMFAOOOOO

#

RIPPPLEEEEEEEEEEEEEEEEEE

#

BHAHAHAHAHAHAHHAHAHAHAHAH

rough sapphire
#

Sure man, i sold mine at 0.7 but sure.

naive onyx
#

basically warren buffet

lone verge
#

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

rough sapphire
#

15# in hackthebox but sure man

#

Opinions are everywhere on the wordl

#

You just gotta respect it

lone verge
#

Im #1 in hackthebox actually

rough sapphire
#

Cool

lone verge
#

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

naive onyx
#

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

lone verge
#

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

rough sapphire
#

Yes, i agree tiis

lone verge
#

you clearly dont

naive onyx
#

nicesu

rough sapphire
#

its just unregulated yet

#

Yes it is, a central government can just easily disturb the network

#

To name a few, china.

lone verge
#

Yes

#

because its easier to disturb a network of 1 computer than it is to disturb a network with 2 million computers

naive onyx
rough sapphire
#

PoS , yes, no they cant

naive onyx
#

which they can do in theory, but it's not really worth it in practice

rough sapphire
#

Im talking about PoW

#

Yup

#

Too unprofitable

naive onyx
#

yes which is why eth is moving to beacon chain

#

which uses POS

rough sapphire
#

Yup

#

Eth 2.0 is good

lone verge
#

yes

rough sapphire
#

Slicing

#

Or slashing?

#

What was it

lone verge
#

ok we can finally agree on something

rough sapphire
#

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

lone verge
#

oof

rough sapphire
#

Its too unregulated to be a dev into it

#

Theres too much risk

#

Im not stoping you tho

lone verge
naive onyx
#

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

eternal wing
#

too many damn dogs in this chat, lolol

#

and a new gurkan?? why hello there

lone verge
#

@eternal wing not new hehe! He’s just inactive

#

Wait a minute

#

Ur not a gurkan!

eternal wing
#

im a gurkan, in my heart

#

oh wait, I think I may remember that pfp now

lone verge
rough sapphire
#

@lone verge btw, whats wrong witth xrp?

#

i just need ur opinion on it

#

@naive onyx

mellow spire
#

FishingGurkan

upper sand
#

Wow the level of progress

#

I'm jealous of someone lol

#

🥳 🥳 congrats

naive onyx
# rough sapphire <@!425807764242169877> btw, whats wrong witth xrp?

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

rough sapphire
#

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

upper sand
#

i thought banks were using xrp for transactions

rough sapphire
#

@upper sand ye, mine does

upper sand
#

ah sweet.. ye its mostly common around banks afaik

lone verge
#

XRP is considered terrible in the Blockchain realm @upper sand @rough sapphire

rough sapphire
#

How so?

#

@lone verge

lone verge
#

People hate it

rough sapphire
#

Bankers dont

upper sand
#

like i said xrp is the most common crypto for bank transactions

#

👀

lone verge
#

People who are, more or less, tech savvy and less well versed with crypto don't use it

rough sapphire
#

Rephrase on what u just said lol

#

i dont understand what u just said

lone verge
#

People who dont understand blockchain like it

#

essentially

upper sand
#

in a nutshell ppl who are dumb lol

#

🤣

lone verge
#

yea

rough sapphire
#

Do you really think banks dont understabd

#

Blockchain

lone verge
#

well, if they would they wouldnt use ripple

rough sapphire
#

banks have invested thousands and maybe millions into research for maybe since 2015

lone verge
#

That's interesting, because you said you don't support crypto

rough sapphire
#

No, i said dont get to attached to it

lone verge
#

Fair

eternal wing
#

well, eventually quantum computers will make all encryption useless... and then the robot overlords will take over and make everything else useless as well

lone verge
rough sapphire
#

@eternal wing False

#

We can fight quantum with quantum

lone verge
#

^

eternal wing
#

the future will be quite interesting tbh haha

rough sapphire
#

Indeed

#

@lone verge you will most likely be successful btw

#

if u do it correctly

lone verge
#

thats what they said about our time, and its not interesting 😅

eternal wing
#

I am curious how the common usage of quantum computers would affect the value/pursuit of prime numbers.

rough sapphire
#

@eternal wing none

lone verge
#

Ever heard of the 2038 problem

rough sapphire
#

Quantum wont be used by regular people

#

most likely used by companies

#

Oh, sorry, i thought u were trying to say something else

eternal wing
#

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!

lone verge
#

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

cursive abyss
#

👀 what's going on here

lone verge
#

@cursive abyss queuing into a league game for the first time in over a year

cursive abyss
#

ayyyyy gettit

lone verge
#

@cursive abyss Just an update in case you wanted one

#

i fucking suck

cursive abyss
#

lmao. you're just a little rusty.

#

you'll be plat in no time~

lone verge
#

lets hope 🤞

cursive abyss
#

you got dis~

mental junco
#

Hi

rough sapphire
#

Anybody have experience with PC building? How can you tell which wire is the ground wire on 2-pin connectors?

eternal wing
#

please do not post random memes on here.

rough sapphire
#

sure, it was offtopic so i just thought LOL

eternal wing
#

yeah, no worries.

harsh dove
#

hello

simple sand
#

HI!

harsh dove
#

what's up bro

simple sand
#

non much

ancient stream
topaz aurora
#

Relatively good news: Discord 0.0.13 on Manjaro now has proper spellcheck!

scarlet wind
#

noice

quick ledge
#

@versed saffron ^ 🤔

topaz aurora
#

also @mild abyss

tranquil orchid
#

Oh nice

#

I'll probably be using manjaro on my new pc

quick ledge
#

oooh, yellow role jackky

tranquil orchid
#

None atm, I'm usually just on my macbook

#

So apples OS

quick ledge
#

oh

tranquil orchid
#

But yeah started getting a bit sick of that

#

So bought the parts for a pc

#

And have a monitor on the way

high solstice
#

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.

tranquil orchid
#

noice

high solstice
#

Total build I’m looking at 1600 but I’ll be good for basically ever.

tranquil orchid
#

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

high solstice
#

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.

tranquil orchid
#

I managed to snag a good deal on a 1660ti

mild abyss
topaz aurora
#

Regular Discord, not Canary or other offerings

mild abyss
#

so regular discord did not have spell check? wow

#

good for everyone who uses regular discord then

#

🥳

quick ledge
#

regular discord did have spell check for me @topaz aurora

#

so did others on manjaro

mild abyss
#

man 50 wpm in typing is dumb and slow

tranquil orchid
#

Yeah trying to have a conversation at that speed when you're used to ~110wpm is hard

mild abyss
#

which is me btw xD

tranquil orchid
#

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

mild abyss
#

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

tranquil orchid
#

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

mild abyss
#

me just qwertying lmao

#

i cant switch because my keybindings of my tiling window manager

#

is too very tedious to change haha

topaz aurora
mild abyss
#

now thats CHONKY

topaz aurora
#

I'll also be setting up Docker on this thing so that'd be pretty neat

undone harbor
#

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

rough sapphire
#

i trapped a guy

#

lmfao

simple sand
#

trapped him, where?

rough sapphire
#

lol

mild abyss
# undone harbor hey guys

check the preferences of pulseaudio if you have it installed. sadly imma go to sleep so i cant help

#

goodnight

undone harbor
#

omg

#

the problem did start occurring when I installed pulseaudio

#

@mild abyss how can i remove pulseaudio?

edgy crest
#

why would u remove it thinkies

undone harbor
#

because the problem with obs

edgy crest
#

oof

undone harbor
#

happened when I downloaded it

#

not picking up any desktop audio

edgy crest
#

hmm, yay -R pulseaudio i guess

#

or which distro are u on

undone harbor
#

I'm on pop os

edgy crest
#

oof rip i dk the commands for popos

undone harbor
#

maybe this will work

mild abyss
#

dont remove pulseaudio wtf

mild abyss
edgy crest
#

yeah i did warn him to not remove it

mild abyss
#

i think he wants to record his voice

lone verge
undone harbor
#

oh

mild abyss
#

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

undone harbor
#

i just wanted it to record the screen for online classes

#

:(

mild abyss
#

hmmmm maybe u should find a tutorial or something

undone harbor
#

I reinstalled too :(

mild abyss
#

why is it off

#

lmao

#

no wonder there was no sound

undone harbor
mild abyss
undone harbor
#

should i do this?

mild abyss
#

turn it on

undone harbor
#

the monitor off thing?

mild abyss
#

yeah

#

tell me what options are there

undone harbor
#

and monitor off

mild abyss
#

Monitor and Output

#

or Monitor only

#

depends on what you want

undone harbor
#

still no audio :/

mild abyss
#

did you try recording?

mild abyss
#

see lowerleft

undone harbor
mild abyss
#

select screen capture

undone harbor
#

this one?

mild abyss
#

yeah

undone harbor
#

i added this

mild abyss
#

yeah good

#

is there any audio now?

#

is there an option Audio Input as well?

undone harbor
#

no...

mild abyss
#

both no to both questions hmmm

undone harbor
#

there's no audio input or audio coming out

#

bro i dont know what hppend

mild abyss
#

imma ping Xithy, sorry xithy huhu

undone harbor
#

it was working yesterday

mild abyss
#

@remote socket if youre alive pls help haha

mild abyss
undone harbor
#

yeah it was working yesterday in online class

#

but today I wasn't able to record it because of the audio

#

recording

#

output

mild abyss
#

can i see the input devices?

undone harbor
#

because there's a mic in my montor

#

so i wanted to mute it

mild abyss
#

silenced hmmm

undone harbor
#

omg wtf

#

it works now

#

wtf

mild abyss
#

yup

#

hahhaha

undone harbor
#

i thought input

#

was mic

mild abyss
#

change it to Built In if you wanna record your voice too

undone harbor
#

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

mild abyss
# undone harbor

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

undone harbor
#

oh

#

i want the one that doesn't record voice

mild abyss
undone harbor
#

to this?

mild abyss
#

yup

#

you can also select “Monitor of Built In Analog Stereo”

#

does it work or nay?

undone harbor
#

okay

#

thank you bro

#

i love u

#

❤️

#

how do you even know all of this

#

wtf is analg stero

#

what does that even mean

mild abyss
#

hahaha Analog Stereo uses two channels, Left and Right.

undone harbor
#

oh

#

like the headest thing ahlie

mild abyss
#

while Analog Mono will only have one channel

undone harbor
#

okay

#

smart guy smart guy

mild abyss
#

well i had problems with audio once using Linux so yeah i know now xD

mild abyss
undone harbor
#

yes you are

mild abyss
#

goodnight. i am glad to be of help

undone harbor
#

how long have you been using linux for

#

oh okiay

#

goodnight

mild abyss
undone harbor
#

which distro

#

you actually took time out of your sleep to help-

#

goodnight bro sleep well

mild abyss
#

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

undone harbor
#

Lol you sure you're not a linux developer

mild abyss
#

i am not 😆

undone harbor
#

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

#

😆

mild abyss
#

i dont even know how to compile my own kernel lmao but thanks. haha good thing you liked linux too

mild abyss
undone harbor
#

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 😍 🥺

mild abyss
#

probably next year

undone harbor
#

which processor do you have

mild abyss
undone harbor
#

is that better than the core i5s

mild abyss
#

pentium is like the one of the slowest

#

i think next to duos or celeron

undone harbor
#

oh lol shoot

#

do you have a voltmeter at home

mild abyss
#

i dont? why? haha

undone harbor
#

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

mild abyss
#

sorry bro i aint from america

#

anyway i should sleep cause i have an exam in Physiology

#

goodnight

undone harbor
#

kill that exam

#

goodnight

mild abyss
undone harbor
#

lol

quick ledge
#

goodnight @mild abyss

undone harbor
#

hi vivek

quick ledge
#

hello

edgy crest
#

hi

undone harbor
#

I see that you're most active on weekends right ?

#

i never see u talking on like mondays

quick ledge
undone harbor
#

😬 shoot nvmm then

#

how's your Saturday going ?

quick ledge
#

The weekends here are on friday and saturday

#

meh

undone harbor
#

oh

quick ledge
#

I'm not doing the stuff I'm supposed to be doing

undone harbor
#

you're from like asia?

#

uae?

#

dubai

quick ledge
#

yeah, I'm from Asia

undone harbor
#

nice

#

my friend is from the uae

quick ledge
#

Somewhere near the UAE

undone harbor
#

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

quick ledge
#

yes

undone harbor
#

or 90 dollars lmao

quick ledge
#

3.71 per month

undone harbor
#

and I can cancel it?

quick ledge
#

90 for the first 2 years

undone harbor
#

so i can do 3.71 for one month

#

then cancel it

quick ledge
#

They will probably force you to take the $90 option

#

why don't you check their terms?

undone harbor
#

WH-

quick ledge
#

also, do you actuallly need a vpn?

undone harbor
#

how do I check the terms

#

lol o

#

no

#

but i thought it was cool to have one

scarlet wind
#

you can cancel the subscription I believe

undone harbor
#

I couldn't find something like

#

windscribe like on windows here on linux

quick ledge
#

they probably provide a free trial for a month

undone harbor
#

SNAKES

#

lmao they know what they're doing

scarlet wind
#

F

undone harbor
#

F

scarlet wind
#

Overpriced

undone harbor
#

ahlie

#

facts

#

is there proxychains on pop os

quick ledge
#

ofc there will be

undone harbor
#

because I couldn't find it

quick ledge
#

where are you from btw?

undone harbor
#

in the conf thing

#

canada

scarlet wind
#

Canada, Ontario it says there xD

undone harbor
#

WTF

#

HAHAH WHEREE

quick ledge
#

you probably have to install proxychains or something

scarlet wind
#

the image

scarlet wind
undone harbor
#

yeah

#

im from toronto

quick ledge
#

what do you want to use the vpn with?

#

just the web browser?

undone harbor
#

idw my parents finding out that I was watching porn

quick ledge
#

or the whole system?

undone harbor
#

web browser ones are so trash bro

#

they cut down after like 2 min

quick ledge
undone harbor
#

ofc bro

#

bro

#

my dad put a keylogger on my pc

#

i accidentely found it by pressing like shift ctrl K

quick ledge
#

rip, a vpn won't help you then

undone harbor
#

my dads nuts

#

Lol it's not like how it sounds

quick ledge
#

are you being keylogged right now?

undone harbor
#

like nuts in terms of hard to deal with

#

no because i left windows

quick ledge
#

ok

last mantle
undone harbor
#

:(

scarlet wind
#

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

inland wolf
#

i hath been summoned

scarlet wind
#

lol give idea

inland wolf
#

make google

#

ez claps

scarlet wind
#

wtf

#

I think I got the wrong person lul

inland wolf
#

hmm

scarlet wind
#

||jk||

inland wolf
#

login to a todo list thing

#

eh?

scarlet wind
#

todo

#

so like notes basically

inland wolf
#

yes

#

except todoey

scarlet wind
#

@inland wolf should I make like you click create to do then edit to do and then delete to do

inland wolf
#

yes

scarlet wind
#

and view also

inland wolf
#

and it should only show the notes that are of the user

#

not other users

scarlet wind
#

I will use db for that also

#

oof has to setup relations then @inland wolf

inland wolf
#

yez

scarlet wind
#

ik but tierd

#

I will do it tmrw

#

cya

#

thx for suggestion

rough sapphire
#

Who knows about the Ackermann function?

kindred sorrel
#

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

rough sapphire
#

What message?

#

My meesage is 17 minutes old

kindred sorrel
#

It says yesterday

#

Oh wait

#

It's past 12am for me, nvm lol

#

I didn't realise

rough sapphire
#

How can I make my code count the number of commands it execute

#

?

#

forget it

#

I figured it out

quick ledge
#

so how did you do it?

#

if you don't mind disclosing

rough sapphire
#

Has anyone here used prolog ?

spice flame
#

no one here is that logical

versed saffron
mental junco
#

Hi

eternal wing
versed saffron
#

@shell raptor you free to chat in ~20 mins?

shell raptor
#

yep

#

Btw, we have a new #software-architecture channel, so if your question fits there, we can move there. Or just a help channel.

versed saffron
#

oh ok sweet I forgot about that

#

I'll ping you when I get back

eternal wing
#

all the pings

versed saffron
#

@eternal wing

eternal wing
#

I deserved that

mild abyss
#

otn add-pip-to-path-dammit

eternal wing
#

lolol, that would save a lot of time helping people tbh

mild abyss
#

yeah. i myself am a victim

versed saffron
#

only if it was checked by default...

mild abyss
#

in windows it is such a pain haha

eternal wing
versed saffron
#

define musical but ye

eternal wing
mild abyss
#

i think he meant, you know how to sing or use an instrument, been to bands or performed on stage regularly

eternal wing
#

that Dm could work

#

I am avoiding using that Emaj

mild abyss
#

E could work

versed saffron
#

wait Am - G - F is i - vii - vi, I've literally never seen that

#

what tone are you going for?

mild abyss
#

try it using this transition : Am F C E

eternal wing
#

uno momento por favor

#

!warn @eternal wing rule 4 or something

royal lakeBOT
#

:incoming_envelope: :ok_hand: applied warning to @eternal wing.

mild abyss
#

ha

eternal wing
#

ok I need to stop doing that, these mod commands are too fun

versed saffron
#

imagine getting an infraction smh

mild abyss
#

imagine banning yourself

eternal wing
mild abyss
eternal wing
#

well, this is half step down already

versed saffron
#

you need a cadence after the first phrase

#

something that brings you to the IV

mild abyss
eternal wing
#

LOL, i was not going for medieval sadly

versed saffron
#

does a dm7 work?

eternal wing
#

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

versed saffron
#

B - C - Dm7 might work too

#

step up to it

eternal wing
#

wait, what chord would be D A C G

#

something sus4 I suppose haha

versed saffron
#

hold on I have to draw it out