Posted in Other

Teal’c Rebranded

I’m watching Stargate (nostalgia) and just couldn’t resist …

READ MORE
Posted in Software Web

Rails: what happens when memcached goes down

I tried to figure out how rails reacts to the fact that memcached goes down. Unfortunately there is no god documentation about this besides saying that everything will be fine. Also there are couple misleading posts in different forums saying that rails will never rediscover memcached server that went down…

READ MORE
Posted in Other Web

Ruby on Rails: how to override default_scope – a better approach

Ever used default_scope in RoR? Ever regretted you had ever read about this feature after you wrote tons of code and later realized you can’t access the records you need in a convenient way when necessary? Try googling “how to override default_scope” and you will find tons of advices how…

READ MORE
Posted in Hardware Linux

Fixing Wireshark’s “TCP checksum offload” error in linux

On some linux machines when you run wireshark you may notice that a lot of packets are marked as invalid (highlighted as black). The contents looks perfectly correct, but for some reason checksum is brkoen and wireshark suggestes that the reason for such unpleasant event is “TCP checksum offload”. Let’s…

READ MORE
Posted in Hardware Linux Robotics Software

Fix: Error: register r24, r26, r28 or r30 required

I was recently compiling some Arduino code with NewSoftSerial and got hit by infamous “Error: register r24, r26, r28 or r30 required” error. NewSoftSerial is a great library and those using older avr-gcc compiler enjoy it alot. Problem is the newer gcc doesn’t like one nasty error in the code…

READ MORE
Posted in How To Other

How to Do Excellent Presentations. Part I.

Hi!
I’m sitting here at the Rails conference (has nothing to do with trains) and watching at the presenter struggling with the equipment. This leaves me couple minutes to start this post about how to do great presentations and not to do bad ones.

READ MORE
Posted in Other

Support Preserving Wildlife on Earth

Just watch it. Then read under the cut line.

READ MORE
Posted in Hardware

The most hacked router in the world ever. First DIYs.

I started posting instruction on how TMHRITWE was built. The first three parts are overclocking, serial interfaces and “POE”. I especially recommend reading the “POE” part as all “POE” hacks I saw before contain one mistake potentially fatal for your router.

READ MORE
Posted in Other

The most hacked router in the world ever

I just published a new video and a new article about “The most hacked router in the world ever” project. The idea behind this project is obviously to hack router to the extreme. I searched the Internet, found all known hacks about routers, added a few I never seen implemented…

READ MORE
Posted in Windows

Windows Vista + Firefox + Flickr (Twitter etc) = Deep freeze

So imagine you have this super-duper cool quad-core 4Gb RAM dual nvidia raid 5 computer running Vista. You’re browsing the internet enjoying/hating the ultra-sweety-psycho-aero interface and when you go to flickr/twitter/some_other_your_favorite website the entire system freezes instantly. You can’t move mouse cursor or type on keyboard and your computer gets…

READ MORE
Posted in How To Other

How to recover WorldLock bike lock password

Recently I’ve got a worldlock cable lock for my bike. Skimming thru the guide pictures included with the lock I tried to understand how do I open it for the first time and didn’t find anything saying “default password” in big bold red font. Quick google search also gave…

READ MORE