#voice-chat-text-0
1 messages Β· Page 269 of 1
bbiab?
@faint tiger π
@barren creek π
hello @wise loom
hi @somber heath
hoy
@wise loom hello
@warped raft hi
hi
hello
@stark river hi
isn't it middle of the night for you?
@somber heath I hope you are doing better today π
Less bad. Still feel cruddy.
I think I'm having an anxiety attack. I'm not enjoying it.
if someone can go to pharmacy for you I recommend this: https://draxe.com/nutrition/passion-flower/
helps me with anxieyty without making me tired
Is pretty.
If I were a bee, I'd hit that.
I think I managed to start sleeping without a pill, but woke up because the feeling in the pit of my stomach and maybe even my snoring causing me to breathe hard made my brain go "Is this anxiety? Okay! Anxiety time!"
I've an appointment with a doctor in the morning, so I can have what may well amount to a useless chat but you never know.
i have been on high anxiety the whole week, mainly cos hospital and pain
The decrepitudes of mortal existence. They are bad.
I want to punch them.
So cute π»
hello
@austere wigeon π
@fickle summit π
Professional video editing, color correction, visual effects and audio post production all in a single application. Free and paid versions for Mac, Windows and Linux.
!voice @north spruce
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
That's nice
Data analysis. Let's say, you have 100 000 000 random words and you want to find out things like the average word length, longest word, shortest word, most common words, etc.
Could someone help me with a quick script?
I need more details
can dm you the script, im a new coder testing things out
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
hello
that feeling of relief when you fix a bug π
"gawd dayum"
since 2020
11 am? ish
2200
i wasn't.. what's the word
i wasn't consistently on the task
like not all the time
creating web components
actually fixing bugs to be precise
pyqt5
bc coding is coding
no mic
i dont have one on my desktop
when i voice it's from another device
no need for React
you can just make components in plain js
making custom web components
the main advantage of React, as react devs say, is that it allows reusable components
but you can get the same in plain js
no.. not as good.. try the relevant channel
MLayout *my custom layout class in pyqt5
def doLayout(self, windowRect):
for widget in self.items:
# Size the widgets correct and display on screen
widget.setGeometry(windowRect)
Color *my custom color class
def setGeometry(self, windowRect):
self.widgetRect.setX(windowRect.width() * (self.widgetRect.x() / 100))
self.widgetRect.setY(windowRect.height() * (self.widgetRect.y() / 100))
self.widgetRect.setWidth(windowRect.width() * (self.widgetRect.width() / 100))
self.widgetRect.setHeight(windowRect.height() * (self.widgetRect.height() / 100))
super().setGeometry(self.widgetRect)
main Window for displaying everything
class MainWindow(QWidget):
def __init__(self):
super(MainWindow, self).__init__()
self.setWindowTitle("ToDo App")
layout = MLayout()
layout.addWidget(Color(0, 0, 50, 50, "blue"))
self.setLayout(layout)
app = QApplication(sys.argv)
window = MainWindow()
window.show()
app.exec()
Its not displaying any color
backticks is key above tab
@whole bear
here is problem i just cant see any color on my screen
@jade badger
is it supposed to be QColor?
.
wait give me some time
ok
im not a mod
he's not a mod
layout = MLayout()
where is MLayout class?
ok fine just wanted to know whether you have defined or no
I'm working on Lobster
language
it can't do codegen yet but I've come quite far with parsing and so
yoo
fun
i see turbowarp
I'd like to make a bytecode interpreter some time
do you still use it mindful?
yea
nice
i made goboscript which is a compiler for scratch
text code to scratch
new docs site?
polybit also worked on goboscript
damn
the time is 19.30
except it is now midnight at Jan's place
interesting timezones
are you evenr going to make a reverse version
there is one
scratch to goboscript
its called sb2gs
@whole bear
it's ongoing?
yea
@echo marsh whats the two-instruction and 1-instruction computer?
okay tell me,
jump if true
vs
jump if false
hm
same thing
no way to set memory
arbitrarily
I guess you could hardcode all possible memory layouts
is that even a computer though
i need to make a makeshift assembler
assembler to
bytecode
your bytecode?
yea
do you have a specification or draft?
I'd be happy to check it out
consts: vec![10.into(), 20.into()],
code: vec![
Code::LoadConst(0),
Code::LoadConst(1),
Code::CallOperator(Operator::Add),
Code::CallOperator(Operator::Print),
],
prints 30
cya millen
do you have registers?
print will print to stdout
Bye jan
cya
okay
hmm i will need a assembler
AAAA i need help
nice
@somber heath be like
@agile stream π
what's up
am experimenting with voice again
last I sent was #voice-chat-text-0 message
afair remember reading somewhere, both footballs were considered equally canonical at some point, because both had special names for them
@normal belfry π
we have it popular here too
@warm shore π
it's quite a meme how our two "capitals" have different names for it
or rather how the Northern (i.e. previous) one names it differently from the rest of the country
from around the same time (just after I remembered how to get that sound at high enough volume)
Sounds like something out of a horror game.
imo, high-pitched one are scarier, including for the reasons of them being so loud they hurt my ears a bit when I do them
π
anyone use anaconda navigator here?
@lunar ice π
yeah?
not me
gm
hello derulo
how are we all doing this fine morning
i'm debugging CI whilst taking a massive shite
its 8 pm for me :P
timezones....
my country invented timezones so ours is default imo
canada?
7:17β―AM Newfoundland (GMT-3:30)
6:47β―AM Halifax Regional Municipality, NS, Canada (AST)
4:47β―AM Winnipeg (CST)
4:47β―AM Regina (CST)
3:47β―AM Edmonton (MST)
2:47β―AM Vancouver (PST)
5:47β―AM
god dam
sleep
its too early
i'm just trolling, but I meant scotland
Hey @whole bear π
hiii :D
i haven't seen Alisa in soo long
haven't worked seriously with Python in a long time
(+focusing on a job stuff recently which is in Rust mostly)
contract work, no official position name (just a programmer)
dealing with infrastructure (soon will have to also do distributed things)
im curious in the quantum as well
ah i see
story being:
someone wrote a piece of software in C++
it failed
I got invited to try to rewrite it in Rust
the thing, that I wrote, works fine
C++ is still being quite a big source of pain there
for bad/non-existent async model and memory issues, as far as I've seen so far
did you suggest them Rust or was it their plan from the beginning?
gawd i have heard about sorry haha that shit sucks i hope i don't ever have to deal with it
i prob over exxagerated but yea it looks intimidating
gets on a vc in python discord, gets a lesson in quantum computing
I first told about working with Rust, and then after a ~month they suggested to work on the thing
the Rust project I've worked on before that was quite far removed from reality, and mostly existed for research
that in exchange provided a lot of experience with the type system -- which helps even for applications that may seem more mundane/dull
did you research as a part of your work or school?
independently
haha really that's cool
the thing was in Python initially but then I realised the language is just not enough for what I'm doing
there could've been a possibility that I would've had rewritten it in Haskell
but then Rust 1.65 happened
also Haskell is worse than Python at async concurrency, it turned out
honestly i don't see haskell as anything more than an esoteric language lol
it's quite expressive, so it makes it not so esoteric in adequate usecases
Why the Avalanche effect in a Zener diode is truly random from a quantum mechanics perspective.
the esoteric part is type system acrobatics with category theory
and it's only needed for a small subset of libraries which others are built on top of
right.. i have dabbled with haskell only once in my life, but i see what you mean
I still don't fully know how this happens
I was testing with sleeping tasks -- maybe Haskell has that specifically unoptimised
iirc, at around 100K tasks it stops progressing with 100% CPU usage (not hitting memory limits)
Python in the same situation struggles a bit but completes eventually
Mornin'
"variable reliability should be certifiedβ’οΈ so we need to use oracleβ’οΈ dbβ’οΈ"
Gotta Cache 'em All!
Wow, that's more than all the friends I have had through my life.
hlelo
hello* !
to verify my voice, i have to write 50 messages in 3-time blocks (10 min)?
Yep, just a half hour conversation
fine, 'll try that, thanks !
We support your overlordships
is there any channel like "Python for dummies" ? LOL i'm newbie in coding, i have marketing and business background
(channel in this discord server, i mean)
Hi! 
All hail Gallaxhar?
!resources Any channel can be that! We have a bunch of resources on our site. I typically recommend "A Byte of Python". And if you have any questions or need a concept explained or what have you, don't hesitate to ask
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
All hail Gallaxhar?
Hemdude, give em a wedgie
thanks Mr.Hemlock !
Happy to help
Get yourself a Linux cloud server with Linode!!: https://ntck.co/linode ($100 Credit good for 60 days as a new user!!)
In this video, NetworkChuck shows you the top 60 Linux commands you NEED to know! If you are a beginner in Linux, this is THE video you need to watch. If you are a Linux boss, I bet you a box of donuts there is a command in th...
as always, the worse thing is the lack of time... but i wanna dive deeper into "technical marketing" and i think python is a "must have"
"You call it addiction, we prefer sophistication."
- England
Mr Hemlock, it's a term recently Simo Ahava has published a "guide", i'm just reading the guide,
Here the guide: https://handbook.teamsimmer.com/
maybe for "developers" it's simple or obvious
but for people like me, "without developer background" it's nice path to follow
why i cant share my screen @rugged root
We've had issues in the past, so it's locked down. We can grant it on request. What're you wanting to stream?
Nothing i was asking cuase when i wanted to share it didn't work so i thout it was a permission thing its okay i get now
xd
discord should but a ai for this and they should add share screen for the bots as well
Eh, I'm not so sure. That'd be a huge cost to them, and they're already struggling making a profit from Discord as it is
they should sell it to elon he will take care of it and make the commuity servers with 3$
He's such a toolbag
he ruend twitter
the only thing that i like about him that he did starlink
@rugged rootchange your avatar man my eys are hurting me π
But.... Then how can I properly show my concentrated rage that is always deep inside?
drink water π

