retrocomputing

branch300bpm, Polish
@branch300bpm@vivaldi.net avatar

Do you remember those screens displayed after POSTing and before booting OS? I don't remember seeing one on any semi-recent box I own(ed) or use(d)... Damn, I miss them.

branch300bpm,
@branch300bpm@vivaldi.net avatar

@tayledras yeah, Lolnovo-branded Thinkpads aren't the thing I was used to.

Deber1an, (edited )
@Deber1an@vivaldi.net avatar

@branch300bpm my laptop does this, but its just the grub boot loader, and i am a linux user

mjgardner,
@mjgardner@social.sdf.org avatar

A nerd nostalgia thread of possible interest:

From 1993-1994, I was a “technical assistant” in the RF Engineering department of . Back then, Comcast was a scrappy regional cable operator making its first foray into telephony, not the multinational and media behemoth we know today. (1/6)

mjgardner,
@mjgardner@social.sdf.org avatar

Anyway, I did what any underpaid college dropout would do:
• ask for a few extra PCs on the LAN
• distribute the tower data across workbooks, one per machine
• write some glue macros to exchange data (probably using Network or )
• babysit the PCs as they inevitably crashed every few hours due to ' flaky cooperative multitasking and its Frames (then called ) networking protocol (6/6)

mjgardner, (edited )
@mjgardner@social.sdf.org avatar

Who were you, 212.117.81.29? https://en.wikipedia.org/w/index.php?title=Erlang-B&oldid=106059113

WHAT DID YOU SEE‽

