Live data from Hacker News

Viewing profile — JFred

JFred

HN member
Joined
Tue, Nov 27, 2007, 8:58 PM UTC
HN karma
41
Public activity
21 items

About JFred

No profile information was provided.

Recent public activity

  1. comment
    Comment #353576

    Eating too much. Exercising too little.

  2. comment
    Comment #259462

    Go for the weather and prices, not the politics. You can live as you want in the US. Plenty of hippy communes, survivalists, polygamists, vegetarians. Work in the web, relax in goo…

  3. comment
    Comment #249701

    There are some truly free universities. But you've still got to pay for essentials. The MIT curricula are on the web somewhere for free. Including texts. If you do your own open so…

  4. comment
    Comment #224973

    I've had it, and it did get better slowly. It cost me many thousands of dollars of lost work. The doctors are pretty useless in many cases. 0. Proper sleep, exercise and nutrition …

  5. story
  6. comment
    Comment #213278

    Very few of us have extensive experience in more than one library. JavaScript muddled along without standard libraries for a long time. I use Ruby on Rails, which has support for P…

  7. comment
    Comment #205806

    You'll also want to look at this recent NYT article on fatigue: http://health.nytimes.com/ref/health/healthguide/esn-chronic...

  8. comment
    Comment #205778

    Some people do better without caffeine. There is also a condition called Mononucleosis that can cause fatigue, as well as other conditions. Lots of things from vitamin deficiencies…

  9. comment
    Comment #203744

    In some places the message is "Leave". Leave this grody little town. I think it's been the message of Detroit. Jerusalem, where I live, has a message, "Pray". The biggest industry …

  10. comment
    Comment #196607

    I haven't looked at Django, so I can't compare. I've used Rails on a few projects and I like it. I've coded for decades and Ruby is the most programmer-friendly language I've found…

  11. comment
    Comment #176089

    Nothing left. It's the end of the internet. In a few years every person and machine on earth will have a couple of web pages. A public one for professional use and a private one fo…

  12. comment
    Comment #165550

    I don't think you can become a proficient C++ coder in one month unless you're really, really smart and unusual. Maybe not even then. Although, it depends on what you mean by "Hack…

  13. comment
    Comment #165526

    A lot of it will probably happen virally. Somebody will put up a "Web 2.0" intranet app inside the company that uses the corporate database for some small job. Then the change requ…

  14. comment
    Comment #165182

    People do this from all over. I have a friend here in Jerusalem who is a translator between Japanese and English. Having made many contacts when in Japan, all the work is now done …

  15. comment
    Comment #164072

    I don't live near Staples but there happened to be several printshops all near each other in the local business district. I found one that gave me a hefty discount if I would just …

  16. comment
    Comment #162292

    I've been through most of the rails books, at least partway, and none of them is a great programming book. The classic, AWDWR from pragmatic programmers is a bit out of date, other…

  17. comment
    Comment #136256

    1. Forget coding, study management. Managers get more money. 2. NEVER put the word 'test' on a resume. Do not mention it in any interview. If they ask if you tested anything, say n…

  18. comment
    Comment #117034

    Some ballpoint pen vendor agonized for who knows how long to come up with the name 'Pen Island' only end up with the domain 'penisland.com', so don't sweat the small stuff.

  19. comment
    Comment #117031

    Postgresql is free, it is less encumbered, possibly, than MySQL in the long run. Postgresql is more totally Open Source, whereas MySQL is owned by Sun Microsystems. And it is not f…

  20. comment
    Comment #114358

    Hey, if it's too easy everybody will be doing it. Nobody will be an employee again...

  21. comment
    Comment #84017

    Lots of schools teach CS and say "Code it first and fix it later". They call this preventing "Premature optimization". It's not totally wrong. But it's often wrong. The world isn't…