Old Computer Challenge (occ.sdf.org)

103 points by wrxd 3 days ago

officeplant 2 hours ago

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.

neilv an hour ago

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

officeplant 44 minutes ago

Yeah it sucks. Since then I've tried to better vet retro tech groups before inviting more friends along. It seems rather unfortunate that more often than not old hardware enthusiast groups come with old beliefs.

Things are much better off at IRL gatherings I've noticed. Vintage Computer Festival events have been very open and welcoming to all peoples without issue in my experience.

neilv 27 minutes ago

teddyh 7 hours ago

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.

officeplant 2 hours ago

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.

alex7o 4 hours ago

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 :(

john01dav 3 hours ago

> you will use for a very long time. Very non repairable tho

This seems moderately contradictory, because as the time that you use something increases the chance of some physical damage increases, especially for a portable device where dropping, an imperfect bag holding, or someone else bumping it, and the like, are all more likely than a stationary device (like a desktop).

This is a huge reason that I don't use many Apple devices, so if they somehow effectively addressed this without reparability, I'd be interested to know. However, I suspect that that's impossible because just making it durable only delays the need to repair, so you end up up shit creek maybe 2 years after buying it instead of 1 year (made up numbers).

throawayonthe 2 hours ago

tonyedgecombe 2 hours ago

sleepybrett 2 hours ago

mikestorrent 3 hours ago

But why

teddyh 2 hours ago

I got it for free.

joe_mamba 3 hours ago

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

teddyh 2 hours ago

Intel Atom, 1.66GHz. 2Gib RAM.

I mostly run a web browser, some terminal emulators and a mail reader. Oh, and Emacs.

codazoda an hour ago

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.

georgeecollins an hour ago

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.

homarp an hour ago

have you looked on archive.org?

mghackerlady 4 hours ago

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 computer

anthk 2 hours ago

Try yt-dlp+streamlink.

YT-DLP config:

    #at ~/.config/yt-dp/config

    --format "best[height<=480]"
MPV config:

#~/.config/mpv/config

    ytdl-format=bestvideo[height<=?480][fps<=?30]+bestaudio/best
     vo=xv
     audio-pitch-correction=no
     quiet=yes
    pause=no
    vd-lavc-skiploopfilter=all
Dillo (from git) has worse CSS capabilities than netsurf but more than often the webs aren't broken as often as NetSurf.

On the rest, get MuPDF, nsxiv for images, maybe xfe for files, mutt/sylpheed for email...

mghackerlady 2 hours ago

What was the point of this comment? Yeah this is pretty much how I use my computer. I use netsurf because I can use it in the framebuffer. I use mg for text editing and file browsing (using dired), chat using ircii, and email with elm. I don't really do much that can't be done without a GUI, so I rarely use X for anything other than forwarding something from my main computer over ssh

ferguess_k 4 hours ago

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.

Retr0id 2 hours ago

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.

KurSix 9 hours ago

There is something healthy about a challenge where the goal is not optimization, productivity but just spending a week with constraints and making something

Scrounger 13 hours ago

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.

jvanderbot 7 hours ago

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.

mghackerlady 4 hours ago

The 2012 macbook pro (non retina, at least. I never owned a retina one) is the last truly great macbook apple ever made. God I loved that thing, I used it to death and was truly saddened by its loss. It lasted a good 12 years

josephg 3 hours ago

uncircle 12 hours ago

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.

ValdikSS 10 hours ago

OLPC (one laptop per child) had Open Firmware, a Forth bootloader/firmware

https://lwn.net/Articles/209301/

mghackerlady 4 hours ago

fragmede 9 hours ago

Make something that makes music.

KurSix 9 hours ago

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 fit

ErroneousBosh 6 hours ago

> 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!"

HerbManic 12 hours ago

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.

mikestorrent 2 hours ago

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.

KurSix 9 hours ago

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.

alterom an hour ago

This is awesome!

Time to pull out my Acer Aspire from 2006, and make something with it :)

Also: what a blast from the past to see Kyodai mahjongg on Andrei's desktop in last year's challenge <3

nine_k 13 hours ago

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

brador 9 hours ago

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.

lobf 13 hours ago

This just reminds me that I have my old MicroATX HTPC (remember that term?) that I built in about 2010 sitting in a closet. I bet I haven’t booted it since 2014. I wonder what’s on it…

walrus01 12 hours ago

HTPC are still very much a thing, I use mine for everything from MAME to watching a 72GB sized 4K copy of Apocalypse Now Redux. I think the major home theater receiver manufacturers continue to include a "PC" button on the remote control and a "PC" labeled input on their better receivers with five or six HDMI inputs.

mghackerlady 4 hours ago

For anyone wanting to build one, silverstone makes some really good HTPC cases

HerbManic 12 hours ago

I ended up getting a second hand Optiplex Micro for this. Tiny unit, low power usable, never even heard the fan switch on. Even with the slow frequency (2ghz) the Intel media decoders are brilliant at handling this stuff.

walrus01 11 hours ago

eieidjdb 13 hours ago

> smol

Just write "small" you weirdos.

pbhjpbhj 9 hours ago

>Smol is an intentional misspelling of "small" that expresses affection for animals, people, or objects. (M-W online)

Seems like a perfectly cromulent (apposite) word use.

teddyh 7 hours ago

No, it seems out of place. Normal usage of “smol” is <https://knowyourmeme.com/memes/smol>. This does not seem to fit.

klez 7 hours ago

laurieg 12 hours ago

This kind of comment could be written about almost anything and is fundamentally un-interesting. You chose to write "weirdo" instead of "screwball" or "bozo" and probably think the more modern "weirdo" captures your intent the best. I'm sure the original authors had a similar thought.

charcircuit 9 hours ago

It can't be written for pages that use regular English. I think you missed that "smol" is an in group marker. Using such quirky in group markers like that can limit the audience or give some potential readers a bad impression from the readers opinion on such a group. It's fair feedback to suggest that if someone wants to target a larger audience that they should be careful with their language and go back to regular English.

klez 9 hours ago

pillmillipedes 7 hours ago

marcelox86 2 hours ago

Its an incredibly millenial word and very cringey

MrSandingMan 12 hours ago

Just let people write funny stuff

HerbManic 12 hours ago

Pretty much. Don't take it all too seriously.

Glandalf 3 hours ago

It’s Reddit coded. I agree.

mghackerlady 4 hours ago

no, let people be weirdos in peace

anthk 2 hours ago

I'm from Spain so I know how to write weird Germanic as in this site... and odd Latin mixed with

- Greek, but that's the default among Latin on borrowing technical/scientifc words since forever and today.

- Basque (tons of them to put there)

- Iberian (Perro?)

- Gothic (casa, sofá, banco, guardia...)

- French (Carnet, garage...)

- Italian (Most Enlightenment related artsy words)

- Arabic (Most al- starting words)

- English (Modern stuff)

So, we all should switch to a pure language, maybe Icelandic and Indoeuropean. And Basque/Iberian in my case. Altough Basque and Iberian share the same numerals... so who knows.

user432678 9 hours ago

No!