frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Mathematical Illustrations: A Manual of Geometry and PostScript

https://personal.math.ubc.ca/~cass/graphics/text/www/
45•Bogdanp•7h ago

Comments

wosined•6h ago
What are the advantages of PostScript vs Asymptote?
JadeNB•6h ago
Probably mostly the fact that this was started (according to the website) in 1996 and essentially frozen in 2004, which I believe predates the public announcement of Asymptote.

Does Asymptote get much use these days? I thought it was pretty cool, though a bit hard to wrap my mind around, when I first tried it, but nowadays it seems that attention has moved on to TikZ.

WillAdams•6h ago
A quick search shows a paper on it just a couple of years back:

https://tug.org/TUGboat/tb44-2/tb137hefferon-asymptote.pdf

I found Asymptote interesting, but I'm trying to wrap my mind around METAPOST (and by extension METAFONT) as an easier thing to implement/use.

wosined•4h ago
Does Asymptote get much use these days?

Not sure. I use it and it is reguarly updated.

https://asymptote.sourceforge.io/ https://asymptote.sourceforge.io/gallery/2Dgraphs/index.html https://asymptote.sourceforge.io/gallery/3Dgraphs/index.html

aoki•2h ago
> Does Asymptote get much use these days?

Kids who get most of the way through AoPS (typically) end up learning some Asymptote as that is the supported way to draw figures on the AoPS website

WillAdams•6h ago
Low-level, cool stack manipulation, and it predated Asymptote (2003) by being released in 1984.
JadeNB•6h ago
Bill Casselman is an amazing mathematician with a diversity of interests. As this makes clear, he's been embracing computation and computational mathematics "since before it was cool." He also has an interest in mathematical history, and travelled to India to see the oldest-known occurrence of 0 (https://www.ams.org/publicoutreach/feature-column/fcarc-indi...). I'm sure he has tons of other interests about which I don't know.
WillAdams•6h ago
As cool as this is, I think most folks would find the newer tools:

- Asymptote

- Eukleides

- TikZ

- METAPOST

- Nodebox

- OpenSCAD --- see the book series: Geometry: https://www.goodreads.com/book/show/58059196-make Trigonometry: https://www.goodreads.com/book/show/123127774-make Calculus: https://www.goodreads.com/book/show/61739368-make

