Skip to content

Grey Panthers Savannah

    • About
    • Blog
    • Interesting
    • Projects & Ideas
Illustration of a bird flying.
  • delicious/cdman83

    Password Strength Checker Posted: 09 Apr 2010 05:40 AM PDT NetPositive error messages Posted: 13 May 2010 09:52 PM PDT Default Passwords | CIRT.net Posted: 14 May 2010 06:23 AM PDT AmigaRemix – The place for Amiga Game- and Demo-music Remixes! Posted: 18 May 2010 09:54 PM PDT Remix64.com: C64 and Amiga Music Remix Community…

    June 6, 2010
  • On the hopelessness of pulling content from the interwebs

    In the last couple of weeks I had at least two cases where I saw a (provocative) post come up in my feedreader, click trough to read the entire piece (BTW, partial feeds just suck!), just to find that the owner removed the post. The first was from the DynDNS blog named “Open Dialogue” (apparently…

    May 10, 2010
  • Putting the eval into Java

    “eval” (short for evaluate) is usually the name given to the method in dynamic languages which makes it possible for the programmer to access the compiler / runtime. Here are a few links to the documentation for the function in different languages: Javascript Perl PHP Python Ruby LUA They are usually used to quickly evaluate…

    April 22, 2010
  • Update to the Blogger Tag Cloud

    A small PSE (Public Service Announcement): if you were using the Blogger Tag Cloud I’ve put together based on the WP-Cumulus plugin, you might have noticed that it stopped working some time ago (I’m not entirely sure when, since I didn’t notice it, until a reader commented and brought it to my attention – thanks…

    April 20, 2010
  • “Funny things I found while browsing the web” post

    The Geek/Nerd/Dork/Dweeb Venn Diagram (via Joel Esler’s blog): BTW, here is a quick way to convert JPEGs which should be PNGs or GIFs (because they aren’t photos!): simply use a photo editing software (like the GIMP or IrfanView / Paint.NET) and reduce the color depth without dithering. This should pretty much get you there. You…

    April 9, 2010
  • Updated YARPG

    This has been sitting in my queue for some time: almost four years ago (it’s incredible how time flies!) – amongst the first posts I’ve published on the blog – I’ve written a random password generator in Javascript which I’ve named YARPG (for “Yet Another Random Password Generator”). The advantages to using it are the…

    April 9, 2010
  • Sending an X-Face email with Perl+GMail

    In the latest Software Freedom Law Show Bradley mentioned the X-Face email header and challenged listeners to send them an email containing the X-Face header. So here is the small Perl script I’ve whipped together to send them an email trough GMail: use strict; use warnings; use Net::SMTP::TLS; my ($from, $password) = (‘…@gmail.com’, ‘MySuperSecretPassword’); my…

    April 2, 2010
  • Performance optimization techniques for Java code

    Yesterday I gave a presentation at the Transylvania JUG about using profilers and different techniques which you can use to work around the discovered performance problems. Below you can find the embedded presentation. If you are interested in the code samples (as you most probably are, since a big part of the presentation were demos),…

    March 26, 2010
  • Solving mathematical puzzles with brute-force and Perl

    After talking a lot about optimizations and selecting the right algorithm, here is a little brute-force code. This particular one gives the answer to the following puzzle from Richard Wiseman’s Blog (one well worth following BTW): Can you make the number 24 with the number 5, 5, 5, and 1 (again, you cannot join the…

    March 26, 2010
  • RHUB review

    RHUB is a company which offers “meeting recording, Web Conference, Remote Access, Webinar software Delivered in Appliances”. It is an interesting model, especially given that there are a lot “software only” solutions in this space (GoTo meeting for example, just to name the biggest of them). They tout the simplicity of the product, especially that…

    March 25, 2010
←Previous Page
1 … 11 12 13 14 15 … 110
Next Page→

©2026 Grey Panther, powered by WordPress
Content licensed under a Creative Commons Attribution 4.0 International License, except where indicated otherwise.