Viewing profile — psynapse
psynapse
HN member- Joined
- Tue, Oct 23, 2012, 3:47 PM UTC
- HN karma
- 80
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About psynapse
Recent public activity
-
comment
Comment #20448482
My guess is that you are talking about Slovakia here. My weak Slovak makes it hard for me to research facts, so I tend to rely on my wife; but I understand that unfortunately the p…
-
comment
Comment #20354351
Also did this in cryptography + coding theory class back in university days. Our final exam had a practical code breaking test where we had a bunch of utilities and had to crack 3 …
-
comment
Comment #19570052
Yes; I have a Kofola from the tap once in a while with a Langos at the nearby market. It does taste better.
-
comment
Comment #19570035
Australian living in Slovakia here. Definitely agree on the sweetness factor. It is also the same with Vinea, which others have mentioned here. I am not a soft-drink person really,…
-
comment
Comment #19253486
Nice setup. A while back I moved to Arch with Xmonad, dmenu, tmux etc, but for about a year now, my workstation has been the same tools on top of Ubuntu Server. I have an Ansible p…
-
comment
Comment #17950874
Thanks for the heads up on the consultation process. Just sent my email.
-
comment
Comment #17842213
What do you mean by computer nerd neck? I do shrugs, which hits the traps, but I find my neck is a bit thicker too. Front squats isolate the quads more - I prefer to do back squats…
-
comment
Comment #17842118
Throw a few heavy deadlifts in there. You'll develop some hard glutes.
-
comment
Comment #17590849
I wish I knew about this when I wrote Scala (albeit briefly). It's one of those "ill posed problems" when debugging - what is the implicit from a third party library that is not in…
-
comment
Comment #17462956
There is also the Canonical Distribution of Kubernetes (CDK). If you want to try a stripped down version on your local machine, kubernetes-core can be installed into LXD containers…
-
comment
Comment #17458717
Opta data cost is nothing compared to RunningBall (also part of the Perform group). RunningBall is all the real time data - you pretty much can't run an in-game book without it. It…
-
comment
Comment #17364966
When I was a kid, my parents kept a bookshelf with a vast library of National Geographic issues. I used to read them at random in idle periods, and I specifically remember the Koko…
-
comment
Comment #16929057
Australian living in Slovakia here. Shout out for Bryndzové halušky.
-
comment
Comment #16882690
I remember this happening for chips from the first step revision of Nehalem. When the demand for the i7 920 was way up, there were a bunch of better chips sold as such. Savvy overc…
-
comment
Comment #16856239
I totally agree. That book was a cut above. The back-in-time view through the Ter'angreal was inspired. I also really enjoyed the prior book, when Mat's luck runs hot leaving Tar V…
-
comment
Comment #16855761
I loved this series when I was younger. I am still fond of it, but I have read so much more that is better now. It slows to a tedious chore, particularly around the Knitting Circle…
-
comment
Comment #16105715
For those interested in the topic, I can recommend Judith Rich Harris' superb book, The Nurture Assumption[1]. It mostly deals with debunking common views on parent->child effects,…
-
comment
Comment #15778872
Same here. I also use space as my Vim leader, so it feels natural.
-
comment
Comment #15553345
Our Go code is built and tested by Jenkins. If green, the build is stored in an artefact repository. Another job is triggered to update the version in Puppet on potentially multipl…
-
comment
Comment #15523747
"Retail" bookmakers are only interested in mugs. If your betting patterns indicate someone who is wise to the market, you will be limited or shown the door. Be prepared to have arb…
-
comment
Comment #15474179
Destroy Erase Improve is indeed killer. I also love Amorphis' Tales From the Thousand Lakes.
-
comment
Comment #15474029
Amen. Death's Human and Cynic's Focus are on my favourites list. I will add: Opeth - Blackwater Park. Slayer - Seasons (1990). Megadeth - Rust in Peace (1990). Fates Warning - A Pl…
-
comment
Comment #15287883
"Let me talk to your biz people to see if I'm the right person to solve your problems, and let the technical folk go over code I've written and we can deep dive on that if there is…
-
comment
Comment #15275883
I just bought a refurb X230 for pocket change. Threw in a SSD and more RAM, then installed Arch. I can't believe how good it is. I'm going to move to it as my daily driver from a m…
-
comment
Comment #15192206
Same here. I love this about Go. A router and you are off and running. It is so simple to wrap handlers with your own middleware for auth, pre-flighting etc.