#voice-chat-text-0
1 messages ยท Page 785 of 1
I just say Pub
puzvum
are those long u's or short u's lol
puhzvuhm
sounds gross lmao
LOL
military time is superior
And itโs currently 15
thuuuuuuuREE ppl
"Dear Mr. Manager"
and do you say that as one-five?
No fifteen hundred
lol
Hemlock, she has been outpacing me for a while now
i want a wife that makes more than me
Iโll let my wife know if I get divorced
ew. i couldn't date that young
u mean date or sugar daddy? loljkjkjk
why stop there? 
LMAO

at that point, forget age. start asking the real questions like, "you got health insurance? a portfolio? what kinda assets? what's yo credit score"
exactly what I was thinking
LOL YESSSS
if watching hours of murder mystery has taught me anything: having life insurance == instant death via murder
you gotta make sure you're first; otherwise, you don't get diddly squat
fast track
did you know apparently credit scores didn't exist til like 1989?
oh nvm no, just fico
A more whimsical time
.randomcase welp, guess I'll declare bankruptcy
wELP, GUess i'lL DECLArE bAnKrUPTCy
why am i not able to share screen?
hemlock only give those permissions to specific, trusted individuals
Unless it's for help
ohkk
Okay, NOW I'm actually gone
i-
ahahahaha
buy what?
you might hear back from that person who ghosted if it's been within a 24hr window
vroom vroom
the person knows how to take pictures
!poll "Which one good?" "black/blue at $4500" "red at $6500"
๐ฆ - black/blue at $4500
๐ง - red at $6500
black bc it's all matte
if/once you buy this
you will own a plane, and a bike?
no car?
<.< get the new one
helicopter next
ok i changed to red
or try to negotiate a price lol
oh then neither
lmao
nooooooo def not red then
is there an option to not buy
๐
bruh, that's a red flag
lmao. plz be careful
omg snickerdoodle<3
Python bros be like ๐คฃ ๐คฃ ๐คฃ
yo i cant find the #bot-commands channel so ima just tag it and click on the tag, ignore this message
lol
Thats a mood
it was the coziest thing imaginable
rub it in y dontcha
still cant believe kat is nice enough to just send people cookies
<.< which one was your fave
Hi
I forget, they were all so good xD i think there was, like, a brown butter or something, it was amazing.
Who's kat

i did ๐
Hello guys
it was lit last night? ๐ฎ
hello @fossil vale
Sorry for writing it here but can i ask here a question about html/css ?
musik time~?
Ummmm why not in a help channel?
try a help channel...
ok ok
you should check out off topic channel for an html or css quesiton
lmfaooo @olive hedge is a haterrrrrr
xD
play and sing teardrops on my guitar please
whaaaaaaaaaa
that one guitar song
lmfao
jake did you know
i sent you a friend request once
and you ignored it
so i retracted
XD
๐
ek
kek
and he streams his screen with discord
showing 209348029384029348 notifications
"i get a million requests and i just ignore them"
ok then ;~;
suffering from success ๐
boss #1 left
@wise cargo hello ๐
lol how many bosses do you have
1 out of 2
LOL
YOU DARE DISTURB ME
wah
@wise cargo yes I did
lololol
๐
scary .....
4. This is an English-speaking server, so please speak English to the best of your ability.
!rules
The rules and guidelines that apply to this community can be found on our rules page. We expect all members of the community to have read and understood these.
@olive hedge u got electric ?
)
hello
when did you learn how to play the guitar fisher?
lol

