untrothy | 10 years ago | on: Guess my word
untrothy's comments
untrothy | 11 years ago | on: 9 truths that computer programmers know that most people don't
- As a single entity: I usually think in decimal so you could write a "single" decimal number (e.g. 234) and convert it to binary and the 1 and 0 character mean Yes / No.
- As a single character: You could just write a random character (e.g. ॐ ), specifying that is has to be interpreted as a number in Base N+1 and ॐ + 1 = 10. This is useless though.
untrothy | 11 years ago | on: Patch to Log SSH Passwords – One Year Results
Only nuisance is that the higher ports may be blocked, for example my uni blocks my new ssh port so I can't connect to the vps when I'm on campus.
untrothy | 11 years ago | on: Making Connections to Facebook More Secure
Bench marking Shallot on an Intel [email protected]:
time ./shallot ^a -> 0.09 sec user
time ./shallot ^aa -> 0.12 sec user
time ./shallot ^aaa -> 0.12 sec user
time ./shallot ^aaaa -> 0.47 sec user
time ./shallot ^aaaaa -> 5.92 sec user
time ./shallot ^aaaaaa -> 118 sec user
Unfortunately OpenCL doesn't work with the nouveau drivers so I can't test scallion.Who knows how much they spent trying to brute force that onion address.
EDIT: Ok looks like they went the backronym route
[0] https://github.com/lachesis/scallion [1] https://github.com/katmagic/Shallot
untrothy | 11 years ago | on: Gog.com Now Supports Linux
Performance is still not as good as on Windows though. For example I can't play Dota 2 because of low fps on linux but on windows it is playable.
untrothy | 11 years ago | on: Ask HN: Why would you disable JavaScript?
I don't expect nothing else, if I can get some text I'm happy.
untrothy | 11 years ago | on: Things You Should Know About Tor
ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more
ExitPolicy accept *:119 # accept nntp as well as default exit policy
ExitPolicy reject *:* # no exits allowed
Installing via `pacman -S tor` and enabling via `systemctl enable tor.service` doesn't start an exit node / relay but a simple client.Are you using linux, windows or osx?
untrothy | 12 years ago | on: Use a config file to SSH into a server
EDIT: You will need python3 since I used input(), and this probably is my first python script so it's a bit messy:
untrothy | 12 years ago | on: Ubuntu 14.04 LTS: Why you should not use it, at all
So I decided to actually write down every time my arch install stopped working. I only managed to continue doing so for a couple of months and it's only representative of my pc so take it with the usual grain of salt. I usually run pacman -Syu every day.
That being said in 2 months I had these problems:
05/10/2013 Slim changed the xsession name, I had to edit manually slim.conf
14/10/2013 linux-ck kernel upgrade broke xorg so I had to downgrade until it was fixed
29/10/2013 xmobar template had to be slightly modified
02/11/2013 Calibre didn't start, imagemagik was broken, had to downgrade until it was fixed
So 4 problems in 2 months. I'm sure I didn't write down everything since it was a little tedious.
Would i recommend you use it on a production server? Is the time you spend on paying attention worth it? I haven't the foggiest.
untrothy | 12 years ago | on: Machine learning resources
untrothy | 12 years ago | on: Preorder your very own cold fusion reactor
[0] http://motls.blogspot.com/2013/05/tommaso-dorigo-impressed-b... [1] http://scienceblogs.com/startswithabang/2013/05/21/the-e-cat...
untrothy | 12 years ago | on: Why You Should Try a Tiling Window Manager
For example with this in my xmonad.hs:
((0,9), (\_ -> moveTo Next NonEmptyWS))
((0,8), (\_ -> moveTo Prev NonEmptyWS))
I can move between work spaces with only my mouse (In this case with the extra 2 buttons on the left).untrothy | 12 years ago | on: Show HN: Git bar graphs in the terminal
"autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. Directories must be visited first before they can be jumped to."
untrothy | 12 years ago | on: Optical strontium clocks could redefine the second
For example, the distance to the nearest galaxy: "The team refined the uncertainty in the distance to the LMC down to 2.2 percent." [1]
This kind of precision could be used for example to measure the radius of elementary particles (wild guess, I'm not even sure that makes sense given what we know about the quantum world)
[1] http://obs.carnegiescience.edu/content/distance-nearest-gala...
untrothy | 12 years ago | on: Optical strontium clocks could redefine the second
"Length of the path travelled by light in a vacuum in 1⁄299,792,458 of a second (17th CGPM)" [1]
So if you manage to measure the second with better accuracy you also manage to measure distances with less uncertainty.
For our everyday lives it will probably make no difference if the uncertainty of the meter changes from 10^-10 to 10^-11, but physicists could probably use the improvement to do something interesting.
untrothy | 12 years ago | on: A Memory Comparison of Light Linux Desktops