TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Archive your old projects

253 pointsby abahloover 1 year ago

22 comments

hypertextheroover 1 year ago
Create a folder on your computer or get a sturdy box made of good cardboard with a lid. Name the folder “Process”. Write the word “Process” on the box.<p>While working, occasionally take photos or screenshots of what you are doing showing your workspace, the computer desktop, the desk with pencils and papers and cables everywhere, the wall or piece of string with notes. Show the messy process of creating something.<p>Type notes on text files and save them with a name like yyyy-mm-dd-note-title.txt. Write notes on bits of paper and notebooks and journals with pencils and pens that you keep all around the places you spend most of your time in, including within arms-reach of where you sleep.<p>Practice writing down notes on a piece of paper in the dark, so you can do so when waking up in the night, before daybreak, to jot down thoughts and ideas from dreams.<p>Record messages and melodies using your pocket computer and remember to save these in your Process folder, too. You are looking for your voice.<p>Put these digital and physical notes in the Process folder and in the Process box.<p>Thank yourself later, in years to come.<p>You are what you observed. Experiences, memories, stories to be told. Put your marker on the map in time, that others may find and learn from.
评论 #38242228 未加载
评论 #38245118 未加载
评论 #38247737 未加载
评论 #38243841 未加载
imhoguyover 1 year ago
Just a hint, which I think works well for some more complicated programming project setups: if the project is close to be shelved then preserve it in a virtual machine. Make some trivial auth, or auto login, put some notes on login&#x2F;desktop screen, setup some IDE inside, check if it builds with no Internet.<p>Myself I use lightweight Xubuntu destkop for my VMs. I also dump hard disks of old Windows machines I am done with and make sure they run fine as VMs.
LVBover 1 year ago
My main, albeit simple, local organizational pattern is: 1. everything under ~&#x2F;dev 2. all projects are their own folder under a year folder. And if I ever restart work on something older, I move it to the current year.<p>I have hundreds of project folders and it’s helpful day-to-day to just be able to look in ~&#x2F;dev&#x2F;2023 for current stuff. But it is also relatively easy to find older things since I have a sense of roughly how far back they are. Making a new year folder right around Jan 1 and rolling forward active work is always a treat.
评论 #38242603 未加载
doctorhandshakeover 1 year ago
My corollary axiom: “always be documentin’”, or, “document or it didn’t happen”.<p>I’d say easily 3&#x2F;4 of the best stuff I’ve ever done was never bounced from the DAW&#x2F;NLE, turned into a non-realtime&#x2F;static artifact from code, or otherwise made archival, and far fewer projects &#x2F; prototypes &#x2F; physical experiments got the respect of any capture of any kind.<p>On a certain level I like the wabi-sabi nature of that. On another I wonder how many opportunities to converse or collaborate about mutual interests or future opportunities went by the wayside because I ‘labored in obscurity’ for so much of my life.<p>I’ve been doing some coaching for folks coming up in my industry recently and this has been an idea I’ve tried to convey early and often - “always be documentin’”.
评论 #38241499 未加载
atum47over 1 year ago
I once created a simple counter [1]. I used it to remind me of eating every two hours. I thought to myself &quot;it&#x27;s a good counter, I&#x27;ll show it to people&quot; then posted it on HN. People were like &quot;that is just a counter, why are you showing us that?&quot; So i kind of stop sharing everything, haha.<p>But my GitHub used to be a replica of my projects folder, i would upload everything. I don&#x27;t do that as much now a days.<p>1 - <a href="https:&#x2F;&#x2F;github.com&#x2F;victorqribeiro&#x2F;simpleCounter">https:&#x2F;&#x2F;github.com&#x2F;victorqribeiro&#x2F;simpleCounter</a>
评论 #38245453 未加载
评论 #38245510 未加载
评论 #38245953 未加载
ohdannyboyover 1 year ago
I really regret not archiving my projects as a kid. I didn&#x27;t care to save much of anything back then so they got lost to various HDD crashes and migrations to other systems.<p>I started programming at 11 and don&#x27;t have anything I made before I was 19. Mostly video games in C++ and small PHP projects I did for money in high school. It&#x27;s fun looking back at what I have so I really wish I had the stuff from way back in the day.<p>My oldest program of any significance, a console based poker game, was lost with Planet Source Code and isn&#x27;t in any of the publicly available archives. I started looking for it maybe 6 months after the site went down.
评论 #38244620 未加载
评论 #38243812 未加载
andershaigover 1 year ago
I&#x27;ve started tracking an index of projects and their status in Notion. Then I create an extra page based on a template to put things on hold but make them resumable in the future.<p>In my index, I track: name, status (active, paused, inactive), description, goal and a link to the archive doc if it exist.<p>My archive doc looks like this (I generally delete any sections that aren&#x27;t relevant to keep these easy to create):<p><pre><code> # &lt;TITLE&gt; ### *Handoff to Future Me: &lt;project name&gt;* ### *Snapshot Date*: &lt;date&gt; --- ### *Project Summary* - *Objective*: Briefly state what you&#x27;re trying to achieve. - *Motivation*: What drove you to start this project? - *Current State*: Is it in the ideation phase, research phase, or have you already built something? --- ### *Essential Context* - *Related Projects or Dependencies*: Are there any other projects or tasks that are connected to this one? - *Technical Specs*: For example, in your lamp project, what type of metal, what voltage for the lamp, etc. - *Non-Standard Tools &amp; Environment*: Any unique or specific tools you&#x27;re using. For example, a specific code IDE or a special type of screwdriver. --- ### *Progress and Milestones* - *Last Completed Milestone*: What was the last significant thing you accomplished? - *Next Steps*: Like you said, for your lamp: research, clean metal, buff, etc. - *Stumbling Blocks*: Any challenges you foresee or have encountered? - *Any Experiments&#x2F;Tests Conducted*: Brief on what you&#x27;ve tried and the outcomes. --- ### *Resources* - *Important Files &amp; Locations*: Where are the project assets or codebase stored? - *Reference Material*: Links to guides, tutorials, or papers that are crucial. - *Key Contacts*: Who can you consult about this? Even if it&#x27;s an online community. --- ### *Handoff Summary* - *Why Stopping*: Why are you pausing this project? --- ### *Notes to Future Me* - Personal notes, reminders, or advice to your future self about the project.</code></pre>
评论 #38240210 未加载
NetOpWibbyover 1 year ago
Just wanna say, thank you to the people in this thread sharing your archive strategies. Gave me a fuzzy feeling reading them all, idk why.<p>Have a great day.
andaiover 1 year ago
Re: Saving to Web Archive: just a minute ago I found out that one of my old projects isn&#x27;t loading on Wayback Machine because they forgot to crawl the JS file. (Odd, not sure how they decide which dependencies to crawl...)<p>I was just beaming about the virtues of shipping web apps as a single self-contained HTML file (all CSS and JS in the file, rather than linked as external dependencies) for unrelated reasons, when I found that my other web app on the Web Archive works fine because I had followed this principle!<p>(So it also works in Wayback&#x27;s *id_ mode, i.e. shipping the original HTML unaltered, because the functionality is independent from <i>where</i> the HTML is served.)
esafakover 1 year ago
Or don&#x27;t. It is so liberating not to have to periodically migrate data from one medium and file format to another, and worry about corruption. What are you getting out of it? What are you going to do with your preserved data once you die; burden the next generation with it along with the rest of your junk? Cull data every with every migration.
raybbover 1 year ago
If not putting them online publicly how do you store &#x2F; organize them?<p>I just recently bought a NAS for 20 euros and have been thinking about setting it up but am skeptical of relying on it for anything too important. But then again don&#x27;t feel I can really trust anything too important to be in google drive either.<p>I also even have a hetzner nextcloud instance that I use for most low&#x2F;medium importance stuff but I&#x27;ve found it a bit unreliable with the connection failing, mountainduck causing finder to crash, and the website getting quite sluggish when I upload a bunch of photos.
评论 #38242870 未加载
评论 #38240449 未加载
评论 #38240749 未加载
评论 #38241975 未加载
评论 #38246599 未加载
评论 #38241360 未加载
vincover 1 year ago
I start my projects in `~&#x2F;tmp&#x2F;&lt;project&gt;` and when I feel like I&#x27;m getting somewhere with them they graduate to `~&#x2F;src&#x2F;&lt;project&gt;` and get published on GitHub (and a few mirrors for the most important ones). Anything on `~&#x2F;src` need to be backed up but things in `~&#x2F;tmp` can be lost without missing them.<p>When I start working on a new feature for a project I create a PR on GitHub and document my research and then the implementation with screenshots.<p>I also have a text file on my computer where I write a few lines everyday about what I&#x27;m doing. From time to time I send it to myself by email.<p>It&#x27;s relatively simple and low effort but has proven to be very helpful many times.
pabs3over 1 year ago
ArchiveTeam can help get your old sites on archive.org, and Software Heritage can save your old code:<p><a href="https:&#x2F;&#x2F;wiki.archiveteam.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;wiki.archiveteam.org&#x2F;</a> <a href="https:&#x2F;&#x2F;www.softwareheritage.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.softwareheritage.org&#x2F;</a>
Izkataover 1 year ago
I copy my entire home directory across to every new computer, so I have a lot of random crap laying around in random places that I occasionally rediscover by chance. The oldest stuff I have is from ~15 years ago, when my hard drive died in the middle of a semester in college and I hadn&#x27;t yet started making backups.
lloydatkinsonover 1 year ago
A few months ago I went through my repos on GitHub and marked everything I built with Vue as “archived” which is nice as it prevents any new issues being opened and very clearly indicates the project is no longer maintained.<p>I think it would have been a bad idea to simply outright delete them, though I did delete a few.
评论 #38242133 未加载
samsquireover 1 year ago
If you&#x27;ve got some nodejs, Javascript, Ruby or Python projects and you want to keep them around for posterity then I recommend thinking how you can package them up so they can be safely archived. You could use docker or a virtual machine image.<p>In my editor project ( screencast <a href="https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;live-interface&#x2F;blob&#x2F;master&#x2F;screencasts&#x2F;screencast1.mp4?raw=true">https:&#x2F;&#x2F;github.com&#x2F;samsquire&#x2F;live-interface&#x2F;blob&#x2F;master&#x2F;scre...</a> )<p>and in its various components written in Nodejs, Ruby (sourceclassifier) and Python (dot renderer) and they&#x27;re all in disrepair because I failed to pin dependencies.<p>Also recommend taking lots of screenshots.
donatjover 1 year ago
&gt; compiled .exe files<p>&gt; Not sure what to do with these besides deleting<p>I was recently digging through some old backups for fun, and have so many little exe&#x27;s I built in highschool and college just laying around.<p>I moved to Mac shortly after college and made the questionable decision to back up my old hard drives as Mac .dmg files before getting rid of the computers, so getting the exe&#x27;s into a running version of Windows to even test is a pain.<p>A lot of the older ones are pretty neat little games and graphics demos made for DOS. Be neat to get a little VM up on my site running some of these but I suspect it might be a pretty large undertaking.
评论 #38240389 未加载
评论 #38240362 未加载
alexpotatoover 1 year ago
Reminds of the quote from Adam Savage from Mythbuster:<p>&quot;The difference between science and screwing around is that in science you write things down.&quot;
axegon_over 1 year ago
Funny enough, I was scrolling through an old hard drive of mine about a week ago and on it I found a cli I made in c++ at some point during the first half of the 2000s to solve quadratic equations. I had completely forgotten I ever made it but I bet it cut the time I spent on my math homework drastically. I remember how boring and tedious I used to find them...
nerpderp82over 1 year ago
Also consider archiving them to the web in a Digital Garden<p><a href="https:&#x2F;&#x2F;maggieappleton.com&#x2F;garden-history" rel="nofollow noreferrer">https:&#x2F;&#x2F;maggieappleton.com&#x2F;garden-history</a><p>The most grounding for me are screenshots and scripts with expected output.
aborsyover 1 year ago
What’s the best way to encrypt data for archival, so that it can be decrypted decades later?<p>The encryption software can be discontinued, or change over time and be backwards incompatible.
pplonski86over 1 year ago
Im doing demo with my projects and record them as videos. They are on youtube, so if I want to show it to someone I just send link to youtube.
评论 #38241850 未加载