I'm building a rss client with an extra layer to have user comments/threads. This lets you create your own feed of articles entirely but with a social aspect. I want it open source and free, just building an app that…
https://hemingwayapp.com/ gives you advice about your writing. This is called Hemingway because he was apparently good at communicating efficiently which made him a popular author.
It's been a while since I touched it but I have a very similar GB emulator in rust: - The library: https://github.com/shaoner/padme-core - The web/wasm backend: https://github.com/shaoner/padme-browser
Love the idea, my only concern is how to trust that at some point you're not going to include sponsored products?
My company moved to Jira 2w ago and I feel the burden, it's a horrible tool. I don't care if my manager set it correctly or not. 1) What correctly means in Jira? 2) Honestly it's not a good use of all our time to learn…
I have a python script that builds the pdf from a Yaml file https://github.com/shaoner/resumy/
In my opinion, it comes back to search engines not giving you a the best answer. If you're looking for the best headset with whatever feature, you'll find mostly sponsored reviews, or at the very least hard to trust…
Any shell script that uses files should use double quotes for at least the variables: `mv $1 $2` is not safe, should be `mv "$1" "$2"`
I've been using Emacs for 15y, I can't replace it. Emacs-server is just amazing for me. I truly believe that its weakness is elisp, it's not hard but at the same time it's not a language you want to learn or spend time…
I faced the same kind of issue lately and thought that implementing a From trait for each type of error was kind of annoying. Taking the article example, I ended up doing this: #[derive(Debug, Clone, Copy, Eq,…
I'm building a rss client with an extra layer to have user comments/threads. This lets you create your own feed of articles entirely but with a social aspect. I want it open source and free, just building an app that…
https://hemingwayapp.com/ gives you advice about your writing. This is called Hemingway because he was apparently good at communicating efficiently which made him a popular author.
It's been a while since I touched it but I have a very similar GB emulator in rust: - The library: https://github.com/shaoner/padme-core - The web/wasm backend: https://github.com/shaoner/padme-browser
Love the idea, my only concern is how to trust that at some point you're not going to include sponsored products?
My company moved to Jira 2w ago and I feel the burden, it's a horrible tool. I don't care if my manager set it correctly or not. 1) What correctly means in Jira? 2) Honestly it's not a good use of all our time to learn…
I have a python script that builds the pdf from a Yaml file https://github.com/shaoner/resumy/
In my opinion, it comes back to search engines not giving you a the best answer. If you're looking for the best headset with whatever feature, you'll find mostly sponsored reviews, or at the very least hard to trust…
Any shell script that uses files should use double quotes for at least the variables: `mv $1 $2` is not safe, should be `mv "$1" "$2"`
I've been using Emacs for 15y, I can't replace it. Emacs-server is just amazing for me. I truly believe that its weakness is elisp, it's not hard but at the same time it's not a language you want to learn or spend time…
I faced the same kind of issue lately and thought that implementing a From trait for each type of error was kind of annoying. Taking the article example, I ended up doing this: #[derive(Debug, Clone, Copy, Eq,…