#voice-chat-text-1
1 messages ยท Page 102 of 1
If he wants to stay anonymous
That is not specific to Monero though
lol US
Open source for life
huh
If someone wants your idea enough, they'll get it
U can get community support as well for free
support, experience, credibility... you can get a lot from that
brb
Look at all the big open-source projects like Linux, Git, ect (I do realize that both of them were created by Linus)
But you get so much community support for free
thousands of workers with no pay
โค๏ธ - โค๏ธ
hahahha
^^^^
As long as your (the original) open-source project is the main one, you're gonna have many free workers and a monopole on the field
help I desperately need a job
Try freelancing
You can start with skills like data mining, web scraping, data entry, copy typing, etc
No, thats a stereotype for freelancing
I have started with web scraping
cool
they pay less but atleast you get reviews so thats good
and after completing 2~3 projects like that you can try bidding on web projects too
Cool, best of luck
Tysm!
Which languages/skills are they going to ask from?
@cold nova Gimme your free money
so
It's a Placement Company thing
So they like see where I'm effective
Really looking for something to do with robotics
Like arduino/raspberry pie?
Uh
no
Arduino and Raspberry Pi are development boards
not production ones
Well a raspberry can be used for lots of thing but yea
Oh, sorry, I don't have experience with them, I wanted to learn raspberry though
Could you tell me which ones are production ones?
I mean, a raspberry pi is more of a mini-computer than an embedded chip
@shell brook If you wanna see a cool mathematical market prediction trick, look at the Fourier Transform
If you wanna start learning an Arduino is a good place to start
it's "exposed"
DDDDDD: Italian?!!?
Can you tell where I am from, from my accent?
Thanks for the tip, I'll try arduino first
MIT have a great probability course on Edx
yeah i did one a long time ago they are pretty neat ๐
But it's tough ๐
# Exclude everything
*
# Make exceptions for what's needed
!pixels
!postgres
!pyproject.toml
!poetry.lock
!gunicorn_conf.py
!LICENSE
someone just tried to post something like a steam profile and it got deleted might wanna see who it was
im making paint in batch (in python)
template <typename T>
struct node{
T data;
node<T>* next;
node<T>* head;
};
template <typename T>
node<T> createNewNode(const T data, node<T>& _node = NULL){
node<T>* newNode = new node<T>;
if (_node != NULL){
newNode->data = data;
newNode->next = NULL;
newNode->head = &(_node->head);
_node->next = newNode;
return *newNode;
}
newNode->data = data;
newNode->next = NULL;
newNode->head = newNode;
return *newNode;
}
anyone wanna help?
@charred creek http://127.0.0.1:8000/authorize
@hallow anchor Hey can I ask whether I have voice disturbance. My discord is not functioning well. I see green in my profile even Im muted.
Im sorry
i think my mic is bugged
can you please test it outside of this VC
yoo i think my mic is bugged
im speaking
im speaking but i cant speak
can yall hear me
No
your mic is bugged
You can try to fix it using the Listen to this mic option in windows
rather than trying to test it here
You've been here ~5 minutes and it hasn't worked
i mean it did work
like 5 mins ago
but now i cant speak
i mean what sorta disruptions is my mic causing
i dont even make any noise
yo why move
?
Are you using speakers?
The microphone is picking up the speakers
my brother is sharing my acc
so sorry for the nicknames changes
and pfp stuff
Ye?
Ye
I mean i aint
?
I've had the same Alec
!tvban 420505138936020993 2d We have warned you multiple times that your mic is causing disturbance in the voice chat, please do not use our voice chats to test your microphone settings.
:incoming_envelope: :ok_hand: applied voice ban to @river smelt until 2021-06-14 10:42 (1 day and 23 hours).
despite being told numerous times your mic wasnt working you continued to unmute and distrurb everyone else
Your account is your responsibility.
I mean i cant be responsible for my 12 year old brother
If you would like to discuss your infraction, please DM @crisp hazel.
You are responsible for your log-in credentials and for any activity resulting from the use of your log-in credentials or other activity on your account (โAccountโ) on the Service.
change it then, your account is your responsibility
Icant
He still has it logged it
brooooooooooooooooo
BER
i cant control
my brother
he is his own entity
What is
The video
How do I draw?
Alright
What is this called?
who want to help me make paint (in batch) (in python)
Receiving 1.68 events per second.
26,147
20,667
18,942
3,391
1,839
1,209
823
808
789
549
443
229
229
225
208
45
36
15
10
7
6
3
1
1

