v0land
|
12 years ago
|
on: Seagate just reinvented the disk interface using Ethernet
I'm seriously skeptical of this protocol performance. Ethernet and TCP/IP induce a pretty heavy overhead. This overhead is totally acceptable in LAN/WAN networks, but in case of storage network you want to keep latencies as low as possible.
v0land
|
12 years ago
|
on: LinkedIn Intro: Doing the Impossible on iOS
What a huge, ugly crotch.
v0land
|
12 years ago
|
on: Introducing Kirk
Dreams: "I’ve wanted to create my very own operating system, one which I have complete and total control over."
Reality: Another Debian clone out there.
v0land
|
12 years ago
|
on: OSTree – Robust OS upgrades for Linux
From
https://people.gnome.org/~walters/ostree/doc/ostree-package-...:
> OSTree only supports recording and deploying complete (bootable) filesystem trees. It has no built-in knowledge of how a given filesystem tree was generated or the origin of individual files, or dependencies, descriptions of individual components.
Um-m, isn't this what snapshots (e.g. LVM snapshots) are for? Correct me if I'm wrong.
v0land
|
12 years ago
|
on: Why no one is looking for ‘rockstar programmers’
In case of sysadmins, those five points can be boiled down to just two: ability to learn and ethics.
v0land
|
12 years ago
|
on: Tell HN: WTF are you waiting for? Seriously?
> So, as of now, if we decided to create some sort of Open source project, who is willing to devote a few cycles a month to its building?
"You can’t solve social problems using technology".
Sorry to disappoint.
v0land
|
12 years ago
|
on: Salt: Like Puppet, Except It Doesn’t Suck
I use SaltStack for managing a render farm consisting of 73 Ubuntu nodes. My requirements are rather simple, really: most states just install some packages, put configuration files into place (sometimes using a template) and enable/start services. However, I can't recall a single problem when setting everything up. SaltStack is clean, simple, and just works.