Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MurrayHill1980
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
MurrayHill1980
2y ago
I learned more from YouTube videos on database normal forms and useful problems they solve than I did in grad school.
2.
▲
by
MurrayHill1980
3y ago
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 exciting. I can't recall the details, but didn't Micro
3.
▲
by
MurrayHill1980
4y ago
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 the entire user experience. They keep missing the boat
4.
▲
by
MurrayHill1980
5y ago
Because the Intel 8080 instruction set was octal, right? This is cool: https://dercuano.github.io/notes/8080-opcode-map.html
5.
▲
by
MurrayHill1980
5y ago
There are probably several definitions of "giant" in play here.
6.
▲
by
MurrayHill1980
6y ago
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 programs of all sizes and shapes. There
7.
▲
by
MurrayHill1980
7y ago
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.g. hit detection, styling). You still need to send the
8.
▲
by
MurrayHill1980
8y ago
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 hindsight it seems obvious
9.
▲
by
MurrayHill1980
8y ago
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 certbot handshake string, then the SSL public and private key
10.
▲
by
MurrayHill1980
9y ago
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-memory databases, and more than two query nodes, also finds a
11.
▲
by
MurrayHill1980
9y ago
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 AT&T Research, edge bundling i
12.
▲
by
MurrayHill1980
9y ago
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, bring Javascript interfaces like viz.js into the code ba
13.
▲
by
MurrayHill1980
9y ago
uucp?
14.
▲
by
MurrayHill1980
9y ago
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.)
15.
▲
by
MurrayHill1980
9y ago
"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 on Teletype ASR-33s (which I belie
16.
▲
by
MurrayHill1980
9y ago
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 on distributed maxent optimization https://
17.
▲
by
MurrayHill1980
9y ago
What task is made easier by this visualization?
18.
▲
by
MurrayHill1980
10y ago
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). We aimed at graphs with under a hundred objects. We agree w
19.
▲
by
MurrayHill1980
10y ago
Exactly. Where's Photoshop or Excel for Linux?
20.
▲
by
MurrayHill1980
10y ago
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 you want, but seems closer
21.
▲
by
MurrayHill1980
10y ago
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 problem. Realtime interactive edge routing is inte
22.
▲
by
MurrayHill1980
10y ago
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 MEMORY? 52926 BYTES FREE Welcome to BASIC, Ver. 1.3 <TDL Z-
23.
▲
by
MurrayHill1980
10y ago
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