https://vgen.co/dhaclips
After this is done, new post notifications may become a thing for me via discord bot.
github.com/hemakodaa/bs...
After this is done, new post notifications may become a thing for me via discord bot.
github.com/hemakodaa/bs...
So I compiled a list of the show's links into a simple webpage, and run it on Flask development server.
She's halfway through the show.
So I compiled a list of the show's links into a simple webpage, and run it on Flask development server.
She's halfway through the show.
It is not a standard, it is merely a group of people wanting a better guideline for how we write changelogs.
I find myself agreeing with what it pointed out. So I'm using it.
keepachangelog.com/en/1.0.0/
It is not a standard, it is merely a group of people wanting a better guideline for how we write changelogs.
I find myself agreeing with what it pointed out. So I'm using it.
keepachangelog.com/en/1.0.0/
semver.org#faq
semver.org#faq
- ran cargo clean yesterday by accident
- Following day:
- *lots of refactor*
- needs write new tests
- cargo test
Compiling....(0/88)
why did I run cargo clean nOOOO-
- ran cargo clean yesterday by accident
- Following day:
- *lots of refactor*
- needs write new tests
- cargo test
Compiling....(0/88)
why did I run cargo clean nOOOO-
This is the 'front-end' I'm excited about.
This is the 'front-end' I'm excited about.
github.com/rfdzan/smoljpg
github.com/rfdzan/smoljpg
rust 🦀
I was thinking about the fibonacci sequence, and the examples I saw in code are always in its recursive form. Since the sequence has clearly defined steps on how to generate them, I tried to make an iterative one.
Of course it is possible, and it lays out pretty simply.
rust 🦀
I was thinking about the fibonacci sequence, and the examples I saw in code are always in its recursive form. Since the sequence has clearly defined steps on how to generate them, I tried to make an iterative one.
Of course it is possible, and it lays out pretty simply.
Now I am beginning to understand that parallelizing a single threaded application is not trivial. If I just go about spawning threads willy-nilly, I can hurt performance.
Now I am beginning to understand that parallelizing a single threaded application is not trivial. If I just go about spawning threads willy-nilly, I can hurt performance.
This is feeling quite nice, the mechanic and stuff is similar to BeautifulSoup4 in Pytho, but I get to take advantage of the fact that I can use DOM API.
It's pretty awesome.
This is feeling quite nice, the mechanic and stuff is similar to BeautifulSoup4 in Pytho, but I get to take advantage of the fact that I can use DOM API.
It's pretty awesome.
I learned a lot this weekend, comparing these three algorithms and paying attention to their advantages and drawbacks
These three also taught me: not all O(N^2) are equal, and what the BigO notation is really about.
I learned a lot this weekend, comparing these three algorithms and paying attention to their advantages and drawbacks
These three also taught me: not all O(N^2) are equal, and what the BigO notation is really about.
I speak elementary japanese and use google translate
よろしくお願いします
I speak elementary japanese and use google translate
よろしくお願いします
When my program compiles in Rust, its usually just done. in PHP and/or TS/JS, I still need to dig for errors.
When my program compiles in Rust, its usually just done. in PHP and/or TS/JS, I still need to dig for errors.
1. Does it have a decent dependency manager?
2. Does it have a decent LSP?
3. Does it have a decent debugger?
1. Does it have a decent dependency manager?
2. Does it have a decent LSP?
3. Does it have a decent debugger?
I'm going back and forth between JSDoc and Typescript right now.
JSDoc is nice nice there is no transpiling step, whereas Typescript is nice because the type annotations are where you expect it to be.
Probably going to do a larger project to get better bearing.
I'm going back and forth between JSDoc and Typescript right now.
JSDoc is nice nice there is no transpiling step, whereas Typescript is nice because the type annotations are where you expect it to be.
Probably going to do a larger project to get better bearing.
I'll probably incorrectly name these and do something wrong so yell at me if you find anything!
I'll probably incorrectly name these and do something wrong so yell at me if you find anything!
This is one of the three.
This is one of the three.
Because more often than not I have no idea what parameters my function or class accepts, and I have no idea what they return.
I guess this part of the reason why I prefer Typescript over JS
Because more often than not I have no idea what parameters my function or class accepts, and I have no idea what they return.
I guess this part of the reason why I prefer Typescript over JS
To my delight, NASA’s Science Mission Directorate has sent me an actual expert panel evaluation of my “flatten the planets” proposal! Sadly, they decided not to fund it.
To my delight, NASA’s Science Mission Directorate has sent me an actual expert panel evaluation of my “flatten the planets” proposal! Sadly, they decided not to fund it.
the final problem wasn't even with js or electron, it was with regex itself.
i love regex c: (send help)
youtu.be/oYy3KbeclKg
the final problem wasn't even with js or electron, it was with regex itself.
i love regex c: (send help)
youtu.be/oYy3KbeclKg