I ended up on Michael Swaine's Medium site [1], and then ordered his book: "Fire in the Valley" (2014) [2].
Dr. Dobb's Developer Library DVD 6 (2010)
41–50 of 54 posts
Re: Dr. Dobb's Developer Library DVD 6 (2010)
#42Some interesting stuff you will get out of Dr. Dobbs articles, as someone that was an avid reader. - The Small C compiler set of articles, where you will get the sense not even K&R C was used outside UNIX for quite some time, only a common subset. - The toolbox articles creating a Turbo Vision like framework in Object Pascal - The evolution of Python and related adoption - Strange programing languages like Actor, C@+…
Re: Dr. Dobb's Developer Library DVD 6 (2010)
#43https://news.ycombinator.com/item?id=47702136
It looks like CiteseerX from PSU is now effectively offline and everything is redirecting to the Wayback Machine. But many of those links are not in the Wayback Machine. Hopefully there is - or can be - some focused effort to get that content transferred over, if the citeseerx site is really going away for good.
Re: Dr. Dobb's Developer Library DVD 6 (2010)
#44I also liked Borland's Turbo Technix - https://archive.org/details/texts?tab=collection&query=turbo...
Re: Dr. Dobb's Developer Library DVD 6 (2010)
#45Some interesting stuff you will get out of Dr. Dobbs articles, as someone that was an avid reader. - The Small C compiler set of articles, where you will get the sense not even K&R C was used outside UNIX for quite some time, only a common subset. - The toolbox articles creating a Turbo Vision like framework in Object Pascal - The evolution of Python and related adoption - Strange programing languages like Actor, C@+…
I think it was C+@ (pronounced CAT, as I recall). Edit: pasting a comment of mine from here in 2019 [1]: The language is C+@ [2]. I dug up an article about it in Dr. Dobbs Journal, the October 1993 issue. This does not seem to be the article I am remembering, since it does not go into the instruction interleaving technique anywhere near as much as I remember, but they do mention it and say it was called "beading": Th…
Re: Dr. Dobb's Developer Library DVD 6 (2010)
#46Earlier quoted context omitted.
Money is great, and they're also looking for volunteers all the time to help out with Open Library. The website is constantly under attack from DDoS, and we're always improving, but it's a long road. I'm just a volunteer, but a very active one.
Money is great, and they're also looking for volunteers all the time to help out with Open Library. I made a good-faith effort at searching the site for anything requesting volunteer work, and came up empty. Got a pointer? What are they looking for?
I'm a very active volunteer and can always use the help of folks that have tech experience already. We get lots of student volunteers that require a lot of work to shepherd. As such, issues tend to be claimed pretty fast but also medium sized ones don't always get through the finish line.
Anyway, if you're seriously willing to commit some time you can tag me on their slack/github (@raybb). I'm currently doing a lot of performance related work (primarily migrating their codebase to fastapi) and I could use help but don't always open issues for it because sometimes guiding a non-experienced person is more work than just doing it.
There's also quite some design work going on to move things into the modern age and more reliable. One small thing that comes to mind is getting rid of jquery where it's used casually (not where a library depends on it). We have a few files like that.
Happy to chat more with anyone who is seriously willing to spend time to tackle medium sized issues with a few rounds of feedback!
Re: Dr. Dobb's Developer Library DVD 6 (2010)
#47Earlier quoted context omitted.
Money is great, and they're also looking for volunteers all the time to help out with Open Library. The website is constantly under attack from DDoS, and we're always improving, but it's a long road. I'm just a volunteer, but a very active one.
What kind of volunteering is needed?
Re: Dr. Dobb's Developer Library DVD 6 (2010)
#48Re: Dr. Dobb's Developer Library DVD 6 (2010)
#49Before the internet it was a good way to have a picture of what was out there. I remember the magazines had a particular smell in early 90s. Like a sweet smell, different to other magazines. There was rarely an Mac content though, which seems shortsighted. Swaine started writing Mac articles at some point if I recall, but they weren't very technical, often about hypercard?
I was reading this article from '91, the creator of Wizard C, Bob Jarvis criticised C++'s lack of modules, something it's getting around 35 years later. 91 was when Mode X graphics programming was introduced by Abrash in a series of articles.