DallaRosa's comments

DallaRosa | 12 years ago | on: Show HN: My nodejs-supervisor like tool, written in Go

I've seen nodemon before and this is what worried me the most:

"nodemon has three potential methods it uses to look for file changes. First, it polls using the find command to search for files modified within the last second. This method works on systems with a BSD based find (Mac, for example)."

Especially on Mac OSX why would you prefer to use an external command like find instead of using Kqueue? I wonder if find is the right tool for that. And I wonder again why only on BSD-based systems when linux also has find.

Gotta read a bit more about that.

fyi, this is how nodemon is doing file checking:

find -L /dev/null -type f -mtime -1s -print

(https://github.com/remy/nodemon/blob/master/nodemon.js#L57)

DallaRosa | 12 years ago | on: Slackware 14.1 is released

I've passed through a few distributions (Slackware -> Conectiva -> RedHat -> Mandrake -> SuSe -> Debian -> Slackware) till I stuck with Slackware and have been using it for the last 10+ years.

Slackware 3.6, my first distribution was really scary but it's been a few years since I had to do too much of basic configuration by hand. Of course some stuff took me sometime but right now I can use the touchscreen on my laptop, listen to music using my bluetooth headphones, use the HDMI to show video and play audio with THAT much work. <ad> If you need some tips checkout my blog http://dallarosa.tumblr.com </ad>

For the people complaining about Slackware's package system: I don't what's people's problem with dependency management. Doing everything from existing packages is great while packages exist. When you're out in the wild and can't have proper packages You'll see all kinds of weird stuff. The most interesting problem I had was Debian trying to uninstall the kernel and all basic libs cause I was trying to install a newer version of Qt.

For those calling Slack users arrogant: I think we can talk about arrogant people in any area. But as someone already mentioned, if you take a look at LinuxQuestions, you'll see that people have been nice for the last 10 years or more. I never had a question been answered with arrogance or bad manners. Most people were very helpful.

Slackware is a great distribution and I intend to keep using it for as long as I use a computer :)

DallaRosa | 12 years ago | on: Why I Was Fired From a Tech Startup and What My Boss Had to Say About It

More than the article itself, it's amazing how much prejudice people have, especially related to skin color. The guy can say "faggot" but if he says "nigger" you have a bunch of people saying how bad it is to use the "n" word. Oh come on. What he meant is as clear as water.

People should grow up and realize that by doing that they're just stigmatizing the object of prejudice even more.

DallaRosa | 13 years ago | on: BlaBlaMeter detects how much bullshit is in your text

You wrote a lot of bullshit but your text looks pretty normal from a vocabulary standard. looking a bit more to the website you'll see that what it calls bullshit english is that pattern often used in scientific articles or law texts (and president speeches) where they seem to be saying a lot of really wow stuff but all you're really left in the end as a big "?" cause you couldn't get half of what the person said.

DallaRosa | 14 years ago | on: Yahoo sells 1/2 its Alibaba stake for $7.1B

If they are to keep the asian assets, they may as well become an investment bank because right now, asset management is the only thing that seems to be working for them. If they still wanna be a technology company they really have to get rid of the stuff that's getting in the way of them doing what they're really supposed to do, which is tech.

DallaRosa | 14 years ago | on: Nvidia Is Joining The Linux Foundation

I'm just saying that out of my own experience. I found a bug in their driver with kernel 2.6.37 and I wrote a patch and sent them. The answer I got was: "Our internal version works properly with 2.6.37 but we haven't had enough complaints to make releasing this patch necessary" (ok, those weren't the exact words but that was the meaning of it). So I learned not to expect much of them.
page 1