Viewing profile — DuncanMak
DuncanMak
HN member- Joined
- Tue, May 05, 2009, 3:40 AM UTC
- HN karma
- 10
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About DuncanMak
Recent public activity
-
comment
Comment #39706514
There's also this paper by Alan Kay that talks about the power of spreadsheets: https://worrydream.com/refs/Kay_1984_-_Computer_Software.pdf > The dynamic spreadsheet is a good exa…
-
comment
Comment #37037315
Yeah, I've been working on Noticias, which is an implementation of NeWS in Typescript targeting the browser. Initially, I used HTML5 Canvas to draw, but I'm now in the process of s…
-
comment
Comment #33960500
This article seems like a nice overview of the pros and cons of the Icon expression evaluation system: https://tratt.net/laurie/research/pubs/html/tratt__experienc...
-
comment
Comment #33794632
Kragen, how much of what you said here about Forth also applies to PostScript, do you think? I have been tinkering with PostScript but not Forth, I grok that PostScript is a lot cl…
-
comment
Comment #32655100
With PostScript being one of the few successful "mobile code" systems out there, I wonder if PSON will do better than JSON by allowing { procedures }. With the explicit dictionary …
-
comment
Comment #25079513
I found some slides: https://memcpy.io/files/2016-09-23/xdc-2016-fast_ui_draw.pdf
-
comment
Comment #19667681
What did you do to learn Postscript? What sort of programs did you write in PS to practice?
-
comment
Comment #16645206
Hey Mikel, are the Sk8 sources/binaries anywhere? Is it possible to run Sk8 nowadays if one has access to hardware running classic MacOS?
-
comment
Comment #4685365
libgdiplus is fairly stable - you can find use the latest zip from github if you need a source release: https://github.com/mono/libgdiplus/commit/3ddf7ff28e0876dc39...
-
comment
Comment #4019162
In that case, why don't you just put 'throws Exception' on all your methods?