#voice-chat-text-1
1 messages ยท Page 109 of 1
[alias.asname if alias.asname else alias.name][0] vs next(alias.asname if alias.asname else alias.name)
which seems alot more cleaner
list(alias.asname if alias.asname else alias.name)[0]
A massive leopard attacked four people at a school in India.
#Leopard #India #Insiderโ
Insider is great journalism about what passionate people actually want to know. Thatโs everything from news to food, celebrity to science, politics to sports and all the rest. Itโs smart. Itโs fearless....

SELECT u_c.name ,
CASE h_te.to_pay_to_customer > h_te.pay_from_customer then sum (h_te.to_pay_to_customer - h_te.pay_from_customer)
CASE h_te.pay_from_customer > h_te.to_pay_to_customer then sum(h_te.pay_from_customer - h_te.to_pay_to_customer) end, u_c.owner_id FROM home_transactionentries h_te INNER JOIN home_transaction h_t ON h_te.transaction_id = h_t.id INNER JOIN users_customer u_c ON u_c.id = h_t.customer_id WHERE u_c.owner_id = 1 GROUP BY u_c.name , u_c.owner_id;
SELECT u_c.name , sum (h_te.to_pay_to_customer - h_te.pay_from_customer), u_c.owner_id FROM home_transactionentries h_te INNER JOIN home_transaction h_t ON h_te.transaction_id = h_t.id INNER JOIN users_customer u_c ON u_c.id = h_t.customer_id WHERE u_c.owner_id = 1 GROUP BY u_c.name , u_c.owner_id;
CASE
WHEN condition1 THEN result1
WHEN condition2 THEN result2
WHEN conditionN THEN resultN
ELSE result
END;
SELECT u_c.name ,
CASE when h_te.to_pay_to_customer > h_te.pay_from_customer then sum (h_te.to_pay_to_customer - h_te.pay_from_customer)
when CASE h_te.pay_from_customer > h_te.to_pay_to_customer then sum(h_te.pay_from_customer - h_te.to_pay_to_customer) end, u_c.owner_id FROM home_transactionentries h_te INNER JOIN home_transaction h_t ON h_te.transaction_id = h_t.id INNER JOIN users_customer u_c ON u_c.id = h_t.customer_id WHERE u_c.owner_id = 1 GROUP BY u_c.name , u_c.owner_id;
SELECT u_c.name,
CASE
WHEN h_te.to_pay_to_customer > h_te.pay_from_customer THEN
Sum (h_te.to_pay_to_customer - h_te.pay_from_customer)
WHEN h_te.pay_from_customer > h_te.to_pay_to_customer THEN
Sum(h_te.pay_from_customer - h_te.to_pay_to_customer)
ELSE 0
end,
u_c.owner_id
FROM home_transactionentries h_te
INNER JOIN home_transaction h_t
ON h_te.transaction_id = h_t.id
INNER JOIN users_customer u_c
ON u_c.id = h_t.customer_id
WHERE u_c.owner_id = 1
GROUP BY u_c.name,
u_c.owner_id,
h_te.to_pay_to_customer,
h_te.pay_from_customer;
i dont want to group by
these two
SELECT u_c.name,
sum(CASE
WHEN h_te.to_pay_to_customer > h_te.pay_from_customer THEN
h_te.to_pay_to_customer - h_te.pay_from_customer
WHEN h_te.pay_from_customer > h_te.to_pay_to_customer THEN
h_te.pay_from_customer - h_te.to_pay_to_customer
ELSE 0
end),
u_c.owner_id
FROM home_transactionentries h_te
INNER JOIN home_transaction h_t
ON h_te.transaction_id = h_t.id
INNER JOIN users_customer u_c
ON u_c.id = h_t.customer_id
WHERE u_c.owner_id = 1
GROUP BY u_c.name,
u_c.owner_id;
@misty sinew
:incoming_envelope: :ok_hand: applied mute to @misty sinew until <t:1630436174:f> (9 minutes and 59 seconds) (reason: newlines rule: sent 118 newlines in 10s).
!unmute 844265279219302492
:incoming_envelope: :ok_hand: pardoned infraction mute for @misty sinew.
!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.
please use this for long lines of code
def turtlegame():
#window settings
win = turtle.Turtle()
win.screen.title("Turtle project")
win.color('White')
if ans.lower() == 'yes':
turtlegame()
else:
exit()
def turtlegame():
#window settings
win = turtle.Turtle()
win.screen.title("Turtle project")
win.color('White')
I am bit confused in this
!e ```python
class Test:
def init(self, a:int) -> int:
self.a = a
self.b = a * 2
return self.b
x = Test(4)
print(x)```
@elder wraith :x: Your eval job has completed with return code 1.
001 | Traceback (most recent call last):
002 | File "<string>", line 7, in <module>
003 | TypeError: __init__() should return None, not 'int'
@vestal dawn You're cutting in and out really bad
yea
Now, you are in right one ๐
tkinter
Qt made pyside and pyqt both
kivy
pyside6 and pyqt6 are latest
i used to use an autoclicker to auto mate my web browsing tasks haha, they were timed clicks
Corey Schafer, youtuber.
alright thx
pyqt and pyside are same but
for Qt, which is more powerful than tkinter, there are 2 options for python binding, the main difference being license
PyQT(6) is the unofficial 3rd party library thats been around for longer, seems to be made by a single person. its GPL3 which means your project absolutely has to be GPL3
PySide(6) is the official python bindings made by the QT company. licensed LGPL which means your project can be any license. (still read up on license requirements tho)
- laundmo#7544
alright i am gonna go and play some games :)
Fringe
money heist
dark
so you dont like college then
yeah that is true
i like maths but
i dont like the college
yes that is true ๐
they just want you to mostly memorise
nope
there is noise
in my background
okay i have to go rn my mum is asking to help her
What's ah.... what's going on down here?
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
read the above
You can always hang out in the voice chats. Typically if people are in VC, they'll be looking in the paired text channel, so you're still able to join the conversation
Yes. I see
Is there any Data science guy in meeting?
body {
color: blue;
}
h1 {
color: green;
}
Could also use inline styles
Or classes
Oohh
'use strict';
document.body.style.color = "color here"
Shop for by at JOMASHOP for only $0.00! WARRANTY or GUARANTEE available withevery item. We are the internet's leading source for ! (Model # )
Oh my god that's amazing
(yes I hopped over here in the middle of my meeting to state how fucking awesome that is)
b'{"type: 1}'
WWVB is a time signal radio station near Fort Collins, Colorado and is operated by the National Institute of Standards and Technology (NIST). Most radio-controlled clocks in North America use WWVB's transmissions to set the correct time. The 70 kW ERP signal transmitted from WWVB is a continuous 60 kHz carrier wave, the frequency of which is der...
70% of the price is the name
@fair sierra
Is it a py chart?
yeah ๐
You're a man after my own heart
@raw wren your code is fine https://forthebadge.com/images/badges/fuck-it-ship-it.svg

