#voice-chat-text-0
1 messages · Page 359 of 1
My girl was like why can't they call promgraming like python more cute like pandas. Replace python name to like Ducks or flamingos
She hates snakes lmao
hahahahahahaha
The Python's snake is pretty
i use express, prisma
import fireducks.pandas as pd
all hail hypno toad tw
I'm gonna try it
btw*
Is fireducks available into Google Colab?
Okaay, I'm gonna try it
You know, I ought to use Colab due to the connection that it establishes with google drive
ow this cookiecutter have alot tools
so I can modify an excel (yes, my teachers still use excel) into google drive
it's a library?
is framework for django
is like react is a lib and nextjs is a framework
jajajaja is my hispanic way to say laughs
eeee
you speak spanish
wait me until I reach 50 messages
to join the spanish conversation
are you portuguese
portuguese or spanish ?
I from Brazil
English is more difficult probably based on area that you're speaking in
oooh nice
kkkkkkkkkkkkk
Example: People in chicago talk crazy slang/ interesting accents
bruv whenever i hear chicago, it gives me a bad vibe , i was at UChicago for a couple of days, got robbed on day 1
That's rough for sure, sorry to hear man.
😭
I have to go, hopefully talk to you dudes soon.
Byee neuro
Its way better her in NC
If you have any questions about sql
bye mate see ya
you know, send a message
i am currently learning sql
neuro too
are you an expert
not at all hahaha
yes I looking, I main stack is js
@bleak copper cool
macha
i also want to get a good job in the US, i am an international student
is open source, can I contribute?
where are you from leo
duke
Duke University do you mean?
yeah
oh nice
yeah, he's currently a teacher at my uni
where are you from ?
Argentina
cool
Second biggest city
is dibu from there ?
Noo, he's from Mar del Plata
oh
Mar del Plata, Tigre, many other cities
They're next to the country's capital, Buenos Aires
oh
Literally next to Buenos Aires
From Cordoba are Nahuel Molina, Dybala
Julián Álvarez
cool
agriculture site programmer is: https://github.com/drakeredwind01
@bleak copper subscription model is better tbf
like a service
which state
are you from
btw
nicee
i was just in Texas a week ago lol
at UT Austin
kkkk, imagine the bro going to a favella
sao paulo
literally i'll try to transfer to UC's i guess
sao paulo is like bed stuy in 1984
😭
education should be free for everyone
That would be an investment, letting the teacher work without worry
so true
crime here is organized
yes, são paulo
is same colombia
the whole system is in crime, all classes
new orleans is It's dangerous too right?
is the war drug
yes
x.com is baned in brazil
in venezuela too
but, why in Brazil?
government banend
It's turning into a dictatorship
no freedom of expression
the both is the same
criminal
tes
yes
is to bipolar
I dont vote nobody
is all trash
sorry what
yes
brasil cant acess
we need vpn
and have tax if they got you using vpn
is like funny
but i still not vote, all is bad guys
the system is close you only can make part if you play the game
you cant chage the game
Why am I suppressed, if I may ask?
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
i wanna steam
i would use push to talk if i wasn't afraid to talk
what keyboard are you using?
it is both
@primal shadow esp32
mp3 player
mod player actually
not yet
im working on it
in rust and its not working
yea esp-rs
what switches does it use?
i know nothing about mechanical keyboards
i want one
i want a keyboard with nice feel but my laptop keyboard is kinda good
asus zenbook
doesn't have the secondary display
but its a convertible touchscreen
2.8k res
oled
nope
crispy text
dont have a desktop
i use vscode for the ai
supermaven
i can use helix
terminal modal text editor
it requires no configuration
downside is that you can't customize it
kinda disagree
nope
the developer experience isn't as good as python or lua
the keybindings are cool
its different
like it selects first, then you do the action
wd instead of dw
no
if you press w, it will select a word
but you can see what you have selected
before you press d to delete it
@queen vigil how you doing?
dw in vim
so in vim, you can't see your selection before you perform the action
it is its own thing
unrelated to vim
the keybindings are inspired from kakoune
so kakoune is related to helix in the way vi is related to vim
vscode has replaced vi, vim, neovim
only neovim
the editing experience is sure, but the ecosystem is gold
!voice
Can’t talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
good man
The code I was stressing over is finished and the bot is running perfectly.
Bio engineering is quite cool
sup dude
omg, is hard see that
yo wassup
the rules on this server for getting voice permits are strict
anyway what are you up to, satoshi?
!e py print('snoitatulas'[::-1])
:white_check_mark: Your 3.12 eval job has completed with return code 0.
salutations
exactly
poem
Hiya.
huh
it actually is a thing
by the same logic as `naïve' and `coöperative'
diaeresis not umlaut
Wheelie bins.
Bins.
Oh.
Rubbish.
We recognise trash and garbage, but rubbish is the more common term used.
@whole bear👋
roska = rubbish and jäte = waste
Hi
It's not a great game engine, correct, but people manage it.
Including 3d
Mm.
So does everyone else, Jikky.
After.
My point.
yes
`inline code`
```py
code block
```
(some renderers might require writing ```python not just ```py)
this one is good for dealing with Markdown but it might sometimes be more angry at the code than it should
https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint
everything stylistic it complains about -- that it should complain about
the two things I encountered that may, at times, be more okay than it sees them:
empty link [...]()
HTML
for embedding HTML I prefer writing plugins/preprocessors for the rendering engine instead of putting it in Markdown directly
(so far only needed support for abbr)
@loud tapir you're echoing.
Please put your question in a brief and clear manner here first.
If there's code, you can use the pastebin.
!code
py
created_at_dubai = log.created_at.astimezone(dubai_tz)
taken_date_dubai = log.taken_date
taken_time_dubai = (log.taken_time.replace(tzinfo=dubai_tz) if log.taken_time else None).strftime('%I:%M %p')
ended_at_dubai = log.ended_at.astimezone(dubai_tz) if log.ended_at else None
return_date_dubai = log.return_date
return_time_dubai = (log.return_time.replace(tzinfo=dubai_tz) if log.return_time else None)
created_at_dubai = log.created_at.astimezone(dubai_tz)
taken_date_dubai = log.taken_date
taken_time_dubai = (log.taken_time.replace(tzinfo=dubai_tz) if log.taken_time else None).strftime('%I:%M %p')
ended_at_dubai = log.ended_at.astimezone(dubai_tz) if log.ended_at else None
return_date_dubai = log.return_date
return_time_dubai = (log.return_time.replace(tzinfo=dubai_tz) if log.return_time else None)
The timezone issue?
i wanna find who was using the care in betwen the take time and return time
like on3:50 pm time 2024-9-21 date
@whole bear features should have purpose. Start by asking why this feature exists, and whether it's not already implemented in one way or another.
Generally speaking, you should start with a problem statement (the issue, the feature request, etc). Then, you would start coming up with solutions. If a solution makes sense, and is efficient compared to alternatives, and is relatively easy to use, you would prototype and test.
I've made the mistake of adding feature for the sake of adding it many, many times. Result is cancernous code, aka code that doesn't serve much purpose but takes space.
nah this code so important
as in?
My statement was not directed to you if you're speaking to me.
We have 10 cars in our parking lot, and different people take them. Before taking a car, they must register the time and date when they take it. When they return, they should do the same. However, some of them receive fines on the cars. The only way to find out who is responsible is to take the car number and check the registration log to see who was using the car at the date and time the fine was issued.
I am not informed on the prior discussion, but I would imagine you would look at the dataset generated by the log, and simply look at the rows between the take time and return time.
How do you become aware of the fines?
it come from the police as a message with the car number and time date
Are there specific intervals?
Every week, every day?
Immediately?
select by latest start date such that it's earlier than the event
if the corresponding end is after the event, you know the interval
if the end is before, something has gone wrong, you need to alert that
@whole bear Why?
@vocal basin cant i do like take time 10pm > fine time 8pm < return time 8pm
lol
It's not a game, it's a website. The focus should be on efficiency of the information delivery.
Design serves a purpose.
intervals are non-intersecting per car, so it's simpler to just select based on start/end not both then check afterwards
Color schemes, structure of the elements, they all serve a functional purpose. It's rarely there just cause.
then make sure there's an index supporting that query
either of these two:
(car, start, end, driver)
(car, end, start, driver)
then you select (end, driver) based on car = ..., start < ...
or (start, driver) based on car = ..., end > ...
Europe’s Leading Laravel Conference
https://laracon.eu
1000 what
pixels?
Hi
just 1000 it can't take because it's not a length
@whole bear
only 0 is allowed to be unitless there
@fleet briar 👋
the grid is now coloured
Hey, can anyone tell me from where I can find some practice problems for python. Thanks in advance
Are you making a television screen?
!kindling
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.
@somber heath thanks
Cute mug
And coding juice XD
Coffee = code
@vocal basin py finon = LogsC.objects.get(taken_date__let=finedate,return_date__get=)
I don't remember how Django does SELECT based on a range
i wanna way just to find in the obj the time should be more then taketime and less then return time and cpam we got him
you can't just .get based on equality there, 'd expect
find a way to do this
start being taken, end being returned
how car = start ?
it's not
from a fine, you get a car and time
so you need to find all leases that start earlier than the fine happened
for a specific car
yes true
out of those leases, you need the latest-started one
which is order by+limit
in SQL
you need that, but in Django ORM terms
yes true i think i found it
"ordering data" sounds a bit off indeed, in this context
ordering isn't a process on its own
🐍🐍🐍🐍
Now make it as possibly good as you can. Be creative and do new things! Make sure its still a 404 page! Keep the current theme. Make sure to keep all the current information and maybe even add more debug information. Make every element 3D or 2D animated. For the extra information box, try to include port and all possible debug info. Optimize both the CSS and the JS to be fast. Make sure that everything is aliened properly and does not have margin or padding issues. Check that everything is always looking correct and that there are no issues. Make sure that the debug info is only viable when toggled. Add little Easter egg interactions and hidden secrets. Don't include any images except from font awesome. Use the best method to really made sure that debug info is hidden when not toggled. Do not focus the toggle info button by default. Format the debug info to make it look very good. Make actually good Easter eggs and not just plain boring ones. Make sure that debug info toggle button actually does toggle the info to be shown. Make sure that you are getting the data correctly and have fail safes for everything.
asking to?
Spine?
Goodhart's Law is a principle often cited in economics which states: "When a measure becomes a target, it ceases to be a good measure." This adage was named after British economist Charles Goodhart, who originally formulated it in the context of economic policy.
The essence of Goodhart's Law is that once a specific metric is chosen as a key ind...
Revamp the 404 page with creative animations (2D/3D) while keeping the current theme and all existing info. Add more debug details, including ports, but make them toggleable and hidden by default. Ensure no margin/padding issues and that everything aligns perfectly. Optimize both CSS and JS for speed. Add well-designed Easter eggs and hidden secrets. Use only Font Awesome icons, and format the debug info to look polished. Ensure the toggle button doesn’t have default focus. Keep everything visually appealing with no glitches.
this is from chatgpt. @whole bear
Ubuntu fonts
just went deaf
well well well
lol this is agggz
Please create a advanced 404 page. The website name is nerd bear. The website link is nerd-bear.org. Animate every single possible element in new special 3D ways. Make it super interactive and not plain and boring. Please Make a button that toggles a box to show called the extra info box or similar that will show all possible available information like request URL, query, IP etc... Make the theme modern and sleek and not pix-elated. Make it using tailwindcss and good conventions. Return the code as a html&css&js file not react or similar. Make it gray themed, not to bright and not to dark. Make every element 3D or 2D animated. For the extra information box, try to include port and all possible debug info. Optimize both the CSS and the JS to be fast. Make sure that everything is aliened properly and does not have margin or padding issues. Check that everything is always looking correct and that there are no issues. Make sure that the debug info is only viable when toggled. Add little Easter egg interactions and hidden secrets. Don't include any images except from font awesome. Use the best method to really made sure that debug info is hidden when not toggled. Do not focus the toggle info button by default. Format the debug info to make it look very good. Make actually good Easter eggs and not just plain boring ones. Make sure that debug info toggle button actually does toggle the info to be shown. Make sure that you are getting the data correctly and have fail safes for everything. And format the debug info. Make it super advanced and add a runner game with a start, end and pause menu with game and music settings. Use icon and similar libraries for game assets. Use public online libraries for the sound effects and music.
Where did you go?
yo, what are you guys up to?
Making notes taking app
What about you?
nothing much, just trying to lurk and maybe learn a thing or two, pretty new so basically anything is new ;)
Wdym?
like we are in the same voice channel
so i assumed that usually people talk and only the people that dont have voice permits yet have to write
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Oh I am writing because you are writing
fair enough, i dont want to inconvenience you though, so feel free to just talk if you prefer
I perfer to write so
Hey I think the problem was in my headset.
Please come into the voice channel
yo here i am
I'm here
Say one the math route and grind the math out. Then when you get to the coding/programming then you have a major tool and skill tree to then push through and possibly overcome the widest problems that are stacked within multiple nested supersets projects.
The other skill to learn is learning how to be a writer. Yes an archetypal writer.
@tepid jackal
One other impactful skill to learn is to get your words per minute rate up to 60 words per minute.
Well thx for the advice again, especially the words per minute, i didnt consider that yet, however i just did a quick test (3 minutes, i know that i will likely have to do that longer than that in practice) and i got 56 per Minute with 100% accuracy so i think i will focus other things for now
😮
@calm smelt
def f():
return [lambda x: x + i for i in range(5)]
for g in f():
print(g(0))
what does this output?
for x in range(5):
print(x)
for loop
print(0)
print(1)
print(2)
print(3)
print(4)
What's this?
https://github.com/Johnny5x5/Jumpstart/blob/main/Thought hash
I am looking for someone that can help me give me a review. Of my short hand technical write-up.
yo
@main vector 👋
wsp]
@sturdy shell 👋
guys i need help
what kind of help
@rigid trellis 👋
so basically im given a bunch of open source projects and i'll have to
- pick a repo i like
- check out the application, try to find bugs/areas of improvement
- create a high quality github issue
- dm me the github issue link
can u help me?
dm me the github issue link
Dm who?
@sacred robin 👋
my team lead
@obtuse tangle 👋
that's odd
i need help or im cooked
whats happening?
@random copper 👋
Python Kids....
Hello my friend 😄
ace doing work, milien and aymen talking about education... everyone else listenin' in
oh okok
@stuck furnace 👋
Im getting a little overwhelmed, trying to remember how i made the online code editor 😄
& learning CPP, in school, have to redo websites in HTML...
@austere hornet hello what's going?
not much
@steep elk 👋
I shall be off to bed. Have a great day or night everyone.
What happened?
i don't know
On mobile that's why ig
Someone screamed, and I'm not in the mood for trolls.
@whole bear 👋
5000ms
@obsidian dragon It's at around 640Hz
why 5000 ping?
n1
wtf
im getting ar ping but can hear shit
@dry jasper "how much Python percentage-wise do we count as a Python project?"
(I'm integrating Rust into Python, so there's considerable amount of code on both sides)
This is where I'm getting stuck
Actually tying it to the input hooks
Just trying to hunt for where they are in the CustomTkinter code and figuring out what I'm supposed to hook in
And I'm just frustrated with myself because I keep beating my head against a wall
@whole bear Hi and bye
!stream 381154715293188106
✅ @dry jasper can now stream until <t:1727104073:f>.
The rainbow lorikeet (Trichoglossus moluccanus) is a species of parrot found in Australia. It is common along the eastern seaboard, from northern Queensland to South Australia. Its habitat is rainforest, coastal bush and woodland areas. Six taxa traditionally listed as subspecies of the rainbow lorikeet are now treated as separate species (see T...
If I had to guess the college student neighbors got drunk over the weekend
Is there a specific usecase why you work on this project?
stuff at work might potentially benefit from it, but the project itself is not proprietary
(we already depend on some of my open-source projects at work)
when are we getting autopep7 for C code
!pep 7
@whole bear
it's obviously going to be Soviet ☭
Speaks in Marx
oh, demo videos are finally loading
Groucho?
that sounds too similar to Khrushёv
slavic is between all these
finno ugric languages
@willow light CS2 language
CS GO winner language
It is just interesting how we look at Western stuff so specifically when we talk about languages and stuff
Like
would be interesting to see cheating ban stats for minesweeper.online
I want to go as miles morales and Gwen Stacy for Halloween
Like.... Dead Gwen or....
I broke something again
How?
I selected a project, then deselected it
I have no idea
can't replicate
for some reason the first time it did not show another project as selected and non-deselectable
Oh I haaaaate this
now it does
Blame tkinter
yes
root.do_one_event seems like the obvious way to do it, but ok.
Then tkinter is dumb.
I think that's how Java does it, DoOneEvent.
do-One-Event
Greenland (Greenlandic: Kalaallit Nunaat, pronounced [kalaːɬːit nʉnaːt]; Danish: Grønland, pronounced [ˈkʁɶnˌlænˀ]) is a North American island autonomous territory[14] of the Kingdom of Denmark.
I've done surprisingly little work on figuring out how to use OpenProject so far
Mochi , Mochi , Mochi @peak depot
D A R K S K Y P A R A D I S E
AVAILABLE NOW!
Deluxe: http://smarturl.it/DarkSkyParadiseDex?IQid=vevo
Standard: http://smarturl.it/DarkSkyParadiseS?IQid=vevo
Get The 'DARK SKY PARADISE' Black Long Sleeve + IDFWU Beanie Bundle: http://smarturl.it/bigseanshop?IQid=vevo
Director : Andrew Hines
Production Company : FRE...
@rugged root trivia question: do you know what OpenProject's term for their equivalent of "issues" is?
One man can change the world ☝️
as in umbrella term for these; similar to GitHub issues
scrum
user story is fine
usage scenario
epic is just scrum only
some other models do cargo-cult it out of scrum
and have their own meaning of it
"work package"
THAT'S what they call an issue?
unit of work tracking
I guess one good out of it is that it heavily implies not to create micro-issues
tbf whether that's "good" depends on a specific object
Scrum is fun, you spend all your time in meetings, and eventually have a meeting to discuss whether you need fewer meetings. And nothing ever gets done.
look at these happy place
that's what OpenProject comes with as a demo
I fixed it to better reflect reality
Program pydroid 3
Btw my literal uncle is Ken Scwaber, and he is horrified by what "the series of tips and tricks" has become.
if you're on Android, I highly suggest using Termux
(Yes I am related to one of the original authors of scrum)
Why can't JIRA look like that?
@ plome oh, nice, another advocate for Termux+Vim has just joined the VC
Vim is overrated, use ed instead
extremely based
***ex***tremely based
(ex is what happened right after ed)
and just before vi
lmao
no, nano is somewhere to the side
codewars
Leetcode, such.
I would recommend working on some project instead. Everything seems easy until you have to implement it yourself.
@rugged root
katas -- codewars
I gave up on leetcode, I do codecrafters projects. Currently working on building http in Go.
codewars targets education, leetcode targets interviews
codecrafters is quite good allegedly
(but paid, right?)
I am also working on improving my typescript. Been working on iterators, iterables, and generators.
I'm having a enough of that type of stuff already
@verbal zenith @rugged root as claimed by two random internet sources flame colouring is from emission not reflection
so a different mechanism
sodium flame is yellowy
but its oxides and salts are mostly white
Acetone peroxide, also called APEX and mother of Satan
The game
funny how this shows up when I look it up
thermite?
(something fluorine?)
defunt
It is, of course, extremely toxic, but that's the least of the problem.
chlorine trifluoride
you can guess by the name how cursed that is
reacts with water and CO2
In one particular industrial accident, a spill of 900 kg of ClF3 burned through 30 cm of concrete and 90 cm of gravel beneath.
this
chlorine oxidised by fluorine
oxygen oxidised by fluorine is dangerous too
actually
no (to HF being the most dangerous)
Sounds like Bromine.
not a metal
activeness of acids is very non-trivial
there is no strict ordering
I thought it was a matter of how it breaks the bonds in organic matter
fluoric acid is just scary as shit even if it's not the worst
okay, after reading, it is indeed a relatively weak acid
it's more about how deep it gets into the skin and wherever
and difficult to contain
you need to contain it in frying pan cover thingy, whatever it's called
teflon
(polytetrafluoroethylene)
so it's already fluorised
poly tetra fluoro ethylene
Polly wanna fluoro ethylene.
do you remember how to pronounce what NADP stands for
im changing from teflon to cast iron fry pans ... just cuz
I'll write it like it's written in Russian, without spaces:
nicotinamideadeninedinucleotidephosphate
nicotinamide adenine dinucleotide phosphate
it doesn't work as well in English as a single word
thing from biology
"what a Siamese twin of a molecule this is"
two similar but not entirely similar parts stuck together
upper is nucleotide containing nicotinamide
most of lower is nucleotide containing adenine
together they're dinucleotide
and it all has a phosphorus stuck to it at the bottom
so phosphate
wonder what the 3D shape of it is
.wa 3d representation of nicotinamide adenine dinucleotide phosphate
Overly complicated walnut cracker.
another world to decypher - molecular
something went wrong
@peak depot I'm done.
TI-84 hack so cool @gentle flint
"Short title here"
"Longer title under it smaller letters"
"Predictive Analytics for Improved Outcomes in Intensive Care"
Kaggle is the world’s largest data science community with powerful tools and resources to help you achieve your data science goals.
before the popular ones
GPT2 years
or, to be more precise, pre-ChatGPT time
3->3.5 was more impressive than 3.5->4
and took longer
the place where I was studying was only starting to introduce LLM-related courses
i see
Discord is reminding us that the voice server is in Rotterdam
something is happening to that data centre
Where it should be
art of
gamblinginvesting
@calm snow Where in india?
that is already miles ahead in terms of sanity compared to typical "investing success stories" online lol
Uttrakhand
some countries have limitations on moving money across the border
afaik India has that too
actually this doesn't impact India as much as it impacts Russia
You currently stay in Utharakhand or any metro cities?
(India pays Russia for oil in rupees not dollars or rubles, and that imposes some limitations on how that money can used, from what I've heard)
don't know
polyus?
founded in 1921
founded in 2006
mixed signals
where is even 1921 coming from I don't understand
I'm doing another attempt at no-flag no-guess on fourth difficulty
https://minesweeper.online/game/3772384184
that's when they started mining in norilsk
but it was government owned forced labour then, not even norilsk nickel, so that hardly counts
hello, i've been learning python for 3 days now
finally getting a hard no-guessing sequence seems like
ugh
I don't want to think
why is the game making me use reasoning
me trying to make any life decisions
@whole bear May i get your help with this?
I am trying to make a technical write up and I need help to connect the parts and to be wholistically comprehensibly written in a broad spectrum of directives, objectives and directives and goals, and task, with cross poly domain support and inclusive domain specific support.
I'll thumb through this as I can
does this mean I have a rat( the black following quickly)
yes, his name is socrates
What do you think?
I need alot of help to make the feature backlog and other things. this is alot of writing.
who are you talking to ? @woven hedge
@peak depot
I jokingly asked Claude to improve my code
It just told me my code base is horrible and unusable in 25 long bullet points
fresh and ready

@prisma zenith 👋
I thought the buzzing noises would stop after Osyra left
For some reason I got reminded of a movie: https://youtu.be/YKd6ZxCEJdI?t=13
@manic karma 👋
@obsidian dragon There's no such thing as the perfect vtube- https://www.youtube.com/live/6WuyyjH1I2M?si=mYjBAbPXa_zgzH6t&t=1800
0:00 Waiting screen30:00 Debut Start56:55 Game StartFollow me here:Live at: https://www.twitch.tv/zfg1Twitter: https://twitter.com/zfg111Watch vods with chat...
@still herald Yo
You did.
He makes me imagine him as a lion running across the meadow.
Doing his hemshake in slow motion.
hlo
heya, how are you
oh can u help me
🔥🚒
yeah i cant properly understand it concept
and how to match another statment to another one
As in chaining or nesting them?
So think of match statements as very specific if-elif-else chains
how to maek a if and else statment in while loop like
when then i dont type hlo i will not cam out of lloop
Hokay, so while loops
So while loops will redo a block of code given a certain condition:
while condition is True:
more or less. This is a crude example that would be better done as a for loop, but it'll get the point across:
x = 0
while x < 5:
print(x)
x += 1
Whenever you get to the top of the while loop, it re-checks the condition
Sounds good
Only dumbass would have iPhone with radios turned on at defcon.
@ruby onyx 👋
@rugged root https://youtu.be/2bqEn8AXzJ4?feature=shared
In an unprecedented move, President Barack Hussein Obama released his full birth video during the 2011 White House Correspondent's dinner.
See the full video of Obama's roast here:
http://www.youtube.com/watch?v=n9mzJhvC-8E
Join the conversation on Facebook
http://www.facebook.com/thedailyconversation
Follow The Daily Conversation on Twitter
h...
Oh yeah he played himself in curb your enthusiasm
'
So good
bit manipulation goes hard ngl
Oh dude
So
I was curious, and bitwise does not have separate dunders
At least not that I could see
that's interesting
though tbf, makes sense
because like it's meant to operate on the underlying data of the object
so like having a dunder would be lying and confusing
but rn i'm just doing rust stuff
This video explains what a Robotic Tool Changer is, its advantages, and why ATI Industrial Automation is the world leader in robotic end-effectors and robot arm tooling. Visit https://www.ati-ia.com for more information.
Contact ATI here: https://www.ati-ia.com/contact
That'd be a very short river
Oh high card, nevermind
still a garbage river lol
The Missouri River
rn i'm trying to write a poker bot in rust
Hemilock, may I have the permit?
!stream 425552190283972608
✅ @peak depot can now stream until <t:1727192491:f>.
Caaaaat
but like i need multiple ways to represent a card for different operations
one that's just minimal, another for determining hand easily, and one more to allow me to get a unique key for 7 cards i just use to store and retrieve db
CAAAAAAAT
pretty docs so i can hover over whatever typa card i'm working on atm and make sense of the bit masks 😩
car live stream
meow
tcanter
customtkinter/windows/widgets/core_widget_classes/ctk_base_class.py lines 7 to 20
try:
from typing import TypedDict
except ImportError:
from typing_extensions import TypedDict
from .... import windows # import windows for isinstance checks
from ..theme import ThemeManager
from ..font import CTkFont
from ..image import CTkImage
from ..appearance_mode import CTkAppearanceModeBaseClass
from ..scaling import CTkScalingBaseClass
from ..utility import pop_from_dict_by_set, check_kwargs_empty```
Yeah it's pretty hard to follow
Thankfully you don't really need to read into this file
I'd probably go up to one dot but not more than that
For sure
hey hemlock, is that thing in the bell seriously called a bellend?
It is now
all terrain vehicle
hey @willow light where is your pfp from, it looks like a great forest
I only really see that much moss in scotland
egirl?
beautiful, thank you
@willow light where are you from ?
Gheymeh.
Que?
Oh I thought you were saying game with a funny accent
I see.
I'm not that creative unfortunately.
Plenty of time to get over it.
S.A.S
Sea Air Service.
t-shirt and shorts all year round is the way to go
How'd a muppet like you pass selection?
New Hampshire
An island off the coast of Maine
huh.... america place
I learned something the other day. rye is in maintenance mode, and uv is the one that's taking the place of it
caddy does letsencrypt automatically
that involves http challenge, I assume
not dns
nginx configuration is a bit problematic
and in general the model of how it operates
(latter causes the former)
you can't pull config values from env
for any dynamic config, it needs preprocessing
which, I think, nginx docker image does
did I just hear Rx
@willow light "and maybe even hardware drivers"
"ARM64 even has JS support built-in"
(it doesn't, but it has a JS-specific instruction)
these days I usually use either Caddy or Envoy. Caddy because it's damn good, and Envoy because it forces me to use OTEL
hmm
I'm still not sure if I put the correct country in this income percentile calculator
it lists Russia as Asian country; would be quite funny if Europe list included Moscow
Caddy being go can result at problems due to GC
I thought the same
It requires pretty high load to notice
I use Caddy for quick'n'dirty and Envoy in prod, if that helps
iirc nginx and httpd are both C
httpd
nginx
everything non-C being auxiliary files/tests I'd assume
Apache
that httpd
Very likely
Or build
last time I saw Bazel: https://cxx.rs/build/bazel.html
JS frameworks you don't do to do better
you just write them
because everyone does
There are no frontend developers anymore, there are only frameworkers. </sarcasm>
cxx is the same thing as cpp no?
this is a specific crate for Rust-C++ integration
oh my bad
which happens to share the name with one of synonyms to C++
rip, thats not confusing at all
qeema . smh
flywheel?
@willow light ig I found that
Are you telling me how to pronounce my own country's food?
it's not only your country's food 👊
Then don't put a smh.
smh
smh my head
I don't nitpick how you pronounce your food, don't nitpick mine.
don't tell me what to do 👊
Jackass.
asshole
okay kids calm down
i was looking for a 1 week (unpaid) work placement in the uk for year 12 students lol
im so cooked
istg companies are afraid af of kids lol, not just in swe shadowing roles
like in general
(only nepo babies survive this)
(this is a national requirement)
For actual jobs, not afraid, just doesn't make much sense to hire a high school student.
There's usually lots of labor laws for folks under 18
Makes things complicated
like iirc all students in the uk have to have some work experience now lol
If this is a school thing, they should find jobs for you.
fuck i have friends whose family work in a law/accounting firm and they are so set 😭
i have no swe parents 😭
If this is a you thing, then don't sweat it. It's expected.
uh no, they expect me to find it, like eg cold calling/cold emailing etc
I highly doubt that.
I highly doubt they expect a highschool student to find a full-time job mate.
They don't have any suggested businesses or ways they want you to look?
You could always just sell cookies. It's actually a good gig. You could incorporate ML and SE into it quite easily.
Buy cookies in bulk, then start selling them. Collect data on your best sellers, and who buys them, and you will have yourself a simple ML model that would predict people's preference.
Pair that with a joint replenishment optimization model and you can literally automate your gig. That would look good on your resume.
yeah but im not sure if there are any swe companies near my area lol (it's like "rural"/suburban uk lol)
it's not exactly london
(i wish lol)
Uhhhh yeah good luck then, unfortunately
What's SWE again?
software engineering
Just say SE hehe.
Crow, it is very unlikely that you would get a job in a company for software development.
ugh id like to have smth that is related to my field of study
tbh i could widen my range
You are a highschool student, it's just not sth they would go for when there's tons of Bachelors and Master grad students.
I'm saying do your own thing. Make a tiny business.
like you go there, and see what's it like to work, it's like a 1 week experience
not a 3 month internship
Incorporate SE as a way to automate your business.
job shadowing
nepotism 😭
Then you don't need to apply for a job. Just look up a company near you that does SE, and just go there in person and ask them.
yeah id have to do that
but this
Don't apply for a job then. That's misleading to them.
oh no but this activity comes under careers and jobs in most of their pages so
so yeah sorry if i was confusing
It's one thing to basically interview and shadow an employee, it's another to be their coworker.
Ghost jobs are on the rise, even as the U.S. labor market appears healthy. While data suggests a tight job market, many workers still struggle to find employment, revealing a gap between statistics and reality. Interestingly, the rise of ghost job listings may play a significant role in this disconnect.
Chapters:
0:00 Introduction
1:21 Chapter ...