Internet



20 Jan 10

Ah, the things that people believe on the internet. I’d like to believe its not work that is making me paranoid, but it mostly is. Plus I get paid to help try to find the flaws in things before the time is spent developing them.

The interesting about this thing, is when I first saw the title of the facebook group, I was sure that was odd, but I quickly ignored it and moved on. Then I saw it again tonight, and I started to do a bit of digging.

http://www.brain-thee.co.uk/2010/01/how-to-tell-a-scam-on-social-networking-sites/ manages to describe my thought process pretty well actually. But I went a few steps more. I got very weirded out by the fact they wanted me to use javascript to select all my friends for invite (I still can’t believe I immediately recognized that javascript the second I saw it.). So after I visited the page they said you could only visit after you invited your friends (look at that, I visited it fine).

Anyways, to make a long story short, I started to dig through the js on the page, found out its essentially a small page with a ad or something to c p a l e a d (dot com, I don’t want to link to it). That in itself isn’t that interesting, its the fact that it tries to detect firebug so you can disable whatever it does (video maybe? I run with noscript so I don’t see it).

I put the code up on pastebin @ http://pastebin.com/d40ea2d1c for anyone who is curious. Its simply the only javascript on the scammers page after I ran it through the reverse dean edwards packer.


Filed under: Coding, Internet

Trackback Uri






4 Apr 08

I’ve been playing around with some new jquery/javascript this week.. All has been going well, i’ve been learning just how bad UI is lately.. I wish interface worked still in the latest versions, UI is extremely slow, plus the documentation currently does not fully match the code (well actually they might, but we are using an older version of UI due to the fact that the new ones are less functional).

Anyways, lots of people pop in #jquery and ask questions.. which is good, ’cause i learn about new plugins or ideas, etc. But there are a lot of people who just can’t figure out how to ask a question.

Examples of bad people:
* <yoav> guys i’m stuck tryin’ to get an ajax form to work with jquery and codeigniter <yoav>stuck as in it’s not working
(i’m surprised i can’t find more in my recent logs)
or my fav, and i can’t find an example from my current logs
* <someone> Can I ask a question?
* <someone> I have a question (in which the reply is no, thats a statement)

Between those and the people who know next to nothing about javascript, css and html, expecting that jquery will be really easy and needing to be hand held through every little step is really frustrating.

I gotta setup some irssi aliases now to point to http://reactor-core.org/irc-help.html (which I just found)..


Filed under: Internet

Trackback Uri






20 Jul 04

If you are like me, and just like going to common sites quickly.

For me, its simply Control + L (goes to location bar) then “perldoc” which gets me to http://www.perldoc.com which I also end up using many times during the day, as I need to look up specific behavior of functions, like grep :)


Filed under: Internet

Trackback Uri






20 Jul 04


if you goto manage bookmarks, then new bookmark
you can set keywords for bookmarks
then if you put a %s in, you can do string


http://search.cpan.org/search?query=%s&mode=all
keyword: cpan
“cpan Module::name”

And Voila!!!

Nice and simple cpan searching

(Tip was originally mention to me by Jordan)


Filed under: Internet

Trackback Uri