dumbluck | 13 years ago | on: The Minimum Viable Rails Stack, Now Reddit Frontpage Approved
dumbluck's comments
dumbluck | 13 years ago | on: The Minimum Viable Rails Stack, Now Reddit Frontpage Approved
Don't self-back-pat.
It read more like marketing for the company than anything of much worth.
Don't use the words "web scale".
It is a meaningless term. How many requests per second and how many guest and user sessions for how long of a time is "web scale"? Does "web scale" just mean Christmas shopping traffic on your crappy e-commerce site that no one visits, does it mean you can survive being top link on HN on a Friday morning, or slashdotted, or DoS attacked by anonymous, or survive a fucking flood and the data center lifts off the ground and enough flexibility and strength in the trunk lines to handle a tsunami?
Don't just throw users at it.
Unless testing is very costly and you need every user's eyes on your untested code as possible, that is just stupid. Look at Tsung, Grinder or JMeter, or the many other ways you could generate load as a first step before you do that.
Don't gloss over the details.
Sure you said you were using Rails 3.2 and postgres and a tad bit about the architecture, but who in the hell doesn't know that you need to load balance, need to put the DB servers on different VMs/servers than the apps. Although- having everything on both and some stuff just not turned on and live is not a bad idea for emergency fault tolerance, and you didn't mention that.
dumbluck | 13 years ago | on: GitHub availability this week
dumbluck | 13 years ago | on: Elon Musk: "I would like to die on Mars"
"Visionaries" and "cool people" are in many ways good and bad, flawed and gifted, like you and me. It does not serve any good purpose to hold either Jobs or Elon up to the spotlight as if they are any sort of savior.
If anything good comes in the next 10-20 years, it will be because of not only Elon, but people like the rest of us that choose to do something, not wait on others to do something great for us. That said, there is nothing wrong (to say the least) with someone who can drum up the troops.
dumbluck | 13 years ago | on: Why Use Rails instead of Sinatra or Node.js?
First problem is that nothing is said about Node or Sinatra in comparison.
Second problem is that no mention is made of the significant portion of all gems in rubygems (43,762 at last count) that are Rails-specific. Node is not there yet, and Sinatra can't use a good percentage of those.
Node is about JS. Sinatra is about lightweight/speed. Rails is about features.
dumbluck | 13 years ago | on: Tomorrow Theme
It's a good idea, with a lot of thought put into it. The author should keep trying. Maybe there is more than one right option.
Personally, I think the best way to do this is by a "hot or not" site for fonts and colors. Have a page for each language with "hot or not" of random fonts and color combinations until the stats show which combinations certain groups like. Tie in other surveys as well and give away gift certificates to Amazon each month as a prize for over 100 votes that aren't outliers.
dumbluck | 13 years ago | on: Why I am tired of writing pull requests
dumbluck | 13 years ago | on: Your startup is not a startup, it’s just a website.
I think whether site or startup, it is just a (hopefully informed) crapshoot. In the end, the goals are to be happy, make money, and make a difference. Whether you do that via startup, or other means, doesn't matter. And, if you fail, you (hopefully) learn and can do better next time.
dumbluck | 13 years ago | on: A Tor of the Dark Web
dumbluck | 13 years ago | on: Tesla Museum Gets Funded
dumbluck | 13 years ago | on: A Tor of the Dark Web
As for the guillotine, if big brother (which isn't me, I might add) goes on the chopping block, there is always another to take his place. The more people fight for privacy and the more people hack and cause damage, the greater big brother becomes to compensate. It was said that the meek will inherit the earth, and it is true.
dumbluck | 13 years ago | on: I Have 50 Dollars
In this case, supposedly the overhead is 16%. That isn't great, but it is in the "meh" category for me. I'd rather give to the Salvation Army that only takes ~5% overhead. In addition, I'd like to see what the 86% going to programs and services is really accomplishing.
dumbluck | 13 years ago | on: Dear sw007
dumbluck | 13 years ago | on: A Tor of the Dark Web
Anyone that chooses to take part in such things is at a heightened risk, no matter what they are doing.
There is no guaranteed right to privacy, regardless what your government decrees or what the tool you're using claims to do.
Those using Tor will be caught and charged as if they are enabling what the others are doing.
Be warned.
dumbluck | 13 years ago | on: A Proposal To Improve Hacker News
1. Don't let people create multiple accounts so easily. Switch to OpenID and have the ability to associate old accounts with the new ID or have the old account deactivated within 90 days. I don't even know how many accounts I've created, but it is a lot. This is basically anonymity. This does not work.
2. Don't filter comments and not hide topics that anyone disagrees with unless they are extremely offensive, and those could be marked as offensive and then PG and those with enough karma will check those and if they are offensive, they will hide them, but anyone could still see them, vote on them, and comment on them, if you clicked a flag to see them. You have to login to upvote, downvote, mark as offensive, post, or comment.
3. Show who upvoted or downvoted to everyone. This will make people think twice before downvoting.
4. Allow private communication between users so that if someone downvotes you without saying why, you can ask them why.
5. The new page is grouped by: last 24 hours, last 3 days, last week, last month, last 3 months, last year, and then by year. Everytime something is upvoted it goes to the top of the new list for the group it is in.
I'm sorry that some people have complained that HN works fine technically as it is. It certainly does, for those it serves. However, people complain that there are negative views here. I think the changes I proposed will help with that. But a bigger problem is that people's posts and comments get whacked. If you handle things in the way I described, and stop silencing me and others, I think the community will be much happier.