Live data from Hacker News

Viewing profile — wavetossed

wavetossed

HN member
Joined
Tue, Nov 29, 2011, 2:25 AM UTC
HN karma
37
Public activity
23 items

About wavetossed

No profile information was provided.

Recent public activity

  1. comment
    Comment #3684635

    ADM3a was a terminal, not a computer. I used to use these two in around 1976 or so. And the hjkl pattern has nothing to do with this or any other terminal. The ASCII control codes …

  2. comment
    Comment #3606368

    Lots of people just like to build things and it is often easier to build a tool than it is to find a pre-existing tool that you can get, you can learn and you can use to solve your…

  3. comment
    Comment #3562450

    They ARE scaling horizontally. Remember where they mentioned that they are putting StackOverflow, one of several sites that they run, on its own box? That is horizontal scaling. Th…

  4. comment
    Comment #3526701

    NoSQL is also pretty serious business because what you are doing is deconstructing the relational database and assembling the bits that do the job that you need. A lot of NoSQL too…

  5. comment
    Comment #3526689

    If you don't get enough interviews in a week of sending out resumes and cover letters, rewrite the resume. Week after week. During interviews you will learn what you forgot to ment…

  6. comment
    Comment #3526637

    That's old fuddy duddy thinking. I'm 56 and I see plenty of people my age that thought like this and they have little to do now other than play golf an wait for dementia to kick in…

  7. comment
    Comment #3492298

    That is because the distribution channel is skimming all the profits. If YC'ers made a new distribution system for content creators it would start with young people fresh from film…

  8. comment
    Comment #3492291

    Here is a free idea that I tried to get implemented in another country while working for a telecom company that was branching into TV services over their DSL connections. Simply bu…

  9. comment
    Comment #3488172

    Yes!!! The development cycle of software like MongoDB, RabbitMQ and so on, is much faster than that of Debian or any other Linux distro. The Debian package is fine for dabbling or …

  10. comment
    Comment #3474201

    For an interesting use of RPATH headers to make portable Linux binaries (and shared libraries) have a look at this script that I used to build Python 2.7.2 and a whole pile of 3rd …

  11. comment
    Comment #3459748

    The very fact that both forks are available on github means that you can check out both forks, then merge changes locally. After that, you can use the merged code to create a new g…

  12. comment
    Comment #3432700

    Your first sentence is way off the mark. Obviously an interviewer needs to have intimate familiarity with the problem that they give to potential employees, and have hands on exper…

  13. comment
    Comment #3432566

    YES YES YES to number 3. My theory is adults learn languages so slowly because they actually never try to learn. Two reasons for this. a) Adults typically do not know how to learn …

  14. comment
    Comment #3432556

    Be careful with online translators. They often warp the meanings of things. I find them most useful using this process. First read the text (a few sentences) in the foreign languag…

  15. comment
    Comment #3432534

    Native language is English, French and Spanish in high school. German and Russian in university. I can read books written at an adult level in French, high school level in Spanish.…

  16. comment
    Comment #3402280

    Is there something wrong with type 4 GUIDs?

  17. comment
    Comment #3387498

    That sucks. I was looking at implementing Graylog but Elastic Search, or any other cloud datastore, is out of the question. We need to keep the logs in the same data centre as the …

  18. comment
    Comment #3337523

    If node.js could make things work on Windows using IOCP then redis could do the same. For starters, they could study the node.js code to compare the epoll version with the IOCP ver…

  19. comment
    Comment #3327145

    But reading is good for reminders. Go ahead, read a couple of books on a topic and then try to "do". You will soon be knee deep in alligators and unable to remember everything that…

  20. comment
    Comment #3294573

    Waterbear is something that is headed in that direction. http://waterbearlang.com/

  21. comment
    Comment #3288811

    What I tell people is that Python (as installed by apt-get, yum) is not on your system for you to develop with. It is there because some of the system tools are written in Python, …

  22. comment
    Comment #3288746

    I still thing that Python 2.7.2 is the only way to go for development unless you already know Python and its ecosystem well enough to know that 3.x will work for you. That said, I …

  23. comment
    Comment #3288695

    You really shouldn't tell people to go ask how to install Python on stackoverflow.com. Instead give them a few URLs to stackoverflow questions with the answer such as this one http…