Profile avatar
hemakodaa.bsky.social
Open for video editing comms! https://vgen.co/dhaclips
79 posts 51 followers 61 following
Regular Contributor
Active Commenter
comment in response to post
You sounded on point! Great job and massive respect for the care in your craft.
comment in response to post
look at what you made me do bsky, please bestow new post notification soon on the mobile app.
comment in response to post
hey they're comfortable ok
comment in response to post
with no options added, `cargo clean` deletes the entire `target/` directory which contains your compiled binaries. So your debug & release builds, your test build artifacts, etc.
comment in response to post
I didn't intend to make a crate out of it when I started, but that is what i'm doing right now since I want to try my hand at creating an easy-to-use and well-documented API.
comment in response to post
With u128, the first 186 fibonacci numbers is the limit before overflow. Now I know.
comment in response to post
inconsistent function names because in the middle of it I often forgot what language I'm writing in. I was writing a CLI tool in Rust before the first two back a few days ago, so yeah.
comment in response to post
It slowly introduces you to the deeper concepts of DSA in a way where for every new topic, we are given an analysis and comparisons to the previous topic that has been explained. This chain of information fits my learning style perfectly.
comment in response to post
sometimes you don't even need to code. A pen and paper to gather and organize your thoughts also helps. that's how I learned DSA most of the time. The coding part is not the problem, understanding the constraints and edges of my task is.
comment in response to post
This is also feels like just a good ergonomic of strongly typed languages. Typescript, for example, offers better DX than JS in general. It was a good idea to pick up other languages and not stuck in one for months. I get to learn a whole lot.
comment in response to post
Thanks for your help!
comment in response to post
the behaviour when it resets the regex again is rather weird, don't you think?
comment in response to post
same output. so first time it goes, it prints the expected result as expected. then it runs into the while loop conditional,and i expect it to find the value '8', but it didn't print it to the console, so on the 2nd loop it should be null and it prints null, but what about the 3rd loop?
comment in response to post
As I live and breathe!
comment in response to post
whenever I got bored of the last one 😂 It feels like its impossible to be bored of programming and software development in general because it fits into anything and can make anything
comment in response to post
thank you! will give it a read
comment in response to post
I chose Vite for this app! A superficial reading I did simply said that Vite has a smoother developer experience, so I chose it over webpack. and I'm also using electroforge! it makes setting up so easy
comment in response to post
after further reading, i learned that a do..while loop will run *at least once*, so it make sense that it ran 3 times instead of 2. the null printed on the second loop (the if statement there is to skip the null value) however, i have no idea why it's there.
comment in response to post
i did and I believe prior problems I had had nothing to do with typescript. 2nd day typescript and first day electron what can one do
comment in response to post
Hi! I'm a hobby dev and trying new things, I absolutely loved Rust. I haven't been programming for long so it's nice to checkout what tech is in all these different languages! I started with python and have been with it the longest, so I guess I'm more of a python dev kek
comment in response to post
It does do be like that
comment in response to post
turns out it was me I tried to hack things and it did not work