I’m literally working on about 15 different projects right now… I just can’t say “no”, it seems. Meh, most are interesting and the others I get compensated for. When I have time, I have some updates to publish.
Latest Updates RSS
-
riahmatic
-
riahmatic
-
riahmatic
Probably the coolest peice of JavaScript I’ve seen all year. It turn Firefox into a server with a few lines of code. Server sockets FTW.
-
riahmatic
Security has stepped up in Firefox 3, it seems. SOP is now enforced on
-moz-bindingCSS properties and gerry’s chrome traversal technique is blocked by a smarter address bar. I’m using beta 2, which was released mid December. -
riahmatic
Need to know the default port for a service, like mysql? Run
cat /etc/services | grep mysql. Or maybe you know the port (say, 22) and want the service - runcat /etc/services | grep 22. List all:cat /etc/services. Just found this out, thought I’d share with fellow noobs. -
riahmatic
Just pondering pratical usages for RSnake’s file sharing with JS implementation. Could it be harnessed for good? Very intriguing…
-
riahmatic
reading the spec for MicroID. Things described as simple always escape me at first…
-
riahmatic
The internet… serious business.