ksat.me
Not all engineers carry a pen « Kaushik Sathupadi
http://ksat.me/not-all-engineers-carry-a-pen
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. Not all engineers carry a pen. If you are a software engineer in India you know this problem. There is a huge difference between the previous generation Engineers and the new ones. Leading that difference is the thought that Engineers always carry a pen. Laptops and smart phones have spoiled me to the point that I don’t think of taking a pen anymore. Add the fact that I am usually careless. Don’t have a pen?
ksat.me
Dear everyone, stop setting focus on "username" field if i am already on "password" field « Kaushik Sathupadi
http://ksat.me/stop-setting-focus-on-username-field-on-page-load
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. Stop setting focus on “username” field if i am already on “password” field. This is a problem with twitter, gmail, everything (including a few apps I’ve developed :). I imagine the solution should be simple. Set focus to “username” field on load, but don’t set it if. The username field is already filled in. The focus is currently on the password field. Post by Kaushik Sathupadi, Founder Cull.io. Blog comments powered by Disqus.
ksat.me
Chrome plugin to deal with the Hacker News 'unknown or expired link' « Kaushik Sathupadi
http://ksat.me/chrome-plugin-to-fix-hn-unknown-or-expired-link
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. Chrome plugin to deal with Hacker News ‘unknown or expired link’. Has one minor irritation – The ‘unknown or expired link’ thing. Happens when. You spend some time on a page checking out the links and then click the “more” link at the bottom of the page. By then fnid has expired and you have to go back to homepage, refresh it and start from there. Here’s a chrome plugin I just wrote that’ll automate these two.
ksat.me
The literally sexy, sexy password field « Kaushik Sathupadi
http://ksat.me/the-literally-sexy-sexy-password-field
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. The Literally Sexy, Sexy Password Field. The password field is nice, but then it’s a little difficult to remember the color. What was the color of my password on gmail again? 8220;Purple yellow”? This is an alternative:. Passwords always hash to same dancing step so you know you have typed the right password. Now, isn’t that more easy remember guys? Post by Kaushik Sathupadi, Founder Cull.io. Blog comments powered by Disqus.
ksat.me
MacSequel – A native MAC OSX GUI query tool for Oracle « Kaushik Sathupadi
http://ksat.me/macsequel-a-native-osx-gui-query-tool-for-oracle
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. MacSequel A native MAC. Query tool for Oracle. Introducing MacSequel a made-for-mac-osx query tool for oracle. This is my first experience writing objective-C code. This is how MacSequel looks:. During such times, every other day I actively google for a few minutes looking for a simple native-mac GUI. Which is a great for mysql). So I decided to make one. I’ve been a Java(and swing) developer all my life, so the first step was to ...
ksat.me
Fanbatis 0.4 is here! « Kaushik Sathupadi
http://ksat.me/fanbatis-0-4-is-here
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. Introducing Fanbatis 0.4. The biggest change is on Sqlmaps which have been enhanced to make the DSLs do more work. This was the old way to query. Class BlogSqlMap : SqlMap{ @Select Blog getBlogBySubject(Str subject){ one(sql select * from blog where subject = #{subject} ) } }. Here’s the new and sexy way. Class BlogSql { Blog getBlogBySubject(Str subject){ S select * from blog where subject = #{subject} } }. And call it like. A platfo...
ksat.me
Why You’ll like Fantom -part 1 – The compiler « Kaushik Sathupadi
http://ksat.me/why-fantom-matters-1-the-compiler
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. Why You’ll like Fantom -part 1 The compiler. The benefit of the compiler(and static typing) has always been a topic of hot debate. People love it, with passion. And people hate it, with passion. Have you thought about what is it with the compiler that brings people into a love/hate relationship with it? Compilers. You can’t live with them. You can’t live without them. How do you fix your wife? Here are a few suggestions. And then do a.
ksat.me
First, Save your Ass « Kaushik Sathupadi
http://ksat.me/first-save-your-ass
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. First, Save your Ass. I’ve seen managers always quoting Mahatma Gandhi :. A customer is the most important visitor person on our premises. MG got it almost right when he said that. The truth is The Customer is the second most important visitor in your premises. The most important is you. Your team. If you die, your customer dies with you. Learn from the Airplane Stewardess:. Remember what the airplane stewardess teaches you? Look with...
ksat.me
Fantom Puzzlers « Kaushik Sathupadi
http://ksat.me/fantom-puzzlers
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. Here are 6 simple but slightly tricky Fantom questions. For each program on the left select the answer on the right and click next. Try these without actually executing the code :). Safely assume that. Logging at all levels is on for every problem. Logging prints just what’s passed and does not print anything else like current time, level etc. Out of 6 right. Question 1 : Grandpa's ghost. Will run and print. A Grand parent is made zzzz.
ksat.me
A plain English introduction to CAP theorem « Kaushik Sathupadi
http://ksat.me/a-plain-english-introduction-to-cap-theorem
Programmer. Creator. Co-Founder. Dad. See all my projects and blogs →. A plain english introduction to CAP. You’ll often hear about the CAP. Theorem which specifies some kind of an upper limit when designing distributed systems. As with most of my other introduction tutorials, lets try understanding CAP. By comparing it with a real world situation. Chapter 1: Remembrance Inc Your new venture :. Never forget, even without remembering! Ever felt bad that you forget so much? You: Sure. when is it? You: (wri...