6 ms·
Where are my RCS people at?
by hnarayanan 5mo ago
Where are my RCS people at?
- raverbashing 5mo agoIn a retirement home? /s
- voxadam 5mo agoWhere does that leave the SCCS people?
- zabzonk 5mo agoKilled themselves after using it for fifteen minutes. I used to have to teach a commercial "Intro to Unix" course which had a section on SCCS - shudder!
- voxadam 5mo agoI've never actually used SCCS was it that bad? I'd have thought that alcoholism would have been enough to numb the pain.
- zabzonk 5mo ago> was it that bad? I don't know - RCS just made more sense to me. And I really disliked RCS. You know some things are bad when something like CVS seems all warm and cuddly in comparison. > I'd have thought that alcoholism would have been enough to numb the pain. You may be right - it would certainly explain some aspects of my life since those days ;)
- somat 5mo agoThe nostalgia hits hard. I have a silly little wiki engine I made 20 years ago. It was an exercise in trying to better learn the traditional unix text processing tools. So the page templates were in m4, sed and awk did their traditional heavy lifting for request parsing and page generation. and page history was provided by rcs. Which fit better than cvs because it provides a history per file. https://nl1.outband.net/fossil/gami/file?name=bin/save_node&ci=tip https://nl1.outband.net/fossil/gami/file?name=bin/save_node&... The whole thing is really the mother of all injection vulnerabilities but I am still half tempted to try and spin it up once more and see what happens if i put it on the public web.