what are you talking about?
I was really hoping it was the Muppet guy
@rugged root
π«΅
https://store.steampowered.com/app/2194730/ServiceIT_You_can_do_IT/
(haven't looked into what it is but it reminded of you lol)
I'm guessing this would be the final boss
there are also some MySQL-compatible projects
(not only MariaDB which is a fork, afaik)
as with all good Oracle owns, they didn't make it
as with much good of what Oracle owns, MySQL was owned by Sun before merger
.xkcd 927
(assuming this was referenced)
Classic
"we're not making a different standard, we're just extending an existing one so you can switch over" is quite popular
though I can only remember instances of it for DB stuff
Fucking Adobe... "We made a standard, but we're not even going to follow it"
deceptive standard to confuse competitors
Just look at the English language for that one
i before e my ass
There was never a hard specification for English, though
there are "rules"
Though and tough
Can you guys hear me?
Through
lots of things wrong with english
It's Qiskit.
Yeah we can
Kees-keet.
++
Kiss-kit basically.
Oh huh
Well I go on a rant, and it loses its effect depending on the listener's patience and interest.
i can use "use strict" clause in ts right?
function-level? module-level?
@wind raptor 
in the modules
it's allegedly strict by default
But yeah, it's just a string
You can add it to the top of your TS files with no issues
Won't hurt anything even if it doesn't enable anything
I still do
a bit of clutter
If nothing else, it makes me feel better
I mean
It's one line
You scroll past it fairly quick
thx
then comes next.js with its "use client"/"use server" in that same place
I'd suggest also configuring ESLint to warn of what strict mode doesn't catch
@upper basin how do you screen share?
I have been bestowed the video perm by the all-mighty, Lord Hemlock.
this func blocked for me
oh thx
if the file doesn't fit on a screen, it's too big
flashbacks to Oracle's hello world where >80% of a file is something to "scroll past"
Kindly ask Mr. Hemlock for the video permissions. I believe there are a set of requirements to be satisfied?
Greetings Opal!
πΆ Particle beam, particle beam...
ok ok thx
HA
Pretty sure we're the only ones who will get that
@rugged root what i need do /what are u donig for get that?
What're you wanting to stream?
it
!stream 349130126216396801
β @dusk shuttle can now stream until <t:1709569600:f>.
LOL u are admin
ok, thx
We typically grant streaming as needed (so long as there's mod+ who's willing to be around). As we get more comfortable with folks, then we'll typically grant them a 3 week probationary period where they just have the permission on them. If they're responsible with it after that point, they get perma
Now, that's not to say that they can't lose it after that point
ok, thx
"Why is there a ring of students just looking at our new quantum computer?"
"Well, Dave found out last week that when it's unobserved, it likes to wander off."
How many hamsters in wheels would it take to power a time machine?
All hail Hemlord
Napoleon wasnt small
he surounded himself with tall people
his guard
- british propaganda against napoleon
"We can't find him!" "Aim down you idiots!"
they made fun of him
Gandhi was quite handsome
I mean british literally have no problem with soaking their best general in alcohol to preserve him on a way across the canal
ehh...
I think so anyway
Joomla! - the dynamic portal engine and content management system
Also I totally didn't realize he was a lawyer. I have a lot more to learn
Gotcha.
How is that whenever I join a python voice chat i hear something id expect, like stuff bout computers, but then it spirales down into arguing about politics
I feel like thats everywhere now. π€£
See: every discord voice channel
Not in my country, we just start complaining about kids bein anoyn
Even that can spiral to politics
the gen alpha hits harder in the post comunist countries
A phrase I never thought I'd read
because my parents grew up without freedom, their grew up in freedom and forgot about the parenting part
In a June 1918 leaflet entitled "Appeal for Enlistment", Gandhi wrote "To bring about such a state of things we should have the ability to defend ourselves, that is, the ability to bear arms and to use them... If we want to learn the use of arms with the greatest possible despatch, it is our duty to enlist ourselves."```
The U.S. Department of Energy's Office of Scientific and Technical Information
@topaz beacon
Oh so I WAS right
Would this be considered realism, or pacifism?
Realism and practicality
There's two parts of a revolution: an ideal and enough armed people to fight for it
Well, why was he considered a pacifist then? Can you be a true pacifist and still be practical?
World War One is the context
His most powerful and most effective methods were later in his life when he dedicated to pacifism
Still, I believe pacifism to be avoiding conflict even under the risk of harm or death.
He ended up living an ascetic lifestyle
As "calls to violence" are concerned, it's pretty lukewarm.
Compared to now yeah
Cobol cobalt whatever same thing
You can cage me, you can break me, you can kill me, but I won't push back. I thought that's what pacifism is.
Like this sort of incredible spiritualism that you completely forgo worldly matters, to the point that you will not raise an arm to defend yourself or your kin. Basically a vow of forgoing violence, even when justified, or necessary.
Rory slides aboard the Kia EV6 GT, a family car with a list of features as long as your arm, and motors as powerful as some supercars.
Looking for your next car? Auto Trader will help make finding your next vehicle easier than ever. Compare expert car reviews and recommendations, and find your perfect car through our official YouTube channel.
...
A team of students from Swiss universities has set a new record for the fastest acceleration from 0 to 100 kmph in an electric vehicle (EV). Their creation, named 'mythen,' achieved this feat in just 0.956 seconds, beating the previous record by over one-third. The EV is equipped with four hub-mounted electric motors and weighs only 140 kg.
I misheard red father, and fun fact, it's the story of Bernard Ades, a Communist Jewish lawyer who in the 1930s fought for civil rights at home and against fascism in Spain. Narrated by his daughter it chronicles the blacklisting, surveillance and harassment by the FBI; she speaks candidly of her troubles with his ideology just as she admires his ideals.
Opal, isn't it 4 AM over there?
Yes. I slept for a few hours. Woke up feeling icky. Trend of improvement.
Sorry buddy
Have you tried Magnesium? That's what I have been taking for the past few months. Helps me sleep.
i slept for 9.5 hours
Otherwise, because of the thing, I can't fall asleep, and end up rolling around all night and not getting any sleep at all.
still i feel like its not enough
My problem isn't directly to do with sleep.
I know, I imagine this is just a consequence of it.
With Heathrow, it depends a lot on which terminal you're traveling through
"You get a laptop, and you get a laptop, and YOU get a laptop..."
And you dont, you are supposed to be cleaning
@karmic vapor π
def payroll(employee, hourlypay):
do_thing()
return paycheck```
You're not using employee, hourlypay, and not defining paycheck?
Whole point our software will auto load those
How?
If you didn't listen, then you are way lost
Why?
it's to let companies put in custom rules without losing our minds
Well, you still need to define how those parameters will be used to define the rules.
You still would have to reference the stuff.
they are predefined by our software
Remind me that I need to get some emery boards...
def payroll(employee):
pay_check = do_thing(employee)
return pay_check
i
i2
i3
π₯
@dusty jasper π
@rugged root hi im trying to learn Py and am using this program to "simplyfi" the learning and is giving me this error> Python script path must be set.
could you help?
You'll have more luck posting your question in #1035199133436354600 I think
Thank's a lot man
damn my wifi so bad i can't make out a word and the ones i can i don't understand π π€ see u guys when my wifi levels up
@mild lake π
There is a voice gate #voice-verification
oh but i need to meet the requirements but havenβt reached them yet
Ahh no worries. It doesn't take long π
ok
@wind raptor have you used React before?
What are you making?
@forest zodiac I knew React before vanilla JS. Then, I learned vanilla JS and gained better knowledge of React.
Well Javascript is like Python
I made this with React
Mainly for fun
Yeah, recreating something is a stepping stone to making something that can change the world
Because you get an idea of what to do to change the world
should i like start learning JavaScript?
What field of programming are you into?
It's pretty handy when you want to show off projects later
Yeah it's worth learning
it makes your website dynamic
where should i start learning tho
youtube tutorial to get a general idea and then do some projects
ok i will get started, thanks
What We Do in the Shadows
ooo
!stream 962128994814263316
β @sweet sorrel can now stream until <t:1709611763:f>.
!stream 962128994814263316 10M
β @sweet sorrel can now stream until <t:1709612904:f>.
!stream 962128994814263316
β @sweet sorrel can now stream until <t:1709616284:f>.
!stream 1053732836693258391
This Bodycam game has graphics like real life, FPS, pretty crazy, Unreal Engine 5. Playing TDM and free for all. Thanks to Reissad Studio for the key. Leave a LIKE and a comment.
Oh that is pretty neat
@sharp gust Yo
@steep gust Yo
yo
How's it going
@rugged root , Can I make a broadcast to demonstrate my code?
What're you working on?
!stream 349130126216396801
β @dusk shuttle can now stream until <t:1709649662:f>.
brb
@dusk shuttle what are you making ?
i just wanna to create site )
wait youre using python as your back end of the site?
I would explain in voice chat, but I donβt know English that well and Iβm still lost, there are too many people for me
yes
Djnago, django rest
if u have questions u can ask
ohh wow nice well i'm quite new i didn't know you could make wesites with python as back end. I'm in progress of learning how list work
u can create sites, games ect
but games will be slowe, becouse python is high lvl lang
you need other programs with it right . oh now i see
How've you been
Just broke up from an engagement otherwise Iβm doing good π
Mmhmmmmm
Im ok tho
Really
Yup
Amicable
Yeah π
Heheh yea
Oh my god haha
Pffttt
Haha π
@frosty star we sure everything is okay ???
Yeah donβt worry abt me π life must go on
if you say so well glad you're feeling better π
@peak depot if you see a psyco run
@peak depot and if she can fix a Rubik's cube with her V run its not worth it
When I came to this channel, I thought there would be sweaty men here coding hard. Reality => young guys are sitting here discussing relationships
why?
facts lol
i was here thinking it was going to look like the gym but nah lol @dusk shuttle
Can someone please help with this - https://discord.com/channels/267624335836053506/1214592740050997310
What countries are you from?) Why do you know English so well?))))
Because I'm from the US
i speak 6 languages though from italy i live in the states now @dusk shuttle
WOW
sometimes we discuss food instead
how old are u?
24
you are very cool
what about you
And how to clean pots
Carmageddon is a vehicular combat video game released for personal computers in 1997. It was produced by Stainless Games and published by Interplay Productions and Sales Curve Interactive. It was ported to other platforms, and spawned a series.
In 2011, Stainless Games obtained the rights to Carmageddon from Square Enix Europe. iOS and Android p...
@frosty star wait how to clean pots?
You can use this cleaning solution called boron or borax or something (i forgot what its called) but in the end wire scrubs remains superior
Anyhow, we really just talk about everything
And thats what makes this discord so great.
!stream 603965701988024361
β @kind wharf can now stream until <t:1709653482:f>.
is there a reason i cant speak yet lol i have being typing for so long no way i havent hit 50 words already
50 non-deleted messages in channels other than the bot command channels
Joined more than 3 days ago
Active for at least three different ten-minute blocks
β @kind wharf can now stream until <t:1709655367:f>.
its been tellim me 50 messages for so long lol
so like i need to be active for 10 minutes 3 different times?
Or just a half hour conversation
everything else i have done only the messages remaining its telling me
You can always chill out and chat in here. If we're in VC we're typically watching chat as well
That way no one gets left out.
borax
fluent python 2nd edition
my granma still uses Motorola
what language is that?
Finnish
where i come from we call it @peak depot thirty three-ten
lol
Okay
@sweet lodge Yo
9 members
Most of the "enterprise" tiers are fucking rip offs, see https://sso.tax/
A list of vendors that treat single sign-on as a luxury feature, not a core security requirement.
But GitHub is based
yo
How goes it
I'm falling apart over here man
Holding on though
How goes you and yours?
Why?
many long stories
Yo
pipx is really nice
have you tried rye?
Name doesn't sound familiar, what is it?
So another alternative to poetry or is this something different than that
and astral made uv and acquired rye
i think yea its a alternative to poetry or pdm
but its very easy to use
and fast
WTF
Maybe someone knows, I'm receiving incorrect data?
Expected -> user_name
They come -> username
Discord hating my audio today
How do you mean?
I opened the voice settings to fix my mic and my headphones stopped outputting audio
Change it to be consistent, see what happens
Oh nice
astral is rewriting python tools in rust
okay
uv is replacement for pip
ruff for black and all the linters
Jesus
Click on the thumbnail to watch a 16 minute introduction video
That's a lot
ruff I will say is amazing
I'll probably check it out once it's using signed binaries
that's me
π
wat
True
He's very right
@whole bear I love the cat head on the top of the code blocks
It's cracking me up
yea
it was added as a april fools day joke
the community made a plugin to keep it forever
Worth
I only wish it allowed trailing commas
Visually
Agreed, but I get why it didn't
wat
@honest pier Still faster than XML parsing
who gives a fuck
Eventually it is
I do see where you're coming from, pub
Wait why would it be tougher?
Comma would delimit it right?
Pretty much all languages do anymore
HA
Is that the one PowerShell uses, Rab?
@amber raptor
pub is spouting a lot of shit
But the point was "grab the next four bytes, and that's your four byte number" is a lot faster than "Is the comma here? No. Next index, is the comma here? No. Next index, is the comma here? No. Next index, is the comma here?"
Is it just an issue with the given lib parsing the float? Or the separation between that one and the next object pair?
it's because floats are annoying
Fair
Are there any good alternatives in your eyes, pub?
I've seen a handful out there specifically for serialization but I haven't seen any clear winners
You can talk
I can hear, just can't speak
Only available for .Net: https://www.newtonsoft.com/json
Json.NET is a popular high-performance JSON framework for .NET
HA
NO SOAP
Not big on hygiene?
Why are you not using Python?
Performance
the skids don't like python
Leaders in Industry Support White House Call to Address Root Cause of Many of the Worst Cyber Attacks Read the full report here WASHINGTON β Today, the White House Office of the National Cyber Director (ONCD) released a report calling on the technical community to proactively reduce the attack surface in cyberspace. ONCD makes theβ¦
They're discouraging the use of C/C++ for security reasons
Pubby is a skid confirmed
And touted Rust as the best example of a language that corrects the issue
π¦
I've actually finally gotten around to learning rust π
I'm about half way through the rust book
Yeaah, I'm finding I'm not massively motivated
Was heartbleed the one that was an architecture issue or was that specter?
I thought there was one within the last few years that was an issue with x86_64 that had to be patched
Ah okay yeah
Knew it was one or the other
Understandable
Everyone is shit
I'd be impressed if a 5 year old could set off a nuke
i hate that rust doesn't have default arguments
nope
Huh
i know what they will say if i ask to add it
Currying?
no, they will say you should create a enum to represent options
and use the default trait
Oh yeah, looking at some of the topics on it, there's some fuckery you have to do
its the javascript options object parameter
OK guys, thx for watching my stream, thx @rugged root , bye
Catch you later, sergio
It feels weird that there's nothing like that
Is it just to reduce bloat?
Since it'd have to create those values at runtime every time?
@cerulean ridge Rust
Python, Ruby
Yes, but they handle their own garbage collection and take other overhead precautions
Yeah, there are more eyes on the CPython source, so less likely to have vulnerabilities
More than GCC?
I mean, as opposed to some random person's C code
Fair
Oh right fair
Yep
One point of failure to fix as opposed to an entire industry
Back in a sec
match expr {
Expr::Reporter(reporter, ..)
if matches!(
reporter,
Reporter::TouchingMousePointer | Reporter::Touching
) =>
{
This is ugly
agreed
can't you just nest the matches! into the match
nope
why not
need reporter as variable
so use a @
what
Nvm
Hey all π
rust macros?
Yeah
thats a android thing i think
you can delete it
android dirs are even more stupid
everytime you plug in a USB in a android device, it will create a billion of stupid folders
and you cant get rid of them
if you delete them it recreates them when you plug it back in
/bin is symlinked to /usr/bin always
Sometimes...
most of the times
I think it depends on the distro?
fsck
mount fsck
The reason why both /bin and /usr/bin exist in the first place is basically just a historic accident: http://lists.busybox.net/pipermail/busybox/2010-December/074114.html
They couldn't fit the whole operating system on the first drive, so they moved some stuff onto a second drive.
They'd both be in the path
But you really wouldn't want them symlinked
Well unless it's a soft link I guess
such a unix moment
Swap is typically a partition I thought
mine is a file
Why did I think it was always a partition...
linux doesnt care
can be, not always
Challenge accepted
Call your mom to let her know I'm on my way
hows you @pure gust
shes dead
Hanging in there, 'bout you?
came to meet with you
There's not a safe joke I can follow up with
hemlock is the guy
Oh yeah? What's up?
im kidding
no he is not what you saying ?
just done with exams.
@whole bear He's a regular.
Niiiiiiiice. What're your plans now that you're free?
@upper basin
You have a question or need sth from me?
some helps tbh
i need a break from work, whats up
Sure, can I know on what?
can you remember you helped me to make my resume regarding that google internship and at that time you were pointing out some mistakes in my linked in profile.
so am done with exams and need help in that now to make it bettter
oh ok.
I mean, besides those items, I can't think of any other additions.
i thought you meant programming help lol
i forgot about those things now its been a long day
If I recall correctly, you needed to fix the descriptions for the roles, update the linkedin skills, and fix your linkedin title.
umm brother if you are free can i screen share to your dm ?
Make your role description clear, detailed, and relevant to the jobs you want to apply to. Your linkedin profile is basically your portfolio. The main changes you need to make are making the skills relevant, and changing your title to one or two main key descriptors for who you are as a developer.
@terse needle Are you trying to sell him on Void?
In fairness I just came back
I just heard minimal Linux
I can't right now, my apologies. I can do it sometime this week around my day.
I joke with love, KJ
i gave a software engineer resume to my boss and became a controls engineer π
Right now it's almost 2 AM here, so I need to finish some stuff up.
i keep your points with me thanks for that.
Griff is rocking NixOS, which still drives me nuts
can you add me brother i will ask someday and that day we can
I get the appeal, but just.... eh
I have your dm.
@sweet sorrel That's a core part of AD, though
i get many dms and it went down so i request to add please because in future i cam ask any doubts if i have.
sure add me.
sent brother
thanks @upper basin good luck with your work i will tag you in weekend.
there should be an IT monkey custom emoji
IT ducky
can you give me a share screen role please @rugged root
Don't know what that would look like, though
@haughty sonnet @gray kraken What's up
We can hear you
Greetings @wind raptor
@wind raptor opinion on balls
good
@haughty sonnet @gray kraken Yeah, it'd be better to ask using the help system. See the #βο½how-to-get-help channel for more details on that
I wasn't sure which of you asked the question, apologies
compiler
dev, wanna hop to live-coding?
did you just say idc?
@haughty sonnet Please don't waste our time with trolling
@sweet sorrel Not always like that, in fairness
bro doing any%
god bless the developer who added the mute function.
damn
you cantt handle a joke?
I'm blind, I'm deaf i wanna be a DEV
Jokes? Yes. Low effort trolling? No.
People are having conversations in here, and you were being disruptive.
and the block one too
and i was talking to @whole bear at the same time about what he was coding
You can appeal by messaging @rapid crown. Don't discuss it any further here.
Building documentation
To build the documentation, first install the required dependencies:
pip install -r docs/requirements.txt
then run the commands:
cd docs
make clean
make html
the docs will be under docs/_build.
Oh huh. I didn't realie that read the docs was a service
I thought it was just a format/style
me too '
There is a set format
Ah gotcha
https://numpydoc.readthedocs.io/en/latest/ Oh it's an extension
Yeah pytest is dope
Integration tests
Which you will
Back in a tic
someone sent me this, what are your thoughts?
It's very stressful
Because all I can see in my head is something coming the opposite way
?
don't use ar here
thx
ehe
3 arabs
ye
Back later, delivery run
dont eat it in the road
