#voice-chat-text-0
1 messages ยท Page 666 of 1
@past elk You'd enjoy him, too.
VCR?
Yeah, but that's still what we call the tapes.
VCR tapes.
Mm.
Magnetic noise?
Dunno.
I think I dropped out of vc again.
Fluid simulation, yes, but it's...not a simple problem.
@teal phoenix What is, sorry?
The presentation of the information counts.
If the presentation is boring as cardboard, you're not going to absorb it as readily.
But if you have exciting demonstrations and presentation styles, then it's interesting, and your brain wants to remember it.
@teal phoenix Would you consider yourself creative? How is your balance? Are you clumsy? Do you find some foods, which other people don't mind, to have repulsive textures or feelings against your teeth?
persistence is the key i guess
you should be ready to rerun the program like 50+ times when you are learning
Mm. For the retention of information, drilling is pretty much the way to go.
Repetition, repetition, repetition.
Mm. Sudoku, crosswords.
Nowadays you dont have to remember it.....you need to be able to search for them and apply it
Stress has a negative effect on cognition.
and people have come back from where you are
This year, though...what a shitty year.
Hard to get around to doing anything worthwhile. ๐
๐
Evacuate the schnozz. ๐
If people aren't talking for a while, I may not know if Discord has ghost disconnected me or people aren't talking.
So if anyone is saying something to me and I don't respond, just poke me
I can hear you now, though, Nerd.
Hey, Shellbyy.
Good to hear you made your way on to voice.
@round lotus So does this mean you managed to install Ubuntu?
sudo apt install dkms
cd
git clone https://github.com/smlinux/rtl8723de.git
sudo dkms add ./rtl8723de
sudo dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
If it doesn't work natively, you probably need a firmware file specific to your wifi device
which needs to be named something ubuntu driver specific
and in a specific folder
Determine the wifi device.
lspci -nn in linux
You'll see something that looks like [8086:3a37] at the end of each line.
That's your device manufactuer id and device id
Ubuntu
You want the firmware for that device
There may be several versions which are compatible
Some may be shit.
Now, you may be able to go to your notebook's manufacturer's site and look up its support page for linux drivers/firmware files
There may be something you can download and unpack into your system to make it work
Though, these days...who fucking knows.
lspci -nn
Look for a wifi device.
Try lspci -nn | grep Wireless
A Pie. Lucky.
I'm envious.
Look up the device codes.
The bits in the square brackets at the end of the lines
Just the numbers/letters and the colons, not the square brackets
[10ec:c821]
Yeah, well, I don't drive, so...
Pumping petrol has never really been a thing I've ever had to do.
What sort of phone is your phone?
...ah.
Ah, but that worthless piece of crap may help you here.
Because if it's Samsung, I'm guessing it's Android, yes?
Does it have a mode that lets you mount some of its internal storage?
Like copying files to and from it?
Because you could save the wireless driver files to that phone if you needed the sd card to boot the ubuntu live environment...if that's how you're booting ubuntu
Did you manage to solve that issue?
sup gamers
@past elk I suppose there's parentheses, then there's putting things over multiple lines.
in variables
@round lotus It happens.
Yeah, the additional drivers are usually what's called nonfree. Free to aquire and use, just the licenses are not open source, pretty much.
Which is why they're seperate and require user action to install
Well, you need internet.
Oh, cool.
Did you run sudo apt update?
Did you then go on to run sudo apt upgrade?
Probably something with trigonometry and vectors
and intersection of lines
like given two vectors, at what point do they cross?
That might come into it....I'm not sure.
Science!
ubuntu.com is correct.
@past elk You can use conservation of momentum to get the angle after an elastic collision
You will need to log in if it's a new os.
Then replace these 1d vectors with 2d and you have your formulas
It's the same as bouncing off the wall at an angle if you're allowing a single point of contact
Which by that diagram it looks like you're doing
That's funny that's actually a property of ellipses in general
Collision angles off the boundary go towards the focii
As long as they start at another focus I think tho? wait
yeah wait nah it's only if you're moving from a focus in the first place which would restrict motion here to coming from the center only
nvm what I said lol
a=atan(dx/dy)
it worked ๐
halo
pip install youtube_dl
how do i import a random number?
take a look at the random lib
@fiery hearth :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 2, in <module>
003 | AttributeError: module 'random' has no attribute 'int'
Opps! I made a mistake. This is correct way:
!e
import random
a = random.randint(0,9)
print(a)
!e
import random
a = random.randint(0,9)
print(a)
@fiery hearth :white_check_mark: Your eval job has completed with return code 0.
9
@uneven yarrow
i d say hi ttoo
but im server muted?
oh ok
oh ok i ll see
because i used to stay in vc a lot like 2-3 minths ago
i been in it since march
or smth
yup
!verify
oh ok
You are not currently eligible to use voice inside Python Discord for the following reasons:
โข You have sent less than 50 messages.
โข You have been active for fewer than 3 ten-minute blocks.
pog
spam doesn t count ig
they made new rules or smth
yup still repressed
i ll look into voice verif
yeah i can hear u
im from Romania
ty
oh great to know
ah dw it s a hard learning curve
even for me lol
where are you two from?
oh that s nice, great to hear
@uneven yarrow kinda same age as you btw
same for me
in september
nth much
talking in #data-science-and-ml and helping ppl
yup like 3 years of python experience
or closely
I got Ubuntu installed now. I got google chrome, and discord as well! yeet lol now to fix my wifi drivers
Yeah, @stiff granite , Discord is being a whingepot.
Perhaps restarting your Discord client. If that doesn't work, try joining a voice chat in another server, then try this one again.
ok, i just restarted discord
and i still cant join it, brb gonna go try a diff server
@somber heath so im able to join my other servers but not this server's discord
vc*
is there a way to get a hold of a mod or submit a ticket or smthn?
You could raise it with modmail.
how do i do that
Look to the userlist on the right. I don't know if there's a whole lot they could do, though.
Make it clear it's not a voice gate issue.
yah working with a mod atm
I've tried clearing my Discord mobile app's cache and that didn't shift it. I also had trouble on desktop.
Yeah, I've had the same issues, I believe.
As have a number of others.
Across multiple client types.
I suspect gremlins in Discord's server rooms.
or that WebRTC on Electron App is problematic
numOne = input ("what is the first number to add : " + numOne)
numTwo = input ("what is the second number : " + numTwo )
print("the sum of " + numOne + "and" + numTwo + "is" + numOne + numTwo)
numOne = input ("what is the first number to add : " + numOne)
numTwo = input ("what is the second number : " + numTwo )
Sum = (numOne + numTwo)
print("the sum of " + numOne + "and" + numTwo + "is" + sum)
numOne = input ("what is the first number to add : ")
numTwo = input ("what is the second number : ")
Sum = (numOne + numTwo)
print("the sum of " + numOne + "and" + numTwo + "is" + sum)
num = 5
print(f'The number is {num}. num plus five is {num+5}.')```
name = input('What is your name? >')
print(f'Hello, {name}.')```
numOne = input ("What is the first number to add? : ")
numTwo = input ("What is the second number? : ")
Sum = (numOne + numTwo)
print (f"the sum of " + {numOne} + "and" + {numTwo} + "is" + {sum})
right
ok
so i just remove the sum and put numOne+numTwo
The numone should be first converted to int right? @somber heath
We'll get to that.
Okay
That or float though, yes.
Float and int can be added right but the resultant would be float
numOne = input ("What is the first number to add? : ")
numTwo = input ("What is the second number? : ")
print (f"the sum of " {numOne} "and" {numTwo} "is" { numOne + numTwo })
??
numOne = input ("What is the first number to add? : ")
numTwo = input ("What is the second number? : ")
print (f"the sum of {numOne} and {numTwo} is { numOne + numTwo }")
>>>int('6')
6```
numOne = float(input ("What is the first number to add? : "))
numTwo = float(input ("What is the second number? : "))
print (f"the sum of {numOne} and {numTwo} is { numOne + numTwo }")
num_one = float(input ("What is the first number to add? : "))
num_two = float(input ("What is the second number? : "))
print (f"the sum of {num_one} and {num_two} is { num_one + num_two }")
!e
a = 6.3
b = 'adding to string'
print(f'{a}{b}')
@fiery hearth :white_check_mark: Your eval job has completed with return code 0.
6.3adding to string
if num_one != float
num_one = float(input("What is the first number to add?: "))
if num_two != float
num_two = float(input("What is the second number?: "))
print (f"the sum of {num_one} and {num_two} is { num_one + num_two }")
if True:
print('Hello.')```
if 1==1:
print('Yes.')```
>>>1==1
True```
Note the : on the if blocks
@somber heath how do we assign two variables using single input function
That's not what I was saying, but you can take a string and split it up and have those as your two variables.
if num1.float().typeof() != 'float'
Or take the string and, based on what it is, feed something else into the variables.
Ohh okay....
A = 'This is a string, the delimiter is comma.'
In this case can I split up n assign it to two different variable in a single line
while True:
a = input('Number: ')
try:
a = float(a)
except ValueError:
continue
break```
What are you trying to find?
!E
print (gfg4.decimal())
@fiery hearth :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'gfg4' is not defined
str.isdecimal()
!E
print (gfg4.isdecimal()
@fiery hearth :x: Your eval job has completed with return code 1.
001 | File "<string>", line 1
002 | print (gfg4.isdecimal()
003 | ^
004 | SyntaxError: unexpected EOF while parsing
!E
print (gfg4.isdecimal())
@fiery hearth :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 1, in <module>
003 | NameError: name 'gfg4' is not defined
any([False, False, True]) == True
any([False, False, False]) == False```
var1 = '123.23'
You want to prove this as a decimal?
_string = input()
if all(character in '0123456789.' for character in _string):
print('Success')
But yes. There are ways to break that.
It's naive.
if all(character in '0123456789.' for character in _string) and _string.count('.') <= 1 and _string != '.':
print('Success')```
hello can someone quickly explain to me something
probably
You can ask for this in #game-development
ok
In any case, you'd do something...anything...better than my example.
re module. regex.
the while example is probably what I'd end up using, anyway.
Though for that testing specifically...Regex would probably be the go.
I'm gonna try making a regex method; what would be the exceptions for the input?
i.e: Can start with a number and a dot Includes any number between 0 to 9 Ends with a number but not a dot
yeah, but the pattern
I'll get back with the method
My point is that no one is in voice
Yeah, apparently you need to send messages to people. I usually just communicated in the voice chat to begin with so I had no need to talk in the text-channels
The voice verification do be poopy
actually it's extremely useful
until then we had people joining roughly 4 times a day just screaming the n word over their microphones
because they thought that was funny
Yeah, I get the point of it.
and generally people who need help will still be able to get help in a help channel
I don't understand why people do that. It's a programming server most people just like to vibe and code.
It has the least likely chance to be funny in this server.
quite
but anyway, that's why it's instituted
and 50 messages isn't so hard to reach
Yeah, as I said I was a voice chat person over a typing person.
Have you been doing any projects lately?
eh
same old grind
I've this API library thing I've been working on for a coupla months
and for the rest I work on my studies
Yeah, I am pretty new to programming I just make automation scripts here and there.
what do you do besides programming?
I am a student
Both technically. I have an agreement with my high school to go to college.
Well, Basically they pay for my classes I go to college. I still have to pay for books and tuition on my own though
oh, a scholarship
not quite but similar.
If I want to I can take classes at the high school but there is no point with the corona.
So I am more like a dual student
oh, I see
What about you?
I'm studying a Bachelor's of Engineering at the Open University, which is based in England
but almost exclusively online
btw, your next message will be #50
What engineering specifically that is a broad bachelor's
There is so many engineering fields that it could cover so many things
Well, it's mostly electrical engineering
at the moment I'm learning about signal processing and such
try doing voice verification btw
I did
@whole bear read the channel description
more I think
while True:
print("you've been gnomed")
lo
python code
with a syntax error
Pakistani
@whole bear you may be interested in https://github.com/Snazzah/SublimeDiscordRP
depends on the type of file
that means all files
specify what type of file
I'll answer it depends on your filetype
Pycharm/gedit/Pluma/Sublime Text/Vim/VSCode/Atom
depends on your preference
same for HTML, but w/o pycharm or Vim
why not sublime?
You asked what I would recommend.
I don't care if you like it.
That's my recommendation; it's your choice to follow it or not based on if you like it or not.
you don't have to use it
but that's not going to influence my recommendation
it is going to influence your decision
I have no clue what you are talking about.
count it
You can use the discord search tool, however, for the purposes of the voice gate, only messages after a certain date count
Torture. Quarantine.
You can use the discord search tool, however, for the purposes of the voice gate, only messages after a certain date count
that's why I added the after date
he has 60 so far
does that mean you are now an Artful Dodger?
well go verify then
It's called a power button.
It's on the outside of your computer.
I've recently eaten. So not so much, in my case.
I want pizzas too
Parrot has been my goto
Its a derivative of Debian but covers 3 key areas, privacy, security, and development
React is pretty dope
Never used Pop
Ubuntu is meh, Fedora is definitely used a lot more in the private sector imo
I disagree
some distros are not easy to use
I don't know a single person who didn't manage to use Ubuntu
and it made me hate linux till i hit Debian
that was my first distro as a kid
well that's just silly
Manjaro is sexy tho
but you'd probably hate it if it was your first
Definitely lol
Tbh Linux makes me happy until it doesn't. I'll be chilling and stuff till one of my drivers gets borked
o yes
Bro tell me how I was on a pentest, linux decided to update and bricked my shitty lil lenovo
that's honestly the best thing about ubuntu
it doesn't act shitty with drivers
unless you have a difficult wifi thing but w/e
Oh my god, have you guys ever had to use *nix with broken wifi drivers?
Yes
That also makes me cry
General question for you guys, someone may know
I need to host my discord.py bot
But i'm in between Linode and AWS
Would you guys have any input on that?
idk
AWS?
EC2 on AWS
Linode aren't very stable
I'm a uni student so I can't really afford anything too expensive
you could get the free tier EC2
I think that will do the job
it's free for a year
True, but I heard that they charge when you hit over a certain amount of outbound traffic, I'm not sure how much traffic a discord bot would require
and it has limited usage
True, but I heard that they charge when you hit over a certain amount of outbound traffic, I'm not sure how much traffic a discord bot would require
@stuck prism not that much I believe
Okay sweet, thank you. Its a pretty simple bot for my University
just makes private classrooms and stuff
So uh, since I'm trying to get voice chat verified..... how are y'all doing mid rona?
So far so good
But kinda tired with the social distancing and shit
but no choice lol
100% agree, I had a year left of uni and now its all online
yeah it freaking sucks
Really kinda sucks
These days I want to go to the public library to sit there and code
Gives more more time to develop my shitty apps tho
gotta do what you gotta do
true
tl;dr, that should be put on every software position. Develop our shitty in-house software
My current project is named after a professor, its so dumb
Its called Gerbot lmao
hahahahahhahaha
you have a prof named gerb?
Yep
Nope, just Gerb
lol
Tis a god
he's the only reason why my tuition is even worth it, tbh school is overrated. Lets all just go homeless and be OG's
fbi go brrrr
So at my school, one of the guys who hacked into Trumps twitter got caught
He got all of his possessions taken by the FBI and stuff
I knew of him, had him in a class
Dead ass
damn
He was acting like a broker for another guy in another city who did most of the social engineering
But it was all social engineering
The guy who did all the work was
Get this
18 years old
5 years prison
And a felony for the most part
But
The jurisdiction dicates the sentence
And home boy legit shafted the President of the United States, sooooo
Oh god, the worst part about my job is we had a lot of kids like that come in and out
I'm g0nna dd0s you 0ff call of dooty scrub get rekt xdddddd
All you have t odo
Is call China big gay
Then we have war lol
*North Korea
You have to think about this tho, the president was really unpredictable
There's no telling what he could say
If you said the wrong thing
You would get a lot of backlash
Omg just wait till I get voice chat rights, y'all get to witness the coming of Grunge Christ
I have no clue
OH let me do that real quicik
I have not been verified for 3 days
RIP
oh rip
Thats beautiful
Are you serious?
People dead-ass do that? I've only really done Discord for my university but I heard that it can be quite rough
Yikes
They migrated from the Xbox360, to Discord and Twitch lol
Something like that.
When it says I haven't been verified for 3 days, that just means I have to be active for 3 days right?
I think so
that's a big oof. Alright, I got hella fast typing fingers, carpal tunnel be damned
You'll be in tomorrow I guess
@stuck prism Are you in bug bounty programs?
@scarlet drift I have done some before ye
I focus mainly on enterprise security but application security is fun too
When it says I haven't been verified for 3 days, that just means I have to be active for 3 days right?
I believe presence is sufficient
I've recently gotten into web app security
On a side note, its really cool how diverse this server is. So many big brains
Rip, perhaps one day I will be one of you guys
@stuck prism I do web scraping for the most part and not your regular regular web scraping. I generally reverse engineer the site and make patterns on the ajax requests that the site is calling, a lot of times I see very sensitive information in the response like secret keys and stuff, or if I'm reading the javascript I'll see hard coded uris and private keys
It's freaking bonkers
People need to work on web security man
Thats amazing, honestly I haven't exactly touched web app security because its such a different area of expertise from what I do on a day to day
Enterprise security and red team methodologies are a lil niche
but I haven't reported any lol
I might dabble more into web app reversing whenever I get more time from classes
I might dabble more into web app reversing whenever I get more time from classes
@stuck prism you should, it's fucking fun
Bro who the fuck just gets bored and joins a python discord to troll, thats rough
Even tho my job revolves around web scraping solutions but my process of reverse engineering the site is pretty much the same
or at least it's up there
I remember back in the good old days of trolling (back when the troll face was still funny), those kids who would say they banged your mom. Lmao those were them days
LOL
Yo I might need to get with you @scarlet drift and talk about it, I'm still relatively new to that area but I'd love to get better
The people on my Uni's hack team are notorious for their web team
We made a CTF for the government and academic sector, they managed to own all 30 boxes within 30 minutes
Note that I'm not a hacker or anything
"I use arch btw"
@hollow flax thats a trigger word for me
"I use arch btw"
@hollow flax yes, I am a hacker man
#triggered
#boycottarch
I want your guy's opinion
My college introduces programming with C as the first language
Thoughts?
I think C is nice
18 sucks in the States nowadays
You can't smoke or drink till 21 (if you care about that kinda stuff)
It's been like 4 years since I've touched C
You can't smoke or drink till 21 (if you care about that kinda stuff)
@stuck prism wait you can't buy cigs below 21?
Not in most states nope
Oh god, I'm stuck in the government sector
My advice
Run
Stick with Private
need 1 more day to be verified
rip, wish I could message mods and be like i'm special but nah
cap, true racism is subliminal
alright boys, i gotta go get some groceries. Nice typing to ya
'''rust
fn main(){
let mut x = 5
print!("The value of x is: {}", x);
}'''
@ashen gulch You can't unmute right now
oki
check voice verification
something = "something"
print!(something.len())
i cant join voice chat
Restart discord
you have to be in the server for more than 3 days
true
read this channel description
do what it says
do what the channel it leads to says
then leave voice call
then rejoin
then speak
This is JS, right?
Hey, it's late for me
im talking now
a lot
u cant hear me for some reason
maybe voice sensitivity is too high?
how do i turn off push to talk?
lol
User settings -> voice and video
LMFAO
?
first time in discord
Ciao!!
I have been using Discord for 3 years, and I still don't know how to use certain features
my mic is broken tf
How is Biden as president gonna influence the USA?(not for my history assignment)
Through the White House.
unable
print("maybe you meant:\n"+"\n".join([x for x in life_dict if __import__("re").search("^"+country[0].capitalize(),str(x)) != None ]))```
https://www.reddit.com/r/codegore/comments/fpp7zp/this_is_the_official_application_of_the_argentine/
public function fn_asdf($a,$b,$i,$N){
$a->_export($b);
$b = ($i+1)%$N;
$fn = $a->_get_func_nm($b);
if(!$b){ // Check valid?
return call_user_func(
$fn,
sha1(
print_r($a->opts[$i][$N],TRUE)
),
$a->opts[$i][$N]
);
}
return (($b--%$N)+$N)%$N;
}
2 votes and 7 comments so far on Reddit
https://www.reddit.com/r/codegore/comments/fpp7zp/this_is_the_official_application_of_the_argentine/
To be honest, this isn't actually all that bad. They've essentially put it into 'disjunctive normal form'.
They probably just wanted the code to look similar to the specification they were given so it could be easily inspected.
But, I mean, it's not great either ๐
JavaScript
Or logic kept changing so many times it was easier to do it that way then any other way.
Is the stream quality poor for anyone else?
i would love to join and talk
it cleared up for me
but my internet is not letting me lol
great game
hi
ello
I doubt it
not here
oh that's why, I can't see the channel since I'm verified
i literally have the role
@whole bear
relog to vc
so I can't link it lol
Yes, it's a bit borky.
bruh why cant i join the vc?
discord has been acting funny
yea same, I've had to restart the app to join
You may not use this command on users other than yourself.
am i connected
cuz its not showing me connected
but i am hearing sound whenever someone leaves or join
@somber heath
check if you are voice verified
Try restarting your discord....it been acting funny since yesterday @whole bear
@whole bear Doesn't show you as connected...
cuz now i am on other vc
but yes, Discord has been borky. Not letting people join vc.
but whenever I click to join this vc it does not show me that i am connected
but i can hear sound of someone joining and leaving
-_-
but i can hear sound of someone joining and leaving
@whole bear E X A C T L Y
i heard it like 4 times in the space of 15 minutes
๐
@somber heath Peace
cuz i tried on my ubuntu machine and same issue
Discord be borky.
do you get an error if you run it from terminal? @candid venture
Try joining a vc on another server, then this one.
do you get an error if you run it from terminal?
@Olivia Newton-John
no
Try joining a vc on another server, then this one.
@somber heath
done already, just disconnects from old one and does not connect here
Restarting your client in between tries, perhaps.
what if you do Ctrl+Shift+i in discord to view the inspector
and click console
what does it show when you try to join vc
yeah i know how the inspector works,
it shows nothing
.
it's maga2020!
Deez Nuts was a satirical presidential candidate, portrayed by Brady C. Olson (born 1999/2000 (age 20โ21)), who ran in the 2016 United States presidential election. His form to run for office was filed with the Federal Election Commission in late July 2015. In polls conducted ...
!e import antigravity
@whole bear :warning: Your eval job has completed with return code 0.
[No output]
!e import math
class meth:
@candid venture :x: Your eval job has completed with return code 1.
001 | File "<string>", line 2
002 | class meth:
003 | ^
004 | SyntaxError: unexpected EOF while parsing
@somber heath hi,
Hoy hi.
I cant joฤฑn channel is there a any problem ahead
Discord is having a grump.
hmm
Has been for a couple of days.
OK I will try it again
Try restarting your client between tries.
ok
https://imgur.com/gallery/pNAOJaV
@stoic ore Amber Heard โค๏ธ
misunderstood ๐
Doctors have to rub alcohol into their hands almost every 10 seconds, so it wouldn't be great if it did cause problems.
What's up everyone?
Find how about u
those days ฤฑnclude me ?
๐
@eternal bough Biases means ??? Prejudices ? to making guesses or just miss judging only ?
stereotype
hey @gentle flint have you used scrapy?
nope
Terraform
Terraform
@eternal bough what about it?
sorry I was just writing down the word for someone in voice chat
oh ok lol
Ello
today i learned something new
always use small USBs for formatting
16 Gb USB and slow format do not mix
@rugged root Speaking of logging, I just realized I could use a metaclass to track whichever implements an evaluate method, essentially allowing me to make an interactive debugger
!resources @tranquil yacht
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
the code part
the .replace("\n\n", "\n") is the odd part since the logic of having verification data at all is weird in that position of the multi-line string
$name = 'COMPUTER{0:000}' -f $_
Invoke-Command -ComputerName $name -ScriptBlock {
Get-PnpDevice -FriendlyName "*Touch*" |
Select-Object @{n='ComputerName';e={ $env:COMPUTERNAME }}, '*'
}
} | Out-GridView
Read-Host -Prompt "Press Enter to exit"```
We didn't want users to know when they were verified, so basically the problem is the insertion of that data into that part of the string.
I just wanted to get it working but now my brain is wondering how to do it another way
ah
that's what I was trying to avoid
how can i get help for my c++ homework
We would do that, like the section with "Activity"
I mean the activity field
yes, and it's not very useful information
@tranquil yacht would you like linux stuff?
what's being streamed
Me workin' on code stoof
cool code zone
cool
cool
You might ask someone else on this, I'm sure there's another way
@rugged root I am new to this server, but I saw verification right away. I hope your code goes well. ๐
i can't seem to be able to join any of the VCs in this server
oh well, another day then
I always kind of find IDEs a bit baffling.
There are so many buttons ๐
It's like stepping into the cockpit of a 747.
easier to visualize
what about just straight arch linux
I mean, if it were garbage, would you be using it?
because its better than the alternative
There are situations where you will be forced to use something
true
writing an os is something i would like to do in the future
linux from scratch
but i have to start off small
im working on making something simple in opengl
rn
sounds fun
its hard
People just don't like what they're unfamiliar with ๐
true
Erm @faint anchor, you've got a bit of an echo coming through.
I don't like windows because of their privacy practices
Or maybe @scarlet drift
plus it comes with a lot of bloated apps out of the box, which I never use
@stuck furnace not me
plus it comes with a lot of bloated apps out of the box, which I never use
such as the ms store
Ah right, sorry for the accusation ๐
lmfao
Ah, I don't know. It means more people can get involved
Like, uncreative people I mean
Like me ๐
not from my experience, being yourself dosen't always get you accepted
people hate me
I do find memes irritating, but I'm generally quite an irritable person
true
I'm 28, not sure if that makes me a millenial.
I can remember using dial-up internet
I remember using dial up as well
dsl came later in my country tho so lol
i remember those old AOL cds that came in the mail
lmfao
yeah, lol
Oh yeah ๐
i just ended up with stacks of em
I still have a stack of game demo CDs somewhere...
i wasn't around long enough for the floppy disks
The fact that floppy disks are actually "floppy" is something I learnt this year
floppy - flexible
๐
fuzz rock
makes me wonder if there will be future subculture where people go back to sporting walkmans
Thought that was my discord notification
same
true
i thought someone actually wanted to talk to me xd
torture ^
brb
akward silence
i am epic gamer
lol
i thought pulseaudio had messed itself again ๐ because nobody was talking
has anyone here done any svg wave animation(javascript)?
screams in c
Thought I had corona
working on some frontend
been learning docker lately, that's been fun
Turns out it's just food poisoning ๐
Haha
been drowning in schoolwork ๐
still a shitty situation to be in
I miss schoolwork ๐
since we are doing zoom classes (don't get me started on zoom) I don't have the structure that helps me stay focused
yeah, but I prefer zoom classes over commuting every day
I'm not in university yet but I feel most of uni is a waste of time
when I hear to people's experiences
i feel like im in that awkward time where i started uni before all these recent tech advancemets like AI, docker, graphql, ect. and graduating before being formally taught all that
they just included intro to machine learning in their curriculum, but its not a requirement for me, and it sucks cause i'd have love to take it
though i don't think uni is pointless
Uni offers a package
And a chance for u to do group work
Sorta soft skills
And u can chill during semester
~
And a chance for u to do group work
@humble meteor I could find users online to collab with, I'm mostly an introvert
who wants to play minesweeper
me !
oh wow
๐ญ it's not deterministic
what do you mean
I guess thats how minesweeper works....
HALO
?
hollow knight
hollow
i always sucked at minesweeper -_-
cant remember a single time where i beat that game over 6x6 squares lol
wait, that's very small
yeah lmao
depends on how many bombs you set
36 squares is small no matter how many bombs you have though
There's a certain method to win minesweeper
of course, it's: don't lose
Nope
really?
It has something to do with the numbers on the empty tiles
is there a method that doesn't include that?
You can predict where a mine will be next
but that's not losing right?
You just predicted where it will be next
....yes
exactly
Lol
yeah the numbers in the squares when you don't die means how many bombs there are adjacent to you.
and starting at the corners generally work better
Make him believe, because I failed
hey guys i cant join into the off-topic channle
You should lose now, so I can finally laugh to sleep
i cant join any of the vcs
yeah you have to get off discord, also end task in task manager, then rejoin
why i cant go offtopic
Kill discord and reboot it
๐ฆ
the other servers work
it's only python T_T
Discord is drunk sometimes
yeah, the same thing happened to me like 30 minnutes ago
Do ctrl + R my dude
and you will be able to join the VCs
ctrl + R
@hidden flower didnt work
Or ctrl + W
oh well
Try that one out
I had the same problem and had to end task in task manager
is this a prank?
@severe elm close discord
no
And open it again
Ctrl + R worked for me
it reloaded discord
nah
join the channel @hidden flower
let me see you in the off-topic vc
oh shoot
i'll try it one more time
nope not working
@severe elm
Are you using windows?
:|
Alright
If anyone has a problem with joining the Offtopic voice channel, run this command on windows
Press the windows key and R and run this:
taskkillย /F /IMย discord.exe
And then relaunch discord
This should kill all discord tasks, and allow for a clean startup for discord
@rigid nest I don't have the voice verified role, so I can't speak
mm
I don't
I'm just here to listen
lol
I think that Off-Topic channel is probably best for this conversation lol
ah
"sometimes"
US
mm
Imma try the voice verification command thing
lol, I've sent 86 messages but the bot is saying I haven't sent 50 messages yet
they cant be in bot commands though
I have
look at the message 3 messages up
why i muted?
@rigid nest I've been a member for a few months
@rigid nest look in #bot-commands
ahaha
nah
that's not why
mhm
yes
ahaha
there she goes
come back
ehh
i take it back ok
no take-back-sies
this is a no win scenario for both of us
we're the only ones here with voice activated accounts
No, and it's encouraged you don't attempt to game it, go participate in other text channels and you will hit it eventually
Ok!
@foggy sluice you can search your name for posts in the upper right hand corner of discord it will say how many posts you have made after you search from your name.