The first major piece of code that I ever wrote was a publishing workflow management system for a major newspaper. It routed page images to presses and generated pdfs of each page in each edition of the newspaper and made pdfs of each day's newspaper editions and published them to a static website where they were archived. I was only allowed to use perl 4 to write this software and I wasn't allowed to use a database,…
If you don't mind me asking, how much did they pay you to build it?
I found one of my first programs (Java, 2011) on the Wayback Machine and it runs
21–30 of 193 posts
Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs
#22The first major piece of code that I ever wrote was a publishing workflow management system for a major newspaper. It routed page images to presses and generated pdfs of each page in each edition of the newspaper and made pdfs of each day's newspaper editions and published them to a static website where they were archived. I was only allowed to use perl 4 to write this software and I wasn't allowed to use a database,…
> asked me a few questions about what OO Perl is because he wanted to make a few changes Well that's pretty impressive. Most of my garbage pearl code from 20 years ago would probably look like line noise to most modern developers if it wasn't for the shebang.
Whenever i see terse C or load bearing perl it does look like line noise.
Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs
#23Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs
#24The first major piece of code that I ever wrote was a publishing workflow management system for a major newspaper. It routed page images to presses and generated pdfs of each page in each edition of the newspaper and made pdfs of each day's newspaper editions and published them to a static website where they were archived. I was only allowed to use perl 4 to write this software and I wasn't allowed to use a database,…
Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs
#25The wayback machine is pure nostalgia. Every time I go there I’m truly amazed at what it’s like to have a society wide memory that automatically captures these different moments of our lives. Old pictures I never thought I’d ever see again. Landing pages for old companies I’ve built and only a handful of my closest friends remember. Blog posts from long deleted places, times, and mental caverns. Just incredible.
Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs
#26That said, my first Java 1.02 programs from the 90's still compile and the old jars run surprisingly well too. Color me impressed!
Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs
#27Boggles my mind when coders don't save everything they've ever written. It's easy to be a digital pack-rat without much consequence. That said, my first Java 1.02 programs from the 90's still compile and the old jars run surprisingly well too. Color me impressed!
Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs
#28If you are so inclined, a decompiler might be able to "recreate" a big part of the source code. IntelliJ IDEA's one (Fernflower) works well, its fork Vineflower seems like an interesting option too. Both are released under Apache 2. Fernflower works so well I don't always immediately notice I'm debugging decompiled code.
1 - JD-GUI - https://java-decompiler.github.io/
Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs
#29The wayback machine is pure nostalgia. Every time I go there I’m truly amazed at what it’s like to have a society wide memory that automatically captures these different moments of our lives. Old pictures I never thought I’d ever see again. Landing pages for old companies I’ve built and only a handful of my closest friends remember. Blog posts from long deleted places, times, and mental caverns. Just incredible.
I try donating every few months. Maybe $5-$10 each time. Like yourself, I think it's an incredible resource and don't mind pitching in( when I can) to help keep it running.