Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- In short: a bunch of people who like old (as in around year 2000) tech periodically try to achieve something using the tech of the time. Many post on Gemini, a few on Gopher (which already was ancient in 2000).by nine_k
- Could do hp ipaq challenge, old thinkpad challenge, old macbook challenge, old smartphone challenge, fix an old computer to working state challenge, old browser challenge, it’s not meant for this challenge.
Ok I’m out of ideas.
by brador - Hmmm. I have a T500 I could use, but it's not that old (a mere 18 years!) - I'd mostly be running the same software and doing the same things, just a bit slower.
Going back another decade I also have a Pentium MMX system, and that'd be more interesting to work with but also a lot more tedious.
by Retr0id - I have an old Osborne 1 that worked the last time I plugged it in-- years ago. I would be shocked if the 5 1/4" discs are still readable. If they aren't, or I wanted to add some new software (like a better compiler) is there a place where I can find CPM boot disks etc? It would really be fun to write some C or Pascal or even (less fun) BASIC.
Sorry if this sounds crazy.
- have you looked on archive.org?by homarp
- I have a TRS-80 that still ran last time I tried. It used audio cassette tapes for storage, but I don't have one, so I built a cable to use a modern voice recorder to read and store data on.
I've been wanting to build some kind of project for it that uses the old school nature of the machine with modern conveniences. As an example, it's way easier to create graphics now, but the machine has really limited methods to recreate those.
by codazoda - That machine has such a pleasant form factor.by pigeons
- I mean, I guess I daily run an old computer. Lenovo T400 from 2009, 2.4Ghz Core 2 Duo with 4GB of RAM. So far I haven't really had any issues. That said today I picked up a Carbon X1 4th gen for $100, that might be become my new Old computer. Also in the process of refurbishing an IBM Aptiva from 1996. Pentium 166Mhz with 64MB RAM, that one is a little beauty.
I do like this years challenge, 'hand-make something' as that is always a good thing to do.
by HerbManic - A T400 is old enough to feel refreshingly simple but still new enough to be useful. A 1996 Aptiva is more like a historical instrument. I like that distinction between old and actually vintage.by KurSix
- T400 is definitely cool, I have a T420 I love. But that Aptiva... man, when those were new, they were full of more bloatware than any other machine I'd ever seen. I made bank in high school just reinstalling windows for people on those... it was like 5x faster when I was done with it, easily. I think it's made it impossible for me to see that as a beauty, though.by mikestorrent
- Interesting site/challenge; however, I had trouble browsing and finding "what to do" in a reasonable time.
I recently spent like $170 giving a new lease on life to a 15-year-old Lenovo S10-3 Ideapad with a 1-core Intel Atom CPU, 2GB of RAM, a WiFi card, and a 250GB SSD running AntiX Linux in TTY/Command Line mode.
So far, I've turned it into a picture/frame + vision board running Tailscale so I could SSH in and/or rsync stuff.
I am also attempting to run a no-AI version of Pwnagotchi to pwn WiFi networks.
I am also using it as an always-on appliance that does stuff like rsync/backup my entire server, run lightweight Python scripts to check the uptime and days until domain expiration, etc., on a set of websites I own and would like to own, etc.
I have all of this stuff connected to a Telegram bot that reports to me.
It's an interesting set of constraints, and you can surprisingly do a lot of cool stuff.
by Scrounger - Trying to use a 15-year-old Atom netbook as a modern laptop is mostly pain. But treating it as a small always-on appliance is a much better fitby KurSix
- > 15-year-old Lenovo S10-3 Ideapad with a 1-core Intel Atom CPU, 2GB of RAM, a WiFi card, and a 250GB SSD
What a weird coincidence, I've just found one of these while clearing out a box of equipment I'm getting rid of and thought "I should stick NetBSD on this!"
- Here’s an idea that’s been following me for a while, if you like low-level stuff:
Make a toy OS that boots into a Lisp shell.
Another to appreciate how fast computers that we call old effectively are: write a game for the shell. Depending on your level of skill, you can try pong, snake, lunar lander, or a 3D software renderer.
by uncircle - I gave my wife a 2012 macbook pro running ubuntu. It was a huge upgrade over her ~2014 macbook air running stock, which couldn't even update itself anymore.
It never occured to me to consider it might qualify as a "challenge" since it is 14 years old. It just works fantanstically and was my daily driver until 3-4 years ago.
I got it off ebay for approximately $100, cleaned it, and put in a new battery.
by jvanderbot - I want to do something similar.
Specifically, the project is to create VFS similar to the one in Linux 1.00 in xv6-riscv. I completed the MIT xv6 labs and read the VFS code in Linux 1.00 a while ago, and I don't think it is a particularly difficult task -- but xv6-fs touches a lot of places, so I'd imagine some re-architecture is needed.
The scope of the project is NOT to create more FS for xv6, but to add one abstraction layer on top of the FS, i.e. the VFS. The kernel is supposed to know which FS is picked manually (in this case it is the original xv6 FS) by the programmer in the makefile, and it should load the correct superblock and go from there.
The whole work, once kicked into gear -- that is, once one has gotten familiar with the xv6 kernel and written some code for the labs, should take more or less 2 weeks for an ordinary people who has no experience with system programming to complete. The good part is that there is no need to write tests for this project -- you just keep running xv6 and see if it passes all of the existing tests -- once that's passed the VFS should work fine.
by ferguess_k - There is something healthy about a challenge where the goal is not optimization, productivity but just spending a week with constraints and making somethingby KurSix
- This is just my life. I have an old netbook running openbsd. It can do netsurf and email just fine when I'm on the go, I have my vita for any media I want to experience on the go, and for anything more intense than viewing a simple website, email/chat, or the occasional perl script, I shell into my home computerby mghackerlady
- Try yt-dlp+streamlink.
YT-DLP config:
MPV config:#at ~/.config/yt-dp/config --format "best[height<=480]"#~/.config/mpv/config
Dillo (from git) has worse CSS capabilities than netsurf but more than often the webs aren't broken as often as NetSurf.ytdl-format=bestvideo[height<=?480][fps<=?30]+bestaudio/best vo=xv audio-pitch-correction=no quiet=yes pause=no vd-lavc-skiploopfilter=allOn the rest, get MuPDF, nsxiv for images, maybe xfe for files, mutt/sylpheed for email...
by anthk - Since 2013, I have used a laptop made in 2009 as my normal, everyday laptop. I am currently in the process of replacing it, but only because other people have complained about the fan noise.by teddyh
- But whyby mikestorrent
- >Since 2013, I have used a laptop made in 2009 as my normal, everyday laptop.
What's the specs and what apps are you running?
by joe_mamba - If that works for you pls buy a second hand MacBook m1 or M2 air (air has worse design but some silicon bugs are ironed out around vms etc) and run it for Linux. It is silent very powerful and you will use for a very long time. Very non repairable tho :(by alex7o
- Same I've got a Thinkpad R61i from around the same time that originally came with a Pentium dual core and 2GB of ram.
It's been fully upgraded with an SSD, the fastest core2duo I could find, and more memory. With a fresh battery it still manages to be a great machine all these years later.
by officeplant - Participated last year with my Thinkpad R61 that I still use as my main laptop after getting so cozy with it during the challenge.
A lot of the group was great, but some friends I invited to the challenge had a bad time in the irc with transphobes and we all dropped out.
I hope this year people moderate the chat a bit better, but I understand its not their day job to police random folk that enter the hobby challenge community.
by officeplant - > A lot of the group was great, but some friends I invited to the challenge had a bad time in the irc with transphobes and we all dropped out.
That sucks, and the channel or network should do something about it.
IRC is how I was friends with many trans people, before we knew the word trans.
It makes sense: it was much easier to pass online. So you could just hang out and talk about programming or whatever, and no one cared what plumbing you were born with.
Of course, there were always some people being antisocial on IRC, and that's why there were channel ops, war scripts, and IRCops.
I think I recall one or two occasions when someone attacked a channel I was on, and then later came back and reconciled. There should be more of the learning to play nice with others, but less toxic to start with.
by neilv