Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
BackwardSpy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
BackwardSpy
7y ago
Seconding Bitwarden. I moved to it from LastPass a while ago and I'm glad I did. It's simple and easy to use, open source, and they keep improving it.
2.
▲
by
BackwardSpy
8y ago
Ubuntu has bitmap fonts disabled by default. You can enable them as follows: cd /etc/fonts/conf.d/ sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf . sudo dpkg-reco
3.
▲
by
BackwardSpy
8y ago
I used this library in a lot of my University assignments. It's a really great way to add controls for 3D renderers, simulations, games, et cetera. I mostly used it for debugging purposes myself, but I could see it growing comfortably
4.
▲
by
BackwardSpy
8y ago
Github pages is quite convenient, and I believe you can use a custom domain with it. I currently use a droplet hosted on Digitalocean for my website, but it's definitely more effort to maintain than a Github pages site would be.
5.
▲
by
BackwardSpy
8y ago
I really enjoyed reading that, thank you for posting.
6.
▲
by
BackwardSpy
8y ago
Brilliant read, thank you for sharing!
7.
▲
by
BackwardSpy
9y ago
I'm exactly the same. I'm using the white Nexus 5 that I bought on the day of release. I recently installed Lineage OS to bring some of the newer Android features in. I don't see myself buying a new phone for quite some time.
8.
▲
by
BackwardSpy
9y ago
emacs as of ~2 years now. I'm a total convert!
9.
▲
by
BackwardSpy
9y ago
Thankfully I have not. I currently work in a small team (<10 developers). We try not to change things just for the sake of changing them, but when there is a good reason to do so then we can. Our code base is far from perfect but I am co
10.
▲
by
BackwardSpy
9y ago
Advent of Code is great. I've not actually finished it yet, but I keep doing a challenge here and there when I feel like it. I might go back and do some of the earlier years when I'm done with 2017.
11.
▲
by
BackwardSpy
9y ago
I do. I seldom find frustration when I am programming. It's very rare that I come across an error that isn't entirely my fault. A flaw in my understanding is a learning experience. A mistake in my typing takes a simple correction,
12.
▲
by
BackwardSpy
9y ago
Looks really cool! I think I noticed a typo in the docs here: https://flaque.github.io/merchant.js/#totalof Should "Map({GOLD -2});" have a colon between the key and value?
13.
▲
by
BackwardSpy
9y ago
It is very slow for me on Firefox too, both stable and nightly.
14.
▲
by
BackwardSpy
9y ago
Nice work. It reminds me of restclient-mode [0] for Emacs, a package that I use daily. As a python developer, that this builds on top of python & requests is very attractive! [0] https://github.com/pashky/restclient
15.
▲
by
BackwardSpy
9y ago
I use HTTPie almost daily, and it is fantastic. Really useful for debugging my APIs.
16.
▲
by
BackwardSpy
9y ago
I really enjoy watching Teller at work, and it's fascinating to read this 'behind-the-scenes' stuff.
17.
▲
by
BackwardSpy
9y ago
Nice work! This seems like it could be a fun weekend project.
18.
▲
by
BackwardSpy
9y ago
It won't even load for me, I just get an infinite spinner gif. Tried turning my browser extensions off, still no luck.
19.
▲
by
BackwardSpy
10y ago
Looks like the link on the website might be wrong. I opened an issue on what I think is the correct repository: https://github.com/switchemulator/switchemulator
20.
▲
by
BackwardSpy
10y ago
I did a small (6-8 teams) 48 hour game jam that I wrote code almost continuously throughout. I had about 4 hours of sleep in the middle of it, and an hour or two for eating. The rest was writing code. The code was game jam quality (that is
21.
▲
by
BackwardSpy
10y ago
Other than a slightly buggy top line [1], this seems to work fine in gnome-terminal on Ubuntu. Really nice work! I'll leave it running when I'm not using the terminal on my side monitor. [1] http://i.imgur.com/H3RL
22.
▲
by
BackwardSpy
10y ago
Link's dead.
23.
▲
by
BackwardSpy
11y ago
Took me about an hour to beat it, I'm still fairly new to concurrent programming so this was pretty great for showing me the pitfalls you can come across.