Ayo guys
Sorry for the mishap earlier
My bro was on my acc
And well i had to fight back against him
So ye
Sorry for the big issue
My brother is a twat
the improved syntax errors?
Yooo @charred creek Is using VSC good?im planning on changing to sublime
What do you use
Ahhh ok
I agree with @pseudo raven
But there's a difference between free software and open-source software
Again, I agree with 8080
This one is longer:
print("A"*(9**9**9))
nope
!e
print(99999999999**9)
thats not a string
its a int
No it's a string
This one is the longest ๐
string = ""
while True:
string += "a"*999
@misty sinew :warning: Your eval job timed out or ran out of memory.
[No output]
!e
print(99999999999**9)
@misty sinew :white_check_mark: Your eval job has completed with return code 0.
999999999910000000003599999999916000000001259999999987400000000083999999999640000000000899999999999
!e
print(99999999999**9)
@misty sinew :warning: Your eval job timed out or ran out of memory.
[No output]
!e ```python
import platform
print(platform.platform())
@safe sleet :white_check_mark: Your eval job has completed with return code 0.
Linux-5.10.0-3-cloud-amd64-x86_64-with-glibc2.28
What if we use os.system("shutdown")?
its not windows
shutdown is a Linux command too
!e
import os
os.system("shutdown")
@misty sinew :warning: Your eval job has completed with return code 0.
[No output]
and its emulated using snek box or something
!e
import os
os.system("shutdown now")
@safe sleet :warning: Your eval job has completed with return code 0.
[No output]
so its not acualy gonna shutdown the thing its just gonna quit the session
Or they removed the shutdown command
@misty sinew :warning: Your eval job has completed with return code 0.
[No output]
!e
import os
print(os.system("man shutdown"))
@safe sleet :white_check_mark: Your eval job has completed with return code 0.
-1
error code -1
means syntax error
But there's no syntax error
It says return code 0 and an output of -1
oh
I guess there's no manual for shutdown
yeah um it needs admin for something
Don't think so
@misty sinew your starting to sound like those videos on youtube "how to make 6 figues money is 1 day" lol
@misty sinew, it tracks everything
Depends on you
You'll have to encrypt it
No you should use RSA

Hello
You guys watched this in the past ๐
https://www.ted.com/talks/james_veitch_this_is_what_happens_when_you_reply_to_spam_email?language=en#t-20401
Suspicious emails: unclaimed insurance bonds, diamond-encrusted safe deposit boxes, close friends marooned in a foreign country. They pop up in our inboxes, and standard procedure is to delete on sight. But what happens when you reply? Follow along as writer and comedian James Veitch narrates a hilarious, weeks-long exchange with a spammer who o...
hey
Hi
whatcha doin?
Watching YouTube
A 6 hour long tutorial about Kivy
Hello
Hey
I have something cool to show you.
Oh wow, how did you make this?
I created my own *"virtual screen"* library, which strictly utilises ANSI colour codes and built-in print()function. Nocurses` or anything like that.
Damn, that looks like a lot of work
What you have just seen is an example of "sprites". I've implemented this feature recently.
The basic features of the vrscr (abbreviation of "virtual screen") are:
- String insertion (with word wrapping)
- Rudimentary shapes (line, rectangle) insertion
- Sprites manipulation (maximum of 8 sprites)
@stuck bluff https://app.webaverse.com/
Did you release it on pypi?
No. I have no intention of release it on pypi.
I might release the code on GitHub.
Oh okay
Please note that the library is rendered useless if used on Windows.
Alright
@surreal spoke it's easier to work with json than BS4
Don't you mean just a HTML form?
No Flask is just a backend
Here's the source code:
https://paste.pythondiscord.com/ubifecipih.rb
Yes
@candid horizon, do the colors work on Windows?
@surreal spoke, SSH is a secure shell
Some guy suggested I separate the whole sprite stuffs and put it into a new class. I've looked through many documentations on class inheritance and tried to create a separate class for sprite manipulations but unsuccessful.
No. I tried using ANSI colour codes on Windows, like this:
print(\x1b[34mblue)
It outputted[34mblueinstead ofblue.
To print colors on Windows, you can use a module like colorama (pip install colorama). In your program, make sure you do colorama.init()
@surreal spoke HMACSHA1
this is the encryption I'm using for my password-hashing in my app
@surreal spoke https://imgur.com/gallery/OJaqKvR
@surreal spoke, I found this program on my disk. It might help you https://paste.pythondiscord.com/xeyucaniji.py
@south hawk I cannot talk
@south hawk Private call then?
Yes
I don't know, maybe i dont have enough activity in this server
@unkempt pawn
Hello!
@leaden summit
pip install pygame
and check what python interpreter you are useing
hi can someone help on voice chat help Code/help 0?
nice, im getting RTC'd
im working on a project, do you mind if i connect to voice chat just to have something like a podcast playing on the background? ๐
anyone good at pandas data frames?
maybe. whats up?
ok
hey
question, anyone good at making camera record stuff using programing, and it takes pictures of jpg, of 24 per second. as i record? :P
lmao
just curious
maybe try with opencv
opencv?
python?
yep
thx. but i need to learn python first xD
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
I believe that whether a person stars their own repository or not says a ***lot ***about their character ;)
!otn add codebro-dudebro-in-demand
:ok_hand: Added codebro-dudebro-in-demand to the names list.
lmao
wow jiff relearning english
see ya ๐
import tkinter as tk
class Application(tk.Frame):
def __init__(self, master=None):
super().__init__(master)
self.master = master
self.pack()
self.create_widgets()
def create_widgets(self):
self.hi_there = tk.Button(self)
self.hi_there["text"] = "Hello World\n(click me)"
self.hi_there["command"] = self.say_hi
self.hi_there.pack(side="top")
self.quit = tk.Button(self, text="QUIT", fg="red",
command=self.master.destroy)
self.quit.pack(side="bottom")
def say_hi(self):
print("hi there, everyone!")
root = tk.Tk()
app = Application(master=root)
app.mainloop()```
!e
print(chr(True*72)+chr(True*101)+chr(True*108)+chr(True*108)+chr(True*111)+chr(True*44)+chr(True*32)+chr(True*119)+chr(True*111)+chr(True*114)+chr(True*108)+chr(True*100)+chr(True*33))
@wintry sinew :white_check_mark: Your eval job has completed with return code 0.
Hello, world!
๐ hey @mild flume
How's it goin'
brb i go retrieve food
@slate stag
โ @slate stag can now stream.
you are being too strict @elder wraith , lol
!stream 477870815581569034
@cunning pivot
โ @cunning pivot can now stream.
No, Iโm right
Is .catify still a thing? ๐
.catify
Your catified nickname is: Skyler | แแแข | แแแข
Does that use a table for layout? ๐ค
That's what we did when I first learned HTML ๐
Cya Caty ๐
TWTOSIDC israeli queue.
Plus if you're trying to stream mc @slate stag you gotta wait till the weekends
(defmacro do-while [condition #* body]
`(do
~body
(while ~condition
~body)))
(setv x 0)
(do-while x
(print "This line is executed once."))```
here's a first look at Windows 11. There's a new Start menu, rounded corners, a new startup sound, and more https://t.co/VDS08QPsl5 https://t.co/OkCyX3TtmI
1497
5864
Windows 11 also lets you move the Start menu and app taskbar icons back to the left side. This is the dark mode, too https://t.co/VDS08QPsl5
106
900
THAT WAS THE OTHER ONE
Okay, thank you
So I was trying to think of the other name I'm trying to push onto people
Like instead of Sequel for SQL I propose it should be Squeal.
And for WSL, I propose it should be Weasel
!voice
"unforeseen circumstances" such as...?
hello
to blessed to be stressed
!voiceverify
Hello
bobux
is python powerful enough to make a game engine?
@raw wren also gone for a sec, wont be long when youre back
@steep fiber can you give me an invite link to gurkcult
Sure
lol
!stream 207254018844524545
@craggy venture
โ @craggy venture can now stream.
yeah!! please feel free to ask
while not done := False:
do_smt()```
anyone here on windows?
I am, what's up
can you run my python game on your windows and see if it crashes?
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
Toss the source code in there
I was showing how good the modmail embed looks
because @wintry sinew thinks embeds are trash
they are
No u
If we're in voice chat, we'll typically be watching the accompanying text channel
have hair similar to guruji.
hahahaha
yeah, it was a trip. i binged it all together. didn't expect it to be that good.
the ending was 'eh' but
when gaitonde kills you know who ๐
WAIT you have similar hair to guruji? or gaitonde
anyone know how to initleize a folder as a respitory in git?
do you watch any other hindi or urdu language content?
not a lot. i'm not a native speaker (can understand quite a bit tho). sacred games was a bit of an outlier, so ...
1 movie rec i have is 'badla' - also on netflix
i don't speak hindi either but i was trying to learn last year before COVID
i was an undergrad in bombay, so quite a lot of marathi friends, who basically peer pressured me into sacred games.
LOL
oo. ok. will have a look. thanks.
if you don't mind south indian films, i'll recco Drishyam. Not sure if its streaming on Netflix tho.
and a cute romcom movie is khoobsurat (sonam kapoor & fawad khan ๐ )
oh it is in netflix
there's also a hindi version with the same name. this would be a 2013 Malayalam movie.
so not this?
anyone one windows right now?
if so can you run my game and click onto and off the window a couple of times to see if it crashes?https://github.com/Dragon-Batch/Cow-Stealer
@hallow anchor it's not a bug, it's a feature
eh?
hey jake
Im jk lol
could you run my game https://github.com/Dragon-Batch/Cow-Stealer and see if it crashes when you click off and on the window
@opaque radishyou like my new nickname?
i will.. one day
honestly, it's not that worth it to switch layouts
@tender sand Utterly Poggers
that is not utterly poggers
my phone died oops
lmao
Ok, I was hurt for a second
@opaque radish https://play.typeracer.com?rt=w7kltethu
๐ค
wow typeracer
1am for me, next
too late
lol.
I am done lmao
clicks per second car
fun game
punishment pizza?
that was so bad 
i literally retyped the same 3 words like 20x
riiiip
@opaque radish gg well played
fun times
i waited to see a race. I'm kind of glad I did. fun seeing twice my speed.
i had a wii
An awesome RPG, donโt forget shutdown password
Paper Mario!
oooooooh paper mario was cute
@stark saddlekat isn't the big day really really soon? ๐
wedding is in 2022
LOL
lmfao

