DallaRosa | 12 years ago | on: Show HN: My nodejs-supervisor like tool, written in Go
DallaRosa's comments
DallaRosa | 12 years ago | on: Show HN: My nodejs-supervisor like tool, written in Go
DallaRosa | 12 years ago | on: Show HN: My nodejs-supervisor like tool, written in Go
"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: Show HN: My nodejs-supervisor like tool, written in Go
DallaRosa | 12 years ago | on: Show HN: My nodejs-supervisor like tool, written in Go
DallaRosa | 12 years ago | on: Show HN: I started a repo for sharing algorithm implementations
DallaRosa | 12 years ago | on: Show HN: I started a repo for sharing algorithm implementations
Right now I have algorithms implemented in Go, Java and C/C++
https://github.com/learnalgorithms/datastructures
Accepting contributions :)
DallaRosa | 12 years ago | on: Slackware 14.1 is released
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
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: Amazon was Down
DallaRosa | 13 years ago | on: BlaBlaMeter detects how much bullshit is in your text
DallaRosa | 13 years ago | on: BlaBlaMeter detects how much bullshit is in your text
Or just esthetic rules + word dictionary.
DallaRosa | 13 years ago | on: BlaBlaMeter detects how much bullshit is in your text
DallaRosa | 13 years ago | on: The Silent Majority: Why Visual Basic 6 Still Thrives
DallaRosa | 14 years ago | on: Yahoo sells 1/2 its Alibaba stake for $7.1B
DallaRosa | 14 years ago | on: Yahoo sells 1/2 its Alibaba stake for $7.1B
DallaRosa | 14 years ago | on: What If Your Emails Never Went to Gmail and Twitter Couldn't See Your Tweets?
I guess if this really becomes standard you'd never be able to use an email conversation as evidence in a court.
DallaRosa | 14 years ago | on: How not to write Python: Part 1 (Courtesy of Adobe)
DallaRosa | 14 years ago | on: Nvidia Is Joining The Linux Foundation
DallaRosa | 14 years ago | on: Nvidia Is Joining The Linux Foundation
(for those that didn't get it, I meant "nothing at all")