Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shaoner
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
shaoner
2mo ago
Adding Lewis Ofman, Sebastian and Paradis
2.
▲
by
shaoner
5mo ago
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 I'd like
3.
▲
by
shaoner
6mo ago
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.
4.
▲
by
shaoner
1y ago
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/
5.
▲
by
shaoner
2y ago
Love the idea, my only concern is how to trust that at some point you're not going to include sponsored products?
6.
▲
by
shaoner
3y ago
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 how
7.
▲
by
shaoner
3y ago
I have a python script that builds the pdf from a Yaml file https://github.com/shaoner/resumy/
8.
▲
by
shaoner
3y ago
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 reviews. On t
9.
▲
by
shaoner
5y ago
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"`
10.
▲
by
shaoner
5y ago
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 w
11.
▲
by
shaoner
5y ago
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, PartialEq)] pub enum