of greater interest (and for the Pythonistas there is: https://pythonscad.org/ ) --- I'd be interested to know of other tools in this space.

That said, most folks just use Inkscape (though at least it has scripting): https://inkscape.org/~pakin/%E2%98%85simple-inkscape-scripti...

Maybe Graphite will spur interest?

detourdog•3h ago
>- OpenSCAD --- see the book >series: Geometry: >https://www.goodreads.com/book/show/58059196-make Trigonometry: >https://www.goodreads.com/book/show/123127774-make Calculus: >https://www.goodreads.com/book/show/61739368-make

Do these books actually reference OpenScad or is OpenScad a tool for experimenting with the ideas in the series?

WillAdams•3h ago
The idea is to use OpenSCAD to make 3D objects which explore the concepts being taught.

If you want to learn OpenSCAD itself then you want:

https://www.goodreads.com/book/show/41392892-programming-wit...

zzo38computer•3h ago
I still think PostScript is good (although I had some ideas about how it could be improved, some of which are: allowing automatic allocation for some things by passing null instead of the object to store into, allowing setting the encoding separately from the font, a resource for environment variables, two-way communication with external programs, alpha transparency, FFI, magic dictionaries, etc).

PostScript can be used with or without graphics; I have used it in both ways, because I think PostScript is not a bad programming language, and has many advantages.

WillAdams•3h ago
I miss Display PostScript from my NeXT Cube, and really wish that some programming system would bring a bit of that back.

I'd be very interested in a recommendation for a GUI programming toolkit and UI set which focused on/made available vector graphics.

groos•3h ago
What a delight! Thanks for the link.
max_•3h ago
Is there a single giant PDF for this?
WillAdams•2h ago
Not that I know of, back when I read it I had to stitch the files together.
smurpy•2h ago
Haha! I used to do LOTS of work in PostScript. The biggest project was a system which was part Python for the management, but PS for the content of a database publishing engine, motivated by the the need to generate crazily complicated real estate books, back in the day. There was a whole huge template system for different kinds of commercial and residential property and all sorts of different sections, ranges and indices. It was responsible for generating hundreds of multi-hundred page documents per day for dozens of real estate boards across Western Canada. Each publication was about as complicated as a Yellow Pages and generated daily and automatically from ever-changing data. In fact, the underlying database schema could evolve automatically through the update mechanisms in RETS (the Real Estate Transaction System API), though that was on the Python side. The rendering happened using GhostScript out to PDF for printing and electronic distribution to realtors. A stupid amount of detail, but what else is a touch of the 'tsim for anyway?!?

My other PostScript stuff was mostly fun and experimental: some fractal hacks which made printers and typesetters groan and some collaborative knowledge visualization stuff. I got started with PostScript on my NextStation in 1991 and it served me well, being the basis of a whole career of programmatic visualization.

smurpy•1h ago
As a language it is lovely, if you're a fan of minimalism -- being stack-happy, like FORTH. It is well worth learning even just to flex the mind, but especially if you need to make complex diagrams and value stable APIs.
smurpy•1h ago
Here is the three original Postscript Books. They are the classic way to learn PS.

The Blue Book (Tutorial and Cookbook) https://archive.org/details/postscriptlangua0000unse

The Red Book (Language Reference) https://archive.org/details/postscriptlangua0000unse_l1h3

The Green Book (Language Design) https://archive.org/details/PSGreenBook

glkindlmann•40m ago
This book is awesome and I've been inspired by it for awhile. I used to love whipping up diagrams and simple vector art in .ps/.eps files. In a fit of procrastination in ~2006 I created a minimalist horizontal rule for an IEEE conference submission, and that diamondrule.eps[1] has now become the standard. I would say that EPS is still more convenient than SVG as a format to contain, in one self-contained file, raster graphics with overlaid vector graphics.

Like others[2] I was saddened that Mac's Preview program stopped opening .ps/.eps files with the release of Ventura in late 2022. I never understood exactly why; I guess security issues around the PostScript interpreter. But that made it lot less convenient to hack around in .ps files. Ghostscript's interactive display program(s?) never seemed as convenient as Preview.

[1] https://github.com/ieeevgtc/tvcg-journal-latex/blob/main/dia...

[2] https://tidbits.com/2022/10/27/preview-in-ventura-drops-supp...

Show HN: Chawan TUI web browser

https://chawan.net/news/chawan-0-2-0.html
41•shiomiru•46m ago•2 comments

Show HN: Canine – A Heroku alternative built on Kubernetes

https://github.com/czhu12/canine
97•czhu12•3h ago•37 comments

Snorting the AGI with Claude Code

https://kadekillary.work/blog/#2025-06-16-snorting-the-agi-with-claude-code
38•beigebrucewayne•10h ago•0 comments

Benzene at 200

https://www.chemistryworld.com/opinion/benzene-at-200/4021504.article
149•Brajeshwar•6h ago•84 comments

Retrobootstrapping Rust for some reason

https://graydon2.dreamwidth.org/317484.html
42•romac•1h ago•8 comments

Breaking Quadratic Barriers: A Non-Attention LLM for Ultra-Long Context Horizons

https://arxiv.org/abs/2506.01963
23•PaulHoule•2h ago•9 comments

Blaze (YC S24) Is Hiring

https://www.ycombinator.com/companies/blaze-2/jobs/dzNmNuw-junior-software-engineer
1•faiyamrahman•34m ago

Working on databases from prison

https://turso.tech/blog/working-on-databases-from-prison
608•dvektor•9h ago•391 comments

OpenTelemetry for Go: Measuring overhead costs

https://coroot.com/blog/opentelemetry-for-go-measuring-the-overhead/
63•openWrangler•6h ago•30 comments

Open-Source RISC-V: Energy Efficiency of Superscalar, Out-of-Order Execution

https://arxiv.org/abs/2505.24363
33•PaulHoule•4h ago•10 comments

Show HN: Zeekstd – Rust Implementation of the ZSTD Seekable Format

https://github.com/rorosen/zeekstd
156•rorosen•1d ago•28 comments

ZjsComponent: A Pragmatic Approach to Reusable UI Fragments for Web Development

https://arxiv.org/abs/2506.11016
55•lelanthran•6h ago•38 comments

Show HN: Nexus.js - Fabric.js for 3D

https://punk.cam/lab/nexus
15•ges•1h ago•4 comments

Transparent peer review to be extended to all of Nature's research papers

https://www.nature.com/articles/d41586-025-01880-9
77•rntn•2h ago•21 comments

Nanonets-OCR-s – OCR model that transforms documents into structured markdown

https://huggingface.co/nanonets/Nanonets-OCR-s
252•PixelPanda•15h ago•58 comments

Show HN: dk – A script runner and cross-compiler, written in OCaml

https://diskuv.com/dk/help/latest/
43•beckford•6h ago•4 comments

Adding public transport data to Transitous

https://www.volkerkrause.eu/2025/06/14/transitous-adding-data.html
35•todsacerdoti•2d ago•0 comments

Is gravity just entropy rising? Long-shot idea gets another look

https://www.quantamagazine.org/is-gravity-just-entropy-rising-long-shot-idea-gets-another-look-20250613/
232•pseudolus•20h ago•201 comments

The Renegade Richard Foreman

https://yalereview.org/article/jennifer-krasinski-richard-foreman
11•prismatic•5h ago•5 comments

Darklang Goes Open Source

https://blog.darklang.com/darklang-goes-open-source/
128•stachudotnet•5h ago•56 comments

Start your own Internet Resiliency Club

https://bowshock.nl/irc/
498•todsacerdoti•13h ago•275 comments

Why SSL was renamed to TLS in late 90s (2014)

https://tim.dierks.org/2014/05/security-standards-and-name-changes-in.html
484•Bogdanp•1d ago•217 comments

The Members of the Dull Men's Club

https://www.theguardian.com/society/2025/jun/09/meet-the-members-of-the-dull-mens-club-some-of-them-would-bore-the-ears-off-you
52•herbertl•3h ago•21 comments

Getting free internet on a cruise, saving $170

https://angad.me/blog/2025/getting-free-cruise-internet/
118•humanperhaps•3h ago•166 comments

Maya Blue: Unlocking the Mysteries of an Ancient Pigment

https://www.mexicolore.co.uk/maya/home/maya-blue-unlocking-the-mysteries-of-an-ancient-pigment
61•DanielKehoe•2d ago•16 comments

WhatsApp introduces ads in its app

https://www.nytimes.com/2025/06/16/technology/whatsapp-ads.html
120•greenburger•7h ago•182 comments

Occurences of swearing in the Linux kernel source code over time

https://www.vidarholen.net/contents/wordcount/#fuck*,shit*,damn*,idiot*,retard*,crap*
121•microsoftedging•2d ago•201 comments

Object personification in autism: This paper will be sad if you don't read (2018)

https://pubmed.ncbi.nlm.nih.gov/30101594/
82•oliverkwebb•6h ago•78 comments

Quantum mechanics provide truly random numbers on demand

https://phys.org/news/2025-06-quantum-mechanics-random-demand.html
24•bookofjoe•2d ago•46 comments

Scientists genetically engineer a lethal mosquito STD to combat malaria

https://newatlas.com/biology/genetically-engineered-lethal-mosquito-std-combat-malaria/
33•burnt-resistor•3h ago•25 comments