(attached image from “Wisdom of the Ancients" https://xkcd.com/979 by Randall Munroe, licensed CC BY-NC 2.5 https://creativecommons.org/licenses/by-nc/2.5/)

f4grx,
@f4grx@chaos.social avatar

Holy shit, it's starting to work!

@LaurentFr @altomare @mokona

mokona,
@mokona@mastodon.zaclys.com avatar

@f4grx @altomare @LaurentFr Wouhou !!

root42,
@root42@chaos.social avatar

Quick reminder that you can find me, @janbeta, @noel_llopis and many other #retrocomputing enthusiasts over on @MakerTube

https://makertube.net/

As there is no ad revenue, make sure to drop a coin in the hat of both MakerTube and the creators!

And the best thing is: you can subscribe to your favorite channels using your Mastodon account! Never miss a video!

thomasfuchs,
@thomasfuchs@hachyderm.io avatar

Missing the time when computer expansions came in beer cans

BurgersMcSlopshot,
@BurgersMcSlopshot@hachyderm.io avatar

@thomasfuchs $3500 and a sixpack to my name (sixpack!)

leadedsolder,
@leadedsolder@snack.social avatar

FYI, if you are taking apart a Dynalogic Hyperion, there are only six screws to worry about: two flathead captive in the handle, two Phillips on the bottom, and these sneaky Phils on the bottom-side that are SUPER easy to miss.

Don't bother trying to remove the hard-to-reach ones.

vga256,
@vga256@dialup.cafe avatar

@leadedsolder thanks for this! i've got a poor old hyperion that needs a major overhaul (it sat in a wet barn for 30 years)

Andreas_SuH1912, German
@Andreas_SuH1912@chaos.social avatar

ITS versucht zu booten. Die Hardware scheint zu funktionieren, irgendwo klemmt jetzt das Betriebssystem.

Und für @gaston wenigstens ein bisschen Licht!

PiDP-10 mit blinkenden Lichtern die den Status der CPU anzeigen.

cs, (edited )
@cs@mastodon.sdf.org avatar

Favorite thing you never (or hardly ever) have to use. Something else?

pixel,
@pixel@social.pixels.pizza avatar

@cs that was a very hard choice.

cs,
@cs@mastodon.sdf.org avatar

@ParadeGrotesque Me too, but not regularly.

timbray,
@timbray@cosocial.ca avatar

Me: I just don’t get the retro-computing thing. I like modern computers.
Spouse: No AIs. No ads. No trackers.

#retrocomputing

happyborg,
@happyborg@fosstodon.org avatar

@timbray two steam powered boats passed my narrowboat over the weekend...

Coal+water=propulsion 🤔

knickish,
@knickish@hachyderm.io avatar
snail,
@snail@crmbl.uk avatar

@Forbearance @knickish oh. I had not appreciated the significance of the "conduit" (my palm has been in a box for years and I knew some of the later models did have WiFi so just assumed!)

andypiper,
@andypiper@macaw.social avatar

@knickish I'd be happy to review a PR to add this to the retro apps section on joinmastodon.org, FWIW!

RetroTechy,
@RetroTechy@bitbang.social avatar

It may be an odd gaming setup, but it’s all mine






cenbe,
@cenbe@mastodon.sdf.org avatar

@RetroTechy 64C ftw

retrotechtive,
@retrotechtive@retrochat.online avatar

New arrival - moah RAM!! 😍

#macintosh #lc475 #retrocomputing

RL_Dane,
@RL_Dane@fosstodon.org avatar

@retrotechtive

Oooo, 36 MEGS!!!

What do you DO with all that!! lol

elosha, German
@elosha@chaos.social avatar

Where the „Uh-Oh“ sound really came from: Not Worms or Lemmings, as some are telling you. Instead Windows 3.0 MultiMedia Edition from 1991 contains the exact same sample as „ohoh.wav“.

paulrickards,
@paulrickards@mastodon.social avatar

In April 2018 I was having fun with the Okimate 20 thermal printer with my Commodore 64. It’s a fun printer that can use thermal fax paper so you don’t need a ribbon so you can print black as long as you have paper.

This is a PETSCII houndstooth pattern I came up with. BASIC source in the photos. I really like the built-in serif text font.

The completed print of houndstooth in portrait format with BASIC source code below it. 1 REM HOUNDSTOOTH FOR OKIMATE 20 2 REM @PAULRICKARDS APR 2018 10 OPEN2,4 20 PRINT#2, CHR$(27); "B";:REM DONT SKIP PERFERATIONS 30 LF$=CHR$ (27) +CHR$ (10) +CHR$(14) :REM 14/144 INCH PAPER ADVANCE 50 FORA=104 : FORX=1T08: READC: A$ (A) =A$ (A) +CHR$(C) : NEXT : NEXTA 60 FORA=104: FORX=1020: PRINT#2, A$ (A);:NEXT: PRINT#2, LF$; : NEXTA: GOT060 500 DATA 18,32,32, 146, 169, 18, 169, 146 510 DATA 18,32,32, 169, 146, 169, 146, 146 520 DATA 18, 169, 146, 169, 32,32, 146, 146 530 DATA 169, 18, 169, 146, 32,32, 146, 146
Photo of CRT showing C64 cyan botder and blue screen with Okimate 20 houndstooth pattern source code. This is a slightly different variation that uses PETSCII keyboard quote characters which are harder to discern to the eye. Use the other version with data statements instead!

scrottie,
@scrottie@anarchism.space avatar

@paulrickards Was my first printer, but for the Atari! I still have a soft spot for all manner of thermal printers.

paulrickards,
@paulrickards@mastodon.social avatar

@scrottie Same! But for all printers and plotters 😆

vga256,
@vga256@dialup.cafe avatar
feedmd,
@feedmd@mastodon.social avatar

@vga256 music to my ears

vl_tone,
@vl_tone@mastodon.social avatar

@feedmd @vga256 I was about to post the exact same thing! :D

  • All
  • Subscribed
  • Moderated
  • Favorites
  • retrocomputing
  • kavyap
  • khanakhh
  • osvaldo12
  • Durango
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • cisconetworking
  • Youngstown
  • slotface
  • rosin
  • cubers
  • megavids
  • anitta
  • GTA5RPClips
  • tester
  • ethstaker
  • modclub
  • InstantRegret
  • everett
  • provamag3
  • Leos
  • normalnudes
  • tacticalgear
  • JUstTest
  • lostlight
  • All magazines