feadog | 6 years ago | on: Go proposal: Leave “if err != nil” alone?
feadog's comments
feadog | 7 years ago | on: CEO Says Launching Satellites Without FCC Permission Was a ‘Mistake’
feadog | 8 years ago | on: ‘I Fundamentally Believe That My Time at Reddit Made the World a Worse Place’
I'd feel much better if reddit and twitter were even handed with their condemnation of comically hateful people. As someone on the Left, what I've seen is that Left-leaning media bias tends to give indirect license to the most extreme authoritarian and even toxic fringes of the Left. It also fuels a reaction from the far Right.
For as long as Fox News exists and promotes itself as an actual news agency (HAH!)
The mechanism I cite above has been in operation at Fox, just in the other direction.
feadog | 9 years ago | on: The Hotel Industry’s Plan to Combat Airbnb
Used to be about half that pre-Euro!
feadog | 9 years ago | on: The Hotel Industry’s Plan to Combat Airbnb
This is almost the direct opposite of my own experience.
feadog | 9 years ago | on: Show HN: TorrentPeek – Distributed search engines using BitTorrent and SQLite
Elaborate?
feadog | 9 years ago | on: Base-122 – A space efficient alternative to base-64
Still useful for Javascript, as the bit shift operators work on 32 bit "registers".
feadog | 9 years ago | on: Base-122 – A space efficient alternative to base-64
http://www.emergencevector.com/
It's pretty easy to write the decode for the 0-91 integer in Javascript.
if (ch == "!") {
return 57;
} else {
return ch.charCodeAt(0) - 35;
}
It doesn't give you that much usable compactness over base 64, though you can easily encode a 360 degree angle with two bits of precision lost. Also, 5 base 92 characters can fully encode 32 bits of binary data. (Of course, since base 85 can do it in 5 characters.)I'm probably going to go to typed arrays of 32 bit values. Currently, I can encode an entire ship's data in 18 bytes, of which 4 characters is a hash id.
feadog | 9 years ago | on: Tesla Shock Means Global Gasoline Demand Has All but Peaked
feadog | 9 years ago | on: Tesla Shock Means Global Gasoline Demand Has All but Peaked
Sorry. Go back and study thermodynamics again. If you have the energy to generate hydrogen, you might as well use that energy to move the ship. You're always going to spend more energy generating the hydrogen than you will get back burning it or combining it in a fuel cell. The one exception is if you start from just the right feedstock to generate the hydrogen from, like some hydrocarbon. The leading candidate now is natural gas. However, in that case, the byproduct is CO2 -- so what's the point?
Or, maybe you were thinking of hydrogen as energy storage? Batteries are far better than hydrogen as far as that goes.
feadog | 9 years ago | on: Tesla Shock Means Global Gasoline Demand Has All but Peaked
feadog | 9 years ago | on: Tesla Shock Means Global Gasoline Demand Has All but Peaked
Even that expense should disappear. My Fiat 500e lets me set a timer to start its charge.
feadog | 11 years ago | on: Microsoft gears up to mass produce large-screen touch displays
(Applications where you have boxes connected by pipes/arrows to other boxes.)
feadog | 11 years ago | on: Founder Depression
feadog | 11 years ago | on: Native GUI library for Go
feadog | 11 years ago | on: Go/JavaScript MMO with Conway's Life as an Area Attack
Generally, it runs into problems like these:
http://lesswrong.com/lw/l8/conjuring_an_evolution_to_serve_y...
feadog | 11 years ago | on: The Swift Programming Language
feadog | 12 years ago | on: In California, a Champion for Police Cameras