January 2012
4 posts
3 tags
2 tags
Slackware 13.37 and Broadcom wireless chip
Today I decided to install Slackware 13.37 into my 3 years old Dell Studio 1435. Ran into the same problem since this laptop is using a Broadcom wireless chip. Here are some of pointers to overcome this.
Beware, I’m running this as root. This post assumes you’ve installed Slackware 13.37.
Wireless
Check what kind of network chip are you using.
#lspci #09:00.0 Ethernet controller:...
5 tags
GNU jokes
Q: What do you call a person who hacks while wearing no clothes?
A: A gnudist.
Q: What do you call a novice hacker who keeps pestering you with foolish questions?
A: A gnuisance.
4 tags
Authority is won not by rants but by experience and insight, which require...
– http://commandcenter.blogspot.com/2011/12/esmereldas-imagination.html
December 2011
11 posts
4 tags
Kids Ruby →
3 tags
A busy person's introduction to Clojure →
eddology:
Have a few hours spare and fancy getting to know Clojure and ClojureScript?
6 tags
The Twelve-Factor App →
Insights and ideal practices on working with SAAS products. Targeted towards “Any developer building applications which run as a service. Ops engineers who deploy or manage such applications.”
7 tags
The Bastards Book of Ruby →
Practical Ruby for everybody (journalists, researchers, scientists etc.)
3 tags
Pat Shaughnessy - Learning from the Masters →
His articles are good explaining Rails core codes. Check it out if you want to dig in deeper into Rails core.
He writes about commit messages, the reason behind them and some insights or opinions regarding these code commits.
The concept of code gardening makes Rails organically grow. There are similarities between our codes and our gardens. Maybe by looking at this similarity we will better...
5 tags
Reminder : Don't use MP3 in your HTML5 games →
Short and brief post on using MP3 with HTML5 games.
7 tags
Janki Method →
Using spaced repetition systems to learn and retain technical knowledge.
The core of Janki Method is the use of a spaced repetition flashcard system, Anki, programmed by the brilliant Damien Elmes.
Worth checking out for coders.
5 tags
Learn Web Design, Development and iOS →
4 tags
10 things your clients need to know →
A great post over at netmagazine if you’re doing client work.
3 tags
Clojure & Complexity →
A great article on the negative points of Clojure. A great read indeed.
1 tag
The Ultimate Collection of Emacs Resources →
November 2011
10 posts
4 tags
I’m sorry this ain’t a tale of advanced persistent threats and stuff, but...
– (via Hacker Says Texas Town Used Three Character Password To Secure Internet Facing SCADA System)
Yes, that stupid…
(via redteams)
6 tags
Occupy the web!
Occupy Flash
Occupy HTML5
Which one is the 99%? :D
3 tags
The top 25 books for web designers and developers →
5 tags
One of the Best Bits of Programming Advice I ever... →
Don’t make objects that end with ‘er’.
Some er’s that I’ve learned to avoid over the years:
Managers - Every time I see one of these, I cringe. People will usually tell me what it does, long before they can tell me what it is. Is it a registry? Fine call it a registry. Is it a history or a log? Call it that. Is it a factory? Call it that.
Controllers - Only good...
6 tags
Programming language development: the past 5 years →
Some non mainstream yet pretty hardcore languages. Check it out.
3 tags
A Modern Guide to Threads (Ruby) →
The simplest explanation on Threads in Ruby.
7 tags
Apple's Three Laws of Developers
yourhead:
A developer may not injure Apple or, through inaction, allow Apple to come to harm.
A developer must obey any orders given to it by Apple, except where such orders would conflict with the First Law.
A developer must protect its own existence as long as such protection does not conflict with the First or Second Law.
— I. Developer
2 tags
One readme to rails style guide. →
5 tags
What feature would improve the web? →
Some of the stuffs I prefer to have now!
all HTML5 features supported by all browsers. ~chrisreister
force update IE. ~Fallion
A rock solid native WYSIWYG form element. With so much content dev being done online, this is an area that seems really behind. ~reinink
2 tags
12 RoR CMS →
October 2011
4 posts
2 tags
My Linux Rig: Ubuntu 11.10: Looks Kind of Cool But... →
mylinuxrig:
I decided to try out Ubuntu 11.10 on my Thinkpad T43. It was actually my first time using Unity, although I had used the Ubuntu Netbook Edition on a netbook, and I knew the two had similar UIs. This isn’t going to be a huge, in-depth thing because I don’t see how anyone is going to touch the…
3 tags
The 5 Most Critical Statistical Concepts
simplystatistics:
It seems like everywhere we look, data is being generated - from politics, to biology, to publishing, to social networks. There are also diverse new computational tools, like GPGPU and cloud computing, that expand the statistical toolbox. Statistical theory is more advanced than its ever been, with exciting work in a range of areas.
With all the excitement going on around...
2 tags
Steve Jobs - R.I.P - 1955-2011 →
7 tags
September 2011
28 posts
2 tags
"How much does a website cost?" and other pricing... →
folyo:
If there’s one thing nobody seems to want to talk about, it’s pricing. Most designers don’t publish their rates, and good luck getting a company to tell you how much they paid for their site.
The results of this situation is that it can be pretty hard to know how much to spent on design. Spend…
Red Teams: Books →
redteams:
One of the questions people keep on sending my way is about what books I recommend. Well, there are several out there that are good and worth reading. I’ll list a few here:
Unauthorised Access: Physical Penetration Testing For IT Security Teams by Wil Allsopp.
Social Engineering: The Art of…
7 tags
5 tags
7 tags
Practical Quantum Computers Creep Closer to... →
4 tags
The Best Way to Learn Ruby on Rails →
3 tags
A totally unofficial Ruby coding style guide →
6 tags
JavaScript is Not Web Assembly →
izs:
It’s fairly common these days to think of JavaScript as a sort of “assembly language for the web”. After all, it’s the language that is natively supported by web browsers, making it the most widely deployed runtime in history. With Node, we have a very relevant general purpose non-browser stack…
2 tags
The more sophisticated the technology the more vulnerable it is to primitive...
– (via redteams)
3 tags
10 papers for programmers
10 Papers Every Programmer Should Read (At Least Twice) - Michael Feathers
10 Technical Papers Every Programmer Should Read (At Least Twice)- Fogus
Awesome list (some are very academic).
3 tags
Unobtrusive Ruby →
thoughtbot:
Unobtrusive Ruby is any Ruby code that stays out of your way. It does not make you write lots of boilerplate, or stub methods, or open classes. It is decoupled. Its tests run quickly, its classes fit on one screen, its methods are tiny, and it is quickly refactorable.
Unobtrusive Ruby is a…
4 tags
Penetration Testing Bookmarks Resource →
redteams:
Quite interesting and comprehensive
5 tags
11 tags
5 tags
So you want to be a video game programmer? →
This is a series of articles by Andy Gavin
6 tags
4 tags
Deft mode for Emacs →
Deft is an Emacs mode for quickly browsing, filtering, and editing directories of plain text notes, inspired by Notational Velocity.
2 tags
A Visual Introduction to Chef →
3 tags
3 tags
I want to learn to code, what should I do? →
itsjaredc:
If you want to learn to code and build stuff and you’re starting by asking someone else what you should do, you’re already thinking about it the wrong way. Immediately, right now, with no preparation, in the blink of an eye, you can take a huge step toward your goal by realizing that you don’t…
2 tags
A free Rails 3.0 tutorial →