I just dont see MMO gameplay loop in Palia
It seems like the loop you get with stardew valley
but with more building focus I guess?
Sure but then everyone is crazy rich with money
"oh i live there, that's on that list!"
Stardew Valley has same problem
lmaoooo
Itโs on a list
ok i'm going to sleep now lol.
jake is a good helper though
didnt jake say he wanted someone from pydis to be his dad
LOL
that's second-hand cringe
its more "๐ ๐ lol thats so cringe" more than "๐ฌ damn thats cringe" - my interpretation of it at least
Why doesn't everyone else get air lifted to the best hospital in the US ?
Because it's expensive
Hey Chris... looks like you're missing a role >:3c
!mute 212644551926611969 I got there first
:x: According to my records, this user already has a mute infraction. See infraction #40197.
FAK
LOL
!unmute 212644551926611969
:incoming_envelope: :ok_hand: pardoned infraction mute for @stark saddle.
!mute 126811506632294400 FOILED
:incoming_envelope: :ok_hand: applied mute to @hallow anchor until 2021-06-23 21:55 (59 minutes and 59 seconds).
!mute 212644551926611969 I got there first
aboos
Lmaooo
:incoming_envelope: :ok_hand: applied mute to @stark saddle until 2021-06-23 21:55 (59 minutes and 59 seconds).
i forgot I muted j9 until the year 9999
๐ค
lololol foiled by past you
lol actually
yeah
I forgot about that
That's why it's better to do this
!unmute 212644551926611969
:incoming_envelope: :ok_hand: pardoned infraction mute for @stark saddle.
if you move someone to the afk channel it makes this annoying popup show up on screen
.... >:3c
:)
!mute 212644551926611969 9999-12-31T23:59:59Z well it'll be rude not to add this back
:incoming_envelope: :ok_hand: applied mute to @stark saddle until 9999-12-31 23:59 (7978 years and 6 months).
lolll
Top 10 images with threatening auras
lmfao
it shows this
yeah
even if you get moved
looks like you went AFK >:3c
LOL THE text emoji
@raw wren go back to being DBA, you do less damage that way
in the diary of a wimpy kid books, fregly can canonically fit his foot into his mouth
lol thats saying something

