Viewing profile — countersixte
countersixte
HN member- Joined
- Thu, Jul 28, 2011, 12:54 PM UTC
- HN karma
- 47
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About countersixte
No profile information was provided.
Recent public activity
-
comment
Comment #33991496
Also be sure to consider its bigger brother, The Crew: Mission Deep Sea (2021).
-
comment
Comment #30188089
Glad it helped. :)
-
comment
Comment #30181196
I am not an expert in SDEs (my background is machine learning) but if I wanted to dig more into the subject, this is where I personally would start. Code [1] and pdf [2] for the bo…
-
comment
Comment #8020363
Direct YouTube links (pyvideo.org loading is slow at the moment) Part 1: https://www.youtube.com/watch?v=vWkgEddb4-A Part 2: https://www.youtube.com/watch?v=I3JH5Bg46yU
-
comment
Comment #7433456
I recently read the Gregory Hays translation [1] and thought it was great. Meditations was Marcus Aurelius's "notes to self" and the Hays edition captures this informal nature. It …
-
comment
Comment #7209337
Github repo: https://github.com/okamstudio/godot
-
comment
Comment #5843658
Most of these cities (e.g. Zheleznogorsk [1]) seem to have a stylized atom as part of their coat of arms. I wonder if it was common practice in the USSR to incorporate similar symb…
-
comment
Comment #5304054
For a (slightly technical) in-depth guide to training RBM's: http://www.cs.toronto.edu/~hinton/absps/guideTR.pdf It discusses how to choose a learning algorithm, selecting hyperpar…
-
comment
Comment #5088391
I got my x220 refurb last spring for under $700. I love it -- very portable and the battery life is ~6-7 hours. I run Arch Linux [1] and haven't had any issues, so you should be go…
-
comment
Comment #4986856
Arch with xmonad as my window manager ( http://xmonad.org/ )
-
comment
Comment #4927391
I've found "Mindfulness in Plain English" to be quite helpful. http://www.urbandharma.org/udharma4/mpe.html
-
comment
Comment #3864736
http://www.memrise.com is another spaced repetition alternative to Anki. You'd need another tool to practice your grammar, but for vocab alone it works great.
-
comment
Comment #3542928
For #1, the yy command will yank the entire line (including the newline). Try using y$, which will yank from the cursor to the end of the line (not including the newline).
-
comment
Comment #3354085
This is why I'm such a big fan of the pomodoro technique: the majority of these 7 things are taken care of automatically. 1. Tasks are already broken down into manageable chunks 2.…
-
comment
Comment #3220507
http://tomatoes.heroku.com/ is my preferred tool
-
comment
Comment #3169016
Agreed. The pomodoro technique is great for keeping your breaks time-bound. I often just walk around the office for a few minutes and refill my water bottle, etc. Gives me a chance…