lmao what is that a pigeon?
who was the one I mentioned the bass to
here's the video
I was just going to trim the video to have it at hand for future study. And then I got carried away with Premiere. Hope Jack doesn't mind.
๐ซ ๐บ๐ธ ๐ฅซ
oh so you don't want us to thumbs up your skills? lol
@vivid palm actually at work huh
yes
procrastinating in vc more like
just waiting for boss #2 lol
where is.. python?
what's that?
lmao
he's not a snake handler
lmao there's no age limit on linkedin
<.< did you ask when
->
I wish
grrrr be aggressive
I know :C but I am timid boi
,,,,,,,,,,,,,,,,,,,,..................
lol nuuuuuuuu
you can just ask, "what are next steps?"
or send a thank you email blah blah blah
i'd send a follow up email thursday ish
omg..
did they mention they were interviewing other ppls?
so fisher, you'll tell us first if you get the job right? so if we don't hear from you after like 2 weeks ;;;;;;;;
okie
My interviewer told me he has another interviews then he'll decide.
oh buddhu how did yours go?
He said you don't have experience designing apis
:
dang. what role did you interview for?
I think they were looking for python developer with react and mongodb
Software engineer brole
Role
lol i read that as bro
jake did you interview yet?
gucci belt
no LV at tj maxx no wayyyyyyyy
i wish lmao
BB
have fun~
children 
lolol
M-F
yah
@terse needle i am kinda stuck do you have a hint?
gimme a sec
@amber raptor https://adventofcode.com/2020/day/13
!docs str.split
str.split(sep=None, maxsplit=-1)```
Return a list of the words in the string, using *sep* as the delimiter string. If *maxsplit* is given, at most *maxsplit* splits are done (thus, the list will have at most `maxsplit+1` elements). If *maxsplit* is not specified or `-1`, then there is no limit on the number of splits (all possible splits are made).
If *sep* is given, consecutive delimiters are not grouped together and are deemed to delimit empty strings (for example, `'1,,2'.split(',')` returns `['1', '', '2']`). The *sep* argument may consist of multiple characters (for example, `'1<>2<>3'.split('<>')` returns `['1', '2', '3']`). Splitting an empty string with a specified separator returns `['']`.
For example:... [read more](https://docs.python.org/3/library/stdtypes.html#str.split)
we do not offer this type of help with graded assignments here.
@olive hedge go back to work
work is boring ๐ญ
but you're supposed to teach the children
well, this is my audience xD
They mostly do their own work, I help them debug and add on to their projects. So my work is intermittent ๐
ahh. how's my favorite student -- copy and paste kid?
copy-paste kid never really learned and they stopped doing lessons because they were struggling too much to participate 
๐ฆ much disappoint
i... should be working
lol plz do that
ok I worked
!docs str.replace
str.replace(old, new[, count])```
Return a copy of the string with all occurrences of substring *old* replaced by *new*. If the optional argument *count* is given, only the first *count* occurrences are replaced.
!e
hi = 'hello'
hi = hi.replace('ello', 'foo')
print(hi)
@terse needle :white_check_mark: Your eval job has completed with return code 0.
hfoo
Thanks
my headphone battery down
oh lol
;p
FizzBuzz, the classic interview question no one probably asks anymore but I'll show you how to solve it anyway with vim and haskell.
#fizzbuzz #vim #haskell
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
-...
i do suck at coding

