Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Murk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Murk
2y ago
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 truncate user facing strings - and in fact you may want to c
2.
▲
by
Murk
3y ago
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 do have some Pijul repositories around, but have not used it
3.
▲
by
Murk
8y ago
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, followed by coding and updating some or all of the docume
4.
▲
by
Murk
8y ago
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 what the agile manifesto says, but is h
5.
▲
by
Murk
8y ago
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.
▲
by
Murk
10y ago
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 cites an "expert", because you are a
7.
▲
by
Murk
10y ago
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 think it's easier to read a moderately sized, but &
8.
▲
by
Murk
10y ago
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 data. The problem is you have to then seriously negate the ef
9.
▲
by
Murk
10y ago
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 and email client (one of the first). The browser/ip st
10.
▲
by
Murk
10y ago
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 more difficult to parse fully. YAML references also proved u
11.
▲
by
Murk
10y ago
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 programmers know exactly what a good UI might look like, but (a
12.
▲
by
Murk
11y ago
I am not familiar with unity, but why should it slow down builds?
13.
▲
by
Murk
11y ago
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, and it's trivially fixed if a conflict show
14.
▲
by
Murk
11y ago
Addspam;DR
15.
▲
by
Murk
11y ago
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 implemented thier own execption mechanism in C++ using setjmp
16.
▲
by
Murk
11y ago
Oh my days, disaster. I am going back to C++
17.
▲
by
Murk
12y ago
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 bandwidth up either. Better latency and jitte
18.
▲
by
Murk
12y ago
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 2 + 2 5 + * (or 7 2 25 + + * ) which
19.
▲
by
Murk
12y ago
Like the Dinosaur and the triangle symbol icon.
20.
▲
Live malware attack map
(nonnymous.com)
2 points
by
Murk
12y ago
|
0 comments
21.
▲
by
Murk
13y ago
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.
▲
by
Murk
13y ago
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.
▲
by
Murk
13y ago
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 reasonable password, even if the hash can be 'brok
24.
▲
by
Murk
13y ago
await PostPicToServiceAsync(mFile.GetStream (), tagsCtrl.Tags); Seems to be equivalent to a blocking call of old, or am I missing something?
25.
▲
by
Murk
13y ago
I expect most countries either monitor traffic endpoints or capture data. I know the one one in which I live does.
26.
▲
by
Murk
13y ago
Looks like my weekend is set, then.
27.
▲
by
Murk
13y ago
Nobody uses beta max anymore except me. git rulez! etc.
28.
▲
by
Murk
14y ago
At the company I worked for previously we frequently used a firewire DMA attack such as inception ( http://www.breaknenter.org/projects/inception/ ) to gain access to computers, and dump ram to recover other passwords.