Fix some old broken links

This commit is contained in:
Wesley Moore 2017-12-31 22:39:42 +11:00
parent 2bd550ba5d
commit 6662c86049
5 changed files with 7 additions and 8 deletions

View file

@ -1,5 +1,5 @@
Ever since the now very quiet drunkenbatman hosted the <a href="http://www.drunkenblog.com/evening_at_adler/">Evening at Adler</a> and Gus Mueller posted, "<a href="http://www.gusmueller.com/blog/archives/2005/12/25.html">How to become an independent programmer in just 1068 days</a>", its has been a goal of mine to one day live the indie Mac developer dream.
Ever since the now very quiet drunkenbatman hosted the <a href="http://web.archive.org/web/20090531184506/http://www.drunkenblog.com/evening_at_adler/">Evening at Adler</a> and Gus Mueller posted, "<a href="http://www.gusmueller.com/blog/archives/2005/12/25.html">How to become an independent programmer in just 1068 days</a>", its has been a goal of mine to one day live the indie Mac developer dream.
Over the years I've dabbled in Mac OS X development but have struggled to find the time in between a full time job and also having a life to be able to see something through from start to finish. I'm convinced the ideas are sound because frequently others eventually release similar products. My last endeavour was for a better archiver than that provided by the Finder. It was to be dead simple, taking interface cues from things like <a href="http://appzapper.com/">AppZapper</a>. I discovered a little while ago that the fine folks at Apimac had created <a href="http://www.apimac.com/compress_files/">Compress Files</a>, which implemented my ideas and more.
Frustrated by this lack of time I decided to do something about it (after a small helping of procrastination). Last week I successfully negotiated a reduction to 4 days per week at my day job, with the fifth day allocated to Mac development. The first day of my new job is Mon Feb 11, 2008. However I find myself with a bit of a problem, I don't have any current projects to actually work on. Heeding the advice in Gus' post for <abbr title="Think small and make sure you really like what you are doing">Lesson #1</abbr> I'm seeking ideas from the Mac using community for a small application that I can use to get started. So if you got an idea for a small application that you don't mind sharing feel free to post a comment and let me know, it might be just what I'm looking for.
Frustrated by this lack of time I decided to do something about it (after a small helping of procrastination). Last week I successfully negotiated a reduction to 4 days per week at my day job, with the fifth day allocated to Mac development. The first day of my new job is Mon Feb 11, 2008. However I find myself with a bit of a problem, I don't have any current projects to actually work on. Heeding the advice in Gus' post for <abbr title="Think small and make sure you really like what you are doing">Lesson #1</abbr> I'm seeking ideas from the Mac using community for a small application that I can use to get started. So if you got an idea for a small application that you don't mind sharing feel free to post a comment and let me know, it might be just what I'm looking for.

View file

@ -8,7 +8,7 @@ I did some searching and came up with two other libraries that seemed well suite
I built the two additional libraries with the default configuration options, except for libmad, which I added the <code>--enable-speed</code> option. With the help of example code I made programs out of each that were comparable to the first version for Core Audio. I.e. MP3 file in, 16-bit Linear PCM audio samples out.
To provide a benchmark I wrote a script that would run each of the three programs against a source MP3 file. Each program reported the elapsed time (via <a href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/time.3.html">time(3)</a>) and the processor time (via <a href="http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/clock.3.html">clock(3)</a>) when it finished decoding. The programs were run one after another on the source file 10 times. Their PCM output was written to a new file for each invocation.
To provide a benchmark I wrote a script that would run each of the three programs against a source MP3 file. Each program reported the elapsed time (via <a href="https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man3/time.3.html">time(3)</a>) and the processor time (via <a href="https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man3/clock.3.html">clock(3)</a>) when it finished decoding. The programs were run one after another on the source file 10 times. Their PCM output was written to a new file for each invocation.
<!--more-->
<h3>Environment</h3>

View file

@ -1,6 +1,6 @@
Can people please stop using the <a href="http://en.wikipedia.org/wiki/Feed:_URI_scheme">'feed:' URI scheme</a> for links to feeds on web pages. Its annoying and unnecessary.
From what I can tell this URI scheme was proposed around Dec 2003 as an unofficial <a href="http://www.25hoursaday.com/draft-obasanjo-feed-URI-scheme-02.html">pre-draft RFC</a>. The reasoning behind the proposal was:
From what I can tell this URI scheme was proposed around Dec 2003 as an unofficial <a href="http://web.archive.org/web/20080501001346/http://www.25hoursaday.com/draft-obasanjo-feed-URI-scheme-02.html">pre-draft RFC</a>. The reasoning behind the proposal was:
> &hellip;to provide a straightforward way for end users to subscribe to the data feed for a particular online resource while browsing the World Wide Web. The expectation is that clicking on a hyperlink that points at a "feed" URI will cause the Web browser to invoke the specified handler for the "feed" URI scheme which SHOULD provide the user with information about the data feed as well as the possess the ability to subscribe to the feed.
@ -19,4 +19,4 @@ The other issue I have stems from the terrible DNS or proxy (not sure which is t
So my request to the wider Internet community: Please stop using 'feed:'.
________________________
1. The related link embedded in the &lt;head&gt; section is correct (I.e. without 'feed:')
1. The related link embedded in the &lt;head&gt; section is correct (I.e. without 'feed:')

View file

@ -4,4 +4,4 @@ Drag this link to your bookmarks bar: <a href="javascript:function%20toTitleCase
Seems to work ok in Firefox, IE 6 has issues.
**Update 15 Mar 2010:** In Mac OS X 10.6 a better way to do this is via a service that calls Gruber's Perl script. See [Creating a Make Title Case Service in Snow Leopard](http://seansperte.com/entry/creating_a_make_title_case_service_in_snow_leopard/) for instructions.
**Update 15 Mar 2010:** In Mac OS X 10.6 a better way to do this is via a service that calls Gruber's Perl script. See [Creating a Make Title Case Service in Snow Leopard](http://web.archive.org/web/20090913073618/http://seansperte.com/entry/creating_a_make_title_case_service_in_snow_leopard/) for instructions.

View file

@ -12,6 +12,5 @@ categories:
- Internet
- Miscellaneous
status: publish
extra: "A bookmarklet made from David Gouchâ\x80\x99s Javascript implementation of
John Gruberâ\x80\x99s Title Case Perl script."
extra: "A bookmarklet made from David Gouch's Javascript implementation of John Gruber's Title Case Perl script."
short_url: http://bit.ly/d3iJVM