#voice-chat-text-0
1 messages Β· Page 495 of 1
π
ye recorded hai na
Have dapp developer?
decentralised? or do you mean blockchain?
he
hi Chris
not much, doing some work stuff
yes, python django and fastapi
cool, good luck man
I miss the pandemic days where there was a crazy amount of positions
yes
somehow ungoogleable
side effect
sodiumoxide::crypto::sealedbox::curve25519blake2bxsalsa20poly1305
back to 2022~2023 rate of change
all the Yu jokes
at least it's not being median
I have TTL configured to 600 seconds on most domains I control;
I think hooks I have configured reset it to that before requesting certs
static website
GHPages
vercel too
but im using the domain to deploy svelte and react
I think I have 2 things on my domain which are hosted on GHPages
svelte kit 5 is soo nice
https://exercises.parrrate.com and the no-yet-functioning blog
yeah but basicly i use the domain for everything, from my portfolio, to project sites, live deployment, api deployment and much more
its all proxied through one domain name
with various sub domains
i prefer using a server
using DNS with certbot means I can also issue certs for *.internal.parrrate.com
and do HTTPS even internally
without internet
cause then i can easily deploy apis, test headless code without a vm
fun fact: lesb.io still points to 127.0.0.1 because I still haven't come up with anything to put on there
LiteESB is not yet ready for this world
i cross referenced my configs for cloudflare for my working domain name "nerd-bear.org" to set it for "nerdbear.org" but its not working with https
its a bit weird
im pretty sure im missing smth here
quadruple?
and this is the one for DNS records
AAAAAAAAAAAAAAAAAAAAAAAAAA is the sound of the network administrator screaming at you for even considering ipv6
I've dealt with configuring 4 different static IPv4s so far
quite cheap here
$2/month
approximately
why would you need static IP for bots
no, this is on-prem
not cloud
because normally it's NAT
why would the ISP give you a dedicated IP address when they can NAT it instead
@wind raptor let that be in court records: "what are you up to" was said by you instead of what you remembered
@tribal compass keyboard noises
seemingly
fool stack development: picking Remix a week before it gets shut down in favour of new version of react-router
can someone help me out with my https stuff
Can you maybe help me
with?
my https stuff
I've never used anything other than certbot
i dont think i have certs set up
caddy auto-issuing
idk
only --cert-only --manual for recent
it works with the other site
they do it on your behalf
by you pointing your domain to their servers
special challenge is to try and separate curve25519blake2bxsalsa20poly1305 into individual pieces
I think I know what is what there
curve25519 blake2b {xsalsa20 poly130}
asymmetric, hash, symmetric stream cypher, HMAC
I think
there is a module named curve25519blake2bxsalsa20poly1305 in sodiumoxide
which likely refers to something in libsodium
pip install numpy
pip3?
or python3 -m pip
or restart the shell
after installation
or hash -r
sometimes works
sometimes doesn't
zsh doesn't sound Windows
you can do Fortran with numpy
!d numpy.f2py
Copyright 1999 β 2011 Pearu Peterson all rights reserved. Copyright 2011 β present NumPy Developers. Permission to use, modify, and distribute this software is given under the terms of the NumPy License.
NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
USE AT YOUR OWN RISK.
Torch has a weird history
it used to be Lua
it's kind of more C than anything upstack
both Lua and Python are kind of just frameworks for C
C++ often too
Rust too
and Node
"at least" neural networks
π
thank you for this π
one of my header files is 3500+ lines
going to say something very obvious, but SQL, too, isn't one of C frameworks
it's like with Nix
okay, going down the dumb true examples, Assembly
Haskell maybe?
Haskell has very direct FFI into C
aaaaaaaa
@bleak copper in my experience, uv in Docker just worked
but I started late
I think
Are you ready to take your Python development to the next level with Docker?
In this YouTube video, Patrick Loeber shows you how to create an amazing local Python development environment using Docker. He starts by introducing the many benefits of using Docker, including its ability to isolate environments, add multiple services, deploy to the ...
what is this :
more reliably than regular pip/pip+venv/whatever
I've been using a custom dev container base for quite a while now
based off rust image because it's basically just debian:bookworm
I store the image on my Forgejo instance
i have been making a github and nix setup
I prefer disposable environments
Nix has some slight design issues that make it a bit harder for me to use
but
I will use it eventually
likely not the OS, but the package manager
(I need direct control over system libraries)
for me it's just a tool to install an old glibc
finally, a choice
(Void Linux)
Yes
that's not a yes/no question, that's a one or another question
either decentralised or blockchain
two practically incompatible concepts
yes
Have y discord server for dApp?
if you didn't get the message from my question: I don't believe in any viability of these quasi products, I have no interest in developing them
I prefer musl for compilation generally
regardless of the target OS
and I sometimes use musl-based OSes (Alpine) kind of just out of contrarianism
I don't want to just use a single OS
and I do compile things for Windows sometimes
(so I had to read MSVC's ToS)
(I'm drugs )
there is some other big plotting package
well, several
though ig they might just be wrappers
Jupyter + matplotib is, technically, interactive
// ========= ARGS =========
program.add_argument("-o", "--output", "--outputFile")
.help("If you are compiling, this is the directory path where the executable will be exported too")
.default_value(std::string{"./a.exe"});
program.add_argument("-i", "--input", "--inputFile")
.required()
.help("This is the file path where your source code is");
// ========= FLAGS =========
program.add_argument("-w", "--warning", "--waringIgnore")
.help("Flag to ignore all warnings")
.flag();
program.add_argument("-cc", "--color", "--consoleColor")
.help("Flag to enable color for logs")
.flag();
program.add_argument("-log", "--logs", "--generalProccessLogs")
.help("Flag to enable general compile logs")
.flag();
program.add_argument("-alog", "--alogs", "--advancedProccessLogs")
.help("Flag to enable advanced compile logs")
.flag();
one of those very low effort simulations and plots
dangg thats crazy
you can make graphs like this too @tribal compass
I love stocks ( thats so cool)
u made this with matlab
i didnt make it, just an example of what can be done in python with matlab and similar libs
!e
x = 0.1
for _ in range(5):
x = 4 * x * (1 - x)
print(x)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | 0.36000000000000004
002 | 0.9216
003 | 0.28901376000000006
004 | 0.8219392261226498
005 | 0.5854205387341974
related to that plot
instead of 4, pick whatever horizontal coordinate is
and, as the vertical coordinate, wherever stuff ends up at after some iterations
It possible to give 1500 dolar for frontend remote coding?
I don't know what your local markets are like
AI chat apps are already self-replicating
using humans
parasitical organism
@wind raptor Its been nearly 3 hours so its a bit annoying
3 hours since what?
since 3 hours ago
What is the income of the front end work of the remote fish?
Ohh the A tag
the set up of the cloudflare ns
noway I finally found this screenshot
turns out it wasn't a printer
I forgot HP make anything other than printers
https://www.whatsmydns.net use this to check propagation
I agree with DHH on this one: abolish auto-complete, all of it
I don't want thought leaders
get out of my head get out of my head get out of my head
intellisense only for discoverability not shortcuts
"what scaling problem? just add more labels"
@wind raptor
looks like progress
@somber heath it's been just couple years away for the last past half century
it's not a new tech
it's late tech
it's already light speed
with regular transistors
the more important thing there is economics
optical transistors seem to be promising cheaper production costs, from what I understand
just like with organic transistors
organic in chemical sense
(carbon)
thats for the main one
this is for new one
Jevons paradox
it seems fully propogated
yolo claim it to be done
gamble with dns
@wind raptor
still not working
nope
nope
imma be honest
im not sure how
not yay
not work
so it says it handles the certs
but clearly something is wrong
huh
could you please repeat that
yes
nerd-bear works
nerdbear does not
quite frustrating
but i want nerd-bear to redirect to nerdbear
lol
but if you use http it works
sorry?
i do
but its auto config
i belive so
i didnt ever have to set that up before for all my stuff
but if you use http is works
and nerd-bear uses the exact same ips and it connects
its now 00:01 so imma stop working on the ssl stuff
and watch youtube/movies and work on bassil
if its not fixed tmr im going to spend a lot more time looking through configs and similar
thanks
Bye! π @wind raptor have a good one
yeah maybe
Cya!
@tidal crypt π
hola
Doing parsing π€
.
!e py import numpy as np arr = np.empty((9, 9), complex) arr.real.T[:] = arr.imag = np.linspace(-10, 10, 9, endpoint=True) arr -= 10+10j arr = np.abs(arr).astype(int) print(arr)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | [[28 26 25 23 22 21 20 20 20]
002 | [26 24 23 21 20 19 18 17 17]
003 | [25 23 21 19 18 16 15 15 15]
004 | [23 21 19 17 16 14 13 12 12]
005 | [22 20 18 16 14 12 11 10 10]
006 | [21 19 16 14 12 10 9 7 7]
007 | [20 18 15 13 11 9 7 5 5]
008 | [20 17 15 12 10 7 5 3 2]
009 | [20 17 15 12 10 7 5 2 0]]
!e py import numpy as np arr = np.empty((9, 9), complex) arr.real.T[:] = arr.imag = np.linspace(-10, 10, 9, endpoint=True) arr = np.abs(arr).astype(int) print(arr)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | [[14 12 11 10 10 10 11 12 14]
002 | [12 10 9 7 7 7 9 10 12]
003 | [11 9 7 5 5 5 7 9 11]
004 | [10 7 5 3 2 3 5 7 10]
005 | [10 7 5 2 0 2 5 7 10]
006 | [10 7 5 3 2 3 5 7 10]
007 | [11 9 7 5 5 5 7 9 11]
008 | [12 10 9 7 7 7 9 10 12]
009 | [14 12 11 10 10 10 11 12 14]]
!e py import numpy as np a = np.linspace(0, 10, 10, endpoint=False) b = np.linspace(0, 10, 10, endpoint=True) print(a) print(b)
:white_check_mark: Your 3.13 eval job has completed with return code 0.
001 | [0. 1. 2. 3. 4. 5. 6. 7. 8. 9.]
002 | [ 0. 1.11111111 2.22222222 3.33333333 4.44444444 5.55555556
003 | 6.66666667 7.77777778 8.88888889 10. ]
!e py import numpy as np print(np.linspace(0, 11, 10, endpoint=False))
:white_check_mark: Your 3.13 eval job has completed with return code 0.
[0. 1.1 2.2 3.3 4.4 5.5 6.6 7.7 8.8 9.9]
!e py import numpy as np from matplotlib import pyplot as plt r = np.linspace(0, np.pi * 2, 5, endpoint=False) ys = np.sin(r) xs = np.cos(r) plt.axis('equal') plt.scatter(xs, ys) plt.savefig('out.png')
:white_check_mark: Your 3.13 eval job has completed with return code 0.
@acoustic leafπ
ohh
yaa
my bad
wassup mate
heheh
i am fine tuning a model
yaa llm
python is so good
yaaa
mhm
yaaa i could have done things using rag system but i wanted to take a deep dive in python
one thing i wanted to ask is i am building the numpy and pandas in typescript do u think will that help ppl ?
ohh typescript is used as a type safety over JavaScript to ensure the the type of variable used
yaa see done
fr
fr ngl true
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
π @true lance
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
got it but I am not eligible, it says I should atleast text 50 messages.
makes sense, I am happy to hear you guys talking, I am kind of looking into learning Python for the Data engineering, I am a professional dotnet core full stack developer.
Yep @somber heath
not sure where to start.
@somber heath I didnt follow you, little distracted what were u saying?
Ah got it, i did some practise sets a long ago, I have my basics clear.
!resources
The Resources page on our website contains a list of hand-selected learning resources that we regularly recommend to both beginners and experts.
Cool, does it have a learning curve or could be easy for a experienced engineer?
got it @somber heath , I appreciate it.
Yep, it follows OOps paradigms
Yep, I have heard it, I was thinking to transition my career from Web development into Data engineering for seeking more opportunities, not sure if my decision is right choice.
Lol π
Its just experimenting
God's plan
are you from Europe?
Ah dont mind but it felt like your accent is closer to a Englishman
Yeo
yes
Cool, How is the IT opportunities in the Australia? is it open for foreigners or may be remote?
ah no problem.
@storm pondπ
@valid siloπ
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
yeah i see
i just joined the server
Yes I do π
I want to learn how to code
yes π
and i came to group of pythoners
!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 is on python.org?
i have a udemy course and it honestly is so boring
I used to code as a kid
in c++
but i lost my touch
i used to make mod menus for modders on Call of duty
@woven lichenπ
how long would it take me to become decent?
let's say I dedicated an hour a day
focused studies
okay so my dream project is
is being to collect data for the stock market
I have been trading for 6 years
and I will like to automate data collection
idk if I want to be a qaunt
but i will say
i would like to create tools
what do you use python for?
thats cool
do you feel like learning python was worth it?
stop
you are super resourceful
lol
@surreal lionπ
@pulsar relicπ

@winter bane π
Hi
Hey everyone
Sure feels like you're trying to pitch... We don't allow advertising here, see rule 6. Please delete this.
ow sorry
I was just trying to see if developers will like it tho
. Just like validation
Still not allowed, sorry
can anybody help me with the resources
i have done numpy pandas and matplotlib
from where should i do seaborn
YOOO
annotate, not ensure, just like in Python
way too easy to bypass accidentally
as is a disaster
i will make it so it becomes ez
also there is JSDoc
I think that can somehow integrate into TS's typesystem
while being valid JS
a project learning course on coursera, and chatgpt
okay so official documentation
@midnight agate check dm
ok
thanks
Hi guys
I'm having a small issue with my web scraper.
It works fine with one URL, but when I try to use a different one, it doesn't return the expected data.
I suspect the issue is that the new site relies on JavaScript to load its content, and my current scraper isn't handling that properly.
would appriciate if someone can join me in a call and take a look at it
you all familiar with controversail ai agent which talks to humans?
like calling and reminding the meetup or setiing up meeting?
@versed pelican π
I haven't got the permission to speak in voice chat 0. what should I do ?
ok, cool.
good. wbu guys?
not rn.
I know python , but mostly used it for research purpose
No, I have kind of freelanced as a research assistant for someone's Phd research. It's about biosignal
So, I have just come to know about codejam. Can you guys please guide me on how to participate on this and also tell more about it ? it seems little bit confusing.
@wind raptor
ok, so. in qualifier, there will be a contest in python?
Do I need to register for qualifier ?
and is it like a contest like leetcode style?
Ah. got it.
And tell me about the actual challenge . I mean we will be involved developing something in python , right?
ok.... nice.
So, And team members will be assigned randomly or we can team up our own.
no, haven't used any of these before. that's why it is more interesting
I know web dev
what are the technologies again? can you please type here ?
@wind raptor
hey, @wind raptor , can you please tell about yourself? what do you do? and what types of projects are you working on or worked on?
nice, I will be graduating in the next month as well.
I am into competitive programming for around 5 years.
And I am into a remote job as a software engineer for over 1 year.
nice, didn't know about that.
so, what are the requirements for this ?
ok, what's your major?
CSE
yeah, but not that good at those
or you can say haven't tried
But, tell me more about control engineering
I mean, it doesn't seem like of the SE field
hello @versed pelican so you learned programming from coursera?
No, I read a book named "let us C"
ok gotit
wbu?
nice.
it's good,man. keep going.
yeah, this is a constant feeling whenever you try something new
Nice. Math + CS = BOMB
thanks man
@timber oasis π
π
@hard owl π
The koolaid is strong with this one
this is the hype cycle we are referring to
@amber raptor do you agree with chadSTATUS that CS or SWE will only be for geniuses?
@wooden pewter can you tell the future of this web dev field in AI era? do you believe one should pursue this field for a better career?
Not really.
is this shape like a carcinisation equivalent for handwaved graphs?
(original β incorrect β D-K effect formulation had the same)
brb
!stream 1318626588560199692
β @woeful blaze can now stream until <t:1752627720:f>.
!ban @stray pewter
Hello
I donβt think you can use flash and camera on discord at the same time
@wind raptor My website is not working, and I really dont wanna spend time fixing it
lol
Look at these cool planes I drew
some are not done
@wind raptor Do you like planes?
:(
huh?
the f16 like 40 mins
the f14 40
the rest like 10-20 cause i didnt finish them
they look a bit waky cause i was using a 1 inch pencil
and i had no eraser
idk not long
the f16 was my first every attempt of drawing a plane
and the rest were second, third, etc...
Sorry, was in other channels
I like short plane rides
Cool!
this is why I try to avoid thrid party libs
@wind raptor Why is there a "moderator" and a "moderation team" and a "admin" but no "admin team"
So that we can separate moderator notifications from staff access (lets us turn off pings with a command)
ohh okie
thanks
im so stupid, i have a check if the file is text, if the file is a dir, if the file is a symlink, if the file path is empty
but not a single check if it ACCUALY EXISTS
You do need to check those things
My file handler is now larger than my lexer
"I give myself 1000 dollars a hour!"
@tribal compass π
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Does it also contain a partridge in a pear tree?
It seems like quite the monumental project. How many devs are working on it?
Operations security (OPSEC) is a process that identifies critical information to determine whether friendly actions can be observed by enemy intelligence, determines if information obtained by adversaries could be interpreted to be useful to them, and then executes selected measures that eliminate or reduce adversary exploitation of friendly cri...
Posting this for no reason in particular.
This wouldn't be a solo dev kinda thing and I'd be a very cautious about such an offer.
im working as a designer/engineer
later maybe as a dev
But it's not something that someone would go to anyone for that didn't have security clearance at least... Just seems "too good to be true".
its not a lockheed project
the guy just works there
Do you have experience designing military drones?
If the answer is no, then it's very sus that anyone would ask you to make one...
I have said my two cents. Best of luck.
thanks
Yeah, It's a great course
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@waxen zephyr
@whole bear @waxen zephyr π
hi
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
becuase i just join
You have been on the server for less than 3 days.
You have sent less than 50 messages.You have been active for fewer than 3 ten-minute blocks.
@tribal thicket π
Hi @somber heath I can't seem to get my mic to work
no no my mic is not picking up sounds idk why
I think its a hardware issue
I have been having problems lately
can you hear me?
is there a help channel someone where?
ty ma boy
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
hello
@elder scarab @unkempt wing π
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Ok!
@somber heath i wanna
talk to u
but i cant
Voice Gate failed
You are not currently eligible to use voice inside Python Discord for the following reasons:
You have been on the server for less than 3 days.
You have sent less than 50 messages.
You have been active for fewer than 3 ten-minute blocks.
it showing me this
haha
is there any other channels where we can talk?
@
fu fcfk
π
oh
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
?
@somber heath its u
lool
uhm, okay then sure, no problem, have a good day
AHSKIHFLASHFASLfas'
print ("iam going")
@swift pollen @winged mason π
Hi
YES@OpaMist
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
me too kawasaki
First time here. It says I need to send 50 messages first LOL
What are you guys doing
@mellow smelt π
Nice I am vibing too. This is my lunch break on work π
hey guys so i'm new into fastapi )))
51 percent I guess
Hey good morning
@cursive sleet π
hi
Is there an app to improve our number memorizing skills?
ye
hey any admin here right now
what is wrong?
can he some how verify me for voice chat
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
Read the instructions
diaphragm
problem
2016
and my diaphragmatic muscles are affected, which makes it difficult for me to breathe on a daily basis.
yeah
suggest me a linux for my windows 11 laptop
@midnight agate "someone put very wrong options on ffmpeg when making that mp4 file"
(in reference to "prelude")
what OS?
what filesystem?
I haven't heard of any mechanisms for that other than just giving different buffer sizes when reading
madvise is the only "advice" call I remember
sled, despite being quite open about not optimising primarily for disk space, still has some quite advanced techniques related to that
truncates common prefixes of keys, for example
so, in how it stores structured data, it is similar to DynamoDB, in a sense
several keys per logical item
stored together
I'm the King π
I know
I am muted bc I want to
Not because I can't talk
Parrots are cool
When listening to that alien conversation, I felt like I was listening to a conversation well above my IQ level
Do you believe aliens exist?
I personally believe an intelligant life form doesn't exist, but I do believe living organisms do exist
Anyways
I gtg
Cya
no intelligent life, even on Earth π
@wind raptor how would you pronounce 25519 within a context of an algorithm name
(so, like, assuming it's just a proper noun type of word rather than a number)
for me it's 2-5-5-19 or 2-5-5-1-9
they seem to have same number of syllables
both in En and Ru
matching JSONs
JSONtoJSONtoJSON pipeline
2-5-5-1-9 for me
when the whole program is Callable[[dict[str, Any]], dict[str, Any]]
Is this a cryptography thing?
25519 -- yes
default curve
@midnight birch cloning is kind of quite usual for plants
vegetative reproduction
plants evolved to clone themselves
@peak depot meanwhile loudest people who are allowed to be loud and happy about genetic manipulation are people like Peter Thiel who want to apply it to humans in a very 1930s way
Thielocracy
hmm, what random database should I try next 
I still haven't done anything at all with MongoDB
SkeletΓ‘ out now: https://i.ghost-official.com/Skeleta
Follow Ghost:
Subscribe to Ghost's YouTube: https://found.ee/Ghost_YTSubscribe
Instagram: https://www.instagram.com/thebandghost/
TikTok: https://www.tiktok.com/@thebandghost
Twitter: https://x.com/thebandghost
Facebook: https://www.facebook.com/thebandghost/
Site: https://ghost-offic...
@wind raptor Excel is world's most popular functional language
no, like, Haskell kind of functional
this comment was made even before Excel added lambdas
C$43 million worth of Tesla rebates
Apparently these were legitimate claims. Didn't know that...
@midnight birch what? you don't like cobalt mines? how dare you
@faint prawn is Io
maybe I should've picked a different character for the pfp but this one is just too funny-looking
I think it would be funnier for me not to ever play civ6 before multiplayer
and just be dumb in real time
@peak depot ^ a plan to make all this even longer
tbf I'd just quick submit it
I can calc everything but I don't want to
I just bought the "seems to contain everything" thing
it was
like
$13
bought through alternative means
with Russian prices
ugh how do I go off VPN without side effects of losing constant sounds
YouTube without VPN is annoying
how long until I go insane if I stop filling my brain with audio
@vocal basin Are you into survival horror games like OG resident evil?
no, but I am going to play Signalis
Signalis looks old
something like ~half of all the Telegram sticker packs I have added are Signalis-related
(random fact)
Nice.
brb (offVPNing, watching a movie until Civ6 is done downloading)
I usually don't play that type of survival horror (solely because of the limited ammo thing, I don't like to just run away most of the game) but Signalis was definitely enjoyable.
(text works without VPN)
I am back
wait I'm dumb I started with a wrong language
I forgot I need to configure it
I've only played 4 or 5
I think
@wind raptor I think that is configurable? I might be confusing with Paradox games
I guess whatever default Steam thingy is easiest?
ohno
what who where
I wonder if the funny email will work
okay I think now Cloud works
We used the 'internet' option with clari and it worked
Civic in Red Dead Redemption mode
I'm on the couch
Bachelors
Data and ai engineering
@cerulean ridge
Yes
Feeling tired
Nurse
Mentally exhausting
Financilly ruining
I hope we all understand that I won't spend the time we're waiting here on this
last time I played an X4 was Endless Space 2
? Outside nursing?
I almost didn't lose
benefit to society which doesn't want to pay back for it
got outmoneyed by a default empire
since I wasn't playing a rich faction
They come to seek magic tricks, not treatment/help
at least I wasn't near bankruptcy in that game
I kind of tend to skip most nuances in big games
and just focusing on one simple mechanic
I was playing the least interesting empire that time, which is just focused on military and expansion
okay, nvm, it was still not as uninteresting as default empire maybe
Clari, what winning options will you keep? @willow light
win by communism
I like how winning is implemented in Galimulator
you just transcend and disappear off the map
which requires a certain tech level iirc
without save-loading
I don't like save-loading to unfuckup the game state
dealing with mistakes is more fun
(for me)
@willow light okay how do I build Nord Stream
feed the world misinformation about nuclear power and then hold western europe hostage. that's how it was built in the first place.
Germany's most epic fumble since 1944.
"Hang on, there's a nonzero chance that one of our power plants could blow up if we mismanage it horribly or build it in a tsunami zone with the emergency generators in the basement, so let's shut all of them down and protect the environment by switching entirely over to fossil fuels provided by a nation being run by a former KGB agent. What could possibly go wrong?" - Germany.
https://www.youtube.com/watch?v=AiSl4vf40WU new video just dropped folks
I have explained the joy of rust at length on my channel, HOWEVER, some of what I have mentioned breaks down when interacting with async rust.
Though the compiler is getting more and more helpful with each iteration, async is still a sharp edge, especially for newcomers.
But you don't have to use it.
πGet Rust training from Letβs Get Rust...
this guy is excellent for the mental aspect of coding, not necessarily the code itself, but how to think about the code
unfortunately that video seems irrelevant to me by now
I really try to avoid tokio
and that was from the very beginning
the problems with async extend beyond tokio, async has major issues no matter what language you use
I think smol and futures actually make async easier to comprehend
it makes debugging a righteous pain in the ass at times
that's just general concurrency issue
not coroutine-specific
coroutines are a bit less pain to debug than callbacks
go also is built around that concept
rather than evolving into it
tooling is aware of it
and then we get python's approach to either, which I like to call "import the library, write the code, and prepare a virgin sacrifice"
function colouring in Rust, unlike some other languages, is a benefit not just something getting in the way
I often have both async-await and raw poll in the same codebase
yeah, when I'm working in languages not built around the concepts, I usually avoid them unless there's a life health or property risk to not using them.
Zig might be getting asynchrony as a library
and even then I'm more likely to just switch to a different language and then use gRPC
or Python bindings, whichever involves less work at the time.
Zig is the best C compiler.
I always like to compare Async in general to RegEx: When you use it to solve a problem, now you have two problems.
Like, sure, I get a hefty speedup if I'm doing hella IO-bound operations, but sometimes I'll take the performance hit if it means it'll be easier to work with in the long run.
Adding lemon juice π makes it even better
i think iβve read in some places that doing async properly means designing an FSM and handling all the possible states and outcomes and transitions. maybe that is whatβs usually overlooked.
I pick async Rust for ergonomics of doing certain complex flow control operations rather than performance, generally; and in the software I work on, often, using threads instead of async means sacrificing correctness and ability to reason about code
so I effectively choose between either async or writing epoll/io_uring code manually
Lots of companies give these to their devs. Must be good.
mmm i didnt know this
Are you getting one or is this your current laptop?
I want to get this
with a portable monitor
i live in NY
and there are beautioful libraries I go to
I have an m3 and it's good (make sure to do every update right away)
so I would like to carry that machine arround
anyone here work in the field?
soft dev
or eng?
What is wrong with this code?
wait
i just got back
say it again
can you show me
like a sc?
you work in the field dev?
how long have you coded for?
tell me about it
we mised the bus
At this levelpy if condition: # exactly one if ... elif some_other_condition: # zero or more elifs ... else: # zero or one elseIn this order. The first condition to be satisfied has its codeblock run. If you write any other code, it breaks the chainpy if condition: ... ... # <- elif some_other_condition: # <- This becomes illegal
another one is coming
they tend to scare peopl
and fear monger
but
if anything
the market will be more technical
ty!
!user
You are not allowed to use that command here. Please use the #bot-commands channel instead.
can anyone help me put the terminal
to the right side
?
I hate that it is at the botoom
nvm
got it
@edgy root π
what
You joined voice chat without voice verification so as to not be able to speak. I was giving you a wave as both a way to say hi and to indicate the location of the accompanying text channel.
type faster
u suck
i hate u
ks
You must be a delight at parties.
im kidding
!mute 1149713410578206851 1d This is not how we treat other members
:incoming_envelope: :ok_hand: applied timeout to @edgy root until <t:1752813949:f> (1 day).
He'll π
@clever lynx π

@versed pelican π
hello, @somber heath
what are you doing guys ?
oh, ok.
I am waiting for this voice verification thing. hopefully it will be done by tomorrow.
got it
at the moment, feels like , I have a tape in my mouth
Bro, just the kind of tape, that is stopping me from speaking
sorry, my bad
what do you do ? @somber heath
@pastel summit π
hey @peak depot , what kind of AI engineering do you do?
working with neural networks in which domain? any particular one? or in general
@whole bear π
when I am offline mango is still online @somber heath
there are always photographs of mangos on the internet, even if I do not have access.
A mango is an edible stone fruit produced by the tropical tree Mangifera indica. It originated from the region between northwestern Myanmar, Bangladesh, and northeastern India. M. indica has been cultivated in South and Southeast Asia since ancient times resulting in two types of modern mango cultivars: the "Indian type" and the "Southeast Asian...
mangos are quite nice
but ye, haven't really coded since highschool and been relearning python.
@hot ore π
Yeah
watermelon is nice as well, if you know someone who gardens them.
storebought is alright, but they tend to be less flavourful.
OH
I KNOW THIS
Hi
I'm a crop biodiversity hobbyist, and there's this story I like to tell
gros michael, the version of bananas that the flavoured-candy is based on, was wildly replaced by cavendish because the gros michael was hit hard by a blight
because most cultivars of banada grown on a mass scale are seedless, or low seeds, and the ones with seeds are normally grown from cuttings anyways, there's very little biodiversity among banana strains
given a field is mostly grown from essentially clones of the same tree, if that tree is vulnerable to it, it will die.
oh absolutely. it's caused famines in the past, and we're begging for one now.
the other issue with general crops, is monocultures of the same 3 varieties or hybrids of a crop, due to high shelf-stable yields. This, as well, begs for blight.
random fun fact on this, an actually fun one, some of the earliest tomatoes to reach italy after colonization of the americas were yellow
I imagine we would!
there's this one orange cultivar that grew really well here when I grew it
aww!
oh, also, found it, kellogg's breakfast tomato
huh, weird looking dog
I've been meaning to grow russian blue potatoes because blue-purple mash for pate chinois sounds like it'd be cool
and it's also cold resistant so I'd probably manage two harvests per bin.
lemmie see if I can find a pic of this variety
update: whole wikipedia page
what can you even extort from a monk? I don't imagine it's very high income.
gonna go but it was nice chatting!
hello
hello
i will be back
i need to restart my computer
byee
hello
i think it's working.

when work time is over
~5.5 hours from now
or ~3.5 if I decide to then work 2 hours after gaming
@whole bear π
i cant talk for some reason
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
@fathom fog π
@whole bear You're welcome to chill in vc and type here.
We generally know to look here.
Thanks for the offer friend but I'll be heading out for now
Take care folks
@dusty pawn π
hi
can you all help me? i cant use vc, cause im forgot to verification
xdd
no worries
i like giving heads up
i mean im new
i barely have any experience either lmao so ig im "inocent" for now
@umbral mauve π
!voice
Canβt talk in voice chat? Check out #voice-verification to get access. The criteria for verifying are specified there.
btw sorry for my accent or if i dont understand everything u say
cuz im not english
my bad accent*
@prime plover π