#voice-chat-text-1
1 messages · Page 44 of 1
yeah all my homies hate discord mods
Did someone there get phished?
Yeeeeeep
She's beating herself up pretty hard about it
She's normally really good about it
I doubt she'll make the same mistake again
We had damage control done quick enough that it wasn't a big issue
They didn't get access to anything other than her email password, which they couldn't use without the MFA
I'm a random person from the internet so I doubt it'll change much for her, but I can say as someone who explicitly works in anti-phishing, it can happen to anyone, it isn't a reflection on you if it happens once, shit happens, life circumstances make it more likely sometimes
Buuuuuuuuut.... she was typing into a fake Microsoft OAuth. Thing about it was, the URL didn't change, so it wasn't a proper OAuth. And the top-level domain of the url? .ru
And yeah, we're still doing the fake phishing for training
There were specific circumstances for her that made this harder to catch at first
It came directly from a client who had been compromised. And she was also expecting a different kind of email from them because they're changing their bookkeeping software
So I can't be too mad, but it does mean I need to give additional training
hey i wanna get hired as a software devoloper
@true valley Hai and bye. Gotta go to a meeting
Homomorphic encryption
Please dm me.
Does anyone knows any resources for mathematics for physics of the laws of nature and the Universe at large?
Something to explain the the physics, and somethings to be used for coding.
Tabs also have four spaces. no?
tabs are equivalent in size to 4 spaces, but the tab character is inherently different from 4 spaces
Oh Thanks!
Always depends
damn you exceptions
I meant 1 tab
"use errors as values instead: error (tab) should have a value of four spaces"
many systems have tab shown as 8 spaces by default
But moving a file from one to another doesn't guarantee that the tabs will be the same size
Tab characters are all lies
oh
or if you're in yaml/js land
Okay.
"which of 5 and 7 is more cursed?"
Thanks!
I've seen 3-space indentation before, so that seems at least remotely sane
at least not 5 or 7
This is like the how many "chug-a"s before the "choo choo" debate
twenty three and a half
Laestadianism (Swedish: Læstadianism; Finnish: Lestadiolaisuus; Meänkieli: Lestaatiolaisuus), also known as Laestadian Lutheranism and Apostolic Lutheranism, is a pietistic Lutheran revival movement started in Sápmi in the middle of the 19th century. Named after Swedish Lutheran state church administrator and temperance movement leader Lars Levi...
only as initial indentation, iirc
so, like, for a format without nesting
thanks, internet
seems like for markdown and rest there's a >=3 spaces requirement for certain things
4 being the expected number and 3 being allowed because, in the spirit of HTML, there are no syntax errors
Call me The Tingler.
Back in a bit
Did anyone here watch Weebl and Bob? 😄
'Lo.
lo bob
@misty sinew 👋
👋
How r u?
DeepAI.
Translate the following into a generation alpha brainrot dialect: Welcome to Python Discord, the foremost Python programming community on Discord.```
Yo, what’s poppin’ fam?! Welcome to the PYTHON DISCORD fam, the ultimate Python squad in the Discord universe! Let’s get coding, fam! 🚀🐍💻```
My school is startmaxxing at 8
I finna rotsmaxx in Ohio educational institution at 8
i'm gonna move my gyatt to the schoolpilled institutionmaxxing
okay that's good
!stream 886227712056885309
✅ @velvet musk can now stream until <t:1728920772:f>.
py -0
py -3.9 pip -m install -r requirements.txt
py -3.7 pip -m install -r requirements.txt
py -3.7 -m pip install -r requirements.txt
python engine-TTSVoiceWizard.py
py -3.7 engine-TTSVoiceWizard.py
Ґґ Гг
@stuck bluff hey hi
wasup
long time
I have a question
is this the right time to ask @stuck bluff
or are you tired?
It's late for me, yes.
hello
Mili from Finni , with the the kittys @thin lintel
Ah yes Clari
Charmander, you're a nasty boy, nasty boy, nasty boy
Charmander, you're a nasty boy
Why you gotta pick on, pick on, pick on, pick on, pick on
Pick on Pikachu?
When you turn into a Charizard
What we gonna do?
yes
does it have a lid ? @raven orbit
🙄
Provided to YouTube by TuneCore
Miracle · Vulfpeck
Schvitz
℗ 2022 Vulf Records
Released on: 2022-12-30
Auto-generated by YouTube.
yes
saw a way to use a pot like that to bake bread in the woods @raven orbit
nice
at 1:52
yes that vid , pot flipped over , on fire to bake @raven orbit
notch in tree to hold cast iron fry pan good also
at 6:52 mark , used once , in a forest of trees , plenty more to use , Think its his backyard in Aberbajon ( spelling ) @raven orbit
9:35 Baking
I heard a munchkin
do you have a link to the video?
We were attacked by horrible mosquitoes 🪰🪰 but we managed to win! Later, it rained heavily 🌧️ and we also survived. I will tell you it was worth waiting: the steak sandwich came out beautifully. It is definitely the juiciest. 🔥
🔪🔪🔪 https://menwiththepot.com/ 🔪🔪🔪
🔥 Turn on the notification to be the first to try new tasty recipes 🔔
#steak #co...
thx, I'll take a look later tonight
theres 3 or 4 of them , related somehow , and they do rustic cooking , even using cast iron woks , doing stir frys - they grow rosemary , oranges all sorts of stuff in back yard @raven orbit
@fresh bramble 👋
voice verification on this discord is a bit of a pain for new people lol
im trying to use an github auto typer
for discord
can soemone show me how to download
it
and use it
yes im using powershell
idk how to use powershell with python
pplease
plase
plase
aspelasease
no
its just my acc
@misty sinew are you busy at all
@misty sinew are you familiar with this python module called curses?
nope sorry
no prob
@misty sinew Do you have a strategy on what to do when facing a problem with a python module in general?
It's really weird. The script just stops for no reason with no errors
@misty sinew Oh yeah I'll use that ty. I did post about the problem twice in the help forums but it got locked both times with no responses, even though I tried to format everything correctly. Would you be alright if I just post the problem with the video here?
yea i guess but itd probably be easier for me to run the code myself
I will paste it all
dw
from time import sleep
from byuimage import Image
try:
image = Image('abs1.png')
except:
image = Image('testing//abs1.png')
def main(stdscr):
palette = ['██', '▓▓', '▒▒', '░░', ' ']
cells = []
for i in range(image.height // 49): # the height of each cell image is 49 pixels, so the reel height is divided by 49 to separate the cells properly
cell = ''
for y in range(49):
for x in range(image.width):
gray_val = image.get_pixel(x, y).color[0]
if gray_val == 255:
cell += palette[0]
elif gray_val == 0:
cell += palette[4]
elif gray_val == 64:
cell += palette[3]
elif gray_val == 128:
cell += palette[2]
elif gray_val == 192:
cell += palette[1]
cell += '\n'
cells.append(cell)
for cell in cells:
stdscr.addstr(0, 0, cell)
stdscr.refresh()
sleep(2)
wrapper(main)```
The problem is that the program simply stops after the first printed animation cell (the full reel is attached as "abs1.png"). Also keep in mind in order for the code to run properly, the terminal must be close to or at fullscreen, otherwise Curses will return an error. @misty sinew
Have any questions about byuimage? It's just a modification of the Pillow module that simplifies some tasks, like getting the colors of each pixel.
yes
pip install windows-curses
yeah
you got it
I cannot hear very well over discord, so if you have anything to ask, please put it here :)
Its a whole screen yeah
it's supposed to animate every cell
if you look at the reel image, there's about 22 of them
at a rate of one frame per 2 seconds (going slow to make sure the program works)
so
Idk, that's the issue I'm asking about
so are you trying to slice the image into these individual frames and animate them in sequence?
Yeah
Awesome!
hi, do you have an example of this? and does that basically mean the board shifts after each move, adjusts the minecount, what happens?
This is a literal implementation of what I said, although it's not very fun 😄 https://www.glaielgames.com/adversarialminesweeper/
I really should have said it guarantees you'll hit a mine if you click a square whose value is not deducible, except for on the first turn.
lovely
are they trying to imply i have to go for a corner?
apparently so 😭 thats a bit silly
what??
I guess a way you could implement it is to implement a solver, and at each step solve the game (there might be multiple solutions given partial information). If there are both: a solution where the square the user clicked has a mine, and a solution where that square doesn't have a mine, then choose the solution that does have a mine.
i mean i am currently stuck on trying to implement a solver
i am torn between using matrices or a backtracking approach
thing is i dont really know how id implement a backtracking algorithm
Yeah it's definitely a tricky problem!
but if i use a simple + csps, it can be way more efficient than using matrices
A generic (not very fast) constraint satisfaction problem solver looks something like this: ```py
@dataclass
class State[Var, Val]:
possible_values_of: dict[Var, set[Val]]
unsolved_variables: set[Var]
def solutions(state):
state = deepcopy(state)
make_deductions(state)
if solved(state):
yield state
return
if unsolvable(state):
return
variable = state.unsolved_variables.pop()
for value in state.possible_values_of[variable]:
state.possible_values_of[variable] = {value}
yield from solutions(state)
def solved(state):
return (
not state.unsolved_variables
and all(
len(possible_values) == 1
for variable, possible_values in state.possible_values_of.items()
)
)
def unsolvable(state):
return any(
len(possible_values) == 0
for variable, possible_values in state.possible_values_of.items()
)
def make_deductions(state):
... # problem-specific
It might be cool to try implementing a minesweeper solver using the Z3 theorem prover, although I'm nto sure how practical that would be: https://github.com/Z3Prover/z3
yeah speed is quite a big factor for me haha, what is deepcopy and the for value in state.possible mean?
from copy import deepcopy
``` Just to make sure the function isn't mutating its input.
deepcopy is for when you want to make a copy of mutable nested data structure.
So like, if you have a list of lists, the list gets copied and so do the sublists.
oh ok thats interesting
i mean do you think matrices or csps would be faster?
i am planning a levelled approach basically
so you first have simple "e.g. x1 = 1" ok thats a mine
then u have csps / matrices
A well-optimised CPS solver will definitely be fast. What would be the matrix approach?
are you familiar with how minesweeper works
this is how i tried explaining it
and then by putting it in RREF, you can get some detail and then backtrackk
but i am so confused how the whole process works
Oh right, so like set up a system of equations and solve it.
You could do that using Z3
today I show off "z3" -- the coolest software tool I've ever used which can magically solve problems just by knowing the problem description
playlist: https://www.youtube.com/playlist?list=PLWBKAf81pmOaP9naRiNAqug6EBnkPakvY
==========
twitch: https://twitch.tv/anthonywritescode
dicsord: https://discord.gg/xDKGPaW
twitter: https://twitter.com/...
bbiab
omg
another minesweeper
you should
in a normal game
I'm somewhat interested in testing different bots in a time-sensitive environment (1v1 game)
so, if yours is open-source, I can add it to the pool
test cases for my controller function 😦
Having fun?
Hey!
having headaches
Was about to ask what language but then I saw the file extension. Doesn't seem super fun
@last crest Yes I can
I prefer books
Book is called introducing HTML 5
and other one is called
learn php,sql and javascript
ik very creative names
What's the publisher? Like O'Reilly or No Startch Press or the like?
I hadn't heard of those two specifically
I just really prefer sites or books so that I can go at my own pace. I don't really like courses and videos because they either go too fast, too slow, or they don't have detailed enough info
for js and sql one
Gotcha
same it doesnt hold my attention
Ah it is an O'Reilly text. They usually put out good stuff. But I'd kind of prefer texts that focus on one subject or language at a time
When it's scatter shot like that one it can kind of lose focus and only give you a smattering of knowledge
Back in a sec. The IT needs are strong today
i play no guess mode
so i can go anywhere
tho i do understand yeah in a normal game, corners are often best to start with
What up how’s the coding going
Because don’t send meny text
What is good for skeletons and free and for making character pixelated. On a raspberry pi 5 . No blender no asprite no smash studio
Yeah sometimes I find programming books in those take a book leave a book boxes people make
free the process handles ❌
turn it back off and on again ✅
minesweeper.online or some other place?
minesweeper classic retro
and there
I'm still actively losing the same high difficulty mode
meditative experience
I no longer play NG as much as in the beginning
still not good enough
(Evil NG)
since the chip is so big, that's kinda an easy recovery right? just gotta order a replacement and heat gun it off
😔
@thin lintel Hey! How are you doing?
Great! Can you send some pics of kitten? If you want.
@polar radish Yes, I can. Hi!
Making a note taking app.
Sorry! Can you say that again
For learning.
Making from scratch.
Desktop app
Hmm.
What’s the difference between Universities and Universities of Applied Sciences in Finland?
The main difference is that Universities of Applied Sciences focus on providing education and conducting research that ties into professional working life. The key differences are:
Study programmes at UAS’s often include practical training or work placements.
UAS’s also focus on regional development. Many campuses are located in smaller cities or regions outside of metropolitan hubs.
Admission requirements are usually a bit less demanding, at least for undergraduate degree programmes. Admission to Master’s programmes at a UAS commonly requires at least three years of relevant work experience.
@mild flume Hi, how are you doing?
I'm okay. Yourself?
All good.
omgggg
hey hi
The fact that it has happened again is concerning, and it's advisable that we hand it off to our MSP for them to look at it. It's probable that they'd have to send it off to HP for work on it since it's still under warranty. I do not know how long it would take for them to figure out and fix the problem.
The only available spares I have are the travel laptops. They have Windows 11 Pro on them and they're on the domain. However, we'd still need to add the software we'd need on the machine along with any files or links you'd need from your current machine.
How lol yes how is good question by why lol , why would someone do this!!! I found these lol it was free totally worth it haha 😆
I'd be surprised if the mobo wasn't fragged
Yeesh
The capacitors near the power connector in the top left hand look a little wonky. Rest of it seems fine
Dusty, but fine
Yeah they are great I wanna get em all repaired
@faint dock Sup?
I just pop in to say hi
Ah fair enough. Hello!
I think they are all 1990 boards maybe one is from 2000
these are really easy repairs if you have the schematics and the right tools
at least it all looks like large components
Today I had the honor to invite Dr. Mark Cheng to join me and demonstrate the application of Tai Chi movements!
Hope you guys will enjoy!
More about Dr. Mark Cheng:
https://www.drmarkcheng.com/
Join my membership to get access to perks:
https://www.youtube.com/channel/UCy7jKqbTj9DqgIeaQT0_png/join
#taichi #kungfu #martialarts
@stuck bluff In here, nerd
@misty sinew Yo
Oh crap here
I do it all the time
Hi
Hi
ello
I purchased a used drawing tablet but the pen is missing a little metal pin is there a way to trick the pad into using pen without pin anyone know
I don't know the answer, so we might have to, you know, put a pin in the conversation for now.
However I sincerely wish you every success in the matter.
sup
hi
i like how hemlock check 1st, before just going !voice
hehe
and you did too!
what r u up2?
what time do u usually wake up/
@tame leafYo
yooooo
What
minesweepering rn
single complete game is expected to be around 40 minutes I think
100/100/1000 is ~15 minutes
that one has low mine density
https://minesweeper.online/game/3856030822
suprising given all the waste on flags in the end
Very impressive.
!e
print(821.338 / 60)
:white_check_mark: Your 3.12 eval job has completed with return code 0.
13.688966666666666
an attempt
Enterprise™️
bool back_wheel_collision = absolute_position_wheel_back.Y >= terrain_gen_function(absolute_position_wheel_back.X + car_position.X);
bool front_wheel_collision = absolute_position_wheel_front.Y >= terrain_gen_function(absolute_position_wheel_front.X + car_position.X);
clearing the thing in spiral works
also the field starts to feel somewhat small

we're assuming wheels aren't bouncy, right?
windows presentation foundation?
or whatever it's called
codebullet used to use box2d
there are no graphics here afaik
you use it just for maths
very weird solution that I think of trying to implement:
- simulate the car as if no ground exists (this is just base case for `4)')
- add the ground back in
- if a wheel intersects with ground, assume it's touching the ground (this is just base case for `5)')
- re-simulate with wheel accelerating the car (and ground accelerating the wheels)
- if more wheels intersect with the ground than expected, add it to `3)' and redo `4)'
- for wheels assumed to be touching the ground, rearrange the car so it's the case
don't overuse branches, name temporary branches for specific features;
this will slightly mitigate the situation
- never rebase main, only rebase extra branches and forks
... and the sound died again
as soon as the feature is merged, delete it
(because of the VPN I'm using)
now works again
what a giant link
can't no github pro i could because edu but yeah
private repo?
y
GitLab might have branch protection for free private repos
you can have multiple email addresses in GitHub
Codeberg has that too, but they're somewhat opposed to private repos a concept
You a big GitLab user Alisa? We're moving to it from GH
I use Forgejo
both have some feature advantages and disadvantages compared to GitHub
Damn hipsters (joking)
We're also moving to GL CI in the saame breath, that should be fun
Forgejo has the most extensive package manager support out of the three
so no need to have a separate thing like artifactory
- it supports GitHub Actions but self-hosted
Our Artifactory setup is the bane of my existence
I wrote a custom tool to handle setting up user's auth for them because it was such a mess
We use GCP Artifact Registry but will most likely be using GitLab AR also once we migrate
for detailed auth, Forgejo probably isn't the way
it's as flat and primitive as possible
defined at organisation level
no fine-grained permissions yet
Yeah our CI pipelines can be fairly complex, lots of C++ software being passed around in fairly janky ways
Flat and primitive can be very beneficial I'd imagine
Our GCP org owners are of the mind that auth/access/permissions should be as minimal as possible by default. Which is a sound concept, but means that I spent 2 days waiting for various perms/roles to be merged for my account this week 😅
example of what I currently have:
- one repo, upon tagging, gets shoved as a subtree of another repo, and creates a tag
- that other repo, upon tagging, builds a release
- release is published in one host
- then, through a VPN and a self-written auth-rewriting proxy, publishes to another host
auth-rewriting proxy is there to limit what accounts can go through it
blocks all cookies and requires the password is signed by it
!paste
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.
!pypi pyside6
thx for the advice
category headers are behind the buttons
Never messed around with subtrees (subrepos?), always heard they were somewhat magicy but maybe I've heard wrong
submodules are pain
subtrees are different
submodules die when the upstream dies
Ah yeah that's what I was thinking of
with subtrees, you bring everything in
subtrees bring the whole history over and keep track of what is where when merging new changes
(compared to just copying)
yes
@proper ridge I recently saw an ad for a somewhat interesting AI tool;
it's working like an overly initiative code reviewer (nitpicking everything it can)
That seems like a nice tactic tbh. Let it nitpick, and hope at least a few of them are valid.
basically just for catching random dumb stuff that was missed
KRRT has been working on qickit with codeflash. It's nice.
I've had so many issues with GPT completely making up an API call, config value etc. when querying it recently
Hallucinations are normal for generative models.
Yep, I've just noticed a steep rise in my own recent experience - potentially because of the different tools I'm working with nowddays maybe
@umbral rose
all my attempts to generate anything of use with GPT have so far been in vain
4o seems to finally be capable of writing Rust
That's nice to hear.
the first model I saw understand associated types to be related with function outputs
4o ?
gotcha
Yeah, the newest one.
my life goal is to be a helper in this discord & to use the phrase "Nobody outpizzas the hut" in daily conversations
what's the gold standard currently for LLM for dev?
Nice.
I don't know tbh. I feel the way they're used is inflated. I think eventually they'd be more useful for review and testing.
Check out codeflash. It reads your code, and generates property-based testing with fuzzing. It's not there yet, but quite an interesting way to utilize generative models for devops.
I've found them useful as first wave search engines for tools I'm not comfortable with yet or tools with shoddy docs
I for instance use copilot mostly to save me time typing repetitive stuff.
But it still needs something to learn from, and will usually make mistakes.
I found it useful as a terminology cheatsheet of sorts. Every service uses diffferent words for the same shit so
@quasi widget is this one still a valid answer to that question? ((has it ever been?))
https://deepseekcoder.github.io/
My prediction is:
- Search engine
- Test generation for devops
- Review for code optimization
- Business writing
- Automated content creation
if I ever do need something from AI, I'm content with something like phind.com in the state it was in 2023
that one has a huge context
the thing can search and summarise okay-ish-ly, so seems fine for many things
Yeah, I used to use phind all the time until it got region banned in my region.
free or paid?
or both were banned?
it's not banned in Russia somehow
4o mini is very fast and considerably capable and free for now
the best thing: asking it to explain something using emoji only
I'll try it out. Thanks for lmk.
(different FSes)
now I need to see if it can reconstruct the original code in any way at all
https://gist.github.com/afeistel/b1aae3191af26fad9d709cadd0fc4550
why is it writing Python
okay, the emoji compression-decompression experiment failed
@umbral rose can i get stream perms? i wana stream my coding?
Yords.
I made something terrifying
it's still generating
@umbral rose @proper ridge
https://gist.github.com/afeistel/6fff994e35817c97a02391a17e97ad06
what a surreal sight
why are there unicorns
this sure looks like APL
🔗 { ⬅️, ➡️: 🔋🍏 }
????
given I don't remember the code myself, this is very crypting
🗂️ Shared<📦> {
💔: HashMap<🗝️, Waker>,
💔💔: HashMap<🗝️, Waker>,
📦: Vec<📦>,
🔄: usize,
}
whale
(🐳, 💻)
lmao
!paste
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.
I asked it to rewrite it again and it turned 💔💔 into 🥀 for some reason
https://paste.pythondiscord.com/NUSA @fair heron
this is the type of cursed I'm aiming for
📦 State<📦> {
#[default]
🌊,
📥(📦),
🚀,
}
if only State and default weren't there
such a beautiful code to see
pyside6
what word would you use to describe a metadata file that describes a "run"? in this case a k8s workflow of which the metadata would include the run command, result summary, metrics etc. ?
manifest isn't right imo
maybe if it's a workflow then just call it a workflow[ file]
trying to remember if there's a more generic word
there's "script"/"scenario" as a description of "what to do"
@thin lintel "they aren't asking but he's willing to send anyway"
I think workflow_metadata.json will work for now
pls tell?
Welcome back.
a what
🌍 std::{
🔒::🍀,
🌀::🌀,
🎈::🔑,
🔐::🌟,
📜::{🍀, 🍀, 🌈},
};
🌍 🚀 {
🔑::🔑,
🍀::🌈,
🌀::{🍀, 🍀, 🍀},
🚀, 🍀, 🌈,
};
🍀 🌀<🦋> {
🔑: 🍀<🦋>,
🔑: 🍀<🦋>,
🌻: 🍀<🦋>,
🌊: usize,
}
🍀<
🌼,
🦋: 🍀,
🔑,
🦋: 🍀 + 🌈<🦋>,
🍀: 🍀<🔑>,
> 🌀<🦋, 🦋, 🍀> {
🍀 🍄(self: 🌀<&mut Self>, 🌈: &mut 🌈<'_>) -> 🍄<Result<(), 🔑>> {
let this = self.🌀();
let mut 🍦 = this.🍀;
loop {
if *this.🍦 {
break 🍦.🍄(🌈);
}
🍀!(🍦.as_mut().🍄(🌈))?;
*this.🍦 = true;
}
}
}
so cursed
Emojicode is a full-blown programming language consisting of emojis.
I can't get it to generate this dense again
not as good
Heya
🏁 🍇
🍺 🔢 ➡️ 🔢 🍇🔢 n🍉 🍇
↪️ n ⚖️ 0 🍇
🍎 1
🍉
↩️ n ✖️ 🍺 🔢 🍇n ➖ 1🍉
🍉
🔢 5 ➡️ 🔢 🍇5🍉 ➡️ result
📝 🔤Factorial of 5 is: 🔣result🔤
🍉
Ooo trying out 4.5 I see
there's only a single difference
one used 🌊 another used false
so the one on the left is more correct
okay maybe 500 lines is too long
highlights
self.🌳.🦋🦋🦊(🍭)
self.🍂[🍙].🍭 = 🍃;
let 🦋_🍭 = &mut self.🌳.🦋🦋🦊(🍃)
🍭🍉!(🦋_🍭.is_none());
oaky this seems fairly consistent/varied
time to reverse
for some reason it forgets the same part each time
#[🌿]
fn 🦋(&mut self, 🦋: 🦋, 🍀: 🍀) {
🍭🍉!(🍀 < 🍙);
self.🥨[🍀] -= 1;
let (🍭, 🦋) = match 🦋 {
🦋::🍂 => {
self.🍂[🍀] = 🦋::🍂;
return;
}
🦋 { 🍭: 🍂, 🦋 } => {
let 🦋 = self🌳.🦋🦋🦊(🦋).expect("🦋 not found");
let 🦋 = 🦋.🍂[🍀].as_mut().expect("🦋 not linked");
let 🍭 = &mut self.🍂[🍀];
(🍭, 🦋)
}
🦋 { 🍭, 🦋: 🍂 } => {
let 🍭 = self🌳.🦋🦋🦊(🍭).expect("🍭 not found");
let 🍭 = 🍭.🍂[🍀].as_mut().expect("🍭 not linked");
let 🦋 = &mut self.🍂[🍀];
(🍭, 🦋)
}
🦋 { 🍭, 🦋 } => {
let (🍭, 🦋) = self
.🌳
.🦋🦋🦋(🍭, 🦋)
.expect("🍭 or 🦋 not found");
let 🍭 = 🍭.🍂[🍀].as_mut().expect("🍭 not linked");
let 🦋 = 🦋.🍂[🍀].as_mut().expect("🦋 not linked");
(🍭, 🦋)
}
};
🍭.🦋 = 🦋.🦋;
🦋.🍭 = 🦋.🍭;
}
^ this one is missing in the two attempts of reconstructing I did
Interesting.
Hey
Sorry I didn't hear you guys. People with loud gardening equipment outside my window 😄
Just closed the window
Source of the Rust file src/collections/linked_slab.rs.
and a slightly refactored version
https://github.com/parrrate/ruchei/blob/680c04860c8497ac599e6a233a6a3ce286884c20/src/collections/linked_slab.rs#L68-L109
I remember the star field being a popular choice
Operating-System: Windows 3.1 / 95 / 98 / 2000 / XP
Screensaver: Flying Windows
Settings:
- Warp speed: 50%
- Number of Windows: 75
Windows 3.1 Basic Screensavers:
-
Starfield
https://youtu.be/KheYW_G0goY -
Flying Windows
https://youtu.be/9ps3wngQspE -
Marquee
https://youtu.be/vmMQWx2_AmI -
Bezier
https://youtu.be/3SEBEh_t5K8 -
M...
We had one of these I think https://en.wikipedia.org/wiki/Macintosh_II_family
The Macintosh II is a family of personal computers that was designed, manufactured and sold by Apple Computer, Inc. from 1987 to 1993. The Macintosh II was the initial model, representing the high-end of the Macintosh line for the time. Over the course of the next six years, seven more models were produced, culminating with the short-lived Maci...
We still have an original iMac kicking around we need to get rid of.
Did you have Mavis Beacon? 😄
I loved commander keen and kings quest
Did anyone play this game called Yipe III?
Yeah I think it was Mac only 🤔
Yipe! III was released in 1997 by Kevin Kinell. It can be downloaded from its official website with registration still being open via PayPal for the full version, in true shareware fashion. This video was uploaded with Kinell's blessing himself!
http://www.yipesoftware.com/
http://www.yipesoftware.com/yipeiii.htm
The following websites provide ...
The sounds from that game are etched into my brain
There was a warcraft movie?
Yeah I'm not sure how I feel about games being adapted into films 😄
@mild flume 👋
That would just be like, a war film I guess
huh
also, I think, first time seeing more plays in youtube music than on the official music video
... and webrtc is dead again
(normally videos generated from audio provided by distributors get less views)
Yeah that's what I was thinking
Focusing on the young soldier who lied about his age to join the war stuck sweeping for mines to keep his brothers in arms safe
^ funny Australian vegan music
I definitely heard that 😄
Yeah I've noticed peoples mic levels being low for a few days
I can't do webdev lol
I would like to think that I'm doing fine
but I don't have a job yet for next year
so there's that lol
the sound stopped at "... walks into a bar"
I'll just assume it was the end of the joke and not the VPN failing
Two guys walk into a bar, third guy ducks.
Opera has a VPN
"no it doesn't it's a myth"
there is a way to reactivate it in Russia
I wouldn't use it regardless
but it doesn't connect
I'm just glad you're still able to be here
just curl it
You mean iwr?
curl is funnier, especially when an hour-long build step crashes because you forgot to install it
along with openssl
I have some crazy shit to tell
@mild flume sounds like you are one step away from reccomending foot binding
Do note, I'm possibly saying the origin, not that it's what I say is good
Sup?
Dress for the occassion?
fair enough hahaha. There is a jest in my tone that I think was missing
I getcha I getcha
King bling feels like a cool way to say it hehe.
HAHAHAH CALLED IT!
bling meant dress right?
Poor blue collar workers like neurosurgeon and astronaut
I really dislike typing with fingernails cut very short
I prefer it
sound doesn't really matter in my case because the keypress itself is way louder
why are there 500 people in vc damn
So I'm not saying you can't count, buuuuuuut....
last time I used a membrane keyboard I noticed just how much force I apply to the keys, it's as loud as a mechanical one
Join.
1325
See what the fuss is about.
sounds like i'll be bad at python
or, like, split 13-25 and there's 38 in total
True
i just found out my computing degree barely touches python the entirety of it
will have to self learn
what, if any, programming languages are there?
Such is often the way.
its apparently 80% javascript
oh im glad its the norm then
JS is fine
cuz otherwise disadvantaged professionally
can I DM you @mild flume ?
java also means people
and langauge
and island
and culture
I don't mind
HAHAHAHA
@stuck bluff they misseed the jokeeee!!!
good one
I feel like, the best joke is when exactly only half of the people get it
yes definitely
narc
I drink coffe and tea
who invited the narc?
@umbral rose Can't use Opera. It doesn't have the extension for the password manager I use for work
Kind of bummed, looks nice
Oh no wait hold on
Dafuq, it didn't show up previously
THIS TRAIN HAS NO BRAKES
Sounds like it's there
Yeah I just went to their site and it was sitting there staring me in the face
Huh looking at my extensions, that's really the only one I need
Weird
Thought I used the other ones more but nope
"El Salvador has Bitcoin"
That actually make sense
https://en.wikipedia.org/wiki/Intermittent_Confinement this is a great idea! Something serious enough, but still does not ruin someone's life. Let them keep their job or something like that
In the United States and Canada, intermittent confinement or weekend jail is an alternative sentence in which a defendant is required to report to a correctional facility for multiple short periods of incarceration, usually during the weekend. This type of sentence allows a defendant to maintain employment and family relationships while completi...
I still think we should overhaul community service so it can be used to teach blue-collar skills that can be used to get a job. This way the person is punished by working for free, but can also be rehabilitated by gaining skills that will make them a functioning, contributing member of society.
mold = blue rice ?
- vertical monitor to make reading test case names easier
- did you mean horizontal?
- no, vertical, you read it like a book
@mild flume
log, slog and tracing in Rust all support some structure too
although in log it's experimental
also minitrace or whatever it's called
so many
https://pkg.go.dev/log/slog#JSONHandler it would be nice if we could get something like this added to python's logging so I don't have to copypaste from my notes app every single time
I might've at some point went through ~20 pages of logging-related crates at some point
just to see what exists
Is slog a streaming log?
hi
I've made FFI bindings for tracing and minitrace but haven't published them yet
not entirely sure if those are valuable at all
webrtc is experiencing a loss of stability event
both have a singular commit in them
0.0.0-0
Hi
BRB
WebRTC being UDP is quite a pain recently
(cannot avoid packet inspection generally)
oh, and Tor disables it completely
@mortal stone having to figure all that out is part of learning how to program (and general "struggling to get something done");
so it's not clear whether very high availability of knowledge is definitively better for education;
at some point students/beginners need to realise that, at times, intentionally limiting yourself in terms of what you look up online is useful
@viral leaf it stands for:
away from keyboard
Ohhh ty
availability of information is good, but following the happy path of "everything is available online, I can just look it up, I can just the LLM" should be cut very early in the learning process
lack of information forces learning through struggle and hard work
step 1:
forget C++ exists, don't go that way until you absolutely need to
Okey
Yes true
But there r many resourses available online soo which one should i choose
Okey i got u
learn C and Python in parallel, those languages are very close in some ways, because of:
- CPython being built in C and being quite a leaky abstraction
- Python is one of the main ways to get easier access to C/C++/Fortran/Rust libraries in a scripting language
and, while being close in that way, they're still very different as languages
Okey
Very correct! Kudos
is it still 2.7?
still "2 (sorry)"
there's a Rust reimplementation of Python interpreter also
Was on the tip of my clipboard
"by that point everyone will switch back from .NET to JVM"
I wonder if Java will ever end up having async-await;
it no longer has a reason to have it, but who knows what might happen
given it's a language with ~43 interfaces to describe function-like objects
Britney Spears was on the Mickey Mouse Club
Were you a costar?
With a musical career?
Just like Britney?
I'm aware of the case surrounding her
I don't think it's the same as yours
as that one was 100% about her money
There was a conservatorship
📦 Get a 60-day free trial at → https://www.shipstation.com/jaketran. Thanks to ShipStation for sponsoring the show!
💻 Learn exactly how I landed my $40/hr work-from-home job ($83k/yr) at 19 years old WITHOUT a degree or experience ✅ Click here ➡️ https://www.evil.university/remote
😳 Learn the ONE SECRET that has made every giant corporation an...
(just note that Jake Tran is not a trustworthy channel)
The video image clearly shows a bit of bias
Have you worked in software? Work hard and fast, get more work, work slow and lazy? Get the same pay for less work.
That exterior entity is your employer. @hot patrol
btw Krystof
Sounds great in theory, in practice, take a loo kat America
You said China is not communism?
True it's not communism but it's labelled as communislm
That's what i was saying
Just like the Democratic People's Republic of Korea is not Democratic, a Republic, nor is it for the people
Just like America is labeled land of the free, where the government has the ability to take away our life without recourse
Not sure how free I am, other than to be slain by my government for no reason
That's legit what i said
Modern goverments don't do that anymore
Were speaking about the 1800's
Yeah actually America is one of the only countries with death row
Not about death row
Europe doesn't do that

it's even more of "fight for yourself, government isn't going to help you" than Russia/US
America, land of the corrupt
Microsoft is not run by Bill Gates
Satya Nadella is CEO and Chairman of the board
CEO a decade, chairman for 3 years
I never understood that shit
the chairman of the board is the final authority for the CEO
Literally he has his job, and he is his own boss
Bill Gates owns 1.3% of MIcrosoft, Ballmer (former CEO) owns 4%
"can't ban => regulate"
"can't regulate => ???"
("can't ban" being it will still happen often and openly anyway and the ban is unenforcable)
I want to be a devil's advocate here and say that Trump is a climate denier however he is someone who says this without any bias. While biden-kamala are someone who says things that they don't make any sense.
What?
Biden once called Ukarain President as President Putin so it's safe to say he has lost his mind. I think this is the reason why Elon sided with Trump so that he at least gets a proper reply. Elon is someone who has lots of potential if bureaucracy lets him do as he pleases however there needs to be check and balances.
Elon has been shifting further and further right for the last like 5+ years
I don't think it has anythign to do with Biden's diminished mental capacity
Like, at all.
Trump has lost his mind way before Biden did
I don't think Elon is scared of being called NotElon
by an elderly man
Elon wants to make more money
Money
the reason is money
Less regulation for his businesses so he can extract a larger % of the wealth produced by labor
Let's say he did lose his mind but there is no alternative from the republican party.
True cause less regulation and position of power can make things happen faster. But some of the things he adovcates for truly make humanity thrive let it be moving to Mars or making life easier on Earth we get to see new tech and better products cause of his innovation.
Yea, who cares if more people die. Why bother with ethics, speed of improvement matters more.
That'll never happen with the current system
We need publicly funded elections for that to happen
That's how things have been for decades and no one has the balls to come out with a plan and effort to change the process.
Do you read Any of the bad news out of his companies?
or only the visionary "in 2 years" stuff that's stil l2 years away
and was a decade ago
How's that $40k Cybertruck coming along?
I see it starts at $81k
quite the lie he sold us
I do use my one vote every year
well, two generally, primaries and general
No, but there is
If I beg you, will you not discuss politics for one day guys?
but we've been having a fun chat that somehow got here, I didn't even take us here 😲
Have a lovely day
❤️
It was time
kids got activities
can't do them in my pjs at the computer
for loops are great conversation starters, while's can sometimes get infinitely stuck
So now that we are back to coding talk what do you think gork is running on ?
No matter how much you deny politics is what runs the counties and policies everywhere you good that we are talking about this but this is not the place to talk politics.
@mortal stone What coding languages are you good at ?
Are you learning something right now ?
I am not forcing to talk about coding (as much as I would like people to discuss it given this is a python server), but anything besides politics. This war going on is fucking up many countries, some of which are not even going to exist in a few years.
Hearing about it daily is quite frustrating, and I don't think it's fair to be punished for this whenever I join the vc to talk with my community.
There's literally a server called politics and religion, where they talk about exactly these (I can even see them going on about US election right now).
I have seen many youtubers suggesting not to go for cisco certification as its a niche.
Let's go over the Cisco Certified Network Associate Certification in 2023 and see if it will be relevant still in 2023 and going into 2024.
For more info on the CCNA exam please visit Ciscos website here:
https://www.cisco.com/c/en/us/training-events/training-certifications/certifications/associate/ccna.html
Have you seen a video from linus taking the compt ITA exam and recommending not to take it as it not relevant anymore.
compTIA**
Where are you taking this course from is it a paid course ?
Can you suggest that course for me ? Do you have a link or something plus what are the salary we are looking at once you get a job ?
Let say I'm in the IT field for some time now and I have been troubleshooting computers. So where should I go from here out to get a good job.
Networking Engineer + Cyber Security Analyst
Yeah fundamentals of operating system, Network OIS model little bit of programming as well.
Can you give me a job as well? lol
I know some cloud IAM, EC2, S3, EBS and also hardware I'm familiar with Desktop changes
So what is the road map ?
What I REALLY want to do, is to make tailor made deep learning architecture and framework, and then hand it to the engineers.
In short you want to build chat gpt
yeaaa AI
No, I want to make a new AI that will be better than chat GPT for the client's specific requriements
I don't want courses tho, I want a job lol
What are your skills ?
@mortal stone How about networking. Do you know anyone who wants someone like me?
make tailor made deep learning architecture and framework, usually for timeseries data.
https://www.netacad.com/courses/networking-basics?courseLang=en-US
https://www.netacad.com/courses/python-essentials-1?courseLang=en-US
https://www.netacad.com/courses/linux-unhatched?courseLang=en-US
https://www.netacad.com/courses/computer-hardware-basics?courseLang=en-US
https://www.netacad.com/courses/introduction-iot?courseLang=en-US
https://www.netacad.com/courses/c-essentials-1?courseLang=en-US
Free online Python course. Learn the fundamentals of the Python programming language – from Cisco Networking Academy and Python Institute. Sign up today!
A free step-by-step introduction to Linux, the open-source operating system driving technological progress in supercomputers, cloud computing, and much more.
Free online course to learn about Computer Hardware Basics - from Cisco Networking Academy. Sign up today!
Only take this course if you have taken all of the above :
https://www.netacad.com/courses/introduction-to-cybersecurity?courseLang=en-US
Are these free to take or do we need to pay for these ?
This pathway is a series of courses and resources focused on protecting computerized systems and prepares you for a career in cybersecurity.
Hey thanks will go through all of them and possibly apply for a job. Thanks a lot
Anytime :;D
These are in-depth I can't
File Transfer Protocol.
I guess it send message protolcol
Basically deals with how a message is sent from one place to the other
By the way Happy Birthday @mortal stone hope you enjoy the rest of the day.
Thanks
😄
Alright dropping off for now enjoy the rest of the day.
Hello everyone
Hello
hello
I am not able to speak bacause I do not have more than 50 messeges lol
what are you guys even discussing?
computer manufacturing compnies?
hiii
its fine dw
not really
u got any topics to talk about?
naah, I just heard you guys talking about networking and then you quickly moved on company names lol
that's why was wondering what you guys are talking abt
ohh he forgot his wifi password
trying to help
yes u heard that correct
ahh lol
Sir I need help
yep
press reset button on router for more than 10 secs
it'll reset password
noo
then you can login on 192.168.0.1 (gateway) using default username and password
sir please check ur status on #voice-verification
which is present on router's back sticker
checked, I'm on 14-16 messages rn lol
alr np
type only one word at a time and do it quickly
password must be mentioned explicitely
so we can talk
hehe spamming is the way then
lol
now
lol
we
hehe
friends?
ty
43
nice
what does #voice-verification say on that matter?
bruuvv sleep
able to speak now (after spamming more than 50 messages lol)
We can fix that tomorrow with the mods
I recommend learning to read through the rules and instructions, that's a useful skill to have
Ig it would detect spamming if I have sent same message multiple times (maybe more than or equal to 50) but I have had few interactions earlier (14 messages) so it didn't counted as spamming? Even though sadly it was
^ this is spam
splitting messages into single words specifically to achieve the message count is spam too
unless you were referring to the number of lambda inferfaces Java 8 has
That's like the weirdest number to remember lol
Still trying
Its still not working its not firewall
Its the port setup
Port forwarding
What we talking about?
Bro was trying to setup personal minecraft server
# Function to monitor the Windows service
def monitor_service(service_name):
while True:
try:
# Check if the service is running
service = psutil.win_service_get(service_name)
status = service.status()
# Update the GUI based on service status
if status == 'running':
set_value("service_status", "Running")
else:
set_value("service_status", "Not Running")
except Exception as e:
set_value("service_status", f"Error: {e}")
time.sleep(5) # Check every 5 seconds
@worthy stump
Hey guys idk if i am allowed to say this Hemlock can correct me, but i'm live in Twitch.
Currently refreshing my memory on Python :
https://www.twitch.tv/cyberdevil669
@proper ridge I did some practical experiments.
The bogo has 1.7 reshuffles on average on top of the initial attempt. Holds up with whatever the sequence length is, which I suspected would be the case. Worst case, it runs until the end of time, but it's actually fairly manageable, statistically.
Except for lengths 2 and 3.
They're around 1 and 2 respectively. Statistics!
@visual rampart 👋
@misty sinew 👋
@stuck bluff 👋
k thanks lol
yes?
@mild flume sorry mate can i get my voice role back cuz some bot entered my acc left all my servers.U prob remember me for saying books >> courses
Hello.
Give me a bit, eating food
Hello
ok
Should just need to leave and rejoin the chat
ok i left
... and rejoin the chat
Crap, brb. I have to do shred
Knew I was forgetting something this morning
@main crane 👋
@edgy pewter 👋
Py -m pip install <pkg name>
Hey
Looks can be deceiving 😄
With Linux you usually end up spending tonnes of time configuring things
But you can get it set up just the way you like so 🤷♂️
Be right back
linux can update all tools at the same time
@tropic jungle 👋
Hello Everyone
recently noticed that I, at times, start speaking very fast with better pronunciation than normal, and I just cannot replicate that out of context
like the brain happens to "precompute" what's needed to do, or something like that
I'm radically opposed to ever viewing AI in its current state as a teacher
GPT has no experience, it only has "knowledge"
(and LLMs in generally)
the "is this response okay?" feedback does not count, for obvious reasons
reminder: if you use AI-generated code without at least leaving a note that it's AI generated, be ready to take all the blame for how bad it is, because, well, deserved
The time it takes to explain the task to the AI, and check its work, you'd be able to just do it on your own in usually a better way.
I honestly can't say it's done anything beyond a year old developer.
at a certain complexity level, no one and no thing can generate working and actually useful code without running it along the way
and, yes, that level is not that low
These tests have independently concluded that there was a bug in the script, due to a minor typographical error, rendering the algorithm in its original state unusable.
https://en.wikipedia.org/wiki/Note_G
you can, if you memorise, write B-Trees from memory, but if you or AI need to make some unusual adjustments or optimisations, that's going to fail instantly
Right, but it can still speed up the process, in many ways
or, quite often, slow it down
That depends on the way we use it
not entirely
"oh, you're just using AI wrong" is the new "you're just investing in the wrong cryptocurrency tokens"
"if you pay me, I'll sure sell you the courses on how to do it right"
No way that's an totally different thing
some problems are just not fit for AI
there is no way to use it right at times
Well not all but many are
Like u have to create a like post feature in a new app, since these kind of feature already there in market
It can create the model for that and all the required api's in 1-2 min and then human may take 10-15min to test
Instead of thinking and writing those logics by own
or you can use an existing library/app instead of asking AI to reinvent the wheel
and if there's no existing library/app, surprise surprise AI has no clue how to do it
but again researching for that library takes more time
feature like Likes are really small
or lets say report feature
It's really difficult to get a library that integrate well with current code structure
tests aren't enough
you need to actually review the code
like which library gonna give me like models integrate with my post model, also licensing comes in the place with library and there mantainance as well
Thats what the Human Intellegence is for
We need to use it for library as well sometimes