History behind the emote is 
Ask a silly question...
๐ฟ Discord Websocket gateway is sooooooooo last year
goes to get massive big big bag of popcorn
hell, watching dev contrib is going to be hilarious when change is made
what's your favorite popcorn flavor
plain with butter
classic
I'm a simple man, like my code
https://twitter.com/internetofshit When buying grills, read the tag line
screw it, put a chip in it. say hello: internetofshit@gmail.com
7050
451976
Save 24$ from Aliexpress. Use code "INT58Q4I" or visit: https://a.aliexpress.com/_dTQqywo
๐
Gilfoye annoyed by Talking and Hacks into Jian Yang's Smart Fridge (Silicon Valley) ๐ค โโโ
Jian Yang ordered a new Smart Fridge as Erlich's Old Refrigerator is broken.
Dinesh was Excited but Gilfoyle was Annoyed by its Talking, Voice!
As Jian Yang pa...
Micheal Reeves made one
yeah
let me send you a link
The first 500 people to click the link will get 2 months of Skillshare for free https://skl.sh/michaelreeves3
Thanks to everyone who helped out with screaming!:
https://www.youtube.com/iDubbbzTV
https://www.youtube.com/maxmoefoePokemon
https://www.twitch.tv/lilypichu
Screaming Roombas are technology that mankind has dreamed about ever since we...
I'm not an oven software guy but, if I were, I would consider the "no more fire please" button to be a P0. https://t.co/2g2Jw00xFU
781
3884
Any idea which framework he used to make that GUI?
No, I didn't make the GUI, probably some Java framework and toaster requires 4 core processor with 2GB RAM
No
Just stop
STOP

WORLD'S FIRST BUILT IN CHICKEN CHAMBER
Never risk letting your chicken go cold again thanks to the patented Chicken Chamber. Utilising the systems natural heat and airflow system you can now focus on your gameplay and enjoy hot, crispy chicken between rounds.
Dear PyDis HR, Mr. Hemlock is talking about making IoT oven with Crypto mining, he's not suitable to be admin or living among the general population. Please address.
@crystal halo
Solar panel on a toaster?
Solar Panel on a smoker
i don't think so, most of the IoT devices and embedded systems have very low computing power and most of them have proprietry firmware (closed source) not even a embedded Linux
Yeah Smart fridges can be vulnerable to things like this cause some fridges run Android Things OS
yup
Adafruit Industries, Unique & fun DIY electronics and kits : - Tools Gift Certificates Arduino Cables Sensors LEDs Books Breakout Boards Power EL Wire/Tape/Panel Components & Parts LCDs & Displays Wearables Prototyping Raspberry Pi Wireless Young Engineers 3D printing NeoPixels Kits & Projects Robotics & CNC Accessories Cosplay/Costuming Hallow...
A Feather board without ambition is a Feather board without FeatherWings! This is theย FeatherWing 128x64 OLED: it adds a gorgeous 128x64 monochrome OLED plus 3 user buttons ...
Gonna play some Project Winter see ya'
!code
Here's how to format Python code on Discord:
```py
print('Hello world!')
```
These are backticks, not quotes. Check this out if you can't find the backtick key.
@bot.event
async def on_ready():
print(f"Logged in as {bot.user}!")
@bot.command()
async def bigbottone(ctx):
await ctx.send(
"Hello, World!",
components = [
Button(label = "WOW button!", custom_id = "button1")
]
)
interaction = await bot.wait_for("button_click", check = lambda i: i.custom_id == "button1")
await interaction.send(content = "Button clicked!")
exposed
eh?

