DISQUS

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

Do they belong to you? Claim these comments.

Wes Felter's picture

Unregistered

Feeds

aliases

  • Wes Felter
  • Wes Felter
  • Wes Felter
  • Wes Felter

Wes Felter

2 days ago

in SQL Databases Are An Overapplied Solution (And What To Use Instead) on Adam @ Heroku
In addition to CouchDB and its newfangled friends, there are several mature XML document databases with sophisticated, standardized querying (XQuery).
2 replies
nlsmith Don't forget Persevere (http://persvr.org/). It has many capabilities similar to (Couch|Mongo)DB, and some more, including JSONQuery/JSONPath, JSON Schema, and user authentication.
ernesto like which

3 weeks ago

in European Regulators Think Consumers Too Stupid to Know How to Download a Different Browser on The Technology Liberation Front
Note this line from MS: "Computer manufacturers will be able to add any browser they want to their Windows 7 machines, including Internet Explorer, so European consumers who purchase new PCs will be able to access the Internet without any problem."

Your new PC will have Chrome or Opera on it, because Google or Opera will pay a kickback to the PC manufacturer (see "craplets").

1 month ago

in My Mifi (Scripting News) on Scripting News
Tethering was just announced at WWDC but according to Ars, "Lots of carriers supporting tethering but not AT&T (everyone is very loud about this)". Looks like you were right on the money Dave.
1 reply
dave's picture
dave I have good sources. :-)

5 months ago

in Look Ma, Faster Broadband! on The Technology Liberation Front
Indeed. People won't buy "ultrabroadband" to run today's apps faster; it will enable new apps. But that will only happen when there is a critical mass of users so that these new apps are worth developing.

6 months ago

in Last PC Magazine in Print & Dan Costa’s Mom on OpenMarket.org
Doesn't *every single ISP* have a "we can do whatever we want" clause in their TOS? This makes it pointless to compare TOSes, since you will just discover that they are all evil. Instead we should compare what ISPs actually do.

6 months ago

in Edge-Caching vs. Preferential Treatment on The Technology Liberation Front
I think it's misleading to say that Google won't have to pay for its edge caches. They have to buy the hardware, which could amount to over $1M.

6 months ago

in Edge-Caching vs. Preferential Treatment on The Technology Liberation Front
If you're too small to justify owning your own edge caches, you can rent caching service from Akamai. As expensive as Akamai is, it's cheaper than building your own CDN unless you are really large.

8 months ago

in Why Libertarians Should Oppose “Shrinkwrap” Contracts on The Technology Liberation Front
So shinkwrap contracts are bad, but clickwrap contracts (virtually the same thing) are good? It's good that commerce is moving online, because then the only way to avoid these one-sided contracts is to not use the Internet?
1 reply
AlexHarris's picture
AlexHarris I would contend that clickwrap contracts are not the same as shrinkwrap contracts. In the shrinkwrap context, I have never actually assented to the terms. I already dickered for the product and received it, but now the seller wants to impose some terms ex post factor. When I buy the new Augustana album on iTunes, however, I agree to Apple's terms before I pay for the files. If I decide that I don't actually want to buy the music, I can simply not form the contract and thereby not bind myself to pay or to Apple's terms (but, of course, I also won't get the product).

The clickwrap case sounds exactly the same to me as a standard form contract. The only difference is that one is online and one is on paper. In either case, my actual agreement to the terms is required - and it is, of course, perfectly within the seller's right to refuse to give me its files or products unless I agree to provisions that it sets forth.

8 months ago

in http://www.scripting.com/stories/2008/10/25/windowsOnAmazonDay3.html on Scripting News
4. Instances don't relaunch automatically (I don't understand why), so you're supposed to run two instances and have them check each other.

6. I think there are people who are using EC2 because it's cooler than a VPS, even if it isn't better for their needs.
1 reply
dave's picture
dave Thanks Wes -- that's exactly the kind of advice I need.

That's $93 a month just to run a script that keeps another instance running.

Hmmm.

8 months ago

in Amazon Enhances "The Proto-Cloud" on The Wisdom of Clouds
Of course, competitors can read the complaints in the EC2 forums to help prioritize their development. Or just do a diff between the EC2 feature list and the VI3.5 feature list. :-)

9 months ago

