Very interesting:
“How I Became The First Linux User In India”, Vishal Misra (https://medium.com/@vishalmisra/how-i-became-the-first-linux-user-in-india-b86be9d2a6c5).
PS: Our college had a total of 64 Kbps bandwidth via ERNET a couple of years later.
Lo que es irónico, pues el screenshot es de un juego originalmente de otra editorial ("Crime & Punishment, de Imagic creada en 1984"), lo que constituye una violación de derechos de autor. Pocos se dieron cuenta de ello, incluyendo Imagic.
#retrocomputingmx #retrogaming #computerhistory
"The Cave Time" (lanzado en 1985 por Bantam Publishing para Commodore 64 y Apple II) tiene una protección de copia personalizada que despliega la pantalla que muestro en la foto debajo, al arrancar cuando detecta una copia no autorizada.
#retrocomputingmx #retrogaming #computerhistory
Memoirs of the CP/M creator released:
“Our father, Gary Kildall, was one of the founders of the personal computer industry, but you probably don’t know his name. Those who have heard of him may recall the myth that he ‘missed’ the opportunity to become Bill Gates by going flying instead of meeting with IBM. Unfortunately, this tall tale paints Gary as a ‘could-have-been,’ ignores his deep contributions, and overshadows his role as an inventor of key technologies that define how computer platforms run today.
Gary viewed computers as learning tools rather than profit engines. His career choices reflect a different definition of success, where innovation means sharing ideas, letting passion drive your work and making source code available for others to build upon. His work ethic during the 1970s resembles that of the open-source community today."
https://computerhistory.org/blog/in-his-own-words-gary-kildall/
You mentioning development in Rust and thinking about maths domain specific languages reminded me about a very early maths DSL which I encountered in the early 1980s when at University, APL. Mathematicians found it easier to write something in APL than programmers, mainly because it used a special character set and keyboard. In Leeds University they used Decwriters with special keycaps with the symbols. These were a combination of keyboard and dot matrix printer. The picture below shows a standard Decwriter, I couldn't find an image of one with the APL keycaps, but I do have an image of the layout. The code looked like this example from https://aplwiki.com/wiki/Convex_Hull
ConvexHull←{
⍝ ⍵: matrix (2 rows) of points - first row:abscissae second row:ordinates
⍝ return: matrix (2 rows) of points of convex hull
⍝ try: ConvexHull ⍉9 2⍴1 0,1 ¯10,3 3,2 1,6 3,1 6,3 1,6 1,9 0
⍝
⎕IO←0
pts←(⊂⍋⊃↓⍵)⌷[1]⍵ ⍝sort by x-values:first point←→start vertex
phs←{ ⍝ 12○⍵ polar phase ○¯1>≥○1. see DFNS
x y←⊂[1↓⍳⍴⍴⍵]⍵ ⍝ x and y coordinates.
x0 xn←1 0=⊂0=x ⍝ points on/off y axis.
top←(x0×○0.5)+xnׯ3○(|y)÷x+x0 ⍝ upper quadrants.
(0∨.≠⍵)×(1-2×y<0)×top+○x<0 ⍝ other quadrants.
}
angles←phs(0 1↓pts)-[0]0⌷[1]pts ⍝phases(radians) of the vectors
ixStart←0,1+⊃angles⍳⌊/angles ⍝start with indexes of first segment
ixHull←{
ix0 ix1←¯2↑⍵ ⍝ix1: index of last point←→last vertex
v←{⍵+(⍵<0)×○2}phs pts-[0]ix1⌷[1]pts ⍝phases with respect to the last vertex
other←(⍳1↓⍴pts)~ix0 ix1 ⍝indexes of other points
angles←|(ix0⊃v)-(⊂other)⌷v ⍝ _______/\_______
angles←{f←⍵>○1 ⋄ (⍵×~f)+f×-⍵-○2}angles ⍝angles (p0-p1) (p1-px)
⍵,(angles⍳⌈/angles)⊃other ⍝new vertex is where angle is largest
}⍣{
0=⊃⌽⍺ ⍝repeat until first and last vertex coincide
}ixStart
(⊂ixHull)⌷[1]pts
}
July 15th 1991: 34 years ago I published the first “modern” password cracker…
https://alecmuffett.com/article/113704
#ComputerHistory #PasswordCracking #crack
July 15th 1991: 34 years ago I published the first “modern” password cracker…
…or, rather, smeared its development over a few months in response to requests from Unix systems administrators all over the globe – on the Internet and/or several other networks. It was a spark that still glows, but also helped inform the way Infosec developed as a discipline, notably arguments about full disclosure.
Gosh I feel old.
Call me nerdy if you want but I found this exploration of the history of Mac System settings absolutely fascinating: https://aresluna.org/frame-of-preference/
An Emulated Stroll Down Macintosh Memory Lane - If you’re into Macs, you’ll always remember your first. Maybe it was the revolutio... - https://hackaday.com/2025/07/10/an-emulated-stroll-down-macintosh-memory-lane/ #macintoshclassic #computerhistory #retrocomputing #uidesign #system7 #macosx #os8 #os9
An Emulated Stroll Down Macintosh Memory Lane https://hackaday.com/2025/07/10/an-emulated-stroll-down-macintosh-memory-lane/ #macintoshclassic #computerhistory #Retrocomputing #retrocomputing #UIdesign #system7 #macosx #os8 #os9
We've expanded our open hours: Saturday - Monday 10am - 4pm.
Please visit https://icm.museum for membership and booking information.
Thank you for supporting us!
El 6 de julio de 1986 nace David Karp, empresario estadunidense conocido por ser el fundador de la plataforma social de microblogging Tumblr, fundada en 2007, que fue vendida a Yahoo! en 2013 por 1.1 mil millones usd
#retrocomputingmx #computerhistory #tumblr