#voice-chat-text-0
1 messages ยท Page 10 of 1
What is ur time zone ?
dogs are pack animals
cats not
bird do the same
they will start hurting them self if they get depressed and beeing left alone for tolong
join vc
Hit CTRL + R
I'm currently in VC
xD
It feels very... startup
evenworse are those kicker tables
no, no
I took it apart on purpose
ahhh lol.... mine fell apart all by it self after a few month
lol
Kicker tables?
a football table
"In hindsight, holding the office paintball tournament in the office was a mistake."
OMITS: Opal Mist Isekai Taxi Service.
sounds awefull
hope you are getting better
the thing is
the way sociity is looking at it
"There's nothing wrong with you for being in a wheelchair." I mean, you know, apart from the whole being crippled thing.
"Oh, need a bandaid? That'll be $100"
Welcome to my hell
It goes to all kinds of different topics
VC is more off-topic than not, although programming does end up being the majority conversation
Like if discussions get heated I'll shut it down as best I can.
Well yes
Children's Theatre's Winter 2012 Production. Cast aged 12-19 + several alumni of the program.
Ring of Sustenance is two hours sleep and weight loss is not mentioned.
Rye bread
is the thing
It straight up looks like meatloaf with rice in it
Hm. Conflicting description. Half rest.
Pumpernickle
There's a special hell for me
And I'm okay with that
A special pun based hell
Oh good, I get to play the game of what am I smelling: Cigarettes, popcorn, or burning?
Stroke.
im just playing minecraft
WHY have I never put that together
and maps
Oh sure sure
Just the idea of instead of calculating random bullshit, just have to keep digging around the map
@somber heath Oh my god
Opal
It wasn't already in the game
How
Just how
have you heard about chat reporting
and game bans
you signed the tos
for the microsoft account
the ToS doesnt make wrongful bans right
You're meaning false reports?
if it allows false bans i literally give 0 shits about the ToS, the ToS is bullshit
false reports, lack of context included
blackmarket
Wait wait
yup
There's a Roblox black market?
yes
With Roblox Corporation now being valued at more than $45 billion, we ask whether the kids making the vast majority of its content are being taken advantage of?
Support us on Patreon: https://www.patreon.com/PeopleMakeGames
Written and presented by Quintin Smith:
https://twitter.com/Quinns108
Design and art direction by Anni Sayers:
https://t...
Following our last video on Roblox, players and creators began getting in touch with their own stories to share. Here are some of those stories.
Support us on Patreon: https://www.patreon.com/PeopleMakeGames
Original video: https://www.youtube.com/watch?v=_gXlauRB1EQ&
Our response to Ecoscratcher's blog: https://www.youtube.com/watch?v=My9U41...
i think they take like 15 20% i think
Dude....
peds
@alpine path https://luau-lang.org/why
// A
let start = Instant::now();
let mut count = 0;
for i in integers.iter() {
count += *i;
}
let time = start.elapsed();
println!("{} {:?} total, {:?}/iter", count, time, time / (integers.len() as u32));
// B
let start = Instant::now();
let mut iter = integers.chunks_exact(4);
let mut count = 0;
while let Some(&[a, b, c, d]) = iter.next() {
count += a;
count += b;
count += c;
count += d;
}
for rem in iter.remainder() {
count += *rem;
}
let time = start.elapsed();
println!("{} {:?} total, {:?}/iter", count, time, time / (integers.len() as u32));
can i stream minecraft?
I prefer not to have game streams on weekdays
I try to reserve it for coding
Or other stuff related or what have you
k
Looks like .NET does do some
Assuming this is what you guys are talking about
@molten pewter You're really quiet
Assuming you're talking to us
minecraft but my life is a lie
five nights at french fries
Gotcha
@strong arch From what I'm seeing, Havok seems to have GPU support since around 2013
There was an initial attempt to work with nVidia prior to that, around 2005, but that fell through
gpu support, or gpu-first support?
@trail tusk are u new?
to Python/Programming?
yea
umm nope
But yeah.. I am kinda Noob + Rookie ๐
I can relate
We're glad to have you guys
ty
is there a way to forward discord attachments using discord.py
like i don't want to have a url
i was recommended to start with "automate the boring stuff with python"
yes really nice book to go beyond basics (Syntax )
sounds bussin, just tryna figure out steps to take
can you recommend anything for after?
pick a project
Java
What kind?
Stuffed crust ๐ถ ..........dominos..
yea, been recommended quite a bit so for sure
any reason to learn after python?
Java is still used a lot in the industry. Depending on the field you want to go into, the main ones you'll see are JavaScript/TypeScript (if you're going into the web world), Java, C#, potentially C/C++, and Python as a good tool to have in the tool belt
But I personally think JavaScript/TypeScript is most applicable, as so many things are becoming web apps
Hey @rugged root
How goes it
Yo guys
VS Code theme? @faint ermine
Doing good, how's the day?
Eh, good enough. Been a very hectic week so I'm just kind of taking it slow today
Best approach, helps avoid burnout imo
TGIF!
Synthwave x Fluoromachine ๐ฐ Avant Noir
!charinfo ๐ฐ
\U0001f770: ALCHEMICAL SYMBOL FOR DAY-NIGHT - ๐ฐ
๐ญ
@faint ermine u are really a contrast person
I know that , with victor mono font i guess
Fira Code NF
Pizza's here! brb
Enjoy ๐๐๐
Thatโs so cool ๐ฎ
@rugged root https://www.youtube.com/watch?v=Yy7Q8IWNfHM
I only stumbled across the amazing arctic circle theorem a couple of months ago while preparing the video on Euler's pentagonal theorem. A perfect topic for a Christmas video.
Before I forget, the winner of the lucky draw announced in my last video is Zachary Kaplan. He wins a copy of my book Q.E.D. Beauty in mathematical proof.
00:00 Intr...
!stream 687416126178590803
โ @rancid flicker can now stream until <t:1662139297:f>.
[EPILEPSY WARNING] At the end of this video, I demonstrate colored text on colored background tiles. The reference renderer displays this benchmark so quickly that the screen appears to flash colors violently. If you are photo-sensitive, you may want to stop watching the video before I run the colored text demo. [/EPILEPSY WARNING]
Many moder...
Quake mode with Win + `
Be back in a moment
so much nostalgia
@strong arch Your typing is coming through
Textualize.io - Blog - 7 things I've learned building a modern TUI framework
SPH Solver, vectorized: https://gist.github.com/salt-die/2baacb7ad079bdf1651868f91a8227dd
anyone knows sol for this ? i am stuck here from 2 days really
i am using 3 langs in my code py , c++, c#... so i added their buildpacks but getting error
which language ?
the worst would be the best at being bad
python is not bad but overhyped, it's very much like CLOS
you guys tried zig ?
ptqdm is par tqdm ?
so neat
@proven fox do you know if there's a parallel version of rich ?
textual*
its a console ui library
textual makes a bit of a reactive paradigm for TUI, really nicely built. it needs to be integrated with ptqdm
yeah i'm gonna dig
brb
def processSplit(filepath):
pbar = p_map(processFile, filepaths, **{"num_cpus": 6})
writeFile = ""
for data_by_file in pbar:
writeFile += rectified_dir + "/" + data_by_file[0] + "\t" + data_by_file[1] + "\n"
Right?
Oh hi Hemlock
how dare u
no u
Do I have that power?
hi back
Hi Hemlock
Long time no chat
How was meeting?
Twas alright
@dense vigil If you're wondering why you can't talk, check out the #voice-verification channel. That'll tell you what you need to know
@whole bear https://www.youtube.com/static?template=terms
@whole bear https://i.laundmo.com/tENe0/tiyucUqA12.png
The following restrictions apply to your use of the Service. You are not allowed to:
...
3. access the Service using any automated means (such as robots, botnets or scrapers) except (a) in the case of public search engines, in accordance with YouTubeโs robots.txt file; or (b) with YouTubeโs prior written permission;
need some help
why when i do:
x = [[3,3], [3,3], [3,3]]
x [0][0] = 1
print(x) --> [[1,3], [3,3], [3,3]]
but when i do :
x = [[3,3]]*3
x[0][0] = 1
print(x) --> [[1,3], [1,3], [1,3]]
like what is the different? this is weird
[[3, 3]] * 3 makes a list with 3 references to the same list
!e
for i in [[3, 3], [3, 3], [3, 3]]:
print(id(i))
for i in [[3, 3]] * 3:
print(id(i))
@unique wyvern :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 139687188818112
002 | 139687188820736
003 | 139687188820928
004 | 139687188818112
005 | 139687188818112
006 | 139687188818112
yep
FastAPI framework, high performance, easy to learn, fast to code, ready for production
salt die, if im making changes to a list, the list will keep pointing to the same place in the memory right? since the lists are mutable?
if you create the list with * then all the references to mutable objects will be the same
or all the references will be the same
i mean if i have lets say:
x = [1, 2, 3]
x.append(4)
then the list will keep pointing to the same place in the memory (same id)?
even though if i add an element to the list
or maybe remove
id(x) will be the same
ty
if it was an int its no? right?
like if i do :
x = 3
then
x=4
same as tuples
then you'll get a new id, if you reassign x
yup
it will work with lists too, if you assign a new list
!e
x = [1, 2, 3]
print(id(x))
x = [1, 2, 3]
print(id(x))
@unique wyvern :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | 140028968429888
002 | 140028968432448
if i do this:
x = [1, 2, 3]
x = y
then they got the same ids no?
if you do y = x then y and x will be the same id
ahh if i do shallow copy it will change?
like lets say
x = [1, 2, 3]
y = [:]
then if i do
print(x is y)
this will give false no?
y = x[:] *
!e
x = [1, 2, 3]
y = x
print(id(x), id(y))
@unique wyvern :white_check_mark: Your 3.11 eval job has completed with return code 0.
139913639536832 139913639536832
!e
x = [1, 2, 3]
y = x[:]
print(id(x), id(y))
@unique wyvern :white_check_mark: Your 3.11 eval job has completed with return code 0.
139705449523392 139705449525952
yup
doesn't matter if shallow or deep, still new id
ye but if it was deep then it will point to every element in the list
but a deep copy will create new ids for the inner lists if there are
you got an website to try this things
have a read through this
like to become better on those things
its a great explanation to start understanding how exactly python stores things
ty man
you might also want to test your code here: https://pythontutor.com/render.html it can show you what names point to what values
!stream 928250196889075762
โ @vast fog can now stream until <t:1662168070:f>.
!stream 928250196889075762
โ @vast fog can now stream until <t:1662169547:f>.
ello
@neat acorn When does the vacuum cleaner launch?
@neat acorn Powerwash any good microphones lately?
ANSI
f-strings
print("...", end="")```
snake_case - Function and method names, general variables and class instances
CapWords / PascalCase - Class names
SCREAMING_SNAKE_CASE - Constants
camelCase - Only if writing wrappers around things that use it as convention. Otherwise, no no no no no no no. "But but but..." No.```
ahh sorry
i will be back if you are still on vc later on, thanks for the talk. its nice to know some good insight ^^
Change of plans. BBL.
salt-die here has done a curses-like text framework, too, that I hear is pretty good.
hello
Morning ๐
okok
im good!
iv joined this server since a year ago
yep
but not chating often
hello
just chill ig
im not from india btw
ook nat a problem <.3
alright imma go back to study. feel free to @ me if you wanna chat ๐
Sure
that went well ig?
how can I get permission?
LoL
xd
and?
you are?
by profession
ok
same
in which grade?
in college?
great
university
Software engineering
thx
java
sounds like you are an Indian?
Pak
35
in celcius
Yup same here
ohh
ok
ye
but its good
i was about to ask for some coding ideas
XD
cuz i dont know what to do
i recently started python
from random import randint
num1 = randint(0,150)
num2 = randint(0,150)
sum=num1+num2
print (f'the sum of {num1} and {num2} is {sum}')
if num1 > num2:
print(":)")
if num1 < num2:
print(":(")
if num1 == num2:
print(":|") ```
this is my first program
just something i made for no reason XD
you can create problems from daily life and solve them
kush
are you pakistani?
xD
ohh
thats great man
i really love that indian schools start teaching programming from grade 7
oh
XD
oh ok
and I started in 3rd year
XD
i am 14 and i cant understand python ๐
i know some kids are really smart and then yes i understand, but for a normal child, he will get bored of it in a few minutes.
ye
yes
code never lies
I am only learning coding because i want to do something with like motors and stuff
sadly, no
not currently tho
ye
those are so fun frfr
embedded applications
oh
XD
ye
i am wanting to learn c too
but i want to build some of the basics in python
so i understand how code works
even tho i know python sometimes dosent listen to your exact command
it's about solving problems
fr
sheesh
Basically when he have extra data left after a month, he use to do this
package expansion
yup
local
or private
private
basically he is a seller
It's either PTCL or telecom sometimes
yup
nope
sadly
I have downloaded it
But did not get the time to watch it
you can visist the voice-verification text channel
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@whole bear @trail tusk You can decompile the minecraft java bytecode
Have you tried mint?
Linux mint
Oh no I already use it
Just wanted to see if you tried it
Same
I am using windows because I like to play games as well
Cool
But I tried Kali flavor a while ago
Ok
Let's just make u voice verified
But I am not really that good in speaking english so I think it is better
also I like to type
Actually I have joined the server a long time ago may be 2 months or more
Ah
linux users really have limited options for playing games
I think they added steam games to linux as well
Ya steam
Looks like got into the wrong one
yep
my mic is suppresed
yep
it would be row
which cipher?
@trail tusk which cipher?
@hybrid knoll you can use aternos
Affine cipher
Why don't you use aternos
Ya also don't forget to turn on cracked oprion
Should I create one
great
just practicing on paper right now ๐
so you are trying to code it right?
I am planning to create a .sh and .py for all sort of encryption/encoding etc I know
ohh
Actually I am working on an assignment of different ciphers
I created a cipher like ceaser XD
it's the easiest one
I am following "Cracking codes with Python" and "Serious cryptography" Books
Great
@trail tusk
Can anyone of you stream pls because I can't play right now but would like to watch it
Oohkay
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
really ptqdm is fun (also pathos-multi)
anyone ? pls help me with how can make buildpack to compile all those things
yo @trail tusk
@light cobalt ok so now i'm able to talk
I think I am having some internet issue it was not you
oh ok
sorry for the shitty internet connection I don't know what happened
@whole bear all the internet speed dropped to 1 mbps
xd
Oh lol
lol
@light cobalt
U got voice verified right
yup and internet demotion at the same time
Oh isee
Catch you guys Later!
@whole bear salt-die
@whole bear https://github.com/kitao/pyxel
@serene glade
Arc<Mutex<T>>
hi @rugged root
Grzegorz Brzฤczyszczykiewicz. Chrzฤ szczyrzewoszyce, powiat ลฤkoลody
@fierce summit
My brain is stuck in english
So I thought maybe after more english I would be able to switch back to hungarian ๐
ja
that worked
I can finally think in hungarian
thanks ๐
The reason Iโm not talking right now is because Iโm on my phone and donโt know how good is the mic
Chrzฤ
szczyrzewoszyce
Chrz ฤ
sz cz y rz e wo sz y c e
chzh an sh tsh i dzh e vo sh i ts e
chzhanshtshidzhevoshitse
Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch
grianghrafadรณireacht
megszentsรฉgtelenรญthetetlensรฉgeskedรฉseitek
@gentle flint good luck with this ๐
Just so you know this isnโt a word that we use in an every day situation
It just one of our longest word
arbeidsongeschiktheidsverzekeringen
Just to show how many affixis can we add to the end of a word
But good luck pronouncing it ๐
Iโm still waiting for you to try it @gentle flint ๐
I think Iโm gonna go. Itโs late here (1:35 AM) and because my brain was stuck in english for a long time, I got a headache
are you from italy?
No, Hungary
bye @gentle flint
Damn, I haven't sent 50 messages yet
How are y'all doing?
How is the weather these days?
I'm in the eastern US, so it's kinda hot
eastern US, not western US
Dude, cali is horrible
I wanna work at JPL and everything near by is at 6k a month
maryland
Jet Propulsion Laboratory
I already work for a gov contractor
JPL is NASA
A friend of mine
I commissioned him
this guy: https://fliglaba.newgrounds.com/
He's not taking commissions right now
it's an art site also
bruh, thats everywhere
he made my pfp
pog
CS:GO and linux/python
what do you do with linux?
random stuff
alright, I'm gonna spam this chat
:incoming_envelope: :ok_hand: applied mute to @dreamy grotto until <t:1662252163:f> (10 minutes) (reason: burst rule: sent 8 messages in 10s).
The <@&831776746206265384> have been alerted for review.
Apparently it server mutes you if you send to many messages
purple?
which county is this?
?
I hate organized religion
I like individualized religion, but I hate a centralized authority on religion policing it all
true
@lavish rover i got a simple question, which website did you use to get a free domain
?
freenom
thanks
i cant create an account at all, cannot see REGISTER
its just login and when i tried with email and also via google login, its not working
what to do
Idk what to tell you it works for me
Anyone here able to help me out?
Nothing
Trying to get some help currently
I tried but no one tried to help me
Can u describe your problem a bit?
I'll post it in help
@trail tusk In #โhelp-coffee can you help out
Thank you #voice-chat-text-0 โค๏ธ
!voice
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@pulsar meadow
yes
@pulsar meadow
@whole bear ?
@whole bear i wonder why you do that
i mean
i mean
you are so welcoming
oh
so you ask if we are muted
i wonder
whats percentage
of people with 50 messages and 3 days
to new ones
@whole bear i don't have permission
@whole bear are you talking about high school? or higher education?
@pale sigil higher math better for programming
in common usage
math is way better for programmer
solving abstract
tasks
is much closer
to programming
but in some way its also practical usage
High school mostly
Ok, thanks guys
from : Thequickbrownfoxjumpsoverthelazydog
to:
Th eq ui
ck br ow
nf ox ju
mp so ve
rt he la
zy do g
my function works .
what is the name again
Roman numerals are a numeral system that originated in ancient Rome and remained the usual way of writing numbers throughout Europe well into the Late Middle Ages. Numbers in this system are represented by combinations of letters from the Latin alphabet. Modern style uses seven symbols, each with a fixed integer value:
The use of Roman numerals ...
@south bone
hi
BLOOM is able to generate text in 46 natural languages and 13 programming languages. For almost all of them, such as Spanish, French and Arabic
This is the culmination of a year of work involving over 1000 researchers from 70+ countries and 250+ institutions
Researchers can now download, run and study BLOOM to investigate the performance and behavior of recently developed large language models down to their deepest internal operations.
More generally, any individual or institution who agrees to the terms of the modelโs Responsible AI License (developed during the BigScience project itself)
can use and build upon the model on a local machine or on a cloud provider - since it's embedded in the Hugging Face ecosystem
hey guys, i cant speak but can u help me with my code really quick?
its really simple, im new to python
yeah use a docker container that uses postgres
It's simple
I wish I could speak ๐ฆ
postgre is pretty structured imho, we use it in production
we separate database logic and backend logic
so everything we can do at database level, we do at database level
Ayo #voice-chat-text-0 mind helping me out because this shit is pissing me off
@granite charm take a rest, don't push too hard
Trying to press a key to stop a script
Just a simple keyboard press to end script but can't find a solution
Just need a copy paste solution but nothing works it seems :l
Didn't work :L
ok 1 sec
Still nothing
Ctrl+c was not the play lol
!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.
try:
main()
except KeyboardInterrupt as err:
print("Operation Force Closed By User: {err.args}")
???
How do I do that with main() implemented
Its not suitable solution
for that kind of programs better use global hooks
with killing whole program
from pynput import keyboard
import time
import os
def on_press(key):
if key == keyboard.Key.esc:
os._exit(0)
listener = keyboard.Listener(on_press=on_press)
listener.start() # start to listen on a separate thread
while True:
time.sleep(1)
i suggest something like that
I'll just alt+f4 at this point lol
main is a whole program though
I have it for somethingelse
ive already had some troubles
while testing your code
trust me
closing your program
at every momet
is pretty much usefull
Not for Aesthetic
Ohh ok I'm sorry
Joking
aight , have good talk , ciao
@stiff meteor were you saying that you flinch up in the middle of the night?
A Bugatti convertible just looks wrong
import os
from posixpath import dirname
from unicodedata import name
import pandas as pd
from pathlib import Path
import glob
print(next(os.walk('.'))[1])
a = next(os.walk('.'))[1]
for i in range(len(a)):
B= (a[i])
path = os.path.abspath(i)
all_files = glob.glob(os.path.join(path, "**/*.csv"))
folder_name = all_files[0].split('/')
writer = pd.ExcelWriter(folder_name[len(folder_name)-3] + '.xlsx', engine='xlsxwriter')
df_from_each_file = (pd.read_csv(f, on_bad_lines='skip') for f in all_files)
for idx, df in enumerate(df_from_each_file):
dirName = all_files[idx].split('/')
df.to_excel(writer, sheet_name=dirName[len(dirName)-2] + '-' + dirName[len(dirName)-1].format())
writer.save()
PS C:\random\Test\python> python .\new.py
['a', 'b', 'c', 'METDEV.QUEUE.MGR']
Traceback (most recent call last):
File ".\new.py", line 20, in <module>
writer = pd.ExcelWriter(folder_name[len(folder_name)-3] + '.xlsx', engine='xlsxwriter')
IndexError: list index out of range
folder_name = all_files[0].split('/')
print(folder_name)
[(folder_name[len(folder_name)-3]
len(folder_name) = 1
1 - 3
-2
folder_name[-2]
CHANNEL.csv
import pathlib
import os
from posixpath import dirname
from unicodedata import name
import pandas as pd
from pathlib import Path
import glob
print(next(os.walk('.'))[1])
a = next(os.walk('.'))[1]
for i in range(len(a)):
B= (a[i])
path = os.path.abspath(i)
all_files = glob.glob(os.path.join(path, "**/*.csv"))
folder_name = all_files[0].split('\\')
writer = pd.ExcelWriter(folder_name[len(folder_name) - 2] + '.xlsx', engine='xlsxwriter')
df_from_each_file = (pd.read_csv(f, on_bad_lines='skip') for f in all_files)
for idx, df in enumerate(df_from_each_file):
dirName = all_files[idx].split('/')
df.to_excel(writer, sheet_name=dirName[len(dirName)-2] + '-' + dirName[len(dirName)-1].format())
writer.save()
PS C:\random\Test\python> python .\a.py
['a', 'b', 'c', 'METDEV.QUEUE.MGR']
Traceback (most recent call last):
File ".\a.py", line 23, in <module>
for idx, df in enumerate(df_from_each_file):
File ".\a.py", line 21, in <genexpr>
df_from_each_file = (pd.read_csv(f, on_bad_lines='skip') for f in all_files)
TypeError: parser_f() got an unexpected keyword argument 'on_bad_lines'
from posixpath import dirname
from unicodedata import name
import pandas as pd
from pathlib import Path
import glob
import os
path = "/mnt/c/random/Test/python"
all_files = glob.glob(os.path.join(path, "**/*.csv"))
folder_name = all_files[0].split('/')
writer = pd.ExcelWriter(folder_name[len(folder_name)-3] + '.xlsx', engine='xlsxwriter')
df_from_each_file = (pd.read_csv(f, on_bad_lines='skip') for f in all_files)
for idx, df in enumerate(df_from_each_file):
dirName = all_files[idx].split('/')
df.to_excel(writer, sheet_name=dirName[len(dirName)-2] + '-' + dirName[len(dirName)-1].format())
writer.save()
Voice verification
Canโt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
!voice
Can you help me?
some sort of assignment?
Yes,
!rule 8
8. Do not help with ongoing exams. When helping with homework, help people learn how to do the assignment without doing it for them.
Looks like you just have to find squares of give set of numbers and then add them
umm it is pretty simple, try to code it
Not simple, help me
Why don't you claim #help-lollipop
This channel is not for asking doubts, it is about sharing resources or chatting with people in voice chat
Just drop a message in #help-lollipop to claim it and then you may ask your doubt
๐
!voiceverify
Hi, can't speak
Can i boost the verification process?
Hi guys, Friday i will do an interview as a Python Junior Dev and they asked me to do a little project. I've wrote down the ideas but i'm afraid to death because i need help with some methods. Does anyone want to join with me in the vocal chat? If i get this job i can pay for my university....
What methods?
Oh dear.
My project will be similar to the activity I do at work. I create C # scripts to manage documents and data.
Then the workflow will consist of
- Accept Input images (tiff, jpg etc ...)
- Merging of images in pdf
- Perform ocr of pdf โ extract text into text
- Voice reading of the text file (gTTS)
- Encryption of the textual content
- Email the encrypted content
I'm liable to go to sleep at any point.
It was my choice. Those are the things i can do, but with C#. I'm still novice in python
Do u have any thoughts? May i change something?
rest in peace, o mist of opals
Yea, don't do it. If they want all that, they can pay you.
@serene glade https://www.youtube.com/c/Reducible
@serene glade https://neetcode.io/practice
A better way to prepare for coding interviews.
i cant speak
!voice
Django. Flask. @shy elk
https://tenor.com/bW44J.gif @tidal shard
Frontend people don't deserve love
All the do is complain about stuff like "UX" and "GraphQL"
Don't they know that this "make up a schema as you go" crap will never work for serious apps
We're a large, friendly community focused around the Python programming language. Our community is open to those who wish to learn the language, as well as those looking to help others.
Discord is now using Rust BTW - aren't they?
@rugged root you're fired
Go be a frontend person
TomKat.
At least you have a 401k
@shy elk
Rumor has it that parts of their API are in flask
Do they hate themselves?
.... actually - that would explain a lot
It's no secret that Discord's your place to talk; 4 billion messages sent a day have us convinced. But text only accounts for a chunk of the features that Discord supports โ learn how Discord optimizes its platform to respond to the high frequency of queries for all types of content and data as quickly as possible.
I considered applying
But they were one of those "apply on company site" ones, so I moved on
hi
"Mooom, I neeed Nitro!"
lol
hi
So - Forknife
MEGA places were removed sometime in 2014, most likely July 28. After this happened, all users were able to make places that could have up to 50 players. Sometime in 2019, all players max player count was raised to 100. As of April 12th, 2021; all users can put the max players count per server to 100, while Developer Forum members may set the maximum player count to 700.
100
Dammit Jake
Here's the normal page
Concurs with 100 with available upgrade to 700 with application
Per active game
@rugged root I'm pretty sure that my electronical devices are cursed ๐
From the makers of interpreted languages and interpretive dance...
Interpretive programming languages.
!eval
x = 42
x += 5
x -= 5
x *= 5
x /= 5
x %= 5
@sweet lodge :warning: Your 3.11 eval job has completed with return code 0.
[No output]
@rugged root - specific to MS Office suite?
Personal or buisness?
Who do I ping? What does
say?
can we stop shouting?
Have we tried clearing cache?
CTRL+SHIFT+I
@rugged root you don't have to clear the whole history
Press this "clear site data" first
To indicate it's a tuple
Why tho
!eval
one=(1)
tup=(1,)
print(f"{one=}")
print(f"{type(one)=}")
print(f"{tup=}")
print(f"{type(tup)=}")
@sweet lodge :white_check_mark: Your 3.11 eval job has completed with return code 0.
001 | one=1
002 | type(one)=<class 'int'>
003 | tup=(1,)
004 | type(tup)=<class 'tuple'>
Yeah - It worked - nice!
Okay - see here - if you don't put a comma it just removes the parentheses
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
That's the name of the standards organization
"Older version of the modern jpg file format"
The JPEG File Interchange Format (JFIF) is an image file format standard published as ITU-T Recommendation T.871 and ISO/IEC 10918-5. It defines supplementary specifications for the container format that contains the image data encoded with the JPEG algorithm. The base specifications for a JPEG container format are defined in Annex B of the JPEG...
You've never had a JFIF before?
Open original
style="display: block;-webkit-user-select: none;margin: auto;background-color: hsl(0, 0%, 90%);transition: background-color 300ms;
look
Not white
background-color: hsl(0, 0%, 90%);transition: background-color 300ms;
#e6e6e6 color hex, #e6e6e6 color chart,rgb,hsl,hsv color number values, html css color codes and html code samples.
and there is no white and black
one=1
f"{one=}"
This wasn't added until later - but I love it
# Copyright (c) 2022, Ara Aso Muhammed
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Never sell this software.
# * Never use this software for illegal purposes.
# * Never use this software for malicious purposes.
# * Never use this software for hacking purposes.
# * Never use this software for phishing purposes.
# * Never use this software for spamming purposes.
# * Never use this software for scamming purposes.
# * Never use this software for bullying purposes.
# * Never use this software for frauding purposes.
# * Never use this software for stalking purposes.
# * Never use this software for doxing purposes.
# * Never use this software for revenge purposes.
# * Never use this software for harassment purposes.
# * Never use this software for stalking purposes.
# * Never use this software for revenge purposes.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
# The views and conclusions contained in the software and documentation are
# those of the authors and should not be interpreted as representing official
# policies, either expressed or implied, of the FreeBSD Project.
Co-Pilot generated this
aaa
If we could get rid of all the users my job would be much easier
Bitlocker!
@rugged root - how often are you finding unknown thumb drives?
You don't even need a USB
Use PXE
You can download and boot ISOs over the network with any persistent storage at all
(AFAIU)
!rule 5
5. Do not provide or request help on projects that may break laws, breach terms of services, or are malicious or inappropriate.
Ooo neat
lol
Careful
Many a young developer has wandered down that path, only to never return
nice path
Esoteric crap is [can be] generally less efficient, because you're forcing it to jump through a bunch of weird stuff
ha
Yo @lethal thunder
Made millions ,My offer is still valid though???
print(''hello'')
Who do you think we are? LP?
!kindling
Kindling Projects
The Kindling projects page on Ned Batchelder's website contains a list of projects and ideas programmers can tackle to build their skills and knowledge.
yes
Look at those languages 
Python just drowns mine
@rugged root this?
Don't use Ruby
Do use Rust BTW
both
Both is good
Which one?
Unreal is open source - you just have to sign up first
https://darkreader.org/ @green fable This one, right?
I like what it does with the Wiki logo
Help me make a language
A handy 60 second song listing the "pro-life" crowd's double standards. Check the following Twitter thread to read the articles for yourself:
https://twitter.com/EmersonBrophy/status/1437771703162114061
If you liked this, please follow me around the internet to keep up to date:
TikTok @ https://www.tiktok.com/@emersonbrophy?
Instagram @ https...
@zenith radish you should try brooklinen sheets
i somehow got into sheets/bedding stuff in recent months
.xkcd 1172
PILKIS
pilkis
toString() {
return [
new Date(this.millis()).toISOString(),
(
'0000' +
this.counter()
.toString(16)
.toUpperCase()
).slice(-4),
('0000000000000000' + this.node()).slice(-16)
].join('-');
}
๐ฉ
Pad?
In JS?
Proactor is a software design pattern for event handling in which long running activities are running in an asynchronous part. A completion handler is called after the asynchronous part has terminated.
The proactor pattern can be considered to be an asynchronous variant of the synchronous reactor pattern.
This?
iouring
https://kernel.dk/io_uring.pdf For people who want to read boring things
I use Azure
I like Azure
Can I ask a question?
Why I ask something in google
No
And the result is a page in Japanese
You can use whatever language you want
I search something*
You can even use containers, so you can build a container with "whatever the hell you want"
So your language is set to Japanese?
No
NFTs lmao
I search a lot of things and never return a GitHub page
Anyway, I searched a service name from windows
Oh
You got a single result in a different language?
Google "just does that sometimes"
If it's "close enough", or there's just not very many results, it will just give you what it's got
Thanks
"{:0>4X}", 433
@unique wyvern
is there an ergonomic design for keyboards xD ?
@magic night If you're wondering why you can't talk, check out the #voice-verification channel. That'll tell you what you need to know about our voice gate system
An employee effortlessly switches between playing a video game and his work behind his boss' back.
Original Video: http://www.dailymail.co.uk/video/video/video-1688436/An-employee-plays-video-game-boss-back.html
Daily Mail Facebook: http://facebook.com/dailymail
Daily Mail IG: http://instagram.com/dailymail
Daily Mail Snap: https://www.snapcha...
๐ง
