Live data from Hacker News

Viewing profile — Murk

Murk

HN member
Joined
Mon, Mar 18, 2013, 9:32 AM UTC
HN karma
22
Public activity
28 items

About Murk

No profile information was provided.

Recent public activity

  1. comment
    Comment #40968084

    In my opinion, and as a general rule. You can't really ever truncate a user facing string correctly because it depends on language specifics. Hence it is my suggestion not to trunc…

  2. comment
    Comment #39453026

    I have been following Pijul loosely for a while, and I would strongly agree that it could do with some information on some of the possible practical advantages of the approach. I d…

  3. comment
    Comment #18674461

    I haven't really ever worked in a company where they used straight waterfall in practice; it has usually been design and documentation up front with the main aspects discovered, fo…

  4. comment
    Comment #18671397

    I've seen this a number of times. People (management and team alike) have said to me things along the lines of: "We don't have documentation, we are agile." Which, of course is not…

  5. comment
    Comment #18508740

    I consider perforce "views" to be burdonsome and not so sane. The rest of the experience may be less jarring than git for many.

  6. comment
    Comment #13184788

    It happens all the time. It happened with "design patterns". It happens with frameworks, languages, and many other things. Human nature. It's quite hard to argue with someone who c…

  7. comment
    Comment #13087348

    I don't agree entirely with what the article says because it can be a problem to have to sift though a lot of small functions in order to determine what is going on. Sometimes, I t…

  8. comment
    Comment #11997238

    So long as you do not compress the random data you add it will work. Compressing it will not help the situation at all since the compression ratio will be constant for the random d…

  9. comment
    Comment #11934972

    After considering this problem in long detail in the past, I too favoured utf8 at the time. I remember a project (circa 1999) I worked on which was a feature phone HTML 3.4 browser…

  10. comment
    Comment #11503306

    Comments, readability plus typabiliy where one of the main reasons I recently chose YAML for a configuration file. It seems YAML is a bit unloved these days, perhaps because it is …

  11. comment
    Comment #11496017

    I've seen several applications that look like wget UI. They often are internal engineering applications, and, in the main work fairly well for the target audience. I think programm…

  12. comment
    Comment #11149972

    I am not familiar with unity, but why should it slow down builds?

  13. comment
    Comment #11149939

    A lot of people insist on avoiding the use of "using namepspace x" in .cpp files. This makes no sense to me, it makes things a lot easier to read. It never seems to cause a problem…

  14. comment
    Comment #10732409

    Addspam;DR

  15. comment
    Comment #10134167

    When I went for a job interview at Symbian many years ago for a position working on Symbian OS, they told me (and it's obvious from looking at their documentation) that they implem…

  16. comment
    Comment #10105496

    Oh my days, disaster. I am going back to C++

  17. comment
    Comment #8972029

    As a mostly single person at the moment I cannot realistically use the 120Mb/s bandwidth that's available down my fiber internet connection. It's hard to see a family soak up that …

  18. comment
    Comment #8752828

    I am not sure it does, but: (7 + 2) * (2 + 5) in normal, infix notation * + 7 2 + 2 5 in polish notation, http://en.wikipedia.org/wiki/Polish_notation vs reverse polish which is: 7…

  19. comment
    Comment #8751932

    Like the Dinosaur and the triangle symbol icon.

  20. story
  21. comment
    Comment #6999602

    What is Facebook? On another note I have 132 text files with passwords in. The whole security thing isn't going to get easier.

  22. comment
    Comment #6668490

    I said a similar sort of thing to someone just last week. He thought I was nuts. Time will tell. The end of the world is nigh. etc.

  23. comment
    Comment #6333567

    People seem to forget this important fact - That hashes get leaked. Without a hash corresponding to a user account it's quite hard to break in to a given account with a moderately …

  24. comment
    Comment #6222983

    await PostPicToServiceAsync(mFile.GetStream (), tagsCtrl.Tags); Seems to be equivalent to a blocking call of old, or am I missing something?

  25. comment
    Comment #5853155

    I expect most countries either monitor traffic endpoints or capture data. I know the one one in which I live does.