Live data from Hacker News

I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

github.com

11–20 of 193 posts

Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

#11
post #4

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?

Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

#12
If 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.

Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

#13
My first piece of code (substantive) was an ecommerce platform (frontend and backend). Complete overkill, and the startup was dead a year later, but the project itself was fun.

Likely 15k+ lines of code, not a single unit test; simpler times :)

Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

#14
>on the Wayback Machine

I mean, the original MF link literally still works (I intentionally break the link in case HN filters it)[1].

> Luckily, there was [archived] from oddly recently (Jan 23 2024)

You can see archiving reason on WB's index page [2].

In this case, it was archived due to "why: archiveteam, archiveteam_mediafire".

[1] http s:// www. mediafire .com/file/rwpl49xusm55s2a/WordFillVer2.jar

[2] https://web.archive.org/web/20240000000000*/https://download...

Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

#16
One of my first jobs was writing a Perl script in 1996 that did an incredibly mundane set of checks on some routers in a datacenter (using this really cool new technology "BGP") and offered essentially a public REST API (though we didn't call it that back then) you could periodically poll to see their status. Every so often I check to see if it's still there, and it always has been. I really hope it makes it to 30 years.

Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

#17
post #6

The 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.

Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

#18
post #4

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,…

That’s a really incredible story. I’m not sure how much more you remember/are able to share, but I would kill to read a longer post about this.

It's in moments like this that I miss the hacker news magazine[0], because I had relatively high certainty that when stories like this popped up, the poster in question would get interviewed and their story would appear in the next edition.

Not sure who else recalls it? Really appreciated the monthly format as well, I think summarising the last month and going in-depth on specific stories ended up being a good touchstone for what happened in the community.

If anyone is interested in picking up the torch, I for one would be happy to resubscribe to it :)...

-[0]: https://news.ycombinator.com/item?id=1261499

Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

#19
post #4

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,…

> 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.

Re: I found one of my first programs (Java, 2011) on the Wayback Machine and it runs

#20
post #4

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,…

Interestingly, i have a similar story.

I created a database publishing platform exactly that time, a was given full control. I created it in Java, and added a JavaScript engine for scripting templates. The initial product was also side in a few months. It also runs to this day. The war file could be run by any Java server. The code, while old, was in a reasonable state, given some of the migrations.

I never thought about the code being older than the people working on it

Post reply on HN