#voice-chat-text-0
1 messages ยท Page 1024 of 1
@ripe lantern :white_check_mark: Your eval job has completed with return code 0.
35 is Odd
why?
ok
imposter
sus
it's for best
and useful for making bots
am i wrong?
hhhhhhhhh
arabic
for me
where are you from?
your name is fay
fie
fart
brb
one guy wanted me in the vc
becuase he wanted to get a pic of vc
and he dont want to be alone
xD
Just became friends with a ground hog at work haha, saw him while doing a full body Burial
@ebon sandalwhich os do you run?
windows 86
hi
would have been a little confusing to use subprocess for that
you mean os.system()?
import os
import platform
def install():
os1 = platform.system()
#these if statements check to see what os is running since shell command syntax is dependent on OS
if pynput in sys.modules()
print("pynput is already installed on your computer")
elif os1 == "Linux":
os.system("python -m pip install whl pynput 1.7.6")
print("pynput has succesfully been installed on your computer!")
elif os1 == "Windows":
os.system("py -m pip install whl pynput 1.7.6")
print("pynput has succesfully been installed on your computer!")
elif os1 == "MacOS":
os.system("py - m pip install whl pynput 1.7.6")
print("pynput has succesfully been installed on your computer!")
it's just text in the chat
hmmm
I have pycharm and vscode installed, mostly use vs, but I like to install emacs-nox
wow I remember that book
did you see the SICP lecture series?
@whole bear ^^^
there's a thing they call dyndns so if you don't have static IP, you get a domain name that changes the IP when your IP changes
it might be to your advantage to finish the unfinished stuff ๐
@novel sleet hello
git rm --cached whatever/you/want/to/remove
@novel sleethi
yes
well if you'er in the directory where the repo (nonbare) is, you don't need to supply a name
or pathname
well there are two kinds of repos, bare and nonbare
git status
you might be able to undo the git rm
well of course there's also pro git
taking a short road trip... back soon ๐
async def on_message(msg):
if msg.author != client.user:
if msg.content.lower().startswith("?hi"):
await msg.channel.send(f"Hi, {msg.author.display_name}")
@client.event
async def on_message(msg):
if msg.author != client.user:
if msg.content.lower().startswith("?hi"):
await msg.channel.send(f"Hi, {msg.author.display_name}")
if msg.author != client.user:
if msg.content.lower().startswith("?nick"):
await msg.channel.send("Nick is... https://clips.twitch.tv/VenomousDepressedCasetteWTRuck-0YKphjyhL6aLN"
"5u7")
for one thing, the docs will tell you about all the combinations, and that can be a lot of material, could get overwhelming and frustrating
heh, I got a funkadelic record
old ubuntu?
well they killed off unity
what do you think of debian?
yay, people are hearing me when I post stuff ๐
lsof"?
if you';re running linux you might have lsof (ls open files)
but it's l not I ๐
yeah, mine looks too similar too
yep
code block
Python is Lame
three of these `
\who of you have a discord client (other than a web page) and who uses web client?
Discord and web lol
do tripple tick like this: ```
Client at home
ok
and web at work
discord client here
oh ok
you can always edit correct your mistakes
Fixed lol
is it in git?
edit
alskdjgf
~~ two tildas ~~
good great
anyone using borg backup?
I dont know what that is lol
nope, but I want to hear more about it
borg has interesting features, first it does deduplication, which meams if it backups up a file that's identical to another file, it stores it once
I use rsync for backup, and syncthing for syncing.
don't most things to deduplication
Cannet
it's probably a better investment to buy the router/modem, instead of renting them
I can only think, busy?
50 ๐
but of course, if other people don't have fast net too, then it's as slow as the slowest
what's the tax rate?
I think you need to Trademark Lightning buds... then sell it to apple.
how to get sued 101
lol
I bet it's 200 not 50
if the US trademark office registers it, the ball is in your court
I don';t really believe that...
dont believe what?
don't believe macs are better hardware -per dollar-
ime, I can build an intel i5 or i7 for much cheaper, and they last
that sounds like hardware virtualization
We already know that the new Macs powered by the M1 chip have impressive performance that beats nearly all current Macs with Intel processors, but what about Windows PCs? PCWorld compared Microsoftโs Surface Pro X with Appleโs new M1 MacBook Air and the results put the Surface tablet far behind the Mac. Although Windows runs [โฆ]
CPU aside, has apple fixed all the circuit board issues it was facing 5 years ago
This page provides general information about notable Linux distributions in the form of a categorized list. Distributions are organized into sections by the major distribution or package management system they are based on.
mach kernel
Provided to YouTube by Asylum
Doctor My Eyes ยท Jackson Browne
Jackson Browne (Saturate Before Using)
โ 1986 Asylum Records
Viola: David Campbell
Harmony Vocals: David Crosby
Harmony Vocals: Graham Nash
Mastering Engineer: Greg Ladanyi
Acoustic Guitar: Jackson Browne
Piano: Jackson Browne
Lead Vocals: Jackson Browne
Electric Guitar: Jes...
semi-colons ;;;;;;;
It is I ๐
Yes, doing serious mod business ๐ง
Erm, do you want to stream something?
Er yeah I mean as long as it's programming-related.
And not like, NSFW
<h1>hello world</h1>
is this your first language?
you can put css styling on both p and divs
ah ok
p would be used for a paragraph of text
semantics yes
!stream 491289245974003722 30M
โ @ripe lantern can now stream until <t:1653448922:f>.
recently learned of this https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dd
Yeah it's a classic
I have a video youtube playlist of it ๐ by the SICP authors
There's a nice free book that is written in the spirit of SICP but uses Python as the language: https://composingprograms.com/
it goes from syntax and semantics of a lisp interpreter, to compiling lisp functions
can you guys see this?
ok, here comes the playlist
Overview and Introduction to Lisp
Despite the copyright notice on the screen, this course is now offered under a Creative Commons license: BY-NC-SA. Details at http://ocw.mit.edu/terms
Subtitles for this course are provided through the generous assistance of Henry Baker, Hoofar Pourzand, Heather Wood, Aleksejs Truhans, Steven Edwards, George Me...
It can be useful to learn the low-level stuff due to "leaky abstractions" I think.
!e print(0.1 + 0.2)
@lavish rover :white_check_mark: Your eval job has completed with return code 0.
0.30000000000000004
@lavish roverwatch the first video in this list. if you still don't think it's relevent, so be it
the first time i got an unexpected behavior from floating point imprecision in excel i was so sad
!e print(0.5+0.25)
@quaint oyster :white_check_mark: Your eval job has completed with return code 0.
0.75
this series has sometimes been called the best intro to CS on the planet ๐
1/2^x
!e
from fractions import Fraction
foo = Fraction(1, 2)
print(foo)
@woeful salmon :white_check_mark: Your eval job has completed with return code 0.
1/2
well x ^ (1/2) is sqrt(x)
Bless you ๐
!e
print("hello world")
@whole bear :white_check_mark: Your eval job has completed with return code 0.
hello world
I think you just have to be mindful of the way you represent your data in general. Floats try to be a good all-purpose fractional number representation, but they're not perfect for all applications.
(and interestingly, the numerator of the exponent can be brought out, like: say you want sqrt(x*3)

that's also x ^ (3/2)
Yes, as this dead-eyed duck demonstrates.
sometimes i hear people say oppa instead of opal
we know a female named opal, who one time took down all of our freenode irc servers... not fun, I was in the middle of helping someone
in any case... I invite you to checkout that playlist from 1985 or 6, the book authors are the presenters, and they have some occasional entertainment value
did you say earlier you had 5 years python experience?
you haven't had to use html at all during that time?
ah
one question they ask as part of a problem set at the beginning, "if you have an if, (if (condition code) (do this if true) (do this if false)). Question is: why does this have to be a -special- form?
pig latin
I kinda didn't like ruby's data structures
i wouldn't correct you if you didn't say stuff that's not right ๐คทโโ๏ธ
me? what did I say?
not you me
Monads? ๐
oh ok
๐ looking at my monadic parser in python
Ah yeah it's terrible ๐
It also has completely different settings in competitions as in the normal editor.
There is a synergy achieved when learning varying concepts. It doesn't even matter if you're not using the other thing, there's a fitness of mind.
You don't actually have to, to be clear ๐
Brave is a free and open-source web browser developed by Brave Software, Inc. based on the Chromium web browser. Brave is a privacy-focused browser, which automatically blocks online advertisements and website trackers in its default settings. It also provides users the choice to turn on optional ads that pay users for their attention in the for...
so SICP was originally done in lisp, the one in 1986 was a lisp dialect named scheme, and they did yet another SICP... using -python-
Ah it was someone in #python-discussion who set the challenge.
looks like just under 12 hrs before it should verify me
li is the parent of the content which is the list item
what's the problem?
hmm, not sure I understand
who me?
Windows 10 21H2 and virtually i got Kali linux
But i don't use Kali much
@ebon sandalplain original vanilla debian ๐
U talking about Kali right? Then Debian
well I've never really had any good experiences with kali
can't see which one you mean ๐
Wdym
Ghoti is a creative respelling of the word fish, used to illustrate irregularities in English spelling and pronunciation.
0
Hello .. Good night. Do you always do "live coding"? I'm interested in the language, and I'm new to the community here.
!resources this may be helpful
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
hello goodnight????? excuse me? xD'
English is not my native language, you mean the bot helps me?
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
the streaming restrictions are there, so we do that on weekends
where I live tonight, I forgot, I'm sorry :/
if u want to talk, then you can hit 50 messages and 3 days after you join, that will get you to have permission to talk
you barely speak english i guess ๐
at least its still understandable
not as a greeting
Good
don't spam
night
you cant talk until 3 days after you join anyways
brazil and you?
U.S.
have you ever seen snow?๐ฎ ๐ฎ
yes
go to antarctica
thanks, now i will evolve in python and in english
HAHAHAA
yes
but there is verb material to be at school
in english
is required
yes
yes
I always liked playing games, technology, solving problems on the internet, so now I'm in college, but I started at the beginning of the year
here it doesn't start in september, but in february college
I'm learning algorithm logic with python
whu did you choose python
who chose college
but the programmers here aren't very good, the teaching isn't either
๐ข
???
I do not understand
bruh
there are sooooo many languages out there in the world
in that one of them is python
so i am asking you why you chose python and not any other language
teaching is different
wdym
I don't choose, they pass and I have to learn
i see
so you were forced to learn
๐
its ok, we all are programmers here
most here code in python itself
๐
in college they gave me phython, so I have to be good (I liked it too) Hahahahaha
start off from the basics and if u got some problem, try googling , if u didn't get the answer, ask the community here ๐
most of the time, there would be atleast one person in vc
we dont talk much in vc as we all are working
its just some background stuff, thats all
so vc is more like quick help ๐
read stuff in # voice verification
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
bruh
not here
xD
go to that channel
and do it
also if u are new, no u cannot get verified
thank you very much, I believe I've sent 50 messages, I'll wait a few days and then I'll come here when I have questions or to see live coding
u need to wait for 3 days and have 50 messages
allright, have a nice day
thank you for being kind
'-'
I didn't understand much of what you said, but I wanted to say that you were nice
lol ๐
u could have said that you cant understand what i am saying
i would have slowed it down
xD
sushi, its not about talking all the time
vc is more like a background disturbance a bit
not your issue
now you heard it right?
whe are you from?
why? ๐
the country?
its ok
yes
and the response? xD
don't ask difficult question๐ ๐คฃ
you ended my mystery
lol
๐ ๐ HAHAHSHSHSHSWGHW
Rรบssia
and you?
nope, that wont work on me, i will reveal my country later ๐
eu nao sou da russia
e?
AHSHSHHSHSHSHSHSHSH
are you doing your univeristy in russia? as you mentioned before that u are from brazil
i askead tho age
i asked the age*
28?
less
22?
23 Hahshshshshs
now you are not so mysterious anymore
i do tell my age
becuase i dont want people to think i am some 13 year old kid who cant be serious
xD
but we can be
what we know is a drop
HASYHSHSUAHSHHSSH
people are never what they are
i want to give you a response but you might get offended ๐
Brazilians are offended by everything, we are sentimental, does anyone outside of Brazil give a kiss on the cheek as a greeting? ahshshshsh
good thing it was a joke
i love astronomy, and i know she is a triangle
answer me, am i smart?
astronomy isn't scientifically proven ๐
oh nvm
i read it as astrology
lol
nvm
I don't know if you're serious
๐ค ๐ฎ ๐ HAHAHHAJAJAJAJA
HAHAHAHAJAHAJAJAAJAAJJA
astrology
what hours?
write
HAHAHAHAHAHAHHAHA
house?
my english is basic, bad, i'll train him not to be ashamed
ohh
yes
x1
x while(True):
check it out huh๐ ๐
xD
ahshshshjjd
yes
i used to be noob
ok'
then my friends told me
you're stuck?
to join discord
is sigile
HAUSUSHSHHSS
u mean single?

flirting x 10000
ohh
you ate secretive
when i played mmorpg i was too
HAHSHSHSHSHSSHS
I was moved by your story @stuck sky
HAWHHSHSHSHSH
what kind of game do you play
๐
why did you join this server
this server isn't for gaming
๐
KKKKKKKKKKKKKKKKAKAKAKAKAKAKAKA
amazing how I don't know how to answer any question with oratory
KKKKKKKKKKK would be like sound that comes when u hit those brakes of the car when u are hitting at 60 miles per hour
xD
no
i can dream
up
i can dream too btw
all animals can dream
waht you mean
xD
I've been learning English since I was 10, at school it's mandatory. But teaching is bad
hmmmmmm
I like it here, it's a happy country, we talk a lot, we're sentimental and we love a "good morning" on the street of some stranger
but there is a lot of corruption, embezzled money
:(
do you understand what i am saying?
everyone who has traveled to another country said that you are more closed
me?
you asked me if i like it here
read this line again
we Brazilians find people from other countries more introspective
did you understand?
we greet each other with a kiss on the cheek and a hug, in strangers we have just seen or met
wow
if soemone does that to me without my consent, thats a punch on the face for them
we talk too much, with unknown people too, on the street
if i see you somewhere, my greeting is this
HAHSHSHSHSHSHSHSS
don't punch me
bruh u shuold ask first xD
that's why we find people from other countries far away, who don't like hugs
i am ok wiht hugs
but i need some heads up before the hug if i barely know you
its more like that
HAHAHAAHHAA
or else if someone just comes forward to me really close , i would use my hand to push him/her back
its like reflex
xD
you are afraid? hahaahaha, there's a lot of crime here, so nothing beats it
do you use hackerrank?
what is that
leetcode?
no idea xD
big companies use this here as a test
this here is considered difficult
are you asking for the source code for it?
the challange itself is a catch the flag so
i'm asking if you are fromt or back
this line got another meaning but allright
๐
yep
where are from?
india
nice
i haven't opened a youtube channel yet though i've been told to open one multiple times here
hahaha
indians save my shit too during programming
xD
cuz there's alot of people in india
2nd highest population in the world
soon might be highest
is true, do you like from?
in India?
i died from reading this line xD
nรฃo reclama do meu inglรชs
excuse me?
Guys can you help me?
do you like?
ah i read that as where are you from
lol
i don't hate india
but don't like it either
noodle where does a robot go
mee too
you like from country ?
????
do you like where you live?
don't go to parties?
y
uau
you don't make friends, and you look just like me
hahaha
its problem
lol
HAHHSSJSHAH
Ill try the challenge in a month or two when im better noodle
ah ok goodluck :3
you're still alone, you're just disguising
I think people are superficial, empty. so I prefer to stay in my own thoughts
so u are alone right?
yes
๐
so arent u too?
xD
so u just violated literally everyone in this voice chat right now by saying EMPTY POEPLE
nice
hahahahaaahhahah
dont speak about personal problems here
hit dm for that
its just better than exposing yourself ot everyone in the community
๐
hit noodle's dm for that ๐คฃ
Hi I am new to this community
The voice chat 0 says i do not have permission to talk. Do I need to verify something more?
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Thank you, I understand.
What type of discussion happens in this voice chat?
It day in my time zone. So usually around what time UTC can I expect a good discussion?
Nice. I am an advanced Python user. Been using in python and c++ it since 6 years mainly aid research. I feel I have hit a bedrock- its becoming quite hard to make a significant progress. So i was looking for some communities to discuss and learn from others. By far this looks good to me.
scusi?
I been wanting to get more involved in open source projects, but in my line of work I barely get time to dedicate to other projects. I am a self taught programmer I just need someone to point me in a direction and I will do the walking.
Yes I will look arround.
@somber heath by the way no classes were needed for mike's project, the function he had to do was to compare a given path to the intersections at a given time step
simply to step through the path nodes and test each case
but im still baffled they don't teach classes in an intro programming course, but they're teaching python
from flask import Flask, redirect
app = Flask(__name__)
new_url = 'http://amir.rachum.com'
@app.route('/')
def root():
return redirect(new_url, code=301)
@app.route('/index.html')
def anypage(page):
return redirect('{new_url}/{page}'.format(page=page, new_url=new_url),
code=301)
if __name__ == '__main__':
app.run(host='10.0.1.10', port=5000)``` so i have this code i would like o use redirect with virtual host so it redirects me to the main index.html
Did you read ahead to the next question?
you helped him load from the txt file to the dictionary right?
i helped him with the next question
he said he would come back to work on it last night but never said anything in discord so im assuming he got it
๐
whats the point of a recursive binary search
its still O(logn) time but O(logn) space
while iterative is O(1) space
Recursion? Wasn't me.
I went for iterative.
We had a working iterative when I last looked.
Hey everyone!
yo
Sorry I can't talk for now but I enjoy this coding vibe
@pure shoal Chat in here. ๐
That's a loaded topic
Practical data skills you can apply immediately: that's what you'll learn in these no-cost courses. They're the fastest (and most fun) way to become a data scientist or improve your current skills.
i am going afk
@whole bear You can't talk in here?
how can i change fulll url without reloading in python using flask
Do they have caffeinated mastic gum?
does anyone nows nginx
Learn how to redirect an IP address to a domain name with Apache htaccess and on Nginx.
Find more at https://tonyteaches.tech
Check out my vlog channel @Tony Florida
#apache #nginx #redirect
@rugged root can you help me ?
i dont have webcam
to test my code
The anchors of DC Morning (Dave Chappelle, Ego Nwodim) report on a wild car chase involving President Trump.
Saturday Night Live. Stream now on Peacock: https://bit.ly/3j1IRUk
Subscribe to SNL: https://goo.gl/tUsXwM
Stream Current Full Episodes: http://www.nbc.com/saturday-night-live
WATCH PAST SNL SEASONS
Google Play - http://bit.ly/SNLGoo...
@rugged root
@sick dew So how've you been?
up and down, but rn I'm leveling out...
That's good at least. You know if you ever need to vent or just talk you can DM me, right?
I try to be here to the best of my ability for my friends
Subscribe to SaturdayNightLive: http://j.mp/1bjU39d
Commercials: http://j.mp/16QVckd
SEASON 25: http://j.mp/1cDYbS4
This online investment firm was slow to get onto the internet with a domain name. Aired 10/02/99
Subscribe to SNL: https://goo.gl/tUsXwM
Get more SNL: http://www.nbc.com/saturday-night-live
Full Episodes: http://www.nbc.com/sat...
like windvista
remember dos
That, too.
chill grandpa/ma
First computer wasn't Windows.
Neither was mine
Some internal graphical os thing that was hard baked into the computer, but otherwise it was dos.
This is the computer I grew up with
School had Apple II/e computers.
im such a macos shill that i have a macos theme on my linux laptop
w11 trash i turned off updates on my computer
Yeah haha it's called White Sur
its not exactly macos but it follows the design language
I really hope you can disable that
You are such a dork, Pont
I love it
i dont even know the correct pronounciation lol
my name is francis, and the current pope is francis
pontifex maximus
do you have popos paritioned on your harddrive along with windows pontifex
yep
yeah
depends
i had ubuntu on my old mac
its easy
roughly same process on any other laptop
m1 chip is kind of broken
especially how mustafa explained it
faster tahn 5ghz? basically a heat engine huh?
xD
I'M OLD
sound like sponge bob
that voice reminds me of this
Weeb thinks heโs the Main Character
Join this channel to get access to perks:
https://www.youtube.com/channel/UCIPvxxHtvyQ4fSTj5JWpzog
Socials
Insta โ https://www.instagram.com/donsteverr
Discord โ https://discord.gg/Donarchy
Twitch โ https://www.twitch.tv/donstever
Twitter โ https://www.twitter.com/donsteverr
Merchโ Coming Soon
Business...
I just read the subtext
Integrated RDNA2-based Radeon GPUs will also become a standard feature.
igpus on all models?
weird
seems like a waste of space
Subscribe to see tutorial-style videos about electronics, computer architecture, networking, and various other technical subjects. If you want to see more on a particular subject, leave a comment and I'll try my best to add more.
If you'd like to support my work, please do!
https://www.patreon.com/beneater
https://paypal.me/beneater
https://cas...
The world is fascinating. Rockets to space are landing themselves. Cars are on the verge of driving themselves. Microchips are continuing to become smaller and faster. Each of these innovations takes billions or even trillions of person-hours to develop and another trillion hours to debug. However understanding the in-depth details of these...
This is also a nice one
The Mythbusters, Adam Savage and Jamie Hyneman demonstrate the power of GPU computing.
This one is up and coming
JPEG Isn't a file format. Image Analyst Mike Pound explains why not in our first in a series about how JPEG works.
Colourspaces: https://youtu.be/LFXN9PiOGtY
Elegant Compression (The LZ Method): https://youtu.be/goOa3DGezUA
Capturing Digital Images (The Bayer Filter): https://youtu.be/LWxu4rkZBLw
Discrete Cosine Transform: https://youtu.be/Q...
An algorithm for intelligently resizing images and an introduction to dynamic programming.
Course website: https://mitmath.github.io/18S191/Fall20/
Here are the notebooks used, which were originally written by Shashi Gowda:
https://github.com/mitmath/18S191/blob/68e5631f5658d779482aa546f8d324ad2b426b27/lecture_notebooks/seam_carving.jl
https://g...
why I don't have speaking permission? It mentions that mic is suppressed.
@mild quartz
NDGT
Bill Nye
Paul Hoffman
Tom Chivers
Graham Farmelo
Carl Sagan
Richard Feynman
Burt Bacharach
Stephen Hawking
Matt O'Dowd (PBS Spacetime)
Veritasium
Brian Cox
Michio Kaku
Isaac Asimov
Tom Scott
Numberphile
Patrick Moore
3b1b
Ray Kurzweil
Adam Rutherford
Hannah Fry
Richard Dawkins
Fermat's Library
VSauce
Daniel Kahneman
Paul Krugman
Bertrand Russell
Matt Parker
Brian Greene
Jordan Peterson
Stuart J Russell
Khan Academy
Steven Strogatz
Vlogbrothers
Kurzgezagt
Lex Fridman
Smarter Every Day
Stuff Made Here
Here's the list of science communicators I half came up with the other day. It's probably a bit too much tilted towards YouTube people and probably some British people you've never heard of as well
rank them if you feel like it
Check out the #voice-verification channel. This'll tell you what you need to know
I know it's an annoying system, but it's for a good cause
I promise
Smarter Every Day
Stuff Made Here
my problem is i didn't consume much scifi as a kid, and now its too late because i know enough science to notice inaccuracies/impossible things in scifi ๐
i think the only big scifi i consumed is the martian book
CGP grey has never made a science video afaik
cgp grey is in the same category as exurb1a
minutephysics
Part 2 - explainer video is here: https://www.youtube.com/watch?v=TGUteH93xNo
LEDs and solar panels are both made of diodes. A diode is just designed to allow electricity to flow in one direction but because we make them out of semiconductors they can do all these other things.
Video produced in cooperation with Merck (https://www.youtube.com/...
Steve Mould
i watch too many video essays ๐
wait nevermind add 2012 to that list
you mentioning nitzche reminded me of this meme
@elder dust Your mic keeps activating from breathing. Might need tweaking or just use push to talk
Or mute/unmute to talk
I am just lost, coz I haven't read any of these things xD
i'm going to sleep, see ya'll
Bye i have to go
Stories of Your Life and Others is a collection of short stories by American writer Ted Chiang originally published in 2002 by Tor Books. It collects Chiang's first eight stories. All of the stories except "Liking What You See: A Documentary" were previously published individually elsewhere.
It was reprinted in 2016 as Arrival to coincide with t...
@quasi condor
see you later, meeting
lol turns out my mic was muted, I was talking all this while annoyed why no one was responding after saying hi first
sec
lmao
a hi lol
#django_help_needed
when i'm using django-allauth, can I create 'users' apps with custom user model ? And django- allauth 'socialaccount' will work?
e^2 = (mc^2)^2 + (pc)^2
programming is just about moving electrons in the right way on your CPU, it's all physics
thats a big joke
like ur mom
@mild quartz can you share you github or google scholar? Even I worked on computation biology, data-driven methods, inferring model from data...
i am not voice verified yet, just joined today
yes, it all ends with emacs
do you mind me copying this ?
lol sure go for it
cool
AMD has a ton of console like where that use iGPU so itโs probably easier to put it on all silicon.
Wait, we're discussing chemistry. I had to check which server I'm in, because I could've sworn I was in the Explosions&Fire discord for a second.
oh god
chemistry now?
Chemistry always now
Sounds like you had a bad teacher.
no no
Chemistry is easy if you have a good teacher.
It's not that hard. Just use https://github.com/bjodah/chempy
i wanted to go deep into it and i wanted the teachers to teach me at those levels whihc actually gives some proper sense
The trick to make chemistry easy is to make friends with the stock room manager.
bruh
lol
i struggled hard to get some marks in chemistry in school bruh
i even failed in one of hte chemistry exasm
xD
Dr Hartmann gave me access to the stock room, let me hang out between classes. I ended up nearly blowing it up due to the joys of sulfuric acid, hydrogen peroxide, and RFNA
bruh
don't mix concentrated sulfuric acid and concentrated hydrogen peroxide if you value your fingers.
A topological insulator is a material that behaves as an insulator in its interior but whose surface contains conducting states, meaning that electrons can only move along the surface of the material. Topological insulators have non-trivial symmetry-protected topological order; however, having a conducting surface is not unique to topological in...
I watched that mixture turn a hot dog into carbon dioxide gas in ten seconds
one time concentrated HCL flow over my hand but it didn't pain much, it was just hot mostly because i already had some base on my hand xD
Weyl fermions are massless chiral fermions embodying the mathematical concept of a Weyl spinor. Weyl spinors in turn play an important role in quantum field theory and the Standard Model, where they are a building block for fermions in quantum field theory. Weyl spinors are a solution to the Dirac equation derived by Hermann Weyl, called the We...
oih godd
run
xD
oh, piranha etch
I learned about that
its ok, just use a robot to do it
xD
for silicon manufacturing
depending on the material the robot is made of, it might dissolve the robot
etch? nah, it's a solution. call it right
i mostly used it to clean organic material off glassware
well when I learned about it they called it piranha etch
well that would work too
Preferably you'd want to avoid both
true xD
note : do not try it at home
why tho
REUPLOADED DUE TO SOUND ISSUE.
In this video we make and demonstrate the oxidizing power of piranha solution. Piranha solution is a 3:1 mixture of sulfuric acid to hydrogen peroxide.
NOTE: I used nitrile gloves in this video. It is recommended that you do not use nitrile, but instead use latex or vin...
purpose of this server just lost xD
at this point, this isn't even related to programming ๐
i hate computer architecture area. I did try optimizing action models via tensorrt for jetson nano.
where is it ?
chemistry is better than computer architecture xD
I'll take computer architecture over microservices architecture.
I don't know a thing about chemistry, but yeah during high school literally i hated it xD
"I tried explaining kubernetes to a friend. Now we're both confused."
Chemistry is a lot like Calculus: if you don't have a good teacher, you're going to have a bad time.
hehe, i got a partner to hate chemistry together
xD
xD
what spree are u on? headshots?
i don't get the point
your chemistry lab
No it wasn't on fire, I merely blew the windows out
has anyone worked on computer vision specifically video understanding domain ?
i did but i dont remember shit anymore
