#voice-chat-text-0
1 messages ยท Page 751 of 1
sounds like someone using it directly in your ear
i like those
I use type writer keywoard for gaming
@cyan quartz look into buying these:
https://www.amazon.com/Rubber-Dampeners-Mechanical-Keyboard-Qisan/dp/B076DVXJQC/ref=sr_1_1_sspa?dchild=1&keywords=keycap+orings&qid=1612541346&sr=8-1-spons&psc=1&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUEyRk5aTkVVRllVUjJMJmVuY3J5cHRlZElkPUEwMzUxMTQwMU5TTlA0T1lUV1BFRSZlbmNyeXB0ZWRBZElkPUEwNjQ0NTU2MVhYUVQxQ0RNT01URyZ3aWRnZXROYW1lPXNwX2F0ZiZhY3Rpb249Y2xpY2tSZWRpcmVjdCZkb05vdExvZ0NsaWNrPXRydWU=
They really help lower the noise your keys make you can also double up with the amount you put on per key.
I dissect de keyboard and put em parts into the casing
i have a "work" keyboard that is quiet
on my "gaming" computer so i can do GPU work
ooh
@rugged root using a different database now I think the problem was with the database server thank you very much for helping and engaging with my problem. I highly appreciate it
Btw I have the worst computer
i have a apple's old mechanical keyboard
that thing was lit
I only had a i2 duo core intel and 2gb ram ;-;
No problem! In fairness, you did most of the work. I'm just glad I was able to at least point you in the right direction
i have sennheiser epos headsets
did you know apple released their headphone
s
AIRPOD MAX
i have an old mac book air
@rotund wave Any particular reason for the outburst or....
you cannot game good on mac because so many games are available in windows
Oh no
linux
I play a game that is cross platform to linux mac windows android xbox 360-series x ps4-ps5 nintendo switch
And more
U guess it
ayyyyyyyy
U play java or bedrock?
oooooh k
Altough I don't have an official account for java
tlauncher or something like that
Ye
oh me too
Hmmmmm
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.
Surry
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, be considered malicious or inappropriate. Do not help with ongoing exams. Do not provide or request solutions for graded assignments, although general guidance is okay.
just, dont please
Now you know
sorry
All good
yes thank you
Imma ask my dad to buy me one to make this appropriate
anyone know really good chair, keep getting back pain..
How bout a tall office chair would help
No offense for tall people just comfort
Center of our galaxy
i have one my back is gonna fall of
we don't know for sure that it's a black hole, but there's nothing that anyone can come up with that is that compact
That's a problem
All these stars we see are many many thousands times larger than our sun
i know they look soo tiny
apparently
They look so tiny becuz they're so far
wow
i know
that's crazy
yeah!
you cannot possibly IMAGINE that kind of SIZE
no it won't
Bruh literally theres a blackhole in there because it moved fast it must've orbited one
well, you technically can't say for sure
Nobody knows
It's not massive enough m8
Actually we do know what might happen
well its trillion trilloin trillions of years away
no, it's not
yeas
the sun will not collapse into a black hole
it might some day and it will
no
It will expand
it won't
Its just gonna turn into a white dwarf
first, when it consumes the hydrogen it will start fusing helium
The better way of saying in terms of light years
Yeah
yeas
the sun just gonna explode ?
no, the sun will probably not be a supernova
It goes big and goes smol because it succ itself
It will expand
guys i need help , i keep getting an error in an ai assistant program even though i have pyaudio isntalled
Amd compress into a white dwarf
eventually
might we can't say no
hello?, anyone?
Hi
hi
Conspiracy
hey
hello 2.0
only stars with more than 20-30 solar masses will become black holes
this is his problem
Ok
๐ pls help me
I am reading the same line in wikipedia
๐ซ in the chat for @faint ermine
i didn't open wikipedia
he's DYING
?
import speech_recognition as sr
import pyttsx3
import pywhatkit
import datetime
import wikipedia
import pyjokes
listener = sr.Recognizer()
engine = pyttsx3.init()
voices = engine.getProperty('voices')
engine.setProperty('voice', voices[1].id)
def talk(text):
engine.say(text)
engine.runAndWait()
def take_command():
try:
with sr.Microphone() as source:
print('listening...')
voice = listener.listen(source)
command = listener.recognize_google(voice)
command = command.lower()
if 'alexa' in command:
command = command.replace('alexa', '')
print(command)
except:
pass
return command
def run_alexa():
command = take_command()
print(command)
if 'play' in command:
song = command.replace('play', '')
talk('playing ' + song)
pywhatkit.playonyt(song)
elif 'time' in command:
time = datetime.datetime.now().strftime('%I:%M %p')
talk('Current time is ' + time)
elif 'who the heck is' in command:
person = command.replace('who the heck is', '')
info = wikipedia.summary(person, 1)
print(info)
talk(info)
elif 'date' in command:
talk('sorry, I have a headache')
elif 'are you single' in command:
talk('I am in a relationship with wifi')
elif 'joke' in command:
talk(pyjokes.get_joke())
else:
talk('Please say the command again.')
while True:
run_alexa()
This is da code
thoughts on this? https://www.python.org/dev/peps/pep-0582/
ok sorry
ok bye guys
bye
gtg and shweep
bye strangerrrr
import speech_recognition as sr
import pyttsx3
import pywhatkit
import datetime
import wikipedia
import pyjokes
listener = sr.Recognizer()
engine = pyttsx3.init()
voices = engine.getProperty('voices')
engine.setProperty('voice', voices[1].id)
def talk(text):
engine.say(text)
engine.runAndWait()
def take_command():
try:
with sr.Microphone() as source:
print('listening...')
voice = listener.listen(source)
command = listener.recognize_google(voice)
command = command.lower()
if 'alexa' in command:
command = command.replace('alexa', '')
print(command)
except:
pass
return command
def run_alexa():
command = take_command()
print(command)
if 'play' in command:
song = command.replace('play', '')
talk('playing ' + song)
pywhatkit.playonyt(song)
elif 'time' in command:
time = datetime.datetime.now().strftime('%I:%M %p')
talk('Current time is ' + time)
elif 'who the heck is' in command:
person = command.replace('who the heck is', '')
info = wikipedia.summary(person, 1)
print(info)
talk(info)
elif 'date' in command:
talk('sorry, I have a headache')
elif 'are you single' in command:
talk('I am in a relationship with wifi')
elif 'joke' in command:
talk(pyjokes.get_joke())
else:
talk('Please say the command again.')
while True:
run_alexa()
thanks for just ignoring me :/
lol
@honest pier rip
lmao
we too lazy to trasnfer evrything
can you guys please just move to #code-help-voice-text or #off-topic-lounge-text
^
Ye
Way overdue
/
| |
I would also prefer some way of packaging stuff. Maybe zip that is uncompressed at run time.
aye, i love the idea. i personally dislike venvs as ha had discussed in this VC in the past, this would be a dream solution
having to use venvs is just :/
But pip default behavior should be to make that folder
Yea
I only use venvs when I'm messing around with a package and don't have a strong use case for it
otherwise I just don't deal with conflicting packages enough to warrant venv usage...
๐ the real kutiekat j8? ๐
I use venv always
it is true!
do you just have all the DS packages in your core installation?
Hello!
Cheese
Briefly while I stuff my face with food before heading over to my house
i have a testing venv which is probably like 100MB at this point
Ok
I do. I use enough of them frequently enough that it's easier to have them in my global
i dont even want to know how big my current package for this projec tis
I have two venvs I use specifically for helping channels in this server but that's it
i should probably do that with like numpy/pandas
oh yeah, numpy is a must have in my global at this point
along with scipy and sympy
Nice,
mplements pep582(adds pypackages to PYTHONPATH) via patching site.py - pawnhearts/pep582
okay, time to go be productive. Catch y'all later
๐
none coalescing things would be nice ๐ฅบ
Would using python to help automate my school work break rule 5?
no
probably depends on how much it would influence your grading
do it and send it to me
Was that directed @ me?
๐ถ I'm having the time of my life / I'm lying this shit is fucking dumb ๐ถ
how tf this guy talk so fast
sure, but Github CLI isn't useful for me
I'm not automating stuff, I'm working on various stuff my company have
@echo berry If you're wondering why you can't talk, check out the #voice-verification channel. Only reason I mention it is because I saw you deafening and undeafening yourself quickly
i cant speak i m not eligible
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
That should let you know what's up
Anywhere along the line, seller, buyer, transaction carriers, the governments for each can just say "Fuck you, pay us" if they decide to.
Troof
120โฌ foam? That had better be the best bubble bath I've ever had.
yhea tru
(I have no real idea what the conversion rates look like.)
Sellers in and to Australia have to have tax fully included in the advertised price of the product.
My cat, just jumped onto my tower and landed on the fucking power button
VAT= Very Annoying Tax
Wait what?
Where is your power button?
Aren't they normally on the front?
Ontop of my computer...
I got a NZXT h150 elite I think
its a NZXT something
Interesting
Learn something new every day
Yea this one power button is on top
Okay, so it does KIND of make sense to be there but..
Yea I mean if the power button was on the glass ;D
HA
That'd be kinda wack
Cool looking, though
Yea
Also it isn't that expensive for how much glass it has.
Can I type here what i want to say because i am not voice verified?
yhea just here to complete 50 Text Targets
And there's plenty of people who stay in VC muted and just listen in
Thant's cool
Yea I wish I knew about this channel earlier I've learned alot since I joined just sucks cause I'm only 14 soooo I don't really feel like talking
Nothing wrong with that
That being said that might just be because of games I've played ๐
O no I more mean the voice chat literally scaring me in those games.
I actually don't play that many games anymore ;D coding has taken over my life ;D
ingame VCs can be VERY rude and harsh
Soo no matter what kind of customs exist it's incredibly easy to get anything in the eastern europian block
Also yes
Nah don't really know if thats a game or you mean the genre but either one the answer is no :D.
Genre yeah
even if customs in Poland blocks your package you can get your package by sending it to other eastern countries that have non existan customs
Yea, I appreciate my parents getting me into games like Minecraft instead of COD when I was like 10 ๐
Back later, have to pick up a computer real fast
If I was to play a game it would either be a FPS or Open world survival.
Alright cya.
i didn't knew that people talk politics here
Yea.
nice btw
if it gets too political we shut the conversation down
Yeah we try to kill it before it gets too heated
So long as the conversation is civil and constructive, it's more or less fair game
This server is really good tbh I don't think I've ever been in a VC with this many people that wasn't purely people talking over each other.
YA
Actually very inspiring ๐
i mean thats mostly down to many people not talking at all
lol
True but still ๐
And the people we having being respectful of each other's time. Although I do have to every now and then do a "What did you say x?" when someone hasn't gotten a chance to speak
most people don't have voice chat verification, I think
you guys have to fight with amazon
enough do
We get refunds within 3 Days
hello,could someone help me?
Yes and no. There's plenty of folks who are verified but prefer not to talk or prefer to just listen
Okay, actually heading out now (I'm really bad about not leaving when I say I'm going to. You guys are all too interesting)
yhea i m waiting to get verified
Yea me joining this discord server has actually changed my level of python a lot ๐ it went from beginner to intermediate pretty quickly just because of the environment if I get confused of something I don't need to wait for 3 hours w/ stack overflow I can just ask here and get a response in seconds.
GO YOU FOOL
just the chat limit
Same ๐
hey @zealous wave
hey laundmo
how u doing?
could you give me the voice
im fine, how are you?
Like voice verification?
Nepali
?
please dont ask to bypass voice verification
doing good, just not talking out loud since rabbit/arby kinda dominating the convo
haha same
@faint ermine what were the requirements for voice verification? I got it first try so I dunno ๐
50 texts
Have over 50 non-deleted messages in the server
โข These messages cannot be in #bot-commands or #sir-lancebot-playground
โข Only messages after August 25th count, this is when we rolled out our new message statistics system.
โข Have joined the community over 3 days ago.
โข Have been active for over 3 ten-minute blocks. This means you need to have sent your messages over a span of at least 30 minutes.
O that's not horrible at all @supple axle shouldn't be that hard to get.
yhea
#help-mango can someone help me here?
Members of a local news team are at odds over warning viewers about the threat that ""black ice"" poses to their safety this winter.
About Key & Peele:
Key & Peele showcases the fearless wit of stars Keegan-Michael Key and Jordan Peele as the duo takes on everything from "Gremlins 2" to systemic racism. With an array of sketches as wide-reachi...
nice
In a year that has seen global perceptions of China plunge, Beijing scored a major diplomatic victory Wednesday with the finalizing of an investment agreement with the European Union -- in spite of criticism from the United States and outstanding concerns many in the bloc have over Beijing's worsening human rights record.
RobinHood has countless lawsuits coming after them
SEC is a joke
They only act up when the masses have a problem and even then they don't do shit and act just to show that "something" is being done to "regulate" the market
@amber raptor
Saw that, made me laugh
Just joined the chat and the first word I hear is 'Hitler' ๐
Bring back the fairness doctrine I say! @amber raptor
You might be interested in this: https://www.bbc.co.uk/programmes/m000n6rr
Umm help on tkinter?
@amber raptor @amber raptor @amber raptor @amber raptor Excited Hemlock here:
HP Z2 G5 Workstation:
Intel Core i7 Octa-core (8 Core) i7-10700 10th Gen 2.90 GHz
16 GB DDR4 SDRAM RAM
512 GB SSD
Small Form Factor - Black
Windows 10 Pro for Workstations
Intel UHD Graphics 630
DVD-Writer
Serial ATA/600 Controller
That's going to be my new rig for work
Which one was it?
๐
\๐
Yeah it's not great
W-Woah
That's a lot
Right?
How much is it?
Amazing
They're quoting it at ~$1,350. Cost to me?
Fweeeeeee
Honestly, out of all the specs on that, I'm really only excited about the SSD
We're currently still rocking HDDs
... That sucks ๐
HDDs in 2021 ๐
I got a 1TB NVME for 100 something
Niiiice
I don't get how they couldn't afford like a 250 gb ssd for your rigs ๐
One of the issues, for me, is the nomenclature. Health insurance vs. Health cover. Not the biggest.
having an HDD is misery...
Like social-democracy?
Trying to figure out if I should start winding this down or not
Gtg to cook dinner ๐
Probably
what project in python should i do
?
is for do something in python
a webpage is ok
?
There is still wood working classes in my school
Yea
What state, if I may ask?
New york
Admittedly I live in a more wealthy area so I'm sure that has something to do with it but yea tbh it kinda surprises me.
O I 100% agree just it's surprising because of how crazy people have became
No doubt
wtf