She said that you, are in fact, the fake news
hmmm, and who are you gonna believe, innocent ol' me, or the delinquent mina
๐ซ
mina is cooler
Hmm, you do have a point
you calling me hot pub?
Myself
can't argue with that
You're both pretty suspicious, honestly

Hello ๐
How are you all? ๐
Ah yes, that is true.
Erm, uni course
Well, I mean, enroll
I switched to part-time study.
What are you studying?
Ah right. It was called informatics at my previous university too.
I think that's kind of a continental term.
+SPICY+
MADE IN KOREAโค๏ธโ๐ฅ
VIDEO OUT NOW
LISTEN: https://orcd.co/spicy
More about CL @
https://www.chaelincl.com
Instagram: https://www.instagram.com/chaelinCL
Twitter: https://www.twitter.com/chaelinCL
Facebook: https://www.facebook.com/chaelinCL
TikTok: https://www.tiktok.com/@chaelincl
Apple Music: https://music.apple.com/us/artist/cl/655...
@peak frigate did ya see that yet?
๐
i watched 20 seconds but will watch the rest at home on decent headphones bc i have a feeling this deserves them
def twoSum(self, nums, target):
other_nums = []
for num in nums:
if num > target:
other_nums.append(num-target)
elif target > num:
other_nums.append(target-num)
if num in other_nums:
if target > num:
return [nums.index(num),nums.index(target-num)]
elif num > target:
return [nums.index(num),nums.index(num-target)]```
Need to search a string and dollar the next line in VBA ...Any code for the 2nd part
@azure knoll please stop
Sorry iam just play piano
Goodnight everyone
Good night

Hello Guys
Hi, This is my first message..
@dreamy vault fuck 1 sec
yes joe exist
JustaMinx can I stab my whiteclaw?
https://www.twitch.tv/JustaMinxโโ
Hope You Enjoyed the Clip ๐ Check Their Videos ๐ ๐ @JustaMinx
Subscribe For Daily Funny Clips :)
๐๐๐๐๐๐๐๐๐๐๐๐๐๐๐
#JustaMinxโโ #Twitchโโ #Clipsโโ #Highlightโโ #Livestreamfailsโโ #Funnyโโ
Twitch is a video live streaming service operated by Twitch Interactive. Content on th...
can confirm that america != us
what about west america
i've been outside america many times personally
our police doesn't wear full auto rifles, doesn't help
you remember all the words to correct people, right
@misty sinew so how many time do you have to be in the server to be able to talk?
3 days
ok thx
ive never seen analyze with an s ๐ค
Smh not PGP verified
i shouted at you
nah I don't think you did
neither do you have anything to apologise for
it's totally cool
I know it's frustrating
when some rando internet stranger tells you that you're doing things totally the wrong way
I used to do what you did (mega one line solutions)
it's fun but that's about it
so I don't really want anyone else to make the mistakes I did
ah coll then
@radiant matrix hello!
hey
do you play clash of clans?
Yep
just started a few weeks ago
am 8 ๐
did you rush?
opal mist
helolo
how are u
what's up
ohh
cool
im ok
and u
i just typing
no spamming
lol
just for something
ok?
can i
!voice-verification
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
oh no
k
Quit spamming
it's for something
i know its hard to voice verify
gpou
Yk the bot doesn't count the messages (sent by you) if you spam?
i really need to voice verify the vc topic are fresh
!tvban 737331056662937692 2w Spamming to get voice verified instead makes it take longer for you to get verified. Please re-read the #voice-verification channel for more information.
:incoming_envelope: :ok_hand: applied voice ban to @split granite until <t:1632234329:f> (13 days and 23 hours).
gg
why
Read the channel
don't do me that
the bot said me that i had sent 50 mensagges to get in voice channel
but i wasn't doing spam
whyy
๐ฎ๐ณ
check voice-verification channel
Your new toy?
Yarp
New lappy, backpack for it, stylus for it, and a phone mount/charger for the van
So I'm just bouncing in my chair like an impatient child.
"I'd rather be angry with my shit scenario." YAAS, PREACH!
@fair heart Telepresence drone.
I heard "Are you on a space station"
Space. Prime real estate or deadly vacuum? You decide!
People who live in space stations shouldn't throw stones?
Who the fuck writes at a 90 degree angle
Hey guys i think i found the problem with my mic
You see where the cable is damaged?
That'd likely be the background "noise"
Farmland...in spaaaaace!
PFF! Yeah I could see that causing an issue or two
Ive got new headphones now, and the cat has been nowhere near them yet
So i should be good
I only just read this and I love you
But now it's midnight i don't wanna wake people up
And I do apologize, when I'm not on or I don't have other mods to follow up with, I tend to temporarily disable a problem until I get there to figure it out
Aye all good
I appreciate you being understanding about it
Much better mod than me, if there's a big fuss, i press the purge button
I purge, and everyone is like aaaaaaaaa
Did they ever pay that guy from last time?
The guy that did work digging stuff out and got stiffed on his payment.
Save with Free Shipping when you shop online with HP. Find all product features, specs, accessories, reviews and offers for HP ENVY x360 Convertible Laptop - 15z-ee100 (2E2L1AV_1).
Sluggish is an interesting term. Because you have gastropod slugs and you have ballistic slugs. On a good day, you don't mix them up.
On a bad day, a slug goes on a trip.
"This is a stickup! *splorch splorch splorch*"
this would also be a comperable hp: https://www.hp.com/us-en/shop/pdp/hp-envy-x360-convertible-laptop-15z-eu000-touch-268j0av-1
Save with Free Shipping when you shop online with HP. Find all product features, specs, accessories, reviews and offers for HP ENVY x360 Convertible Laptop - 15z-eu000 touch (268J0AV_1).
CSGO is not on source 2 yet T-T
I made sure to extensively go through reviews, too
Save with Free Shipping when you shop online with HP. Find all product features, specs, accessories, reviews and offers for HP ENVY x360 Convertible Laptop - 15z-eu000 touch (268J0AV_1).
This ain't my first rodeo
Quayke.
The official site for the Quake 3 modification Challenge ProMode Arena and the Challenge Quake 3 engine. Download the latest version and read more about it here.
This player is truly incredible. Challenge ProMode Arena, maybe the fastest First-person experience there is. A movie starring Gaiia, edited by Lunokhod-2.
Lunokhod-2 | https://www.youtube.com/channel/UCv2vj17rjrXUZ-IlCRx5EqA
WASD Gamers Facebook | http://www.facebook.com/wasdgamers
WASD Gamers Twitter | http://www.twitter.com/wasdgamers
WAS...
The hell
._.
Oh shit
I found it
This is the mod that one of my friends made long ago
Was really great
He went on to work for Volition for a time
I've always been very slightly disappointed that bazookas have nothing to do with zoos.
"Yer, this is my tactical zebra launcher. It can launch assorted wilderbeast across a football field in under a second."
VIDEO BY 8bit lobster! THANK YOU!
CPMA movie, many different maps, players, scenes and some funny interludes as well. Some very great shots there!
Actual gameplay starts at about 1:20.
Music used:
1.
Aim - Phantasm - https://www.youtube.com/watch?v=QV_JoakGj0M
Mr. Scruff - Vibrate - https://www.youtube.com/watch?v=VlDZFL3sQdQ
RJD2 - A...
Police: "Moooooooovee."
comma ai makes sense
Horizontal is life.
get rest. if you lack enough sleep, bad things happen
sleep is boring
Depends on if there is a "No Right Turn On Red" sign or not
hey you guys, where i live, you can turn left at red, but only if there's a special lane for it
we gotta give way to right
and when turning right
remember not everywhere is america, your model will need a mirror version
I set my desktop background and accent to a blood red theme, now it feels kinda ominous
ii keep looking at the background thinking aaaaa there's blood
of course technology isn't perfect, but same goes for people what's the difference?
ok that might be a bit provocative, but that's good for discussion
Since we are inventing the tech, Iโm going by our rules
Sure, you canโt port it to other countries which makes it harder
so us aussies have to hack ur ai and mirror it if we wanna use it?
no, we are leaving you there in the ocean
mate that 10 minutes of hackery i coulda gotten a coffee i am a very unhappy client.
1 out of 5 stars
i failed my first two driving tests
I'm waiting for my phone to charge so i can listen to death metal while i sleep
They should not have implemented this system, I will literally be refreshing this every few seconds
eh 54% is good enough someone just said "america"
jk
but bye anway
i slep now
wel i try anyway i have insomonina insoomins insmonn sleep issues
i've gained 6kg in last 2 years
in my case it isn't because of not working out but
i just ate alot more junk food
if i ever have a pet i'd starve to death.... that's why i don't get pets :x
aw cmon
if only i could put on weight by eatin
this looks aussie
and it was mainly pizza even
i put on weight by running
idk why but as soon as first lockdown ended we just started ordering pizza alot more often
We may also create a thread called #d0ntb34d1ck
i managed to get as far as 51kg last i checked but that's still disastrously underweight for someone my height
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
I'm still struggling to put on weight though
!voice
i saw a doctor he said eat more. Like i don't already...
Weight gain or protein powder
๐ถ
Seriously
medical advice is a bit bonkers down under here
I had to do that for a time
lol
must have a customised mechanical keyboard
?
Hello world
Idc abt average
with rainbow lights on the keys like any sensible gamer
This is a text
oh that's right im supposed to be sleeping
This is a text
A minimalistic, customisable typing website. Test yourself in various modes, track your progress and improve your typing speed.
Dude
If is typed really fast like that i wouldn't have much of a keyboard left
I can touch type but a lot of that is the backspace key
cos i end up 3 characters in by the time the brain registers it makes a mistake
but then it automatically spams the backspace key and then rewrites the stuff
i have 100-110 depending with 98% accuracy on a proper keyboard but on this shitty laptop keyboard + while laying on my bad like i am rn its probably like 50-60 wpm with 50% accuracy
the more trief eder i am enthe ls
okay im going to sleep now for realzys bye
Hey @misty sinew!
It looks like you tried to attach file type(s) that we do not allow (.html). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a.
Feel free to ask in #community-meta if you think this is a mistake.
!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.
LOL
i also tried to use SpeechSynthesizer browser api to
make it say something
but unfortunately that doesn't work with redirects
How many are you certain are not bots / wget / etc.?
oh i'm not talking stats i'm talking actually giving the link to people
both on this server and in my own server and friend group
Just posting the link here will make it get scanned immediately.
๐คทโโ๏ธ it worked when i put it here
Meaning it would get a hit even if nobody clicks it
gys, what should I do after learning python fundamentals ?
... Dance Dance Revolution .... ? ..... I dunno.
probably learn bit more advanced stuff like generators, async, threading, multi processing, standard library modules, and most importantly make projects ^
while talking with a client about how to plug in some fucking power cables
poor score.
should be 120 or so
!resources are there for you
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
๐ฉ i've never gotten above 110
109 actually but same thing
Preptember is here yay!
https://www.speedcoder.net/lessons/py/1/ try this one
i have been typing since i was about 8 and i'm like mid 30's
what's your typing speed @fair heart
i've been typing for years too but i got introduced to good typing practices quite early
i have a few bad practices still like clicking caps->o for newline instead of enter... for vim reasons. which doesn't work on typing speed websites
You guys arguing abt clocks?๐
depends on what i'm typing. if it's absolute bullshit on the internet very fast, if i'm trying to do correct grammar etc then a bit slower
but i'd say i'd average about 100wpm
NiN - Head Like A Hole
vs
CRJ - Call Me Maybe
"the national anthem of the apocalypse" - Conan O'Brien
Mashed up by me.
Download: https://sowndhaus.audio/track/3386/pomdeter-call-me-a-hole
FB: https://facebook.com/pomdeter
Twitter: https://twitter.com/pomdeter
love colbert
I love the lack of memory of pulling me back @mild flume *giggle* I forgive you
I mean I'm the worst person to do it since I'm juggling here and work
Ever seen the Disney movie 'Frozen'? Well this one is for you!
Song: Do You Want to Build a Snowman?
Frozen (Original Motion Picture Soundtrack) Deluxe Edition
Get it on iTunes!
https://itunes.apple.com/us/album/frozen-deluxe-edition-original/id728903889
All rights go to โ 2013 Wa...
we all have our addictions
Music video by Aqua performing Lollipop (Candyman). (C) 1997 Universal Music (Denmark) A/S
#Aqua #Lollipop #Vevo
(( Tony Hawk's Pro Skater ))
Goldfinger - Superman
https://www.youtube.com/watch?v=XvziPPpryv0
(( Tony Hawk's Pro Skater 2 ))
Powerman 5000 - When Worlds Collide
https://www.youtube.com/watch?v=lsV500W4BHU
neofetch
uwufetch
https://github.com/jostroOS/amogOS someone even made a repo inspired by the post
Windows defender hates golang.... i have to compile twice every time because it deletes it once
Lollipop (Candyman) by Aqua, I don't own the song ;)
if you have brave you can just try opening it in a private window with tor in it even if its blocked
Diablo 2 - Deckard Cain Rap
PROCLAIMER - i do not own the video image or the song
"My name is Deckard Cain and I come from Tristram, if you're looking for diablo then you just missed him.
If you find old Griswald then you can take him down but you'll get no reward til you come back to town.
Thanks for my life i'll identify your stuff but if ...
Listen to EMF on Spotify: https://open.spotify.com/artist/39oSLGo3HkaeYXzUEGgAGQ
EMF - Unbelievable (Official Music Video)
Taken from the album: Schubert Dip (1991)
Find EMF online:
Website: http://www.emf-theband.com
Facebook: https://www.facebook.com/EMFTheBand/
Instagram: http://instagram.com/emftheband
Twitter: http://twitter.com/EMFTheB...
The EICAR Anti-Virus Test File or EICAR test file is a computer file that was developed by the European Institute for Computer Antivirus Research (EICAR) and Computer Antivirus Research Organization (CARO), to test the response of computer antivirus (AV) programs. Instead of using real malware, which could cause real damage, this test file allow...
Speaker: "FX" Felix Lindner, Head of Recurity Labs
The talk focuses on 1D and 2D barcode applications with interference possibilities for the ordinary citizen. Ever wondered what is in these blocks of squares on postal packages, letters and tickets? Playing with them might have interesting effects, reaching from good old fun to theft and severe...
It seems interesting.
print(end='\b \b', flush=True)
!e
print(end='\b \b', flush=True)
@wary fable :white_check_mark: Your eval job has completed with return code 0.
needs to be ran in the terminal
Paul plays Technical Difficulties, which was written for the band Racer X.
Enjoy!
move cursor back 1, put a space, move cursor back 1 again
I've never been able to figure out playing an FPS with a controller. Aim is soooooo janky.
Paul Gilbert from his "Space ship live" DVD performs this killer track with Marco Minnemann and Linus of Hollywood.
West VirgiNya~
โใMINECRAFTใhello everynyan
https://youtu.be/xOBfWkV1N7w
โGawr Gura
https://www.youtube.com/channel/UCoSrY_IQQVpmIRZ9Xf-y93g
Sashimi Twitter
https://twitter.com/Sashimi_Clips
Buy me Coffee ;)
https://ko-fi.com/sashimiclips
--------------------------------------...
DS4 Tool for Windows
By Kabcorp 2017
HD Download link:
http://www.kabcorp.fr/defrag_movies/2017-DFWC2017_1080p_60fps.mkv
http://router.download.maverickservers.com/?file=/2017-DFWC2017_1080p_60fps.mkv
www.q3df.org
www.defrag.ru
https://discord.gg/defrag
Big thanks to:
Ent WiZ Renk
Z...
First Rule of English:
Their our know rules.
Abandon hope all y'all who enter
@fair heart https://www.moddb.com/mods/generations-arena This one was pretty cool
Only huge downside of that mod, there were certain classes where you were stuck with one ammo type
Like they only used bullets
Really turns it into an ammo memorization game
||| code courtesy of the tf source leak |||
Music: Hall of the Mountain King
channel discord --- https://discord.gg/8TYgJhwA7S
channel patreon --- https://www.patreon.com/shounic
custom files --- https://pastebin.com/raw/e32aG4nP
[ hud / crosshairs / hitsound / killsound / gfx cfg ]
FAQ:
Q: How did you make that? What editing software do you u...
float Q_rsqrt( float number )
{
long i;
float x2, y;
const float threehalfs = 1.5F;
x2 = number * 0.5F;
y = number;
i = * ( long * ) &y; // evil floating point bit level hacking
i = 0x5f3759df - ( i >> 1 ); // what the fuck?
y = * ( float * ) &i;
y = y * ( threehalfs - ( x2 * y * y ) ); // 1st iteration
// y = y * ( threehalfs - ( x2 * y * y ) ); // 2nd iteration, this can be removed
return y;
}```
What's that called again?
fast inverse square root
Thanks
for the dorks who want to see some fast quake: https://youtu.be/2VMgxLLbYEs?t=397
This dm seems pretty random, does someone know anything about it, some context or smt?
DM @crisp hazel please
hiii lx
Hello ๐
bongjou
Bongjou to you too ๐
I know a bit of C ๐
@kindred rapids https://github.com/mhxion/awesome-discord-communities/#c-and-c
Was that a C server you were posting @dusty apex?
yeah
Funnily enough, it's a whitelisted domain, so if you hadn't tried to get around the filter, it wouldn't have been blocked 
oh :(
Do we have a tag or something for this? 
Here's a Joeshrek to console you:

Not sure why that exists either ๐
PowerToys:
https://docs.microsoft.com/en-us/windows/powertoys/
SysInternals:
https://docs.microsoft.com/en-us/sysinternals/
Provided to YouTube by Virtual Label LLC
Holocaust of Giants ยท Rasputina
Sister Kinderhook
โ Filthy Bonnet Recording Co.
Released on: 2010-06-15
Composer: Melora Creager
Auto-generated by YouTube.
Yeah, we say naught.
apocalyptica
Provided to YouTube by Virtual Label LLC
Possum of the Grotto ยท Rasputina ยท Rasputina
Frustration Plantation
โ 2004 Instinct Records
Released on: 2004-02-24
Composer: Melora Creager
Music Publisher: Filthy Bonnet Publishing
Auto-generated by YouTube.
Q: What do pirates like best about programming?
A: ||ARGuments||
Why didn't I think of this !
I have one for you, I think i told this before but only Hemlock would remember
||spoilered text||
What did the blue primary color say to red primary color ?
Yellow !
Helllo - Yellow
๐จ
I knew it was veerrrrrrry bad joke
||yes it does||
no spaces @cold trellis
Nevermind ๐
okay..
Nice ๐
That's a good one ! , I'm stealing it
Still funny
Funny !
I had heard that one but didnt want to spoil others fun, its a good one
Oh god wait I have a perfect pic for this
e-legal
eeleagle
https://store.steampowered.com/app/437920/Tricky_Towers/
you guys seen this one?
That one is great
i've only seen some gameplay yet gonna buy it tomorrow or day after
hopefully will be fun ๐
Husky Rescue's City Lights video directed by Miikka Lommi
jumping to AFK for a while
i just refreshed and this happened
o-o
nvm i think its just loading slow
i would recommend fixing the image container's height and probably adding a placeholder for loading so it doesn't look like that
loads of cars are keyed alike
the entire nypd fleet of cars are keyed alike
(as are half of the NYC taxis because they're ex-pd cars)
That does make sense
hash collisions are only really useful if you control what collides
well
there is
if you have a really long password at some point you get essentially no gains, and it means that storing it is gonna be a pain
either you take more space in a pw manager, or you start writing stuff down
neither of which are great
meanwhile i've never eaten either pork or beef
so only burgers you might have had would be veggie burgers?
veggie or chicken
gg
we don't' really eat beef in india for various reasons
religious reasons
we have cows everywhere
just don't eat em
Tommy James & The Shondells only scored 2 chart hits in the UK -
1966 Hanky Panky # 38
1968 Mony Mony #1
In the USA their hits included -
1966: "Hanky Panky" (#1 U.S.) (#1 CAN)
1966: "Say I Am (What I Am)" (#21) (#12 CAN)
1966: "It's Only Love" (#31) (#10 CAN)
1967: "I Think We're Alone Now" (#4) (#6 CAN)
1967: "Mirage" (#10) ...
You're watching the official music video for The Monkees "Daydream Believer" from the album 'The Birds, The Bees, & The Monkees' (1968)
๐ Subscribe to The Monkees channel and ring the bell to turn on notifications https://Rhino.lnk.to/SubscribetoTheMonkees
Watch all of The Monkeesโ official videos here https://Rhino.lnk.to/TheMonkeesVideos
Lis...
I don't own the California Raisins, all rights go to their owners.
celery + peanut_butter > peanut_butter
i watched 18 seasons of pokemon in japanese with subs i don't remember the english names anymore for alot of them
why theres litterally it playing on the channels 24/7 on tv
Engrish
in hindi/telugu/tamil....
cake contains alot of food coloring
who watches tv in 2021 (atleast under the age of 60)
o-o
also i like subs rather than dubs on my anime
when distracted by it, yes
even if its pokemon
IPL, test matches are good on tv
i guess for sports people do
get you the best deals while shoppin' online โธ https://www.joinhoney.com/noodle
Honey is FREE and finds coupons with the click of a button. Thanks Honey for sponsoring!
HUGE thanks to Doggybag, Dangrips, Hyojin, and Villa for help with the animation.
https://twitter.com/itsdoggybag
https://twitter.com/dangrips
https://twitter.com/squizxy
https:...
yea
i am one of the rare indians who hates cricket (cuz i've had way too many injuries playing it) and doesn't like watching others play rather than playing myself
Hello everyone, guys, please tell me normal colleges for programmers, otherwise I'm already 15 and I think just go to college after the 9th grade.
thats sad, i play cricket and chess, i am pretty good at chess
i am bad at chess but i do play it alot
i am not very good at cricket though
and soccer
Any reason why you are asking before joining the VC?
only americans call football soccer dude
No, I have a reason, I just live in Russia myself, and when I enter Google American colleges, they give me instutes
i like using soccer because even if only american people use it, everyone understands it
We have a bad education, that's why I want to leave the 9th grade and enter the American College
What is your citizenship?

What is this for?
Because answer changes depending on your citizenship
I don't feel like this is prying question
i don't get japan's obsession with monsters
pocket monsters, digtital monsters, monster musume, etc
but as a rule of thumb you can say that without a high school diploma or smt equivalent like the german abi, ib, etc. you cant get into university
You're free to not answer, Pop, but it gives us context and helps us figure out what we can tell you
But I have Russian citizenship
Ok, American Colleges won't take you unless you have Russian HS equivalent in most cases
Also, foreign Exchange Student is hard path, many do it every year
but there is a ton who don't
so you will need to show great grades from Russian High School to have a chance
It's clear
Thank you
I'll know
!mute 710585621499871232 Investigating
:incoming_envelope: :ok_hand: applied mute to @solemn iris until <t:1631218716:f> (59 minutes and 59 seconds).
!pban 710585621499871232 Your only messages in the server are inappropriate. That shows you do not wish to properly participate in the server.
:incoming_envelope: :ok_hand: applied purge ban to @solemn iris permanently.
We're packing hot dogs for the road. You know, hot dogs get a bad rap. They got a cool shape. They got protein. You like hot dogs right? [casual rejection]
alien wandering along with no cloths @cold trellis do you remember the movie pk?
yes sir that was the last movie i actually watched in a theater
G.I. Joe: Retaliation - Zeus in action HD
G.I. Joe: Retaliation is a 2013 American science fiction action film directed by Jon M. Chu, based on Hasbro's G.I. Joe toy, comic and media franchises. It is a sequel to 2009's G.I. Joe: The Rise of Cobra.[7][8] The film was written by Zombieland writers Rhett Reese and Paul Wernick. G.I. Joe: Retaliat...
what is money?
i think peanuts would have been better
Unless you're allergic
ooh didn't considered that
A guy on Fox 5 Las Vegas is brtually honest when asked what he'd do with his Powerball lottery winnings.
"thats probably not the answer we're looking for" cracks me up every time
He's just keeping it real
While it's unclear exactly what ended the buyout talks between Discord and Microsoft, there at least a couple of contributing factors. First, the WSJ's sources claim, Discord is happy with how things are going now. It's "performing well" (though it still is not profitable) and would prefer to stay independent, at least for the time being.
It's not a matter of "I have data", it's can you use that data to be better then what Google/Facebook offers
were the discord microsoft talks before ms teams?
Biggest thing you need: SSO, EDiscovery of ALL Messages and DMs, control of the users
i much prefer slack over ms teams
Accountants don't prefer extra bills
Google called Alec and said "Challenge accepted"
Teams as pure chat app is not all that great
teams is a pain and I hate it with a passion
Why?
windows 11 taskbar shows it in the center to remind you of your misery
for starters, the way image posting automatically becomes image sharing
โAn attacker could craft a malicious ActiveX control to be used by a Microsoft Office document that hosts the browser rendering engine. The attacker would then have to convince the user to open the malicious documentโ - Microsoft ActiveX, really?
and hence, if you wanna post an image again with the same name you overwrite the original shared image
@true valley
also, formatting (codeblocks, quoting) often doesn't work properly
also the application sometimes crashes
also you can't change your audio/video setup mid-call
you need to disconnect, change setup, reconnect
there's some more stuff, but those are the main points
?
!
In teams, these are alll the things that drive you nuts?
it says
you have already shared this image do you wanna overwrite it
Teams is switching to WebView2 and React, I feel like their UI has frozen because of that
With this change, we are taking a major step in #MicrosoftTeams Teams architecture. We are moving away from Electron to Edge Webview2. Teams will continue to remain a hybrid app but now it will be powered by #MicrosoftEdge. Also Angular is gone. We are now 100% on reactjs
273
983
no, just some of them
a full list would be exhaustive
I got massive list with Google Meets
Let's shove everything in a browser then wonder why it's god awful experience
for example, Meets, YOU HAVE MUTED YOUR MICROPHONE IN OS, YOU CANNOT UNMUTE!
teams effectually does the same
it's pretty much a website
sure but Electron/WebView2 allows native code
sure there is webassembly but that's nightmare
that's why I said it's Browser but not
life is a nightmare
although I will admit WASM makes it worse
alot of corporate proxies block WASM right now, ours did
because it's compiled app so you can't check the code
no
interesting
WASM is so new that few people use it, few people use it so security tools are not there, few people can use it so why write security tools
what do they do about malicious embedded js in pdfs?
I mean, will Adobe run malicious embedded JS? I don't think Edge will
think so
not sure
PDFs are security nightmare but it's impossible to not allow
true
WASM are security nightmare and no one uses it so it's easy to just block
True dat
unless you block all js execution in pdfs
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
make them all static
I'm not a security person but we were playing with WASM at work and found that out
k gnight
https://www.statista.com/statistics/268237/global-market-share-held-by-operating-systems-since-2009/
and when we talked to security, they were like "Do you have to use WASM? No? Just use Javascript"
ah
I think Google kind of screwed themselve with v8 JS engine when it comes to WASM
it's so good that WASM is such edge case need
o
what's this about?
servers appear not to be included
can't be home desktops with android included
According to it it's Desktops/Consoles/Tablets
I'm assuming that's also including laptop
I seriously doubt winxp is currently not being used
most people just use browser only
It's likely in "Other"
personally ik at least 6 people who use it
No, it's separately listed
chops off in '16
anyway, I'm going for a swim and then to bed
cya
define old laptop?
The fact that it has Python built in
Holy shit that's cool
That's absolutely amazing
yes
TI-BASIC 83,TI-BASIC Z80 or simply TI-BASIC, is the built-in programming language for the Texas Instruments programmable calculators in the TI-83 series. Calculators that implement TI-BASIC have a built in editor for writing programs. While the considerably faster Z80 assembly language:120 is supported for the calculators, TI-BASIC's in-calculat...
This was the calculator I had
hi hem๐
wtf typescript
the addiator (got one of these)
i also got that one. very cool to have a qwerty to type the formulas
the calculator is probably quite bigger and heavyer
my one compared with my hand
and there is an optical illusion because my hand is closer to the camera
you can compare with my keyboard's keycaps
ok i'm gonna leave ^^
bye
โ @worthy stump can now stream until <t:1631222222:f>.
I hate gnome
Join a WebRTC video conference powered by the Jitsi Videobridge
hahaa
thats cuz no one is in voice-0 xD
ima also chat here
oh
linux is
@spice flame NixOS is the most amazing distribution of Linux ever invented
EPIC PVP BATTLE
windows is good too :p
._.
wait
is it possible to install linux on windows?
i already heard it :). my headphone is working:).
i talk about java in python vc ๐
lol wtf
my street cred is on stack overflow
^^^
what is street cred
see im dumb and i dunno what is street cred
sameee
wtf is that name? lol
what name .. my name?
yes
Yeah your username
random sequence of numbers
like in this server?
lol that was sus
what is your username lol
I use it everywhere like EVERYWHERE
i dont listen to them nor do i know them
Who is jayzee
ur a rapper?
who is drake
I don't listen to rap either
^^^
^^^
loll
oh yess
hoi
I am using bs4
and wanna get the text from between these tags
<a class="job-title-link break visited" href="/job/Ubuntu-Server-Manager-Urgently-Needed-for-Help-Existing-Unsupported-Server_~0175cfde7c0a18b401/" itemprop="url">
<up-c-line-clamp lines="2">Ubuntu Server Manager Urgently Needed for Help on Existing Unsupported Server</up-c-line-clamp>
this part specifically as a string "Ubuntu Server Manager Urgently Needed for Help on Existing Unsupported Server"
Any help is greatly appreciated, thanks!
ye
plz exaplian aaron
Aaron right
aaron is a namee
wait
+1
<a class="job-title-link break visited" href="/job/Python-instructor-needed-for-beginners_~01244bf350d87c244d/" itemprop="url">
<up-c-line-clamp lines="2"><span class="highlight">Python</span> instructor needed: for beginners </up-c-line-clamp>
</a>
try this one
ask upwork devs ._.
wait aaron is this dudes name
why?
my github pages is actually a rick roll