in Let the Cloud Computing OS wars begin! on The Wisdom of Clouds
I am skeptical that VDS will support seamless cross-datacenter migration unless it includes some sort of VPN. (And if it did, customers would probably scream about security. Damned if you do, damned if you don't.) IMO the VPN aspect will be critical for cloudbursting, so we can tell who's serious about it and who's not by this feature.

10 months ago

in Cloud Computing and the Constitution on The Wisdom of Clouds
What about companies incorporated in the USA with facilities elsewhere? (e.g. Rackspace) Is it enough for the data to be physically located outside the US?
1 reply
jamesurquhart Excellent question. I'm just getting to know this issue and the associated laws. I'd welcome comments from anyone with applicable expertise, but I plan on hunting down an answer either way.

10 months ago

in Update: The Cloud Computing Bill of Rights on The Wisdom of Clouds
I don't think encryption can solve the problem. If you want to manipulate data in the cloud, you'd have to decrypt it in the cloud and then you're back to trusting the provider. The window of exposure may be smaller, though.

Also, many SaaS features (especially social ones) are based on the provider indexing and analyzing data, which doesn't work if the data is encrypted.
1 reply
BenjaminEllis I'd second Wes. Encryption helps with confidentiality during transport (and potentially storage), but that doesn't address the privacy issue, since that is more around how data is handled when it is processed. Additionally, encryption adds a very big processing overhead, or a cost overhead if performed in hardware. Privacy is usually solved with policy, ahead of technology.

10 months ago

in Why Every Linux Application Known To Man Will Be SaaS Soon on The Wisdom of Clouds
I agree that $75/month is usually going to be cheaper than hosting it yourself, but it may have a hard time competing with multitenant SaaS that can charge even lower prices. For example, as a customer I might consider Trac-on-EC2 and GitHub to be essentially equivalent, but one starts at $7/month and the other at $75/month.

So you can take any open source app and EC2-ize it, but it 's not a license to print money.

10 months ago

in Why Every Linux Application Known To Man Will Be SaaS Soon on The Wisdom of Clouds
Of course, single-tenant SaaS on EC2 probably has a minimum cost of ~$75/app/customer/month, which limits the addressable market. Although maybe customers would decide to run internal business apps only during business hours if it saves them money.

Food for thought: Is a one cent per hour virtual machine feasible?
1 reply
jamesurquhart Ah, but that $75 includes infrastructure, which would cost for a single tenant app whether directly owned or via hosting providers. When looking at this as a service alone, single tenant may be untenable (without automation to save $$ where possible). However, if comparing to the cost of hosting the same application on the same quality and quantity of resources yourself (or via dedicated hosting), it doesn't look quite so bad.

Good point, though. Most people will quickly look at an app hosted in the cloud as a service, not necessarily an instance of a license.

James

10 months ago

in What Do We Think of “Deep Packet Inspection”? on The Technology Liberation Front
How would I encrypt my traffic to TLF? A VPN service? I don't like the idea of encouraging an arms race where my ISP spends (my) money on DPI and I spend more of my money countering DPI.

Prioritizing VoIP is fine (if it is documented and the customer wants it), but today's DPI boxes are total overkill for that task and I suspect ISPs will always be tempted to use them against their customers' wishes.

11 months ago

in How viral is GPL? (Scripting News) on Scripting News
Maybe plugins for identi.ca/Laconica should be GPLed, but that shouldn't stop anyone from writing a Disqus plugin. GPLed plugins can call whatever APIs they want.

11 months ago

in The Technology Liberation Front » Archive » Regulation begets Regulation on The Technology Liberation Front
I think AACS LA is revoking keys every 90 days (they get cracked much faster than that, but IIRC the contracts don't allow anything more rapid). However, they are only revoking software players and the player vendors just issue updates containing new keys.

http://www.aacsla.com/news/

Even if they decided to revoke standalone players it wouldn't affect non-pirates because each individual player has different keys.

11 months ago

in The Technology Liberation Front » Archive » Cerf on managing networks & the need for industry discussion on The Technology Liberation Front
While filtering outbound spam and bot traffic would undoubtedly benefit the Internet, cutting the customers off might give them more incentive to clean things up. :-)

Botnets also provide a good counter-argument for metered service, since customers will demand refunds for bot traffic, but unless they have detailed traffic accounting (DPI!), ISPs will just have to refund all the overage fees or cancel the customer.

11 months ago

in Twenty Questions for the FCC on Broadband Politics
Hours-long seeding at 128kbps can't cause that much congestion on a 10-20Mbps link, although I guess the transit costs could be substantial: 13GB/day. Hmmmm.

11 months ago

in Twenty Questions for the FCC on Broadband Politics
I wonder if any WISPs have considered something like a 128kbps,10MB token bucket; it's neutral, it should satisfy light users, and it limits hogging.

11 months ago

in My browser needs 16 exabytes on Linux Hater's Blog
Several OSes solved the library problem by making all GUI apps 32-bit, so only one copy of the GUI libraries is loaded. You have two copies of libc loaded, but the memory savings of making the whole GUI 32-bit probably cancels out the wastage of two copies of libc.

11 months ago

in Poster for Obama rally in Berlin (Scripting News) on Scripting News
Dave, have you see this one? A combination of two of your favorite subjects:

http://bethesignal.org/blog/2008/07/22/fail-we-...

11 months ago

in Let’s make data centers obsolete on Broadband Politics
Maybe with a scavenger class you could ensure that these boxes only use "sunk bandwidth" and thus don't impose extra costs on customers or ISPs.

1 year ago

in Is There an Openness-Bandwidth Trade-off? on The Technology Liberation Front
Providing "unlimited neutral 7Mbps" costs an ISP $X/month, while providing "unlimited 7Mbps except P2P" costs dramatically less. An alternate way to look at is that for a fixed $Y/month, an ISP can promise more bandwidth if they can prevent customers from using it, or they can provide less but neutral bandwidth. Brett Glass's Lariat is an example of this phenomenon.

I'd rather have a slower neutral network but I know many of my neighbors would not, so I'm not ready to legislate neutrality either.
Returning? Login