DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Joseph Scott's picture

Unregistered

Feeds

aliases

  • Joseph Scott
  • josephscott
  • Joseph Scott

Joseph Scott

3 months ago

in Is California setup for a brain drain? on Scobleizer
I thought this line sounded odd:


Other states, like Texas, that aren’t bankrupt and aren’t laying off teachers


Pretty much every state is having budgets problems, with California having the largest problem (not surprising given it's the most populous, housing bubble, etc). But the phrase that Texas wasn't laying off teachers didn't ring true to me. Sure enough, a quick Google search turned up:

Texas, October 2008 - district lays off 375 teachers (this was a math mistake, but still. Teachers, math mistake in budget, not a ringing endorsement)
http://www.cnn.com/2008/US/10/17/dallas.schools...

Texas, March 2009 - district closes a middle school and lays off more teachers
http://www.kwtx.com/news/headlines/41395207.html

Texas, March 2009 - district discussing what to do about $1 million budget deficit
http://www.dentonrc.com/sharedcontent/dws/drc/l...

To be fair, I live in Utah and we're having to deal with our own budget shortfalls as well. But to claim that Texas has been able to avoid lay offs or budget deficits in schools is not true.

10 months ago

in Why the Democrats Keep Losing Elections on Windley's Technometria
They can’t accept the facts, so they make up reasons like dirty tricks, or cheating, the complicit media


What I find funny is that people feel like there's only one side that feels that way, or see's things that way.

10 months ago

in Time for a Change on Utah Tech Jobs
Congratulations!

10 months ago

in Could This Be A Hot Solution To My Flickr Post Problem? on Thom Allen Weblog
I've suggested to Flickr that they pass the tags that are on the photo to WordPress. Not sure if it will happen, but at least one person over there has been told about it :-)

11 months ago

in The iPhone Needs Privacy Controls on Stay N' Alive
Suggesting that Facebook is a model of privacy is a stretch at best. Those are the same folks that brought us beacon.
1 reply
jessestay's picture
jessestay I'm not saying Facebook is perfect - they just have one of the better
models amongst the other social networks out there. They also
corrected their mistake and allowed users to set privacy controls
related to beacon - the iPhone has no such controls.

11 months ago

in Some Cool Things About WordPress 2.6 on Thom Allen Weblog
FYI, there are no known exploits in the XML-RPC code.

1 year ago

in Just in case on BenCrowder.net
I use the Mail.app on Mac OS X.

1 year ago

in Comment test on Roost Blog
Hi There!

1 year ago

in Just in case on BenCrowder.net
Most email clients will allow you to automatically BCC yourself on each email you send out. If you did that then sent email would go into your archive and be forwarded.

1 year ago

in Just in case on BenCrowder.net
I set my Gmail account for forward all email to another imap account and keep a copy on Gmail in the archive. This is an easy way to keep a backup of every email I get.

1 year ago

in Am I the Only Facebook Developer in Utah? on Stay N' Alive

I've written a Facebook application, although I'm recent to the Utah part :-)

1 year ago

in Facebook: the new data black hole on Scobleizer
The WordPress app in Facebook is in an iframe. At no point does Facebook ever get your WordPress.com username and password.

If you login at wordpress.com and then go to the app you'll skip the app login page entirely.

2 years ago

in Why not turn off DRM on Disney movies? on Scobleizer
Mujibur is right though, Steve Jobs points out that music companies are selling tons of CDs without DRM. So why shouldn't they sell music online without DRM? The same flow of logic doesn't work for DVDs.

Also, the comment about Steve needing his $0.99 a song is rather lame. Most reports on the estimated portion that Apple actually gets out of that $0.99 is pretty small.

2 years ago

in The iPhone reality distortion field on Scobleizer
I'm curious where you got this:

Battery is only two hours ... (if you play video)


The iPhone specs indicate something completely different:

Battery: Up to 5 hours Talk / Video / Browsing


Granted that may not be the best battery life around, but it way above your two hours number.

2 years ago

in Road Trip! on Scobleizer
Geek dinner in Sacramento?

3 years ago

in Blogs having dramatic effect on server market share on Scobleizer
Nice use of the selective quoting. What you failed to note was that out of the additional 4.5 million new IIS sites 1.6 million were parked domains at Go Daddy doing nothing. This reduces the increase to 2.9 million (still a large number, but about 35% smaller). Then you add it the 6 hosting services that switched by 40k or more chips away by at least another 240k. This makes the new number around 2.6 million.

So the approximate increase due to blogs (Germany in Japan hosting services mentioned in the article) is around 1.9 million. This is still a big number, but is less than 45% of the 4.5 million increase for this month.

Reading your post you'd get the idea that virtually all of IIS increase in June was due to blogs. Netcraft indicated that less than 45% of the increase was due to blogs.

I'm not disagreeing with the idea that the number of blogs will continue to grow and will have a huge impact on the Netcraft reports. I am disagreeing with the tone of your post that makes it sound like blogs were the only reason of the increase.

3 years ago

in A kludge to do a month DateDiff() function inside PostgreSQL on Jared's Global Microbrand
The PostgreSQL date functions are really nice (I wish other database programs had them). And I can certainly see the value of being able to provide this right in the database so that any client can make use of it. Looking at this got me to thinking, there might be an even easier way to do this. The code below seems to provide the same result. It would be easy enough to create a sql function to make it even easier.


SELECT (
(extract(year FROM age('1996-02-01'::timestamp)) * 12)
+
extract(month FROM age('1996-02-01'::timestamp))
) AS months_ago



Now what would be really cool is be able to work with the interval itself. In looking over the TODO list at http://www.postgresql.org/docs/faqs.TODO.html this may be possible in the future. Check out the functions section. This these additional features in place the above code could be as simple as:


SELECT (
to_char(age('1996-02-01'::timestamp), 'MM')
)


Now that would be neat!

3 years ago

in A kludge to do a month DateDiff() function inside PostgreSQL on Jared's Global Microbrand
This might be something best left code outside of the database, like PHP. Here's a time_since() function in PHP that does this for you:

http://blog.natbat.co.uk/archive/2003/Jun/14/time_since

3 years ago

in Dave worries about Microsoft on Scobleizer
The idea is nice, but it doesn't seem to reflect what we've actually seen from Microsoft. Even when MS does respond to the community it can often take years before anything is done. I'm sure several people will point out IE. How many years have people been begging for things to be fixed and updated? And we still only in beta for IE7.

Another example is PDF support in MS Office (which you pointed out). After reading through the details about that, it turns out the community had been requesting this for years:

http://joseph.randomnetworks.com/archives/2005/10/02/ms-office-12-to-support-pdf/

The track record for MS listening to others doesn't leave most people with much hope.

3 years ago

in Pingomatic Down on Elliott Back's Blog
There are plenty of alternatives to Pingomatic. I recently announced another alternative to Pingomatic called PINGQueue. It offers a similar service, with the ability to look at your ping history and responses from services to your ping.
Returning? Login