Hi HN, I built a PostScript interpreter from scratch in Python.<p>PostForge implements the full PostScript Level 2 specification โ operators, graphics model, font system, save/restore VM, the works. It reads .ps and .eps files and outputs PNG, PDF, SVG, or renders to an interactive Qt window.<p...
Thread
Stories related to "Show HN: PostForge โ A PostScript interpreter written in Python" across the full archive.
Hi HN, I built a PostScript interpreter from scratch in Python.<p>PostForge implements the full PostScript Level 2 specification โ operators, graphics model, font system, save/restore VM, the works. It reads .ps and .eps files and outputs PNG, PDF, SVG, or renders to an interactive Qt window.<p...
After seeing the sublime plugin (https://github.com/jisaacks/GitGutter) and getting a little jealous I decided to write my own version for vim. Still in beta status, and sadly not async - but that's on the roadmap to being fixed.
Worked on this at $dayjob, and we open sourced it yesterday.
Initial driving requirements were:
* Use as part of proof-of-concept testing with a 3rd party memcache proxy that speaks only the binary protocol
* Work well with darner/kestral queues and nosql datastores (via proxies like couchbas...
This is where I'll stop for the tutorial. The final version for show is
https://github.com/asrp/forth_tutorial/blob/master/forth22/forth.asm
A minimal Python interpreter in Python with runtime AST definition and edit-and-continue
(github.com)
Intended for quickly experimenting with language changes.
I've already posted a story about a Python news aggregator I've built with Django:
https://lobste.rs/s/bjfuar/news_aggregator_for_python_community
Now, after the story hit the front page of Hacker News and I got positive reactions from the mentions in the "What are you doing this weekend" threa...
Hello HN, this is my first "completed" project since I took on this coding journey.<p>Vern is a statically typed scripting language with lots of rough edges.<p>You can try it out at <a href="https://vern.cal31.dev" rel="nofollow">https://vern.cal31.dev</a><p>You can fin...
Source available here: https://github.com/qbit/blog
This was a websockets experiment I did a while back.
If anyone knows why firefox dies.. I would love to know :D
I hacked this together last night after trying a number of time-tracking/Pomodoro apps and realizing I disliked all of them and could just make one that fits my style. The goals for the tool are: _simplicity_, a _command-line interface_, and an optional plaint-text logging format that lends itself s...
So I've been working on a Lobsters iPhone app over the past day or so and I think I'm going to turn it into a full blown app. I've been working with jcs to get a basic JSON API going that I can build this on top of and we've already got a basic version working that lets you browse links on the front...
built using backbone.js, python/flask, mongodb, aws
Check out my side project [https://domainregret.com/]. This is a marketplace for when you have domains you've been sitting on for a while that totally sounded like a good idea at 2am and you were a tad bit drunk but now you're not so certain. I'm trying to work out the kinks and get some feedback!
I was [asked to link](https://lobste.rs/s/pu55v6/ask_lobsters_what_are_you_working_on/comments/s4457f) when I finished my book project; printing took a couple weeks longer than expected. I'll write up a more technical blog post and leave a link as a comment here in a few days, but the high-level ver...
So, I made this. It's a readable feed reader that promotes interesting content based on articles you vote for.
This is not a finished product, I'm trying this "release early" thing hoping to get some opinions. The timing seems right with Google Reader disappearing.
Readable.cc is open-source (...
Still very alpha... developed during a Startup Weekend event.