ACM announces FREE downloads from Digital Library

  • Thread starter Thread starter Tom.G
  • Start date Start date
  • Tags Tags
    Digital
AI Thread Summary
The ACM (Association of Computing Machinery) has announced that its Digital Library will be free to access until June 30, 2020, to support research and learning during the ongoing crisis. This initiative allows users to download and access a wide range of published works without any fees. Participants in the discussion express enthusiasm for this opportunity and share personal anecdotes about their early experiences with computing, including nostalgia for classic computers like the Altair 6800 and Radio Shack Model 1. They reminisce about the challenges of programming these early machines and the evolution of technology, while also encouraging others to explore the ACM Digital Library for valuable resources. The conversation highlights the intersection of historical computing experiences and contemporary access to academic research.
Tom.G
Science Advisor
Gold Member
Messages
5,661
Reaction score
4,504
I received an email notice a few days ago from ACM (Association of Computing Machinery) that their Digital Library will be free thru June 30, 2020.
We believe that ACM can help support research, discovery and learning during this time of crisis by opening the ACM Digital Library (ACM DL, https://dl.acm.org) to all. For the next three months, there will be no fees assessed for accessing or downloading work published by ACM.
Sounds like a deal to me!

Cheers,
Tom
 
  • Like
Likes jim mcnamara, phinds, DrClaude and 1 other person
Technology news on Phys.org
Thanks for sharing!

Any recommendations to download first?
 
jedishrfu said:
Any recommendations to download first?

When I first joined ACM, around the time I got an Altair computer (1975-76), I got the first two hardcopy volumes of their library. What a treasure of algorithms and languages that was for an early adopter of the technology!

Since I deviated from ACM's later concentration on high-level scientific computing, to things like FAX machine hardware/firmware and Industrial Control, I have rarely investigated the library since. They do cover a wide range of interests though, so spend some time exploring what's there for you.

Have Fun!
Tom
 
I too had an Altair, the 6800 model, and the associated tech manuals. I'll have to check your tip out. I still have the 6800 and it seems that it still works.

At the time, I got it, I realized the investment was getting a bit out of hand as the cheapest terminal was the Televideo and it was in the range of $600 to $800 and so I decided to instead get a Radio Shack Model 1 (aka the Trash 80). I did program the 6800 using the switch front but that got tedious real fast especially when debugging through the front panel was insane.
 
  • Like
Likes berkeman
jedishrfu said:
I did program the 6800 using the switch front but that got tedious real fast especially when debugging through the front panel was insane.
Wow that brings back some memories. My first NMR was a JEOL FX90Q and I booted it up using a series of switches on a panel. Set switches, toggle “LOAD”, wait for a particular light to come on, set switches again, toggle “LOAD”, wait for a particular light to come on, set switches again, toggle “LOAD”, Voila! The oscilloscope display came on and I moved through the operating system with a light pen.
I used to think, “I must be a scientist if I can make this thing work!”
1586268422731.jpeg
 
  • Like
Likes jedishrfu and berkeman
After I got the SWTP Altair 6800, I regretted not getting the KIM-1 board computer with hex input and some simple games on the digit LED display.

https://en.wikipedia.org/wiki/KIM-1

It was cheaper and required less extra equipment. I was happy with the Radio Shack and its cassette tape input and learned a lot. I had gotten a line printer that was terrible at printing. It had a wavy column 1 because it couldn't return back faster enough on longer lines. I applied a custom software fix to pad all lines with spaces at the cost of slowing the printer down.

Maybe the ACM has some KIM-1 or Raspberry-PI stuff too.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top