how do i get out of vim
XD
help
hehe he say you are not smart
to be fair it is like have macbook with installed windows on it
well he is in the vibe zone
comethazin?
yes
Microsoft v. MikeRoweSoft was a legal dispute between Microsoft and a Canadian Belmont High School student named Mike Rowe over the domain name "MikeRoweSoft.com". Microsoft argued that their trademark had been infringed because of the phonetic resemblance between "Microsoft" and "MikeRoweSoft".The case received international press attention fo...
the wiki page
and it is funy
im stronk
yes
def
Oh the keyword
i was a joke
def function():
return 'die'.title()
calling_function_for_fun = function()
print(calling_function_for_fun)
I can get my cat up
what is cat
cat is a human
cat is cat
human is a cat
how
going mental with it
send it
I'm just learning it
nice
i didn't learn css
i not doing it
i just know it
so yea
i don't use it actively
Going harm with css yeah
I use python to learn cybersecurity
I'm too lazy to fix the error ๐
well i could
no movtiation
ML you just need data
you need data using api
you need ton of math skills
but for others
like load of math
@unborn storm People like us never will learn ML ๐ญ because we don't know much English
I'm learning about network aswell
But tough
@flat sentinel We just need to learn basic algorithm and some math knowledge
yes
Wow
and you will get a hang of it
That is like crazy
I'm ready for anything
are they samll
i need to get my wpm up
Oh nvm
Don't worry
I'm wrong
What are you guys talking about????? I'M CONFUSED
Yes
Byeee
bye
@unborn storm Bye
read music
i'm at 59 wpm in french @flat sentinel
can u help me?
Go on...
Hi
Hello
Hi
@formal otter Please change your nickname to be something without a swastika or I'll change it for you
!superstar 722934084543971348 1w Having a swastika in your username is inappropriate for this server (and in fairness all others.) Please make sure you re-read our #code-of-conduct.
:ok_hand: applied superstar to @formal otter until 2021-03-24 12:03 (6 days and 23 hours).
Your previous nickname, ๐ถ๐ท ๅ ๐ด๐ถ๐ณ๐ณ๐, was so bad that we have decided to change it. Your new nickname will be Bob Marley.
You will be unable to change your nickname until 2021-03-24 12:03. If you're confused by this, please read our official nickname policy.
evenin'
28ยฐC is not fun at night
@wise cargo
'ello
Hey bud, good to see you this morning. How're the snek things?
hey
@opal mulch
Is PyCharm Plugin 'Code with me' good?
Huh, I didn't realize those came with one
i mean lisp has its own interpreter
@opal mulch I'm looking it over
Doesn't it depend on the implementation of the lisp in question?
yes
Thonny
java is so different in that it runs on virtual machine
Lots of things run on a vm now
LLVM go brrrr
LLVM gave us clangd which is sick
I don't think I've ever touched a debugger, regardless whether it's a CLI or visual
I kinda just print
yes
debugger is very useful ... for interpreting the flow of program
i was doing that
and Haskell/PureScript has nice tracing utilities
... how can you code efficiently?
just try to pip install pudb and then run your file with python -m pudb filename.py
cs50 ide or amazon cloud9 has very nice debugger
it is kind of graphical but still very very lightweight
Debuggers are great
That's my secret; I don't 
Oh good, we have the same secret
some of us dont have that luxury
We're secret buddies
efficiency is a rabbit hole
well, starting to use a non-graphical degugger is not that simple
Serious answer, rubber ducky debugging is a lot easier for me
I HAVE to purchase a rubber duck
well non-graphical, sure. but Pure said they haven't used a graphical either
do you have a rubber ducky ๐
except for html / css / js, but it is not the same...
This count
?
well, i will get a keychron k3 keyboard, but i will try to find a rubber duck ^^
The Haskell debugger is ergh yuck
yes it works ... i guess we can also make an ai rubber ducky
only if you use the LaTeX library to display it ๐
do you call it SQL or SQL
Es-cue-ell
sequel
The most neutral way to say it is Standard Query Language
S19L
es cue ell is so nooby
while not expanation.finished():
print("i understand")
sleep(2)
print("carry on...")
sleep(1)
print("i see, but what is this function ?")
sleep(2)
Types also catch errors so that's kinda neat
sequel bro xD
yes : D
!tools
The Tools page on our website contains a couple of the most popular tools for programming in Python.
I would pay for Sublime if I could 
i have macbook air so i use sublime ... the day i get a macbook pro i'll use vs code
???
convert tabs to spaces :
doesn't matter much
Use kite and have the AI code for you
my machine is a macBookPro, but from half-2012, so i was using sublime. now using Vim
Bad LP
bad move1
yeah vim is quick to get things doing
Use Jedi
it not only "get things doing" ๐
haha
I hold a magnet over a hard disk to program.
Even this one's python group, learn C guys, that's the backbone
I'm literally writing C for work rn
.xkcd 378
@zenith radish
woah, big fan then xD
M-x doctor ๐
I love doctor
Since I only have monthly therapy sessions
I vent the really bad stuff to M-x doctor
I really should prettify my modeline
some times i just use nano
Ugly
what os is this ?
ubuntu
tรผple
Except for #help-lemon ๐
People might think this is a channel for exclusively helping lemon
HA
Or exclusive for getting help from him
Oh jesus, that might actually backfire...
They just ping him
can anyone help me with R?
Someone in #data-science-and-ml MIGHT be able to?
But you might have better luck with that in an R server
that across pages stuff is a single page application stuff
If there is one
yeah
There's too many app bundlers for JS
safari has a different engine
I'm currently using Parcel for my site but I'm thinking of moving over the ESBuild once PureScript starts emitting ES modules
Hello, I am back
i dont like windows file hierarchy
Hi back, I'm Dad
me neither
That's because it's bullshit
And I'm a long time windows lover
lol I read that and I was so confused
I really prefer the unix way of everything compared to the windows way
Except app availability
If I could get photoshop and fl studio working natively in linux
I'd never even consider anything else
Gaming on linux rn is amazing
Windows is really nice I feel like a lot of people shit on it
thats business decision
of adobe
UNIX pipes are โค๏ธ
yeah windows trouble shooting can get annoying quickly
It's dead simple yet too powerful
I was actually using fl studio through wine and it was actually really nice
VST compatibility was hit or miss
But the actual DAW was working great
I'll check out if I can get it working with pipewire when I have some more time
And I use krita in place of photoshop but I'd love to have it
I think I was naturally caffeine tolerant, or I developed it as a kid
ยฏ\_(ใ)_/ยฏ
Like yoghurt drink?
yeah
how worse does the TikTok make it? @zenith radish
its pronounced as 'Lussy'
Have you ever tried horchata?
that i dunno....but my indian frnds love it : )
Horchata is made out of rice, milk, vanilla, and cinnamon and is served in many Mexican restaurants.
Same tbh Hemlock
I opened Neovim inside Emacs๐คฆโโ๏ธ
i would choose a mango shake over any drug
drugs just reduce symptoms .. they are not the cure
NOOOOO
they had gunpowder
people dying of bow usually died of infection rather than loss of blood
so you would get sick for a week and then die
Hello @swift valley
14:00
yes India does
GMT 5:30 +
5:30
.wa s 180lbs to kg
about 81.6 kilograms
.wa s 6ft to cm
about 183 centimeters
nano
Wolfram op af
russki
Erm, what?
pinyin
Frequency illusion, also known as the BaaderโMeinhof phenomenon, is a cognitive bias in which, after noticing something for the first time, there is a tendency to notice it more often, leading someone to believe that it has a high frequency (a form of selection bias). It occurs when increased awareness of something creates the illusion that it i...
why is it so hard to use ln
ls: cannot access '/home/pure/.emacs.d': Too many levels of symbolic links
stow sucks
Ergh
I'm not doing chained links though
Okay relative paths break ln, good to know
Fixedโข
hey use-to what your typing speed
thats nice
Your speed?
do you use touch type
kay
Its not very useful for coding... or?
i guess its 60 ... i touch type
may be
you have got to be pro to properly use pro tools
I don't think typing speed doesn't really help with coding unless you specifically know what you're needing to throw together
point
Otherwise you're writing a couple lines, stopping, rinse and repeat
hmm
That may just be me
Hey mina! how are you?
goooooooood
i going to buy some snacks ... so hungry
@rugged root Mind if I try streaming some Python code?
Aight
stow considered evil
how can i include a makefile file from a different directory?
how do i code in cpp
yes
yes
You can code cpp in anything
clangd is an lsp server
So any editor that supports lsp will work
Emacs, vim, vscode, etc
Also there's IDEs like eclipse, clion and so on
visual studio
I just opened it I havent started anything yet lol
but I hope it goes good
@runic forum You're coding C++ right?
he is using c
Which is in the same family as c++ but its not c++
yeah
Jake, is this your dog on your profile?
yes I did day 1 yesterday
here I screenshare if you wanna watch
so doesn't that you mean you've started
๐คจ
I cant type
gosh
ill screen share when someone ends their stream I dont wanna have to many streams up
@rugged root you're not audible
If you're wondering why everyone is talking over you ๐
oof
๐
Also I can't tell how bad the quality of my stream is
whatcha coding ๐
what startup
domain
i mean
no way
can you give india a permanent seat in security council
please
china always votes against us
This is what 5 months of FP does to me
if __name__ == "__main__":
args = CLI_PARSER.parse_args()
if not args.sources:
for source in Path("dotfiles").iterdir():
if source.name in RECURSE_INTO and source.is_dir():
for inner in source.iterdir():
_link(inner, HOME / source.name)
else:
_link(Path(source.name), HOME)
else:
for source in args.sources:
_link(Path(source), HOME)
hey @zenith radish why is your twitter account suspended
!e
my_string = "I love me some bacon"
print(my_string[-5:])
@rugged root :white_check_mark: Your eval job has completed with return code 0.
bacon
tf is that
is this what fp does to you
Yes
you need chemo
FP is good
why is your discord in light theme 0_o
!e
print("123456789"[::2])
@rugged root :white_check_mark: Your eval job has completed with return code 0.
13579
๐
is sql injection still a thing ... things like flask do automatic sanitisation
hmm
ยฏ_(ใ)_/ยฏ
Fun fact: a few days ago if you posted the word 'Memphis' on Twitter you would get banned.
Because of a bug...
oooo
LiGht MoDe
has anyone used microsoft IIS
@honest pier Better?
# 8)
sources = [
Path(source) for source in args.sources
] or Path("dotfiles").iterdir()
for source in sources:
if source.name in RECURSE_INTO and source.is_dir():
for inner_source in source.iterdir():
_link(inner_source, HOME / source.name)
else:
_link(source, HOME)
internet information service ?
yes the server
ah yes,. thanks for reminding me
don't worry, you are not alone
Better
i have it, but i never use it ๐
Welp, my audio cut out
yes ๐ฅบ
Also I'm not sure why Discord won't detect Emacs
voice is dumb
Help
!e
jake = "jake"
print(jake[-2:])
@honest pier :white_check_mark: Your eval job has completed with return code 0.
ke
You should try half light half dark mode
Restarting instead
well you don't need python specific knowledge (knowing negative indexing) to solve this problem
oops is that a thing
Anyone talking at the moment?
how ?
yes
Right cool
yep
he has changed from inspect tool
pipenv and poetry are ok
Virtual environments bad
๐.
Hey
discordpy gave me problems without one
so I had to
oOoooo, is this a new feature ?
pipx is nice
lol, that used to be the only feature
Erm, I don't know to be honest.
If you need globally-available command-line tools
0_0, and i discovered it today
light mode used to always have dark sidebar
how is this discord voice and video implemented
Oh, didn't know this.
i dont hear voice for some reason though
Its always Effecting to out Eyes
light mode
we do that here
Has anyone tried nim?
i wish i could put this discord voice on my title bar on mac
Rust is safer C
safer cpp
Very safe C
Rust is cool
Rusts types are really bother me tho
better then C
safest: binary
I need to make a cheat sheat
ehhhhhh, borrowing is a bit more complex lol
Rust's ownerships are a form of linear types
Hey
I had a dout
Which comes from FP
Rusts book is nice
yeas ?
No one is interested in nim ;-;
What is Cpython
uff Brodevil, what are you doing in here?
nim bad
@honest pier why u hate fp
What are Cython
Jython
fp bad
It's the basic version of the Python interpreter that you get from https://python.org
fp good 
yeah i love it too
what is fp ?
CPython is essentially the flagship language interpreter
Functional programming
Functional Programming
Thx
wait pureF are you the haskell lover?
food point
But Whats are the uses
And why to use it
lemme check github hang on
wha-
Ohh
no shit lol, that's why you start knowing what you're doing @dense ibex
Did this Support OOPs
why dont you like object oriented?
i like a mix lol
hybrid is best in my opinion
I like vim
Is the syntax are diffrent in Cython
or its hard to learn
Jake, don't you want to donate money to Ugandan children?
very interesting
Just run vimtutor on the shell lol
F
hahaha
Why programmer loves Vim
its unix based Editor n
Any special about Vim
becuz it's vim
no
Why the Vim is cool
You can use vim in windows
i use vim on dinwos
I think vim is the best text editor that's ever been written
wait what is jake working on?
and I think emacs is the most flexible programming environment ever written
re.sub ๐ค ๐ค ๐ค
never heard of dinwos
I think solving some codewar problems
ooh nice
The room is full...
F
i like object oriented programming in some cases just because of the fact that you are able to store internal state
this is a deal maker for me lmao
How
ััะบะฐ
Many ways
I think gvim is a thing on windows
probably the easiest way
Depending on what your system is like
PyCharm I not Bad
I m using PyCharm Professional and its best one
i just use vim on alacritty
Can someone help me use a python language server with neovim? 
How is it the best one
yaa individual choice
Any donwload link for the Vim editor
pyright ๐ฅบ
Hmm
pycharm is an ide, vim is a text editor
pycharm comes with an editor though
I don't like intellij editors
I hate the keybind schemes and the overall architecture
Anyone using atom ?
lol
lol
Honestly if you care about FOSS and want an electron based editor use VSCodium
I always type 'ass' instead of 'add'. Every single time.
Atom tried to be a javascript based emacs but it's just inferior to vscode
It all depends on third party support
yeah, there r so many things missing in atom when compared to vscode
buts its fine
its not a power consuming application
depending on the number of extensions installed
hi guys b-how to ฤฑ get rol
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
That'll tell you what you need to know
There's also a term called Cabal Hell in Haskelland
Basically, package management is hell
hmm, i wish i could stream too
I'm listening along too ๐ (hope you don't mind)
Environments in general are unnecessary imo
Haskell's Cabal for example just stores everything under .cabal/store/<ghc-version> then for every invocation of cabal repl or cabal build, it just injects the dependencies to the compiler
python > ruby
Too many ways to do things in Ruby
go is very good
we don't need it!!!!!!
I want out of this meeting
I get google foobar 5 times
just type some fundamental computer stuff couple of times you get that
Coffee time
I just failed google's interview
They don't rely on that any more
yaa I know that
It's just for fun now
I got at least 3 foobars

