-
Posting links from delicious to Blogger
I collect quite a long list of links while I “surf the web”. Until now I’ve done the Mixed Links series, but I’ve been looking for ways to automate it. Enter delicious (or del.icio.us as it was formerly known): it has a nice Firefox plugin and theoretically it can post your bookmarks automatically to your…
-
delicious/cdman83
Free Weather Stickers for Your Homepage! : Weather Underground Posted: 04 Jul 2009 11:17 AM PDT Cool weather stickers. Sign up for Feedjit Pro or Webmaster Posted: 04 Jul 2009 02:27 AM PDT Interesting tracker with an option to show visitor sources. Has an image-only option! Idea #13344: “Input special characters with ALT codes” –…
-
delicious/cdman83
URIBL.COM – Realtime URI Blacklist Posted: 03 Jul 2009 10:17 PM PDT URIBL provides different RSS feeds (based on registrar, nameserver, etc). Cool! fb-contrib™: A FindBugs™ auxiliary detector plugin Posted: 03 Jul 2009 06:57 AM PDT Alternative FindBugs detectors. Use them with care (as they probably have more false-positives than the built-in detectors). Git –…
-
Speedy hosts blocklists
One of the ways to block your machine from connecting to “unwanted” hosts (however you define this criteria) is to list the DNS name of the host in the hosts file of your system and associate it with a different IP address than the real one. While this solution has some limitations (for example: it…
-
Profile first!
I was using my code to parse a medium-sized CVS log and it was being slow (~1min). So, like an idiot I said: I know that the algorithm is quite slow, so I optimize it. Here is a version which is twice as fast as the original version: use strict; use warnings; use Test::More tests…
-
You’ve come a long way baby!
In the spirit of Fatboy Slim’s Right Here / Right now Comes the following video about Yahoo Mail: Communication Evolution @ Yahoo! Video I got started on Yahoo Mail back in the day and it always served me well. Thank you! PS: Cat and dog saying Yahoo Mail
-
Interesting media
Short updates from Penn Jillette of Penn & Teller fame on the pennsays YouTube channel. My only grief is that a few videos are unavailable due to “age or location restrictions”, which really seems just an oversight, since the content most probably isn’t published anywhere else (like TV) to warrant such restrictions. I tried to…
-
Breaking into a process before the TLS gets executed
I found out about this from the SANS blog: you can make Olly break before the TLS get executed. Just Debugging Options –> Events and set “Make first pause at” to “System breakpoint” instead of “WinMain”. Cool! (until now I was patching executables with TLS to avoid them being executed).
-
Nessus not returning any results?
I mentioned the problem briefly in my GFI Languard review, but just wanted to document it more clearly, maybe it will be useful to somebody: with the default settings my Nessus setup didn’t seem to return any results for a non-firewalled XP host. A quick packet capture seemed to indicate that Nessus was trying to…