!note 212644551926611969 Prefers to be called it
:ok_hand: applied note to @stark saddle.
noted, thanks.
-_-
yoinked
lol
also i just noticed i have this


the original is from the coding den
Look, the choice is clear to solve this. Let me post a Twitter link and be whipping ban
eh im not gonna join a server for a single emoji that i can easily yoink

those pixels
theres also https://just-read.it/
but not in 3.10!
John McAfee found dead in prison cell after Spanish high court allows extradition, according to Spanish newspaper El Mundo https://t.co/XOVLk7qcrD
652
651
It was nice knowing you
yeah, ints
helpers can't get helped, duh
i've never used a help channel
@alpine willow isn't that bannable
bot account from https://discord.com/developers/applications = good
Integrate your service with Discord โ whether it's a bot or a game or whatever your wildest imagination can come up with.
user account = bad



those teeth look intimidating
@brave ospreycan you make your name something readable
k
pingable I meant but yeah that's fine
how is that passive aggressive ๐ค
@golden marsh if you can make it look good and visually recognizable at the same time, why not
What are u using to write code
it's way worse than pygen
wrong
wow bgs?
osu hard mode: use push to talk
Beat Saber is so expensive! VR headset price, totally fine
does anyone use nvimux?
.topic
Suggest more topics here!
my house
lololol this made me laugh
in the middle of our house
@raw wren, go to sleep.
@autumn raft otn a captiane-jake
he has too many
m o a r
!otn s chili
otn a captiane-alec
:)
!otn s chili
โข ๐ขhiliโs-esoteric-print-statements
never too many.
@raw wren
wow. i had to wake up early AF just for the 8:30AM meeting to be cancelled.
what in the isis is that...
He's to masculine for that
do you think he actually went to hug scout? or wash his face? lol
BHA (salicylic acid)
im gonna go since there arent really more places to escape to
too stressful with so many people
Understandable
.topic
bob's burgers
tv is for nerds
D; you don't have a favorite series?
dudebro know what's up
and @ gilly
how dare you
don't apologize
LOL
no, i don't think i've watched tv in like, 5 years
๐
i need a good show to watch
||not peaky blinders though||
dang. no hulu, netflix, or nothing
why it's so GOOD
looking at the setting of the show
makes me feel depressed
WHY ARE THE CLOUDS GREY
makes me feel so sad
it's so good tho
ITS PERPETUALLY GRAY
ยฏ_(ใ)_/ยฏ
i mean, if you're into mob/mafia stuff. that is the show to watch
who needs sun when you're tommy fucking shelby
have any new movies dropped?
jake is super rebasic
sorry that joke had no context and was not funny at all
just felt like saying it
that was a stretch. lol
git stash
i'm laughing for you
thanks mina
it pushes them to the top of the stash stack
yw
๐ค
didnt jake also want lemon to be his dad
lmao. jake is so sleepy he sounds drunk.
dumb and aloof are not the same thing.
active listening
best form of listening is selective hearing 100%
you only hear what you want to hear
so your life is amazing
lOL WHO
hostage rescue team
@raw wren yes?
LOLOL
lmfao
lmfao
LOL
what an absolute savage
awwwww ella ๐ฅบ
oh nvm
LMAO
me too
Damn @elder wraith I see how it is ๐
dont use emojis to hide your hurt feelings
yikes
This makes me happy
๐
๐ฌ
dude
๐ค
he sounds 16-17ish
import pandas as np
i used zip but it wasn't necessary at all
@peak frigate
yeah, for sure
and some basic research skills
The top froze
oh god, more poetry people
poetry? more like cringe
I USE REQUIREMENT FILES, FIGHT ME
pipenv >
PIP INSTALL -R REQUIREMENTS.TXT, LET'S GO
POGGERS
the problem is that you have to hand maintain the requirements file
since pip freeze dumps all the dependencies of everything
water-balloon shooting lever
@autumn raft i'm pretty sure you can just use wsl ls since you have it installed
just write them as you go ๐
i've found that pair programming actually helps with that a lot, @whole finch . explaining yourself to your partner, then just writing that down as a comment
@autumn raft avoids the "Linting" commits
@viral lake you the best boi
Hello ๐
๐
!stream 295025384041480193
@slate stag
โ @slate stag can now stream.
๐
Thx!
!paste
Pasting large amounts of code
If your code is too long to fit in a codeblock in discord, you can paste your code here:
https://paste.pydis.com/
After pasting your code, save it by clicking the floppy disk icon in the top right, or by typing ctrl + S. After doing that, the URL should change. Copy the URL and post it here so others can see it.
@tender sand
ok guys we gotta protect the secret key ๐โโ๏ธ๐โโ๏ธ๐โโ๏ธ๐โโ๏ธ
@autumn raft
wholesome
any electrical engineers in here?
nor gate
!stream @slate stag
@slate stag
โ @slate stag can now stream.
tyyyyyy
what ide is that captn?
it is pycharm
no probsssssssss. it is also the default theme
it looks great, i come from C, so I have no idea of these fancy IDE's
assembler, C and now python
python is actually fun
@tender sand why do you have so many badges
my grandfather was a eletricist if that counts
@tender sand https://www.youtube.com/watch?v=BXpu6tbFCsI
Support My Channel! Download Free โ๏ธ Vikings War Of Clans here:
โค IOS: https://bit.ly/2K4BiuT
โค Android: https://bit.ly/2Fov0Yy
And Get 200 ๐ฐGold, And a ๐ฅProtective Shield for FREE
Get your BLOODY DELICIOUS Emu tshirt - https://oversimplified.tv/merch
Support us on Patreon: https://www.patreon.com/OverSimple
Want to know how I make these vide...
joe is trying to get as many badges as he has infractions
lol! different task same precautions!
@raw wren go to slleeeeeeeeeeeeeeeeeeeep
@raw wren , go sleepy
Hello
!stream 163013595888615425
@dreamy vault
โ @dreamy vault can now stream.
Jake, how old are you?
Jake has an Patreon but better, and the only thing he's selling is nominations.
Node.js
interesting
Why does it suck?
CSS IS not fun
...
jake
Geno
has been triggered
Where was josh?
In my office
Oh, well take care
Hello
Nihao
annyeonghaseyo
Kind of an inappropriate site to mention here. Also, can you refrain from using AIDS in an insult. Thanks.
sure thing
i am not chinese
์๋ ํ์ธ์
Hello!
My translator app is not that great sorry
I am from America but have spent sometime in South Korea
haha
Have a good night!
I'd love to talk to you again.
Hi
๋ ํ๊ตญ์ธ์?
No
so much korean o_O
Can you please try to speak English to the best of your ability
Sorry
All good, just letting you know
๐
@jagged yoke oh very good name
@jagged yoke I want to see your github
My github is strange
Plz
English is too difficult
ah
WWWWOWWWWW'
I think I just looped through all the operators in operator for this ๐
My ever growing annoyance as I did this by hand and realized what it spelled
def __send_discord_post_request(self, uri:str, body:dict):
for x in range(0,3):
r = requests.post(url=uri, json=body, headers=self.__generate_discord_header())
statuscode = r.status_code
if statuscode == 429:
sleep(int(r.headers['X-RateLimit-Reset-After']))
elif statuscode in range(200,299):
return r
return r``` @raw wren
Texel (Dutch pronunciation: [หtษsษl] (listen); Texels dialect: Tessel) is a municipality and an island with a population of 13,643 in North Holland, Netherlands. It is the largest and most populated island of the West Frisian Islands in the Wadden Sea. The island is situated north of Den Helder, northeast of Noorderhaaks, and southwest of Vliela...
@earnest forge
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@swift river same for you
watch this https://www.youtube.com/watch?v=R7m6wJBfOfg
New Screen Replacement for HP 15-DY 15-DY1032WM:
https://amzn.to/2NBru1Y
5mm x25M Clear Double Sided Strong Adhesive Acrylic Tape
https://amzn.to/2FYxdel
High Temp Tape 5 Pack Multi โ Sized
https://amzn.to/3orRyKb
In this video I chow how to properly replace the screen on an HP Notebook model 15-dy1032wm laptop. To...
--- VM Service 's Lands Grootste in Kleine Tractoren! ---
Kubota
B7001 4wd
17 Pk
Nieuwe set brede gazonwielen
Websitelink;
thats a nice tractor
mhm
that's gaffa tape
compmgmt.msc
hate who?>
some scammers are doing it to provide to there family, some just do it because to them its just a way to make extra money
its bad either way but in some ways its a bit more understandable
yea
plus they target people who are older and less aware
so its even worst cuz some times its all they have
https://www.ted.com/talks/james_veitch_this_is_what_happens_when_you_reply_to_spam_email?language=en
Suspicious emails: unclaimed insurance bonds, diamond-encrusted safe deposit boxes, close friends marooned in a foreign country. They pop up in our inboxes, and standard procedure is to delete on sight. But what happens when you reply? Follow along as writer and comedian James Veitch narrates a hilarious, weeks-long exchange with a spammer who o...
LOL
Another interesting video its more about learning
When 50,000 of Mark Rober's 3 million YouTube subscribers participated in a basic coding challenge, the data all pointed to what Rober has dubbed the Super Mario Effect. The YouTube star and former NASA engineer describes how this data-backed mindset for life gamification has stuck with him along his journey, and how it impacts the ways he helps...
i just got into python
i did more java since it was easier
but damn
theres a difference
a big big difference
alright well ima head out
The most important line in software engineering.
Eric S. Raymond release early release often and listen to the customers
@raw wren @dreamy vault y'all doin' interesting stuff together in vc, huh?
I mean, it's the appropriate month
summer nights etc
wow thats very interesting...
Congrats
@raw wren
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
I have already sent 50
I've only used Google maps ever
*rock you like a hurricane.
@fluid edge you has banner bc you has real nitro 
i thought fisher gifted u nitro ๐ฎ
ji
hi
i cant turn my mic on
but am i allowed to stream?
id like to share my project
umm
is there a pypi command
!pypi
!pypi numpy
package
!pypi <package>
Can also use: pack, package
Provide information about a specific package from PyPI.
!stream 663139761128603651
@acoustic frost
โ @acoustic frost can now stream.
html, python, c++, c#, java, php, css, js
lmao
ok fine


