#voice-chat-text-0
1 messages ยท Page 998 of 1
are you guys streaming development? I would like to tune in.
i want to play with you in this game
oh cool
anyone here use pyqt5
can i stream so that someone can explain it to me
gg
hi
Hello what are you doing
why did you link this ๐คฃ @fading mason
i thought this was for that other server lmao
documentation of requirements helps in understanding the requirements.
huh
nobody is voice verified except @midnight agate, @somber heath and me
yea watch out for that @midnight agate
that man gets wild on the dancefloor
its a nice morning for coding
๐คฃ
hewwo
its a star wars character
๐
lol
@somber heath my lecturer says i look like jesus
shes a female
i got 2 jesus' in the last month by 2 random black girls i just met too
its an annoying comparison
im not a perfect person
its alot of pressure

@somber heath what if i told you the scriptures lied
and Jesus was really Bald...
@midnight agate ๐
oh i did a super stupid thing
i typed ___init__
:/
i got like
TypeError: MyClass() takes no arguments
i didnt reAlizE what i did wrong
here
cpp
class Vector2
{
private:
int X, Y;
public:
Vector2()
{
X = Y = 0;
}
Vector2(int x, int y)
{
X = x; Y = y;
}
int getX()
{
return X;
}
int getY()
{
return Y;
}
std::string Display()
{
return "( " + std::to_string(getX()) + ", " + std::to_string(getY()) + " )";
}
};
h
#pragma once
class Vector2 {
private:
int X, Y;
public:
Vector2();
Vector2(int x, int y);
int getY();
int getX();
std::string Display();
};
i dont have permission to talk
i have to paticipate more i think?
oh ok
yeah i see it
do u know how to add voltage sources in parallel
yeah
i do engineering
thanks ill have i look i was tryna find it online but nothing was relevant
no one is active half the time
it says how many members there are online where the invite link is for this server
like on discord finders
Nah i just came to say hi ๐
_ @whole bear
Coursera has free courses if you don't care about the certificate: https://www.coursera.org/courses?query=full stack web development
FreeCodeCamp has a good approach as well: https://www.freecodecamp.org/learn/back-end-development-and-apis/
It IS more practical to get into back/front end since theres a high demand and flexibility in work setting
adjective: contentious
causing or likely to cause an argument; controversial.
"a contentious issue"
how did you get the company to cover your stay at UK. did you have to get a work visa @zenith radish ?
They're sponsoring a visa
It's a thing that they do
You can't get a UK visa without a company
So the whole point of this job if to get a way into the UK
how do you go about finding a company that will sponsor your work visa, because I'd also like to work in UK. What was the discussion like
Go on linkedin, look at jobs and apply to the ones that you're interested in
Any good company will sponsor one for you
Futbol
fรบtbol
Futsal is an association football-based game, variation of minifootball played on a hard court, smaller than a football pitch, and mainly indoors. It has similarities to five-a-side football and indoor soccer.Futsal is played between two teams of five players each, one of whom is the goalkeeper. Unlimited substitutions are permitted. Unlike some...
oh no, an Australian
๐ท๏ธ ๐ ๐ ๐ ๐ฆ ๐ชจ
@zenith radish btw lp i found a weird thing working on this game
eclipse's vim mode is better than vs code's
eclipse is underrated Im telling you
Lapland Mosquitoes - does Mosquito repellent even work? (http://www.alternativefinland.com/finland-warnings-advice-and-safety-tips-for-visitors/)
Pistรคvรค kesรคhitti 2015 - Aikuinen : Hyttynen
Toimii lรถylyssรค, toimii pakkasessa.
http://www.facebook.com/AikuinenOfficial
http://www.twitter.com/AikuinenOff
Feral pigeons (Columba livia domestica), also called city doves, city pigeons, or street pigeons, are descended from the domestic pigeons that have returned to the wild. The domestic pigeon was originally bred from the wild rock dove, which naturally inhabits sea-cliffs and mountains. Rock, domestic, and feral pigeons are all the same species an...
IF NOT EXISTS (SELECT * FROM symbols WHERE symbol = ?)
INSERT INTO symbols VALUES
(?, 1)
ELSE
UPDATE symbols
SET qty = qty + 1
WHERE symbol = ?;
Ewe sql
๐ฎ
for f in Path('.').glob("**/*.c"):
with open(f) as ff:
a = ff.read()
a = a.replace("(", " ( ")
a = a.replace(")", " ) ")
a = a.replace("{", " { ")
a = a.replace("}", " } ")
a = a.replace(";", " ; ")
a = a.replace(",", " , ")
a = a.replace("->", " -> ")
a = a.replace(".", " . ")
a = a.replace("/*", " ")
a = a.replace("*/", " ")
a = a.replace("//", " ")
a = a.replace("+", " + ")
a = a.replace("-", " - ")
a = a.replace("/", " / ")
a = a.replace("*", " * ")
a = a.replace("~", " ~ ")
a = a.replace("^", " ^ ")
a = a.replace("||", " || ")
a = a.replace("&&", " && ")
a = a.replace("\"", " \" ")
may i ask a question?
sure
I have this task where i have to develop an Intelligent Chatbot Script Editor...somewhat similar to the Game Episode.
Do you think its worth doing with Python?
@zenith radish
for f in Path(".").glob("**/*.c"):
with open(f) as ff:
a = ff.read()
mapping = {
"(": " ( ",
")": " ) ",
"{": " { ",
"}": " } ",
";": " ; ",
",": " , ",
"->": " -> ",
".": " . ",
"/*": " ",
"*/": " ",
"//": " ",
"+": " + ",
"-": " - ",
"/": " / ",
"*": " * ",
"~": " ~ ",
"^": " ^ ",
"||": " || ",
"&&": " && ",
'"': ' " ',
}
a.translate(str.maketrans(mapping))
w> i personally think that's a better way of doing it
Ahh cool cool
Support Vsauce, your brain, Alzheimer's research, and other YouTube educators by joining THE CURIOSITY BOX: a seasonal delivery of viral science toys made by Vsauce! A portion of all proceeds goes to Alzheimer's research and our Inquisitive Fellowship, a program that gives money and resources directly to rising STEM channels here on YouTube! htt...
@potent obsidian if you want help with arduino it might be better to ask for help in #microcontrollers
:incoming_envelope: :ok_hand: applied mute to @lament heart until <t:1648039267:f> (9 minutes and 59 seconds) (reason: chars rule: sent 6000 characters in 5s).
Why my voice chat is can't using_?
abcdefghijklmlopqrstuhrksksklfd;lfdlk;fdl;kgd;lkgdfalkjgdfakjol;
sorry
!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.
import random
import art
print(art.logo)
print("Welcome to the Number Guessing Game! \nI'm thinking of a number between 1 and 100.")
numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100]
the_number = random.choice(numbers)
print(f"The number {the_number}")
level_of_difficultly = input("Choose a difficulty level type 'easy' or 'hard': ")
def the_game(difficulty):
if difficulty == "easy":
attemps = 10
else:
attemps = 5
while attemps != 0:
user_guess = int(input("Guess the number: "))
attemps -= 1
print(f"You have {attemps} attemps ")
if user_guess == the_number:
attemps = 0
print(f"You Won the number is: {user_guess}")
elif user_guess >= the_number:
print("Too high \nGuess again")
elif user_guess <= the_number:
print("Too low\nGuess again")
elif attemps == 0:
print("You lose bro the number was {the_number}")
the_game(level_of_difficultly)
for loop, else with for loop, break within for loop.
!e py for _ in range(5): pass else: print("Else")
@somber heath :white_check_mark: Your eval job has completed with return code 0.
Else
!e py for _ in range(5): break else: print("Else")โ
@somber heath :warning: Your eval job has completed with return code 0.
[No output]
!e py import random choice = random.randint(1, 100) print(choice)
@somber heath :white_check_mark: Your eval job has completed with return code 0.
6
HI
hii
Interesting
idk how to code a game
@rugged root small game yes, but in the hands of state actors
What kind of game where you wanting to make, Tim?
idk man
google make python games for ideas, code samples.. find something you might want to try
Start small with games
They end up being a lot of work with a lot more moving parts than you might think
It'll take some work, but you can do it
the outcome of solarwinds hasnt been defined.. sure solar winds is patched, but no one with salt relied on the exploit.. they would have installed their own
ok i see
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
thongs
we just call em slippers
Neat
https://www.flipkart.com/vokline-mens-comfortable-trending-stylish-embozing-slipper-flipflop-pack-2-slippers/p/itm8baa65cdbc992?pid=SFFGA6Z87XZ6S69W&lid=LSTSFFGA6Z87XZ6S69WTSGIWY
apparently these days they put both slippers and flip flops on there to make sure everyone gets it :x
Denim shorts
๐คฃ
@rugged tundra or is this some social engineering? ๐
@molten pewter she should work for the fbi for tax evasion
@tidal shard ๐คฃ
@rugged root ๐
youre a childrens man looooool
๐คฃ
I used to be old. - Benjamin Button, probably
ok guys it was good seeing everyone. Gotta go, be back later on. Have a productive day guys ๐ โค๏ธ
Super Bowl commercials come in all shapes and sizes, but this one aired in only one TV market Sunday night. That's right, the only way you were going to see this Old Milwaukee spot starring Will Ferrell during the game was if you lived in North Platte, Nebraska - the second-smallest TV market in the country.
"The Old Milwaukee campaign featur...
Will Ferrell fishes for unopened cans of ice cold Old Milwaukee in the crystal clear waters of the Mississippi River in Davenport, Iowa
A scene from Anchorman 2 in which Ron does a typical vocal warm up by shouting like a terrified woman:
Oh no!
Oh no!
They're coming in through the back door!
Oh no!
Oh no!!
Grab the children!
Save the children!
Ergonomic joystick gaming keypad with fully adjustable towers that fits perfectly to your hand. Joystick for 360 movement, 26 programmable buttons, easy to use Azeron software.
What fresh hell is this thing?
Dude I have no idea
I saw it in an advertisement when looking at something on youtube
anyone ever successfully setup vsc collab sharing with codium?
0
that happen to me once.. they didnt notify me of the switch
:incoming_envelope: :ok_hand: applied mute to @fiery coral until <t:1648050011:f> (9 minutes and 59 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
Nope, seems pointless not to use Microsoft VS Code with Microsoft service
"Grace is the knowledge of empathy, and of us."
"Life-force is a constant."
"Today, science tells us that the essence of nature is presence."
!tvmute 756500449854488749 2w Spamming to get voice permissions is not the way to do it. Please re-read the requirements in #voice-verification.
:x: According to my records, this user already has a voice_mute infraction. See infraction #69262.
"Where there is desire, freedom cannot thrive. Delusion is born in the gap where divinity has been excluded. Only a visitor of the quantum cycle may bring about this rebirth of starfire."
"We believe, we exist, we are reborn. The goal of transmissions is to plant the seeds of energy rather than ego. This life is nothing short of an invocation spark of sacred serenity."
Quaypurr ohv ouizdohm.
.xkcd 801
meeting
sounds like the whole hueiwi thing (sp?)
ello ๐
Erm, nothing at the moment. I've been catching up on uni work ๐
Erm, part time degree.
My goal right now is to get the blue line above the red line 
what are ya doing?
Numbers at the bottom are weeks.
Yeah, then got complacent ๐
Yep ๐
I can finally visualise my procrastination problem!
Yep
Right now I have to do on average 7 hours per week of study to complete the course before the exam.
Yeah probably ๐
@stuck furnace Tell me the reasons of procrastination
What have you been up to Furyo?
Laziness ๐
Oh interesting. Is the website online?
@molten pewter Tell me are you a python programmer or a painter?
@molten pewter I am a painter but programmer interest
Ah and hi everyone
What's this website about?
Dark mode ๐
have a nice day people.
See ya
Ah you can see the dot com bubble ๐
Haha
I think ๐ค
i think I am still under 50 messages
Same
Lemme check...
19 messages so far
27
Oh! Cool. Ty
hey @stuck furnace where are you getting the count
I need to move my car before it gets towed.
With the !u command. Although I'm not sure if it shows message count when non-mods use it.
Try it out
!u
You are not allowed to use that command here. Please use the #bot-commands channel instead.
Ah
!u
You are not allowed to use that command here. Please use the #bot-commands channel instead.
It works in bot commands
well can I talk general stuff here?
Yep. The voice chat channels are mostly off-topic.
@earnest quartz I would think so
okay I want to know how people can making money using Discord if it is possible
Idk depends on the goal
UK government is surprisingly good in this regard: https://data.gov.uk/
@molten pewter what programming languages do you know (besides python)?
I need to change my name too but I don't have much data there (Github)
A bot with free and paid tiers ยฏ_(ใ)_/ยฏ
Yesss
Maybe a bot that ties into some kind of paid service you run.
It happens in US as well
hmmm so one way is to make premium bots
What like 1000 people ๐ค
Lol
Idk how much nitro costs.
I had carbon monoxide alarm go off at 3 am
I think it's about 11 dollars
Got where?
The hotel?
The thought is a nice one
But 3000, idk
good one lad
That's sometimes worse
Drinking alone is.... yeah
I dislike Scooby doo
Really? How come?
Yea should have someone to kick it with
That's a good way to go into a depression spiral
Ahh I see your point
And also I read the deleted message lol
I rarely drink
100 points for isn't a delete
Insta*
wait @stuck furnace is here?
he talk yet?
Can confirm
Does @tidal rapids monitor who talks in vc's and stuff?
Erm, I think so ๐ค
Html, CSS, Hacky: JavaScript. PHP, .liquid, bash. Currently, Learning: Rust, D3, React, Tailwind, ObserableHQ
so, if LX ever talked in vc, dave would know
i now have a purpose in life
HI LX
Do you guys know about Quants?
- John Dillinger 1934
Lx, can you please unmute me
๐
Erm, did you try verifying again?
You meet the criteria
I can, let me
But the message didn't make sense any more ๐
sus formatting
Should be called "adminless"
I am about to study Bioinformatics' tomorrow is my quiz
In this post, we explain how using open source software, GnuCOBOL, combined with AWS Lambda functions, can extend the life of legacy code into a serverless context. We also examine additional benefits of open source software when legacy features are deployed in such a modern environment. The COBOL code described in this postโCI/CD scriptsโare av...
Oh dear god
i just read the title
I am not able to speak. Why?
You got server muted because of lots of background noise at one point
Thanks. I don't remember doing anything nasty. Came back after almost 2 months
Like even right now you still kind of have some like.... rubbing or wind noise. If you can turn on Krisp please make sure that you do
Ok let me try.
cool
Nice helicopter
Ingenuity, nicknamed Ginny, is a small robotic helicopter operating on Mars as part of NASA's Mars 2020 mission along with the Perseverance rover, which landed on February 18, 2021. Two months later, on April 19, Ingenuity successfully completed the first powered controlled extraterrestrial flight by an aircraftโtaking off vertically, hovering, ...
LX, do you know how many times you have used 'Er' as prefix of your sentence?
Erm, at least 1654 times:
Yep quite a lot
"NASA has invested approximately $2.4 billion to build and launch the Mars 2020 Perseverance mission.
The estimate to land and operate the rover during tis prime mission is approximately $300 million.
NASA has invested about $80 million to build the Ingenuity Mars Helicopter and about $5 million to
operate the helicopter."
1 30th
@stuck furnace :white_check_mark: Your eval job has completed with return code 0.
0.03333333333333333
Oh yeah. I've never thought of it that way 
SLS just got rolled out ๐
I think space exploration is more than worth it tbh.
@shy bison :white_check_mark: Your eval job has completed with return code 0.
3.142857142857143
!e print(355/113)
@shy bison :white_check_mark: Your eval job has completed with return code 0.
3.1415929203539825
!e print(math.e)
@rugged root But you need to realize that we need socialism in order to heal the economy and public services
"This systematic review did not support previous views that private sector delivery of health care in low- and middle-income settings is more efficient, accountable, or effective than public sector delivery. Each system has its strengths and weaknesses, but importantly, in both sectors, there were financial barriers to care, and each had poor accountability and transparency. This systematic review highlights a limited and poor-quality evidence base regarding the comparative performance of the two systems."
if(socialism != suitable practice):
ussr.collapse()
@copper shard And patients needs to pay no money because this is human right
not in Germany
agreed
Taiwan spent a little over 6 percent in GDP and less than US$900 per person.
"$12,530 per person
U.S. health care spending grew 9.7 percent in 2020, reaching $4.1 trillion or $12,530 per person. As a share of the nation's Gross Domestic Product, health spending accounted for 19.7 percent" https://www.cms.gov/Research-Statistics-Data-and-Systems/Statistics-Trends-and-Reports/NationalHealthExpendData/NationalHealthAccountsHistorical#:~:text=U.S. health care spending grew,spending accounted for 19.7 percent.
National Health Accounts by service type and funding source
Looks like the median time is 6 minutes
Rural is 13
31,133 USD (2019)
The Social Security card and number explained.
Visit the Grey subreddit: http://reddit.com/r/cgpgrey
Special Thanks:
Stephen P. Morse, PhD. http://stevemorse.org
Ralph Gross, Postdoctoral Fellow, Carnegie Mellon University. https://peexlab.com
Alessandro Acquisti, Professor, Carnegie Mellon University
Mark Govea, Thomas J Miller Jr MD, ...
@molten pewter Were you the one who was talking about mastic gum?
A while ago
I'm going to guess by your confused tone it wasn't you
I don't know what mastic gum is.
amaze
There has been a bunch of evidence that xylitol gums are some of the best for dental health: https://pubmed.ncbi.nlm.nih.gov/32638045/
Many diseases, including caries, chronic inflammatory diseases, diabetes, and obesity, are associated with uncontrolled sugar consumption. Artificial sweeteners are commonly used in food and pharmaceutical industries as sugar substitutes for the prevention of several dental and body diseases; they a โฆ
Yeah but I also have stomach issues, so I wonder if mastic would be a good option
I suppose I could alternate
i fucking the hate the school system now
What happened?
my teacher is making do a hand dance after i broke my wrist
:|
just came to complain
Nothing wrong with that
:|
I like complaining
hmmm
lemme check the doc
Performed and choreographed by Suzanne Cleary & Peter Harding
Film by Jonny Reed
Music: Yolanda Be Cool & D Cup ft. Cleary & Harding
Find us on Facebook: http://www.facebook.com/upandoverit
Twitter: @_upandoverit
i don't understand how i'll do this with a broken wrist
So wait, is it still broken or has it healed?
See if you can get a note or something from your doctor saying that f"If you force {name} to do these exercises, it will cause lasting damage." or something
i can't peel oranges or follow my workout routine either
sure
anyway cya
Stream ?;-;
Sorry?
.color hs1
**```
.colour [colour_input]
**Can also use:** `color`
*Create an embed that displays colour information.
If no subcommand is called, a randomly selected colour will be shown.*
**Subcommands:**
**`cmyk <cyan> <magenta> <yellow> <key>`**
*Create an embed from a CMYK input.*
**`hex <hex_code>`**
*Create an embed from a HEX input.*
**`hsl <hue> <saturation> <lightness>`**
*Create an embed from an HSL input.*
**`hsv <hue> <saturation> <value>`**
*Create an embed from an HSV input.*
**`name <user_colour_name>`**
*Create an embed from a name input.*
**`random `**
*Create an embed from a randomly chosen colour.*
**`rgb <red> <green> <blue>`**
*Create an embed from an RGB input.*
**```
.colour [colour_input]
**Can also use:** `color`
*Create an embed that displays colour information.
If no subcommand is called, a randomly selected colour will be shown.*
**Subcommands:**
**`cmyk <cyan> <magenta> <yellow> <key>`**
*Create an embed from a CMYK input.*
**`hex <hex_code>`**
*Create an embed from a HEX input.*
**`hsl <hue> <saturation> <lightness>`**
*Create an embed from an HSL input.*
**`hsv <hue> <saturation> <value>`**
*Create an embed from an HSV input.*
**`name <user_colour_name>`**
*Create an embed from a name input.*
**`random `**
*Create an embed from a randomly chosen colour.*
**`rgb <red> <green> <blue>`**
*Create an embed from an RGB input.*
goodnight
You'll have to give the bot individual colors to lookup
.help
AdventOfCode
.adventofcode
All of the Advent of Code commands.
Anagram
.anagram
Given shuffled letters, rearrange them into anagrams.
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarModify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
.avatar_modify
Groups all of the pfp modifying commands to allow a single concurrency limit.
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
.anagram banana
You have 60 seconds to find correct words.
**```
.adventofcode
**Can also use:** `aoc`
*All of the Advent of Code commands.*
**Subcommands:**
**`about `**
*Learn about Advent of Code*
**`countdown `**
*Return time left until next day*
**`join `**
*Learn how to join the leaderboard (via DM)*
**`stats `**
*Get daily statistics for the Python Discord leaderboard*
**`subscribe `**
*NOTE: This command has been moved to !subscribe*
.8bitify
.help
BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.
BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.
Catify
.catify <text>
Convert the provided text into a cat themed sentence by interspercing cats throughout text.
Challenges
.challenge [language=python] [query]
The challenge command pulls a random kata (challenge) from codewars.com.
.challenge
Ask a small girl - "How old are you?". She always says strange things... Lets help her!
For correct answer program should return int from 0 to 9.
Assume test input string always valid and may look like
"1 year old" or "5 years old", etc.. The first char is number only.
8 kyu
Is that just int(my_str[0])?
ye lol
I genuinely forgot we had a challenge option
src/main.rs lines 41 to 54
let mut interaction_response = build_ack_ping_response();
let data: Value = serde_json::from_str(body.as_str()).unwrap();
if data["type"].as_i64().unwrap() != 1 {
let interaction: Interaction = serde_json::from_str(body.as_str()).unwrap();
println!("{:#?}", interaction);
interaction_response = handle_interaction(interaction);
}
if result.is_ok() {
Ok(web::Json(interaction_response))
} else {
Err(error::ErrorUnauthorized(result.unwrap_err()))
}
}```
src/interaction.rs lines 21 to 22
#[serde(default)]
pub(crate) guild_id: String,```
!voiceverify
Gotta do that in #voice-verification
So -
Use from_str to deserialize into a generic Value first, check if the type is not 1, and if it isn't, then parse into the actual Interaction struct.
And then I have to have the "default" macro in case the guild is not there
@rugged root - Can you help me? I have an error in my code.
^XA^JJ0,2,p^FO142,231^BY4^BUN,161,Y,N,Y^FDnewval^FS^FT272,496^CI0^A0N,68,49^FDcprice^FS^FT30,162^A0N,38,51^FDdept^FS^FT494,114^A0N,38,51^FDccolor^FS^FT30,55^A0N,38,51^FB600,1,0,C,0^FDwteam^FS^FT30,114^A0N,38,51^FDsize^FS^FT30,215^A0N,38,51^FDtseason^FS^FT338,162^A0N,38,51^FDcstyle^FS^FO30,335^XGR:zzz.GRF,1,1^FS^PQ1^XZ
ZPL
Zebra... printer language?
Creates labels
oh thats easy, you are using the wrong toaster, just buy a new house and that should fix it.
I do not own nothing.
Tech support is saying we need to keep in in pulse mode to keep it pulsing correctly
My operators are demanding we set it to level mode
My boss is throwing a tantrum about us not being able to get our labels done
Our client sent us the printer, and they custom built the configuration with their vendor.
They're both asking me what I need it set to, and I have no idea what they did
All the while my entire company is complaining about the printer not working?
So... are y'all hiring?
@molten pewter, you can have my job
Do y'all take Java 8 experience?
I'm a fullstack developer! what is the company name? hire me @rugged tundra
Is Malo still around on the server?
Maro? He is from time to time
Ah, typod. Okay.
Feels like our free times just do not coincide.
Hiring is expensive for both sides too!
#career-advice can help out as well
When I had applied to my current job, I copied their requirements. In my cover letter, I addressed each of them with one sentence in bullet points.
Works pretty well for people skimming them to spot what they want.
Like, cheating?
My company still does not trust employees working remote S:
Does anyone know good python cheat sheets
One of application feedback literally said I was too risky to hire. So "risk" probably is very important.
Firing people is expensive. Not Hiring them is not
Makes sense. To try to minimise cost.
I can barely fill one page in my CV ๐
The chicken and egg of work experience.
Probably less frustrating and less demoralising than direct applications.
ยฃ1000 for referrals in my company!
A flying car or roadable aircraft is a type of vehicle which can function as both a personal car and an aircraft. As used here, this includes vehicles which drive as motorcycles when on the road. The term "flying car" is also sometimes used to include hovercars.
Many prototypes have been built since the early 20th century, using a variety of fli...
Dear HR, please create a Discord account and contact Griff#****. Many thanks, Boni
hey guys what you think about Cybersecurity field .. if any one know plz guid me
@terse needle drop me if you find good desktop wallpaper i love to see
this is my current one
look good
it opens doors to opportunities
@whole bear
void linux i tryed it not my type ..i use openBSD
It's founded by on old BSD maintainer
ya
how to bypass these step without flowing
what
static void main
not it's int main(void) {return 0;}
sorry ?
you cpp
I am C now
i m not able to voiceverify
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@terse needle
Just talk about something youโll get there in no time
ooh ok
@half silo wth i open you portfolio site my pc amost about to fry up it
there a channed where i can spam 30 messages
@half silo Linux is basically a simple operating system, but you have to be a genius to understand the simplicity
sudo make install
Fuck microsoft windows
doom emacs
Doom Emac
that was she said wwooow
true
even unity move to linux
@molten pewter did you try any linux
in desktop
sure
true
clang src/boids.c src/main.c -lraylib -ldl -lGL -lm -o boids -g3 -pthread
any one watch big brother from 2018 yr
@wintry pier, your mic is echoing. can you let me know when it is fixed?
swap <-|
$0 $1 > -> $1 $0
$0 $1
check <-|
$..0 len 2 < -> 1
$0 $1 < -> 0
$..1 check
pass_through <-|
$..0 len 1 eq -> $0
$..0 len 2 eq -> $..0 swap
$1 $0 > -> $..2 $0 $1
$..1 pass_through $0
sort <-|
$..0 check 0 eq -> $..0 pass_through sort
$..0
1 123 98 2 0 -234 432 9 234 1 32445 sort OUTPUT
-234 0 1 1 2 9 98 123 234 432 32445
factorial <-|
$0 2 < -> 1
$0 ($0 1 sub factorial) mul
5 factorial OUTPUT
@wintry pier are you there?
the biggest number in my language is around 7257415615307994000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
off i don't want to mirage
hi
Nothing quite exemplifies "tolerance" like the video of masked young people hurling objects and screeching profanities at a young, conservative journalist at a protest involving Antifa and right-wing groups in Portland, writes James Gagliano. Everyone, right and left, must condemn and literally unmask this violent and lawless behavior.
Biggest number in my language is ```
7257415615307994000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
;(
1810
Life expectancy vs Income
That's based on true data?
@molten pewter How did you get video role?
That's really good.
hi
@formal meteor in here
why did they say you annoyed people wiggin?
@loud karma what you working on?
sleepin
need a better sleeping schedule
tell me your current schedule
hows it been
take me through a typical day
๐คฃ
you need atleast 6 hours sleep man
and why are you getting up at 6am
nobodys up at that time anyway in the 21st century
this is not 1942
oh
me personally i need 7
ยฏ_(ใ)_/ยฏ
atleast
i just wake lmao
naturally?
bookmarking โ๏ธ
yes
are you stressed about getting up early everyday?/getting stuff done (and tell yourself before you go to sleep, i need to get up early)
most likely
yes if youre telling yourself i need to get up early
thats only what your brain thinks
but i wouldnt call that Naturally all the way
hmm true
because your body does what your brain tells it to do, even indirectly or subconsiously
aslong as its important to you
it will do it /find a way
how many off days do you have per week?
๐คฃ
i mean usually when youre working
and trying to get stuff done...
do you incorporate off days?
ok @loud karma
Hey @gusty birch!
It looks like you tried to attach file type(s) that we do not allow (.pdf). We currently allow the following file types: .gif, .jpg, .jpeg, .mov, .mp4, .mpg, .png, .mp3, .wav, .ogg, .webm, .webp, .flac, .m4a, .csv, .json.
Feel free to ask in #community-meta if you think this is a mistake.
with open("file.txt", "r") as file:
data = file.read()```
hey @somber heath I had a problem with some of my code if you could help me when your done with him
#help-candy message
!e py import numpy as np mods = np.array([(y,x) for y in (-1,0,1) for x in (-1,0,1) if (y,x) != (0,0)]) pos = 5,5 result = pos+mods print(result)
@somber heath :white_check_mark: Your eval job has completed with return code 0.
001 | [[4 4]
002 | [4 5]
003 | [4 6]
004 | [5 4]
005 | [5 6]
006 | [6 4]
007 | [6 5]
008 | [6 6]]
!e py import numpy as np mods = np.array([(y,x) for y in (-1,0,1) for x in (-1,0,1) if (y,x) != (0,0)]) print(mods)
@somber heath :white_check_mark: Your eval job has completed with return code 0.
001 | [[-1 -1]
002 | [-1 0]
003 | [-1 1]
004 | [ 0 -1]
005 | [ 0 1]
006 | [ 1 -1]
007 | [ 1 0]
008 | [ 1 1]]
!e py import numpy as np arr = np.array([1,2,3]) arr **= 2 print(arr)
@somber heath :white_check_mark: Your eval job has completed with return code 0.
[1 4 9]
oh
I see
ima try it out
@somber heath ```py
def place(self):
row = 0
collumn = 0
while row < self.size:
while collumn < self.size:
SubChunk(self.x + (collumn * wall_spacing), 0, self.z + (row * wall_spacing)).place()
def place(self):
if self.has_item == True:
self.item = random.randint(1, 1)
if self.item == 1:
self.item = items.AlmondWater(self.x, self.y, self.z).spawn()
else:
self.item = Entity(position=(self.x, self.y, self.z))
else:
self.items = Entity(position=(self.x, self.y, self.z))
if self.has_pillar == True:
self.place_pillar(self.x, self.y, self.z)
light_level = random.randint(0, 1)
if light_level == 0:
self.light_object = Entity(model="cube",
scale=(2.2,1.2,4),
position=(self.x * 2 - wall_spacing, 5.8, self.z * 2 - wall_spacing),
texture=Texture("resources/levels/level 0/lightoff.png"))
else:
self.light_object = Entity(model="cube",
scale=(2.2,1.2,4),
position=(self.x * 2 - wall_spacing, 5.8, self.z * 2 - wall_spacing),
texture=Texture("resources/levels/level 0/light.png"))
left_rand = random.randint(0, 2)
if left_rand == 1:
self.place_door(self.x, self.y, self.z - wall_spacing, True)
elif left_rand == 2:
self.place_wall(self.x, self.y, self.z - wall_spacing, True)
else:
pass
top_rand = random.randint(0, 2)
if top_rand == 1:
self.place_door(self.x + wall_spacing, self.y, self.z, False)
elif top_rand == 2:
self.place_wall(self.x + wall_spacing, self.y, self.z, False)
else:
pass
that is subchunk place()
yes
here
let me record a video
oh really
dm
ok
oh
I can just explain what it is then
its a console
you type in a command
so like
generate
then everything after is parameter
so like
generate 0 normal (0,0,0) 20 10
generate is only called when I put it through the console
do you think it could be this?
def handle(self, i):
self.commands = {
'spawn':self.spawn,
'clear':self.clear,
'list':self.list_objects,
'generate':self.generate,
'help':self.command_help
}
args = i.split()
try:
try:
p, params, = args[0], args[1:]
self.commands[p](*params)
except:
self.commands[p]()
except Exception as poop:
self.out(f"error in: {i}\n {poop}")
when I do the try: except:?
yeah its never called anywhere
never
when its put through the command line
"generate 0 normal (0,0,0) 20 10"
I type that in
and it runs
generate
with those parameters
the handle method
yeah its fine lol
well
my program froze
that's good
becase then I know its generate
because
I could
but
that's fair
Look up "bare except".
So what I reckon is happening. You call your generate method with parameters. It prints them. At some point during the execution of that method, an exception is raised. Any will do. You then immediately call that method again with no given parameters. Thus all the Nones the second time around.
lol
cya
yeah
its a game
but not for pyweek
ok
!e
row = 0
collumn = 0
while row < 20:
while collumn < 20:
print(f"generating normalchunks {row}:{collumn}")
collumn += 1
row += 1```
@stable axle :white_check_mark: Your eval job has completed with return code 0.
001 | generating normalchunks 0:0
002 | generating normalchunks 0:1
003 | generating normalchunks 0:2
004 | generating normalchunks 0:3
005 | generating normalchunks 0:4
006 | generating normalchunks 0:5
007 | generating normalchunks 0:6
008 | generating normalchunks 0:7
009 | generating normalchunks 0:8
010 | generating normalchunks 0:9
011 | generating normalchunks 0:10
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/jatetaqolo.txt?noredirect
!e
row = 0
collumn = 0
while row < 20:
while collumn < 20:
collumn += 1
print(f"generating normalchunks {row}:{collumn}")
row += 1```
@stable axle :white_check_mark: Your eval job has completed with return code 0.
001 | generating normalchunks 0:20
002 | generating normalchunks 1:20
003 | generating normalchunks 2:20
004 | generating normalchunks 3:20
005 | generating normalchunks 4:20
006 | generating normalchunks 5:20
007 | generating normalchunks 6:20
008 | generating normalchunks 7:20
009 | generating normalchunks 8:20
010 | generating normalchunks 9:20
011 | generating normalchunks 10:20
... (truncated - too many lines)
Full output: https://paste.pythondiscord.com/upucisoyan.txt?noredirect
no
its a game with chunkks
uhm
im remaking the backroom
s
im like very early stage
started couple months ag
had to redo a bunch of stuff
yeah
not for a while though
lol
hmmm,
generating normalchunks 0:0
generating normalchunks 0:1
generating normalchunks 0:2
generating normalchunks 0:3
generating normalchunks 0:4
generating normalchunks 0:5
generating normalchunks 0:6
generating normalchunks 0:7
generating normalchunks 0:8
generating normalchunks 0:9
generating normalchunks 0:10
generating normalchunks 0:11
generating normalchunks 0:12
generating normalchunks 0:13
generating normalchunks 0:14
generating normalchunks 0:15
generating normalchunks 0:16
generating normalchunks 0:17
generating normalchunks 0:18
generating normalchunks 0:19
why does that result like that!?
def place(self):
row = 0
collumn = 0
while row < self.size:
while collumn < self.size:
print(f"generating normalchunks {row}:{collumn}")
SubChunk(self.x + (collumn * wall_spacing), 0, self.z + (row * wall_spacing)).place()
collumn += 1
row += 1
it should add the row too
generating normalchunks 0:0
generating normalchunks 1:1
generating normalchunks 2:2
generating normalchunks 3:3
generating normalchunks 4:4
generating normalchunks 5:5
generating normalchunks 6:6
generating normalchunks 7:7
generating normalchunks 8:8
generating normalchunks 9:9
generating normalchunks 10:10
generating normalchunks 11:11
generating normalchunks 12:12
generating normalchunks 13:13
generating normalchunks 14:14
generating normalchunks 15:15
generating normalchunks 16:16
generating normalchunks 17:17
generating normalchunks 18:18
generating normalchunks 19:19
im so confused
xD
should I open a help channel lol?
I want it to go:
1:1, 1:2, 1:3, etc
etc```
!e
row = 0
collumn = 0
while row <= 20:
while collumn <= 20:
print(f"generating normalchunks {row}:{collumn}")
collumn += 1
row += 1
right
how?
at the end it adds 1 to row
what?
11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
:incoming_envelope: :ok_hand: applied mute to @lament heart until <t:1648106954:f> (9 minutes and 59 seconds) (reason: chars rule: sent 6000 characters in 5s).
hi @willow lynx
CONSTRAINT COMPOSITE_KEY_NAME PRIMARY KEY (COL1, COL2, COL3)
Triple 8 rule. 8 hours work, 8 hours recreation, 8 hours rest.
Fuzziness around the edges.
Listen to HISTORY This Week on Spotify. This week, something momentous happened. Whether or not it made the textbooks, it most certainly made history. Join HISTORY This Week as we turn back the clock to meet the people, visit the places and witness the moments that led us to where we are today. To get in touch with story ideas or feedback, email...
Very interesting podcast
i'mma go back to finishing my work then so i can just sit here and watch xD
cya in like 1 hour
Ah, cool!
๐
Who needs those e (s) anyways?
https://kb.teramind.co/hc/en-us/articles/1500008902621#2-using-the-group-policy-object-gpo--0-4
These people: sell my boss on their ability to integrate well with GPOs
The GPO:
It's been around for... a month and a half now
And it still hasn't even tried to install on 5 computers?
"No user has cancelled the installation"
I hope your boss gets trapped in building thatโs on fire
@amber raptor !
You're one of those people that's smarter than me - Where do I find "No user" so I can tell them to stop cancelling the silent installation?
๐
Jazzercise doesn't matter.
It's not insider trading if you do it while you're outside.

just helped a poor sod create a text-based pokemon game, waiting for nintendo to file a lawsuit
๐
If you use the same sorts of material used in business suits to carpet a floor, is that a floorsuit?
Crap tailor? Flawsuit.
I'll be back later
hi
hi ๐
hey
ofc you can maybe recreate googles dino game
๐ค
maybe a text based game that utilizes ascii chars to make images on the console
you would need a BIG screen tho
to fit the whole console
simple design, no need for instructions, blocks with letters, hangman based
does russian roulette count as hard core gaming?
!e py while else: print('b')
@plain rose :x: Your eval job has completed with return code 1.
001 | File "<string>", line 1
002 | while else:
003 | ^^^^
004 | SyntaxError: invalid syntax
that exists?
Tbh, I'm not even certain how while else works.
Nah ```py
while x:
...
else:
...
eh
!eval ```py
x = 0
while x < 2:
x += 1
else:
print('else block ran')
@stuck furnace :white_check_mark: Your eval job has completed with return code 0.
else block ran
well python hates me
!eval ```py
x = 0
while x < 2:
x += 1
if x == 1:
break
else:
print('else block ran')
@stuck furnace :warning: Your eval job has completed with return code 0.
[No output]
Oh, this was the wrong text channel ;-;
๐
@gritty garnet lx sent commands in the wrong channel again
who needs mods when you have aboo
microsoft bought minecraft to infect it with EA
Brb
i was muted for 7 days
if i could eat one food for the rest of my life, then probably chicken breast
that will keep me alive the longest
black bean patties look like poo, ngl
im addicted to saturated fats
i tried to quit for a week and literally started getting cold sweats, shaking, and horrible cravings
both
unsaturated fat is good
ask GPT-3
hello
@amber raptor Your mic was open
hi ๐
!otn a nostalgia strength
:ok_hand: Added nostalgia-strength to the names list.
if your company is on O365, I'm very sure there's things you could do that would be useful to people at your firm
@solar heron
oral resuscitation mark kostabi
Welp I can't unsee that
I left my phone on my desk - what did you actually hear?
yes
Threat scan all the things!
I guess discord didn't disconnect
I wanna go to meetings with you
I'm angry aren't I
But in a good way
how much did you hear?
Yeah it was mainly you talking about Azure then I scooted you
Nothing company sensitive
we currently deploy via Native Azure stuff, Azure Functions, Azure App Services
they want to move to Kubernetes
Who's winning?
Good, move to k8s
Kubernetes unfortunately
No, to hell with Kubernetes
I was just getting used to Kubernetes
But Azure Functions looks eaiser
And cheaper
esp for those who deal with Azzure stuff
anyone know a function that gets a windows dimension?
Like you can configure Azure Function to get notification when a file hits folder in blob storage
Why do the extra vendor lock in
Also azure functions are lambas are they not?
Scaling them will work differently
I know how to in AutoHotKey but I can't think of how in Python, Spiffy
You are always Vendor locked in with any cloud unless you push really really hard not to be
U can do data-science without calculus and algebra ๐ณ ?
ok, thanks anyways
Yeah - Serverless functions
Yes, the equivalent is AWS Lambdas or Google Functions
Yeah sorry about that. Might open a help channel for it
So that's literally not the same as k8s
See #โ๏ฝhow-to-get-help for more details
Which is nice
That's our point, let's stop doing Azure Functions and Web Apps and instead convert to Kubernetes to pad our resume
LP
I'M SORRY
You're obviously not if you keep doing this shit
stick with AWS for all I care, Kubernetes is problem disguised as solution
It literally works for scaling worldwide loads
but not using Cloud Native solutions makes your development much longer
If starting Discord shortly after Alt-F4-ing / etc. while in a call, it reconnects you
Script kiddy is an insult now?
My point is, at my company, we have picked Azure, if AWS works great, go for it
hasn't it always been... Urban dictionary says it has been since 2003
but Kubernetes means horray, you are cloud agnostic assuming you don't use ANYTHING else that cloud provider has to offer
ping me when topic moves on
so no DynamoDB or CosmosDB or FireBase or whatever Load Balancer they offer, or CDN they offer
no, Azure DNS
or Route 53
currently is "kid who uses code that they don't learn from, often for personal gain like cheating in video games"
k8s is for building out platforms moreso than directly hosting applications
lemme grab a bstfer desc though in a moment
at least that's the argument i heard for it
@amber raptor - emacs vs vim
"Get rabbit in here I want to have an argument about kubernetes"
Rabbit joins the VC
btw found a very long beginner's crash course that is a pure-newbie guide to bash https://youtu.be/oxuRxtrO2Ag
Yes, VERY long, single video.
joining then restarting Discord
$0.000016/GB-s
I responded to an old message about importing ZIP archives in the Termux Discord server.
On context of importing zip archives, that is some days old, yes.
It is likely slower than raw Python source / compiled byte-code files due to having to unpack the archive first, although it is in the sys.path at least on ... *checks*
For my Windows system, since I installed Python 3.10 in a custom location, I'll plop this to show the install directory as well:
>>> import sys, os.path
>>> [path for path in sys.path if os.path.splitext(path)[1].lower() == '.zip']
['D:\\MorePrograms\\Python\\Python310\\python310.zip']
>>> sys.executable
'D:\\MorePrograms\\Python\\Python310\\pythonw.exe'
About processing .zip files - unarchiving nested zips in memory -
pub(crate) fn process_zipfile(design_path: &str, zipfile_bytes: &[u8]) {
let reader = std::io::Cursor::new(zipfile_bytes);
let mut zip = zip::ZipArchive::new(reader).unwrap();
for i in 0..zip.len() {
let mut file = zip.by_index(i).unwrap();
if file.name().contains(".zip") {
let mut buffer = Vec::new();
file.read_to_end(&mut buffer).unwrap();
process_zipfile(design_path, buffer.as_slice());
} else if !file.name().contains("__MACOSX") {
if file.is_dir() {
create_dir_all(format!(
"{file_path}/{file_name}",
file_path = design_path,
file_name = file.name()
))
.unwrap();
} else {
let path = format!(
"{file_path}/{file_name}",
file_path = design_path,
file_name = file.name()
);
let mut buffer = File::create(path).unwrap();
std::io::copy(&mut file, &mut buffer).unwrap();
}
}
}
}
Ah, the Macintosh special stuff
Looks like it fails to check files with an explicit substring of __MACOSX.
And I love how it is decompression bomb-prone. #Sarcasm
ill have to leave, my thing is going on ๐
The following sections explain how common programming patterns and core concepts apply when authoring Lambda function code in Go .
No Rust?
๐
Death to VLang! Long live Rust!
Death to NixOS! Long live Arch Linux!
๐ข
https://docs.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-other?tabs=go%2Cmacos @amber raptor
not looking good
brb
let Windows_11 = new Windows_10({ reskinned: true, bloat_increase: true });
Desktop js
Android js
any ones that you know of?
not off the top of my head, but google has an api https://console.cloud.google.com/apis/dashboard?project=eminent-subject-339317
Google Cloud Platform lets you build, deploy, and scale applications, websites, and services on the same infrastructure as Google.
don't know if that is open for any kind of search or not