we didnt really have woodworking classes, just "crafting and tech" which is anything from electronics, woodworking, metalworking, CAD

Ich fuhr mit meinem __L__eiter__w__agen,
wo Steine und so __w__eiter __l__agen.
It's a spooky name
You've seen Evel Knievel, now see @dire folio Kinivel!
No I don't know why that was in my head
Okay, I would argue that if the mask is setting your head on fire, it may not be a good one. https://www.amazon.com/Face-Neck-Gaiter-Filter-Protection/dp/B08BYJ4KZL/
Some Amazon reviews provide useful information to help you decide whether to buy a particular product or not. Other reviews are useless, like the ones where people give something a one star just because it arrived late. But there's another type of review that's neither useful nor useless, but what they lack in helpfulness, they make up for in pu...
Sorry didn't mean to unmute ๐
I have a key bind to unmute
I like my humans at 100c
She looks like she got stuck in the photo shoot for hours and just wants to be done.
Back in a sec.
I think you found a new moderator for the server
HA
oh well, that hello was not for me haha
This one is. Hello
hemlock got the results the results!!!!
hubble's constant which i got is
47.48
best value till now is 67.4
Oh dude that's awesome
if i disable my integrated graphics in my device manager will it cause any problems? My laptop has a gtx 1650 and it still decides to use the integrated graphics for things such as web browsing. I dont want this.
I wouldn't do it unless you're sure that not using the integrated right now
It's very likely you will end up with no video
since laptops attempt to switch between the two for power reasons
if you disable it, you might end up with no video
You should have some sort of program that lets you customize some stuff
Not entirely sure what it's called....
if i do disable my integrated graphics and i end up with no video output, is there anyway to revert back?
I would assume so. Likely to log into it via safe mode or something
Or by using a restore media
Since disabling it it is only on the OS side
should i disable it while im on safe mode?
Noooooooooooooooooooo
then?
I'm in a meeting, I can discuss it more after
ok thanks
@rugged root I've another Australian wildlife story for you when you get back. ๐ฉ ๐ฌ
Oh god
@somber heath How worried for your safety should I be?
@fickle orbit Do you happen to have the.... I think it's called GeForce Experience?
Should be an application that lets you change some display settings
That's part of what it does yeah. Actually hold on, let me double check something.
Ah, knew I was wrong
ive just installed it and signed up
(still good to have that for updates)
true
So see if you have the NVIDIA control panel.
i have that
Probably somewhere in your start menu or in the - perfect
So go to your Windows settings and go to System > Display > near the bottom Advanced Display Settings > Display Adapter for x display
Hi
@fickle orbit Is it pointing to your integrated or your GTX card
Mkay, so go to the NVIDIA control panel thing
I thinkit's..... 3D settings? Then you'll go to Manage 3D settings. Where it says Global Settings and Preferred Graphics Processor, set it to your card.
ive done that allready
oh
laptop
What's the model number?
asus fx505-dt
Searching
ok
Hmm, this might help? https://www.asus.com/support/FAQ/1038387/
thanks
Let me know if that ends up working for you, I can keep looking
Tin cans and a string.
OpalMist: Problem solver!
It can be called "Dis cord", as in "Dis here cord". The one connecting the cans.
The text chat is a wonderful place.
So much for this msg
Especially with my voice as it is.
wdym?
I'm being snarky.
@somber heath hey there
Hoy hi.
What is everyone doing?
what you guys discussing about??
hey opal you dont have to write a novel
just a short description would be enough
Earlier, I was telling people about the bat that found its way into my room. After that, I kind of just haven't been paying close attention. Discord alternatives and homemade clients for said alternatives. We're geeks, so that's a subject that is worth...er...getting frustrated over.
sorry you had to hear that
well i once put a status that tells you to be a nerd
It wasn't that bad I'm used to way worse ๐
Engineers build societies.
i wonder if i influenced someone with that??
the amd radeon settings dont seem to match my pannel. Maybe its outdated?
Possible. Update what you can. Asus should have a suite of drivers for your particular laptop model
You think about how useless everyone and their computers would be if they didn't have us telling the computers what to do.
yeah most likely as they dont have tons of laptop in their arsenal
well its pretty much would be autoplaying yt you know
still we can learn a lot
but we also might watch those kids videos
ok im installing the latest chipset driver right now!
and a fresh new youtube account have crappest video in the feed
The brain is a spectacular feat of what millions of years of throwing things at the wall to see what sticks can do.
To live is to suffer, according to Buddhism, I think.
no wonder im being heart broken now and then
You have my genuine sympathies.
Is mouse acceleration enabled by default on your distros?
Oh that's a good point
i dont know as im not using a linux
who loves music??
@rugged root ive just updated my drivers and it still doesnt match up. Maybe the image is outdated?
what image??
Possible
There is a profound satisfaction to be found in creating and also to listening to it.
Creating by either composition or through performance.
@fickle orbit well you sure your username isn't a bit off the server's limits??
happy now?
Fab
He's literally talking to me, an admin
There's no need to try to moderate someone
i wanna learn to make some kinda music making thing
If you have a possible complaint, please use ModMail
Don't try to confront someone about stuff, that's why we're here
gotcha
sorry its a habit of mine to point out something wrong
I understand, which is why I'm telling you the right place to do it
got it
wait hemlock can you show me how ModMail works
well im not feeling ded like pizza
?
im just curious to know how it works
@rugged root Im going to try and disable my integrated graphics from device manager. Can you advice me on what to do if i lose my video output?
lmao Edge is putting newtab up here
Other than panic?
haha good one
Yeah let me see if I can find something
ok thanks
make a thing that reenables it after 2 restarts?
well pretty much everything we do is an actual procedure. i guess
Recommended procedure, then
yeah now better
Can you boot up safe mode from the BIOS?
how about official procedures??
maybe that could work
Not from bios, but I do have something for that as well. Yeah, everything I'm reading is saying go into safe mode and re-enable it if it happens
how will i go into safe mode if i dont have any video output?
Oh for- right this doesn't help
One sec, I'll find a better one
Find out how to boot into safe mode in Windows 10 from Settings, the sign-in screen, and a black or blank screen.
Ah there we go
There's a section about it
this could work
Alternatively if you have a Windows Install Media like a flashdrive or something
That'd let you do it as well
You'd just boot from that
my last question before i proceed, if i lose my video output and it reboots in safe mode. Will i get my display back?
this is a dumb question but im just double checking
i am gonna temporarily cease to exist in online world and get some sleep
You will
ok thanks
It seems a shame that modules aren't called books. Think of the pip repository. That's more a library proper.
It'll boot up into very very basic mode
Please do! Might have to ping me, as I'm going to be heading home soon
yeah ok
SQRRR or SQ3R is a reading comprehension method named for its five steps: survey, question, read, recite, and review. The method was introduced by Francis P. Robinson, an American education philosopher in his 1946 book Effective Study.The method offers a more efficient and active approach to reading textbook material. It was created for college ...
@dire folio thanks eivl for this, Im having some trouble with some undergraduate studies, hope this method will help ๐
@rugged root It works!
Yussssssssssssss
Good good
oh be a fine girl, kiss me
only boring astronomers find gratification knowing mnemonics
755878110796447754
@wheat oxide
785752735197823016
@cloud root Hello!
Gerbillinae
@swift breach Minecraft
Yeah legend
@swift breach do you know my unknown brother is called steve
I miss him
like he helped me in everything
Because you know I'm stupid
yeah but we can't forget about my neighbour steve, the PYTHON guru
unless he's ironically your unknown brother
@swift breach But my life suck bro because I can't even code in python now because of school
Ah I see, you in university?
Just start writing
@swift breach Bro do you know it has been 1 month without coding
I'm not in uni but like nearly there but I'm in 12th
oo i see
Not sure if this will help but why not dedicate at least half an hour of each day to do coding
or to learn coding
it'll add up over time
Hi
hello
What are we talking about here? :D
I'm not verfied since I don't usually talk here
Despite being in this Discord for about a year or so
Quite a lot more xD
lets just talk here so we can verify you @dreamy trail
Sure thing
@violet oasis I know C++
Yato and I are doing software and learning C++
It's not part of the course though
We're learning it on our own accord
Send us some resources to start learning ;p
Bjorune Sor-something?
Sostrup?
I think
stroustrop i th ink
stroustrup
Codecademy has a course for C++?
I know there's one for C#
Time to research this...
i'm not a fan of codecademy
the last time i looked at it (it may have changed), the python course was teaching some pretty bad habits
yeah, python 3
thats kinda sad
manjaro >
even better
@violet oasis
make your own distro
uhh
Imagine using Arch and actually having to be careful not to break your system
ikr
Just have it be stable from the very beginning xD
Mint comes in Ubuntu and in Debian flavours.
we used arch based tho
if you're using ubuntu might as well switch to Pop! OS
Is you use Ubuntu, don't mention you use Ubuntu
You will be bullied by the Linux community
Ubuntu probably has the biggest install base
And many distros are Ubuntu based
Whether that's the latest 20.10 release or the 20.04 LTS
Debian unstable is out of date too
XD
Well
At least compared to bleeding edge arch
Debian stable fits my needs for game server hosting though
ยฏ_(ใ)_/ยฏ
Raspbian yeah
You can install Arch on a Raspberry Pi
I haven't found that to be the case.
ARM ARCH 64 BIT I think it's called
You're lucky then ;p
SteamOS is like
Outdated Debian
Which itself is outdated
XD
Yeah uh
Did you hear the recent news about the updates to the kernel?
Games will run better soon
But you'll need a bleeding edge distro like Arch so all the Linux gamers are gonna go there ;P
We like the neighbour in question, but he's currently got a fucking leafblower going and it's...disagreeable.
Visit http://linode.com/linuxexperiment for a 100$ credit on your new Linode account!
This time we have the KDE roadmap for the year, Nvidia preparing to better support Wayland and ray tracing on Linux, the death of Flash Player, and an open source epic games store client for Linux. Let's take a look, right after this.
Join this channel to get...
Yeah Manjaro is awesome
Sleek, sexy and stable
Virtualbox is fine but QEMU has much better performance, we should use it instead lol @violet oasis
QEMU + virtmanager + KVM
VMware is the other popular one
Gnome boxes works too
VMware for the enterprise pros :P
QEMU for the pros that can't afford VMware XD
@violet oasis used Microsoft Hyper V and it was painful to setup
Hardly worked and it was so slow for some reason
Yeah it's so painful
QEMU CLI setup is easier than Microsoft Hyper V xD
Yeah I have my own setup too
COOL
He got the images displaying
i Have kde
And I figured out how to convert to ascii
There's a library called jp2a
JPEG 2 ASCII
Let me boot up my VM
KDE sweet theme
You know what let me change my neofetch image to the Python logo
lol yes
That's the KDE sweet theme, linuxhaxor
My login screen
Paleofetch?
Screenfetch?
There's multiple
QEMU's setup is best done from tutorial, because otherwise you're left with the gui config, which is like an aeroplane console.
neofetch
There was something along the lines of xfetch too
And zfetch
Use YUMI for multiboot @violet oasis
No I'm on Virtualbox
Not vmware
When setting up QEMU via gui is as foolproof and as easy as virtualbox, let me know.
Don't miss the "echo Hello Python Discord!"
;p
No look
If I highlight the text
@dreamy trail this is so much better than just us two in a vc
It's brighter
Displays as intended
WOAH
Screenfetch is so light!
I just did sudo pacman -S screenfetch and the package file is so light
Works ยฏ_(ใ)_/ยฏ
screenfetch -D debian
Equivalent to
neofetch --ascii_distro debian
Screenfetch and neofetch are really similar
@graceful grail I can send you my old CPU
Woah
Hold on
Neofetch displays the ascii differently based on the terminal theme I think
@dreamy trail go into #voice-verification and do !voiceverify
Yeah I already did
Just not bothered to talk
Hold on
Lemme get my phone
Default neofetch
Ghidra logo
Ghidra is a reverse engineering tool made by the NSA
Don't ask how I know what Ghidra is
Solarwinds breach?
Wait what I don't have permission to speak
I did voice verify
@graceful grail Lol go make a pizza!
leave and join
neovim is better
I use vim
For the cool haxxors
Cool colours = better code obviously
That's why I use htop instead of top
xD
vim is nice if you learn the keybinds and all that jazz
Yeah the keybinds are very much worth it.
visual studio code
Learn how to setup Vim like VSCode. I use Neovim, coc.vim, NERDTree, gruvbox, and more...
init.vim: https://gist.github.com/benawad/b768f5a5bbd92c8baabd363b7e79786f
coc-settings.json: https://gist.github.com/benawad/e187dd887f256a6a002905ec7f22ad76
Checkout my side projects:
If you're into cooking: https://www.mysaffronapp.com/
Jo...
@somber heath If you have to SSH into servers frequently sometimes you dont always have access to using GUI text editors.
Mm.
Nano, for me.
and I suspect someone will have been crazy enough to make a terminal-based x display thing for that kind of situation.
sublime is just a worse nvim ๐
yes
Well...that's dependant on the server having x.
and you can mount ssh stuff through scp, generally
and you've got vnc based x I suppose, too
I have an addiciton lol
Sure
Let's play
You use VLC? I do too lmao
Oh yeah
Yup
VLC >>>>>>>>>>>> Windows Media Player
So much better
@somber heath Heathcare is big business in the US
@graceful grail if you sing a song I will sing you all a song
@thin gorge You say you look at what people want for it then you go ahead and make it... What people want and what people enjoy/need are often disconnected.
"I want an AI to do all my moderating."
NO.
I coded a VSCode extension, iOS, and Android dating app designed specifically for coders.
Try it out:
VSCode: https://marketplace.visualstudio.com/items?itemName=benawad.vsinder
iOS: https://apps.apple.com/us/app/vsinder/id1542523079?itsct=apps_box&itscg=30200
Android: https://play.google.com/store/apps/details?id=com.benawad.vsinder
Code: ht...
lmao
@eternal bough yes I started programming 10 lol
i heard about programming through some ads in youtube!
lol
Just another tutorial on how to use Google.
You Suck at Coding: https://www.youtube.com/playlist?list=PLN3n1USn4xllZEdX7a7GQul2GWrag_XAy
#benawad #google
Checkout my side projects:
If you're into cooking: https://www.mysaffronapp.com/
Join the Discord: https://discord.gg/Vehs99V
Patreon: https://www.patreon.com/benawad
---...
more effective to go through people
only sometimes
more often than not, its more effective to google
anyways the video is mostly a joke, but it holds some merit
in my experience, in regards to apply to jobs / internships at least
cool. haven't seen this one. but i generally like ben's videos
can't talk on the voice channel yet for some reason so just texting here
awesome
his angular jokes are top notch lmao
lol
i also like what he says about fang
good to start thinking about some kind of savings / investment portfolio early on too, if you have any income that you don't necessarily need
the renting is good as long as your renters are good (at least thats what i heard)
how much work is airbnb?
i agree. good life advice going on here
yea
i have had a lot of good experiences with airbnb, but never considered the host's perspective
hi
yeah for hosting code on a git repository
like github
gitlab
oh
humanity originated in Africa
According to wikipedia https://en.wikipedia.org/wiki/Cradle_of_Humankind
The paleoanthropological site self-proclaimed as the Cradle of Humankind is located about 50 km (31 mi) northwest of Johannesburg, South Africa, in the Gauteng province. Declared a World Heritage site by UNESCO in 1999, the site currently occupies 47,000 hectares (180 sq mi) and contains a complex of limestone caves. The registered name of the s...
me: what nationality am i
my mom: ur asian (euroasian) lol
ok mr wikipedia lol nice
no
i always wondered how far back in the past they went
but they traced me back to a prince in japan
ยฏ_(ใ)_/ยฏ
lol
but then a clan killed the clan my ancestor was in
big battle
tocugawa vs toyatomi (bad spelling
)
always wanted to do a dna test as well
yea it sounds cool
i've always been told my family's not mixed with any other nationality
wow 100%
thats kinda cool
but i think when a lot of nepalese do it, they get some mongolian and indian genes
i wonder how much of that is their data
yeah that would be useful to know
that's amazing
they must have been very detrmined
just to have a book about your ancestors and family history
oh lol i can see that
boredom is a formidable force
...
so do you guys use visual studio code?
yeah
would you recommend it?
woah really
it's nice
very customizable
i think its the most popular text editor rn
haven't used pycharm too much but i've heard good things about it
well what applications would you reccomend i told my dad i want to learn coding and he said python or c sharp
are you in college?
oh ok
python is usually simpler to learn (most similar to english)
c# is also useful but it's a lot more rigorous / verbose
i downloaded unity on my old computer and it crashed
thats what i heard
well the cpu was a intel pentiom
3gigs of ram
idles at 2
(trash)
lol
it is 10 years old
laptop
oh sry 15
the one i'm on rn is 10
i did but it is getting set up currently
lenovo e15
yes
i hear it is easier to learn c sharp if you know pthon tho
i think its easier to learn c# if you know java
java oh
c# is essentially microsoft's java
khanacademy has some good programming exercises
on javascript
you can do some animations
i did code.com for a while and programed a drone but block programing is too limited
also will python work for say rasberry pie type computer programing
same with arduino
so i could compile pyton to c sharp and back?
haven't heard of python to c#
Cython is a thing
oh
but that's Python written in C
that one hurts the noggin
:(
ik that feeling
auto save oof
what are these
oh
ok thx

