Hacker Newsnew | past | comments | ask | show | jobs | submit | Mad_Dud's commentslogin

Couple of years ago RJBS gave a great talk about email, it's complexity and issues - https://www.youtube.com/watch?v=JENdgiAPD6c


Could the recent peak be related with the Cryptolocker campaign?


It's more likely driven by recent interest of Bitcoin from China: http://index.baidu.com/main/word.php?word=%B1%C8%CC%D8%B1%D2


Can't great firewall of china be configured to block port 8333?



I second "writing a thumbdrive from scratch"! There's much more to it than it sounds like. Travis talks for example about the possiblity of the drive being able to fingerprint the system it's mounted on, recognizing it's 'home' machine. From there he suggest counter measures like recognizing an indexing process by the read patterns and have the drive erase itself, or giving a different checksum every time the content is hashed.


Could you name the modes, which help you accomplish live-debug and 1-click documentation effects?


You might also find eldoc-mode[1] and it's various mode-specific children (c-, perl-, ...) to a useful minor-mode. It displays a short string describing the function-at-point, and the order and name of it's arguments. Sort of zero-click docs. Whatever way it does it could probably be hacked up to display more complete docs in a split window or frame. Something I'll think about when I finally get an SSD :)

[1] http://emacswiki.org/emacs/ElDoc


Slime and Geiser give you this for Lisp dialects, including Clojure.


€uroTr@sh: Information Security Podcast - http://www.eurotrashsecurity.eu/index.php/Main_Page

Using this opportunity I would like to propose to organize some kind of streaming channel (on twitch.tv or similar) about hacking/coding.


The simplest way is to use netstat and check amount of connections from each host. If you see plenty hosts with many connections established, that's DDoS. If there is plenty hosts, but each one has few connections, thats DoS (aka slash dot effect), mentioned by Tomek_.

PS: DDoS - distributed denial-of-service attack. Deliberate attack which involves dedicated software; DoS - denial-of-service. Server can't handle all requests, because suddenly there is more of them (because of link on frontpage etc)


Sometimes it's not acceptable to store data on external server without root on it. For these kind of uses Unison (mentioned in previous comments) is decent solution, but also AeroFS (aerofs.com), which works much smoother (less collision problems).

Anyway syncing data on several devices must became standard soon.


AeroFS also has a Windows port that works, too. I had no end of trouble with the Unison port.


It's worth mentioning that ssh-copy-id might have problems with specifying port number. Here is workaround for that:

$ ssh-copy-id ‘-p xx -i ~/.ssh/id_rsa.pub login@example.com’


Does anybody have PoC on this one?


It's said to be a 32 bit refcounter bug, making it near impossible to predict the triggering packet over WAN.


If so, would require hundreds of GB of UDP packets.

But you may not need to predict which one is the one that wraps the counter. It may be that all your packets could be the same.


It doesn't have to be true.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: