The ZFS verification process is called a ‘scrub’ and it is done periodically (usually every few weeks). To report on the status of a scrub in progress use the `zfs scrub` command.
Author Archives: Jay Jay
HTML attributes
Some doco about interesting HTML attributes over here: Those HTML Attributes You Never Use. Related: 5 HTML Tags many people are not using.
Lissajous curve
Today I learned the term lissajous curve. No idea how to pronounce that one.
I joined the EEVBlog forum
So I signed up for an account on the EEVBlog form and made my first post.
The Cargo Cult of Good Code
This in my feed today: The Cargo Cult of Good Code. Sometimes Repeat Yourself? :)
Less is more, baby!
Modern PHP
Some notes on features in Modern PHP.
File types In Linux
Today I found myself referring to: File types In Linux/Unix explained in detail. Basically:
- Regular file (-)
- Directory file (d)
- Block file (b)
- Character device file (c)
- Named pipe file or just a pipe file (p)
- Symbolic link file (l)
- Socket file (s)
Also apparently there is a thing called a Door File on Solaris, but, alas, we’re not caring about that.
Quote for the day
I’m reading this and I liked this:
The obvious skill I learned was how to write tests using a fancy testing framework, but the meta-thing I learned which has been even more useful is the fact that writing a test-case generator and a checker is often much more productive than the manual test-case writing that passes for automated testing in most places.
Also good:
It’s not that these books aren’t useful, it’s that almost all of them are written to make sense without any particular background beyond what any random programmer might have, and you can only get so much out of reading your 50th book targeted at random programmers.
Stories
I think stories are so important, but here is a contrary idea: Be suspicious of stories | Tyler Cowen | TEDxMidAtlantic.
Postmodern design
This one turned up in my feed today: There’s More to Design Than Data and Rationality. I feel like the author is discovering postmodernism. It made me realise that when people discover things they have the feeling like they’re the first (but they’re probably not).