Viewing profile — MurrayHill1980
MurrayHill1980
HN member- Joined
- Mon, Apr 18, 2016, 10:01 PM UTC
- HN karma
- 40
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About MurrayHill1980
No profile information was provided.
Recent public activity
-
comment
Comment #39803388
I learned more from YouTube videos on database normal forms and useful problems they solve than I did in grad school.
-
comment
Comment #35888643
If I recall correctly, log structured file systems and in general, making file systems more robust was a real breakthrough. Before that, fsck after a crash seemed a little too exci…
-
comment
Comment #33427662
Because deep down, it's not what they do. They are optics and camera hardware companies. In the race between physics and software, they are on the physics side. This is evident in …
-
comment
Comment #30409811
Because the Intel 8080 instruction set was octal, right? This is cool: https://dercuano.github.io/notes/8080-opcode-map.html
-
comment
Comment #30359629
There are probably several definitions of "giant" in play here.
-
comment
Comment #23881070
Why should it matter that much whether people search for "app" or "software"? There are different types of programs. There are big desktop programs. There are useful mobile device …
-
comment
Comment #20889360
Yes, in my experience this can get to considerable scale (hundreds of thousands and beyond) but at a price. You need to do all your own management for things DOM/SVG were doing (e.…
-
comment
Comment #18340268
The RCloud project covered some of this ground https://cscheid.net/2015/08/17/collaborative-visual-analysis... It takes the view that everything should be saved and versioned. In h…
-
comment
Comment #17588666
It would help if gitlab's web interface could make it possible to renew letsencrypt security certificates more easily than running local commands and cutting and pasting the certbo…
-
comment
Comment #16469647
About 12 years ago, some colleagues (Yehuda Koren and Chris Volinsky) and I proposed a technique for measuring proximity in quasi-random (social) networks, that can handle out-of-m…
-
comment
Comment #16082900
Some important tools were written after 1993 (stress majorization around 2004 https://graphviz.gitlab.io/_pages/Documentation/GKN04.pdf ; sfdp around 2007-08 when Yifan Hu joined A…
-
comment
Comment #15327751
Thank you all for the comments and suggestions. Most of the criticisms are quite fair: graph language improvements, modernization including default styles that aren't from 1980, br…
-
comment
Comment #15252654
uucp?
-
comment
Comment #15071343
People usually respond to how they are measured and rewarded. This applies to software written by graduate students. (Most professors code in English using students.)
-
comment
Comment #15067052
"Before the Internet existed?" You make that sound like such a long time ago!! Meanwhile I see there's another Ycombinator news item in which someone discovered the "HERE IS" key o…
-
comment
Comment #15026909
Graphistry is impressive, but not free, and needs their server and an API key. You probably already know about graphviz sfdp (not interactive). There's been interesting recent work…
-
comment
Comment #14580082
What task is made easier by this visualization?
- comment
-
comment
Comment #13335951
This is a very good point. In the early days of Graphviz we put a lot of effort into making very readable diagrams of fairly small graphs, mainly in drawing directed graphs (dot). …
-
comment
Comment #12815927
Exactly. Where's Photoshop or Excel for Linux?
-
comment
Comment #12449868
No, but I have respect for their work. I'm in the graphviz project. You might take a look at Tim Dwyer's WebCola, http://marvl.infotech.monash.edu/webcola/ which is not quite what …
-
comment
Comment #12449474
You are asking for too much, but you could join our project and help. The inference of "intuitive" geometric constraints from operations in a graphical interface is an interesting …
-
comment
Comment #11703675
It is totally totally impressive that a hardware version of a software simulation of the actual 6502 was built. What about an 8080 or 6800? Or Z-80. Zapple V1.1 >g200 HIGHEST MEMOR…
-
comment
Comment #11523459
Javascript clock? You can get an entire animated 6502 CPU. Maybe it could be used to run a browser, to render the clock :-) http://www.visual6502.org/JSSim/ Stephen North