Viewing profile — aolnerd
aolnerd
HN member- Joined
- Fri, Jan 16, 2009, 1:50 PM UTC
- HN karma
- 15
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About aolnerd
No profile information was provided.
Recent public activity
-
comment
Comment #2917559
yeah, felt that at the shore
-
comment
Comment #2713683
We're looking for even cheaper bandwidth for streaming audio. Can anyone recommend a vendor to provide 150mbit+ bandwidth on a vps platform or rented server platform?
-
comment
Comment #2666056
FWIW, I'd love to see support for icecast or shoutcast streams.
-
comment
Comment #2666023
Thanks to all contributed to this clever hack. MP3 on all browsers, without flash, is a really worthy goal. But I'm hearing sputtering, myself. Are you guys going to carry this to …
-
comment
Comment #986822
Those docs refer to ephemeral storage. I haven't seen any claims by Amazon or test results that indicate it is also true for EBS volumes. I have been meaning to test this myself.
-
comment
Comment #986661
Another thing to consider is that EBS offers snapshot backups and is therefore not functionally equivalent to the ephemeral disk which is not durable. Ephemeral disks offer more pr…
-
comment
Comment #986639
Do you RAID them? What size instances do you use? EBS seems susceptible to poor performance when there is contention on your instance's shared network card or contention on the EBS…
-
comment
Comment #896589
Nice work. It would be nice to know which projects have production sites that store the primary copy of data in these projects, as opposed to a secondary copy that is used for fast…
-
comment
Comment #881159
I signed up for a newegg.com alert and immediately purchased a 160GB X-25M g2 for ~$450 minutes after they announced they had stock. I put it in a late 2006 mac mini (1.8GHz Intel …
-
comment
Comment #821858
keep multiple snapshots so that you can recover files after you delete them yourself. #!/bin/sh AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= BUCKET= DIR= S3SYNC=/usr/bin/s3sync.rb DAY…
-
comment
Comment #662219
it's analysis, not an advocacy for a bubble http://krugman.blogs.nytimes.com/2009/06/17/and-i-was-on-the...
-
comment
Comment #514857
I find that xargs is the most convenient way to achieve parallelism for quick and easy batch work. Just write your script to receive its unit of work as a command argument (or as m…
-
comment
Comment #475387
You are of course correct, but that's not related to what I'm getting at. My question raised the point that the server would not be able to tell the difference, after an interrupti…
-
comment
Comment #475344
When you start a local shell, you can generate some session identifier (export DURABLE_SESSION=$RANDOM) and put it in your environment. Then have your ssh client send it to the ser…
-
comment
Comment #436592
Last-Modified: Fri, 01 Dec 2000 21:15:34 GMT