Viewing profile — Murk
Murk
HN member- Joined
- Mon, Mar 18, 2013, 9:32 AM UTC
- HN karma
- 22
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About Murk
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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.
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #11149972
I am not familiar with unity, but why should it slow down builds?
-
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…
-
comment
Comment #10732409
Addspam;DR
-
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…
-
comment
Comment #10105496
Oh my days, disaster. I am going back to C++
-
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 …
-
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…
-
comment
Comment #8751932
Like the Dinosaur and the triangle symbol icon.
- story
-
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.
-
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.
-
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 …
-
comment
Comment #6222983
await PostPicToServiceAsync(mFile.GetStream (), tagsCtrl.Tags); Seems to be equivalent to a blocking call of old, or am I missing something?
-
comment
Comment #5853155
I expect most countries either monitor traffic endpoints or capture data. I know the one one in which I live does.