Here's me: (#introductions)
I'm mostly about #retrocomputing and #computerhistory with a bit of #vintagecomputers thrown in. Also #calculators especially #rpn and programmable. I like #space and science and history. I read a fair bit of fiction these days, including #sff. I like languages, human and computer. I'm from the 70s culturally, 80s technologically but the 60s biologically. I avoid talk of current events. I try to use CWs and to be an ally.
I co-moderate
https://retrocomputingforum.com
Here's my #introductions...
I'm into #retrocomputing and #retrocomputers, am a #6502 fan, but I like green spaces and days which not overcast, I like science and #sf - mostly #sfbooks and stories - #computerscience, aka #cs or #compsci, I like #brianeno for his music and his thoughtful writings and funny videos, I write just a little code in #python and #javascript and #assembly and generally spend a lot of time on the internet.
Isn't the world a lovely place but in a fine old state though?
Tetration in busy-beaver Turing machines and in Conway's Game of Life:
https://www.sligocki.com/2022/06/21/bb-6-2-t15.html
https://cp4space.hatsya.com/2022/06/23/tetrational-machines/
https://btm.qva.mybluehost.me/telling-the-tale-of-two-tetrations/
Interesting read about the original OS for the Acorn Archimedes, which was not called Arthur
https://www.theregister.com/2022/06/23/how_risc_os_happened/ #riscos #arm #acorn
Originally it was going to be called ARX but when it's development was running late they came up with Arthur which was a demo & they ended up using that instead 🤦
Arthur actually meant A Risc by THURsday.
Also interesting fact about the dock - Apple acquired the Dock from Steve Jobs' NeXTstep OS which stole it from Acorn's Arthur Operating System of 1987.
If you're ever looking to watch a random #documentary, I can highly recommend the BBC Horizon collection on Archive.org which has over 500 episodes spanning a large part of #BBCHorizon's aired episodes from 1964 to 2014; that's 50 years of snapshots of explorations of the scientific views of its time.
You can either download the entire archive, or instantly watch individual episodes.
#BBC #Horizon #SeriesFiXatoWatches #FiXatoRecommends #documentaries
Hacked a bit on #unarchive, my tool to #download from the #Internet #Archive
- switched unarchive_collection to use advanced search API with as minimal as possible XML output format instead of RSS feeds
- this allowed increasing the limit of number of identifiers returned from 50 (previous RSS default) to 10000 (which should be enough for most collections I hope); I hope this doesn't put as much strain on the servers (it needs just 1 string per result item, rather than a fully featured RSS feed), and one tested collection has 50% fewer bytes for 10x the utility
- adapted unarchive to download metadata files as well as original files (derivative files are still not downloaded). this includes .torrent files, which might be nicer to use for downloading the items than wget
- added -N (download only if server is newer than local) option to wget invocations, not sure how it will interact with -c (continue downloads); there might still be a chance of corruption but since it does verify checksums the data that should be detected if it happens
- my XML parsing is still brittle in places, parts assume it's split nicely into lines, which is but it didn't break so far in many years....
https://code.mathr.co.uk/unarchive browse
git clone https://code.mathr.co.uk/unarchive.git
no warranty! check the README for security notes
I enjoy reminders that people have been thinking about the consequences of computing technology for a long while:
"If we do it all wrong, then it could be an absolute disaster. It's the biggest aid to totalitarianism you could ever come across if you think about it, and that must be avoided at all costs. On the other hand it's the greatest boon to decentralization and people fulfilling themselves and that is the sort of way we've got to go. But it's up to us."
In the past, I've had accounts that crossposted to Twitter, but I've ultimately either disconnected the crossposting or let the accounts go defunct. And gradually I've come to the conclusion that crossposting undermines the goal of building a better social media ecosystem. It provides people with an excuse for staying on corporate social media and encourages them to see it as your responsibility to deliver your posts to them wherever they already have an account.
#postmortems of failures in our technology, a whole forum to enjoy, recently updated with today's Cloudflare outage and a collection of other BGP mishaps:
(boosts welcome!)
Elliptic curves animated.
Bitcoin
aaaand now all the trading volume is down to zero again
this is definitely a super normal 24-hour global cyber trading floor, definitely not a suddenly abandoned mob-run casino haunted by sad robots with no current instructions
How fast are 6502s REALLY? I tried block transfer speeds on 3 different machines: C64, KIM-1, and CERBERUS 2080 (at 8Mhz). Eat your heart out Apple with your 20 Billion transistors. 3200 is plenty for anyone ;-) #commodore https://imapenguin.com/how-fast-can-a-6502-transfer-memory/
Atari 8 bit BASIC. The original version, not any of the nicer XL, XE, or Turbo varieties :)
I finished reading the book "The Computers That Made Britain: The Home Computer Revolution of the 1980s" by Tim Danton. This great work tells the solidly researched story of 19 influential home and personal computers, some of which I had never heard of such as the Research Machines 380Z.
https://wireframe.raspberrypi.com/books/computers-that-made-britain
"Dusk OS is a 32-bit Forth and big brother to Collapse OS. It does everything Collapse OS does, has the same laser sharp focus on simplicity, but has a widened scope..."
"... in the history of computing, Forth has been under-explored. Its approach to simplicity is revolutionary. It has significant shortcomings when systems become more complex (Forth hates complexity and doesn't manage it well) but..."
https://git.sr.ht/~vdupras/duskos
via dragonfly digest
I tripped over this declassified ENIGMA/Bombe document when searching for an explanation of the 'drunken drive' https://media.defense.gov/2021/Jul/02/2002755864/-1/-1/0/PERSONAL-CONTRIBUTION.PDF
(It was mentioned in Computer Conservation soc Resurrection)
#retrocomputing #enigma #ultra
I just completed the rewarding task of reading an ASCII paper tape for a fellow #retrocomputing enthusiast -- it's a #BASIC program that he wrote in high school in about 1970!
Before work this morning I got an okayish mod to the “worlds worst paper tape reader” working. Now can somewhat reliably read the sprocket holes and use them as a timing signal. Super happy at this point and I may call this “complete”. #kim1 #commodore
I'm reviewing a May 1984 interview with Jim Morgan, Atari's CEO in the wake of the crash and before Jack Tramiel bought most of the company's assets. Morgan was an outsider--he came from the tobacco industry and later served as CEO of Phillip Morris.
He identified one reason for Atari's downfall as the "Silicon Valley ethic of making products that are easily made rather than products that the consumer wants." An interesting observation even today.
https://www.atarimagazines.com/creative/v10n5/191_Outpost_Atari_for_the_f.php
@juliobiason A fun thing back in the mid-2000s during the transition to 64-bit was that floating-point math switched from being done on the x87 fpu with 80 bit internal precision to sse2 instructions with 64 bit internal precision. This caused some numeric results to be different - even compiling the same code with the same compiler version on the same processor, just one for 32bit vs one for 64bit.
6502 nut; awk fan; avid reader if not for so much time online; once a chip designer; fan of one-line programs & ingenuity generally. #retrocomputing #computerhistory
Pronouns: he/him