Live data from Hacker News

Commodore 64 PETSCII Image (2022)

medium.com

11–16 of 16 posts

Re: Commodore 64 PETSCII Image (2022)

#11
post #5

Hmm, why did the author use Perl for convsion if they didn't know it? Besides of regex (which is everywhere albeit in different dialects), I don't think Perl knowledge gives you very much nowadays.

It teaches you the value of clear comments in the code. ;-)

Not as much as APL, but, still, I can write Perl code I will not be able to understand the following week.

Re: Commodore 64 PETSCII Image (2022)

#12

This is awesome. I was just doing a deep dive on some forgotten C64 hardware (the PowerPad: https://archive.org/search?query=subject%3A%22Chalk+Board+In... ) and love how many people are still hacking on these machines, they're so durable.

The best part (for C64 at least) is that the C64 Maxi exists. It feels like the real thing, but has modern ports.

Re: Commodore 64 PETSCII Image (2022)

#14
post #13
post #9

Another computer that has a well thought out set of graphic characters is the Sharp MZ series. The best part is that it’s all part of Unicode now and a lot of terminals and fonts support them.

Where in Unicode, do you know?

https://en.wikipedia.org/w/index.php?title=Sharp_MZ_characte...>

Re: Commodore 64 PETSCII Image (2022)

#15
post #5

Hmm, why did the author use Perl for convsion if they didn't know it? Besides of regex (which is everywhere albeit in different dialects), I don't think Perl knowledge gives you very much nowadays.

Here is the Perl script: https://github.com/8bitsten/public/blob/main/c64/stormtrp/pr...

Perl is ubiquitous (installed on virtually every Linux system) and has had excellent backwards compatibility for decades. It’s hard to beat in that combined metric.

Post reply on HN