Viewing profile — bananicorn
bananicorn
HN member- Joined
- Tue, Sep 20, 2016, 10:36 AM UTC
- HN karma
- 792
- Public activity
- 211 items
- HN profile
- View on Hacker News ↗
About bananicorn
Recent public activity
-
comment
Comment #43344490
The video in question: https://www.youtube.com/watch?v=spB4ezsQ6II
-
comment
Comment #42273109
Absolutely with you on the last point, but the Subway Surfers mentioned in this Article is a mobile game which has been around since 2012 - they don't splice in videos with actual …
-
comment
Comment #41368245
Try this in your local vim: set rnu Really handy for relative movements like 5j or 12k :)
-
comment
Comment #40467304
FYI the fingerprint sensor problem has since been fixed and I can now use it again without trouble for banking apps and the like. (Although I'm on a Fairphone 3+) Still holding up …
-
comment
Comment #39776326
DCSS = Dungeon Crawl Stone Soup ADoM = Ancient Domains of Mystery Cataclysm DDA = Cataclysm Dark Days Ahead I swear I didn't make the first one up ;) Edit: ah well, you got your an…
- story
-
comment
Comment #30205961
That was probably supposed to be a pun - you're both on the same side here :)
-
comment
Comment #29477364
Skateboarding! It's a bit hard to find time for it during a workday, but sometimes I just have the urge to get moving and trade lunch with my colleagues for some time on the board.…
-
comment
Comment #27494862
It's never too late to start. At the beginning you should really focus on trying some things that keep your attention. (For me that was programming games - incredibly crufty ones, …
-
comment
Comment #26861214
This is the same type of screen used as in the pebble smartwatches[0], right? Honestly, I wonder why that technology hasn't been used for anything like the Thinkpad in the video - …
-
comment
Comment #26724406
To add to that - if you prefer writing the body of the post itself in markdown, and write in VIM, here's a little snippet that might help: :%!markdown_py where markdown_py is your …
- story
-
comment
Comment #26464346
The issue already seems to be there[0], but honestly I immediately resorted to using the arrows to move the pieces around and from there on out it didn't disturb me anymore. I'm re…
-
comment
Comment #26464076
I just gave this a try, and I would honestly love to have a traditional cad software that is so intuitive and easy to use. (Except for the stuff with the rotation, that was a littl…
-
comment
Comment #26302817
I highly recommend messing around with yabasic[0] a bit, runs on windows and (probably) most unix-likes, and even offers graphics capabilities right out of the box! I feel like thi…
-
comment
Comment #26177750
A related thing to consider: I've been thoroughly enjoying sites built on the gemini protocol[0] They're all written in a sort of restricted markdown, and the community seems to be…
-
comment
Comment #26177348
I know it's not what you asked for, but these articles helped me a lot with linear algebra - which you will most probably need in any case: http://blog.wolfire.com/2009/07/linear-a…
-
comment
Comment #25453833
Then again, shows like One Punch Man work because you know all of those tropes, and doesn't seem to work nearly half as well if you don't know what they're referring to. (I've trie…
-
comment
Comment #25410963
Why would you not just set the location of the backup and swapfiles to a fixed place in your system? Try this: set backupdir=~/.vim/backups,. set directory=~/.vim/swapfiles,. It wi…
-
comment
Comment #25408582
Infiniminer is something that comes to mind - which was the base used for Minecraft, I think. While we're in the Realm of voxel-based games, there's Minetest, which is open Source …
-
comment
Comment #25371104
You remember correctly - it's from the second book, "The restaurant at the end of the universe", and the animal in question had been genetically altered to strive for its own consu…
-
comment
Comment #23311097
Hehe^^ Try: ,p or: ,n in ed and you'll print the whole file to the screen - although you'll be at the end of the file with everything that didn't fit on screen cut off. I guess the…
-
comment
Comment #23308625
In all honesty, I think I had a harder time exiting ED (the standard editor), although vim and ED are quite similar in spirit ;)
-
comment
Comment #23300679
Maybe it's just your use case - but I've just switched someone over to Linux and it seems to be suiting them much better than Windows - granted they're running older hardware, but …
-
comment
Comment #23151109
Why is this being downvoted? Is it incorrect?