There is a spectrum of opinion [wikipedia.org] on what "animal rights" means. At the very least, I think animal rights include the right not to suffer needlessly at the hand of humans. I doubt anyone would argue that is also a human right. So, continuing in that direction, I don't think it's a stretch to imagine that many human rights can be accorded to animals also.
After seeing cats toy with mice to levels that would unquestionably be considered torture by every nation on Earth if a human was the victim, I have come to the conclusion that "animal rights" is inherently fictitious. Much like "innate rights" or "inalienable rights" for humans, we are merely appeasing our culturally-developed sense of morality, ethics, and guilt.
That's not to say those motivating factors aren't good things. In fact, quite the opposite. Clearly there is an evolutionary advantage to social cooperation and baseline rules of morality, otherwise we would not have developed these sociological phenomenon, let alone have the capacity to articulate and discuss them.
More tangibly, this reluctance to abuse other species with certain characteristics is what lead to the domestication of cooperatively useful species (dogs, cats, cattle, etc). But our moral compulsion should not be mistaken for some sort of universally true innate "right".
Living in a small studio apartment after college, I reduced my monthly power bill by about 20% simply by switching one of my 2-3 computers from a beige-box Celeron to a Mac mini.
This past summer, I reduced the power bill in my condo by 30% just by replacing the aging Energy-Star fridge with a new one.
Don't underestimate the impact of changing out appliances and optional items. Yes, heating/cooling is important. But outside of the month or so at opposite ends of the temperature spectrum, the majority of power consumption by things that can easily be changed with minimal lifestyle impact.
The code that turns up in most of the search results is trying to determine the correct executable and arguments to execute a command line (i.e. it picks the right one of "sh -c", "command.com/c", or "cmd.exe/c"). How would you propose doing this without determining what operating system you're running on?
In a parallel to Javascript approach, you do a quick check to both in a user-invisible way at initiation of runtime. If one (or both) errors out, then you set a flag indicating whether the call is available or not.
There was a Windows 97 as well (service pack + enhancements really), but it set the example of MS using year numbers to indicate versions.
That fell apart with Windows ME and XP, but not Win2k. (I had uniformed people swear to me that they were on Win2K because they were running WinME)
And back in 1999, who would have thought that Microsoft would return to major release numbers instead of using the year? If they stuck with the year nomenclature it wouldn't have been a problem for another 90 years.
No.... this really comes down to not knowing, and not using, the API provided to you by the OS for handling version detection. Relying on string (or worse, numeric) comparison to do your detection is a recipe for disaster. This is exactly why all modern Javascript libraries do feature detection instead of relying on User-Agent strings.
Unfortunately it hasn't stopped AT&T from throttling the speeds of their grandfathered unlimited plans. If you go over 2GB of data in a month, they throttle you to Edge speeds.
How does that argument work? It's entirely possible to have things installed and enabled which are going unused. Whether or not something is intentionally being used has no bearing on whether it is a security risk.
You can do this pretty easily, and I'm sure Tesla has done the math already for you (assuming you take them at their word).
1) Take lifetime costs for your typical car in a similar price range (so you can assume parts and service costs are equitable). 2) Check Tesla's fluid replacement schedule - much longer intervals, and much fewer fluids to replace. Only user-serviceable fluid is the windshield washer. Everything else is effectively sealed like a VW transmission. 3) Subtract anything involving drivetrain maintenance or rebuilds. 4) Subtract anything involving replaceable parts (hoses, belts, sparkplugs, filters, etc) as the Tesla has extremely few equiavlent parts 5) Subtract anything involving engine maintenance or rebuild. 6) Subtract anything involving exhaust maintenance. Don't forget smog checks! 7) Subtract out traditional battery replacements - you'll be accounting for it below in the battery swap - no double counting! 8) Keep tires and brakes the same, as that doesn't change. 10) You can leave in the alternator. In fact, double it, because you have regenerative braking system to account for. 11) Add a battery swap if you think it's needed - but be fair, and make sure your gasoline-equivalent lifetime goes as far as the lifetime of the Tesla *after* the battery is swapped. eg - if the swap is at 100K miles, make sure to set the lifetime of both cars to 200K miles to cover the full useful life of 1 battery swap. Don't forget to include any "core" credits for recycling that massive battery back.
Developers are already using the tag today with javascript libraries to backport to noncompliant browsers. As browsers adopt the standard, the transition will be seamless.
Except I have never seen a web client that handles JPG this way. Not a single one will stop at target resolution, and will continue to load until they have all the bytes of the image. Furthermore, there's plenty of reasons to download the full image size. Perhaps the image needs to resize dynamically after being loaded. Perhaps I rotated my device from portrait to landscape and now I need a larger image to fill the space. There's no pause/resume mechanism in the format to handle this, and the resulting interpolation during a resize effect would look horrendous. Oh, and btw, depending on the image contents, progressive format JPG can actually result in larger file sizes than non-progressive. Lastly, with responsive design, the contents of the image may actually need to be different for different resolutions. For example, embedded text or iconography may not be legible at smaller sizes.
Now solve for GIF and PNG.
<picturefill/> is at least a format-agnostic approach that doesn't require extra implementation on the server side, addresses all the above concerns, and can be implemented on browsers that don't currently support it using a little bit of javascript.
That doesn't require a union to fix. Get off your ass and leave. As plenty of other people have pointed out, there are tons of non-union shops that respect their employees and don't pull that crap.
Optical is already used in those scenarios for line-of-sight networking. How does engineering a wind tunnel around a laser improve the effectiveness in any of those scenarios?
By contrast to get even the same small warhead to geostationary, with guidance and course course correction ability, will require a rocket very similar to that used to put geostats into orbit in the first place.
I think you just backed up my claim. Reread what I wrote. If you can get a satellite to a specific point, you can get a weapon there as well.
By payload I am referring to the use type, not the mass. Assuming equivalent mass, it doesn't matter if you're throwing up a few kilograms of circuitry or a a few kilograms of rock.
A warrant means that law enforcement has the legal standing to search and seize evidence in your control (forcibly if need be).
A subpoena means that you, the targeted party, are required by law to provide the evidence demanded.
Jurisdictional boundaries aren't the difference. A warrant can be issued internationally. The key difference is authorizing a government-operated search versus a legal demand that you provide evidence. The entities involved and their roles is the key distinction.
Tax avoidance is by definition, figuring out what is legal, what is not, and adjusting accordingly.
Claiming your charitable donations on your tax return (which you're supposed to do) is tax avoidance. If the laws allow for undesirable tax avoidance behaviors, then they should be changed.
After seeing cats toy with mice to levels that would unquestionably be considered torture by every nation on Earth if a human was the victim, I have come to the conclusion that "animal rights" is inherently fictitious. Much like "innate rights" or "inalienable rights" for humans, we are merely appeasing our culturally-developed sense of morality, ethics, and guilt.
That's not to say those motivating factors aren't good things. In fact, quite the opposite. Clearly there is an evolutionary advantage to social cooperation and baseline rules of morality, otherwise we would not have developed these sociological phenomenon, let alone have the capacity to articulate and discuss them.
More tangibly, this reluctance to abuse other species with certain characteristics is what lead to the domestication of cooperatively useful species (dogs, cats, cattle, etc). But our moral compulsion should not be mistaken for some sort of universally true innate "right".
Order cable, or satellite TV.
Watch how the installers run lines around the outside of your domicile and then punch a hole through the wall to get into the specific room.
Do the same thing yourself with ethernet (use the right rating of cable, and add conduit if necessary).
** Bonus points: Do your research and check out a neighbor or friend's place instead of ordering services.
I don't have any active cooling in my home, but I get your point.
The savings I realized were just the direct power consumption of the fridge itself.
Living in a small studio apartment after college, I reduced my monthly power bill by about 20% simply by switching one of my 2-3 computers from a beige-box Celeron to a Mac mini.
This past summer, I reduced the power bill in my condo by 30% just by replacing the aging Energy-Star fridge with a new one.
Don't underestimate the impact of changing out appliances and optional items. Yes, heating/cooling is important. But outside of the month or so at opposite ends of the temperature spectrum, the majority of power consumption by things that can easily be changed with minimal lifestyle impact.
I think you're right... my coffee-addled brain was thinking of Windows 98SE
In a parallel to Javascript approach, you do a quick check to both in a user-invisible way at initiation of runtime. If one (or both) errors out, then you set a flag indicating whether the call is available or not.
Apparently the JVM takes the OS reported info and constructs marketing-friendly variables.
So, blame Oracle as well! Between them and Microsoft, I'm sure there isn't anything they couldn't screw up.
Yes. Microsoft provided an API for version detection.
Developers were too lazy (or uniformed) to use it.
There was a Windows 97 as well (service pack + enhancements really), but it set the example of MS using year numbers to indicate versions.
That fell apart with Windows ME and XP, but not Win2k. (I had uniformed people swear to me that they were on Win2K because they were running WinME)
And back in 1999, who would have thought that Microsoft would return to major release numbers instead of using the year? If they stuck with the year nomenclature it wouldn't have been a problem for another 90 years.
No.... this really comes down to not knowing, and not using, the API provided to you by the OS for handling version detection. Relying on string (or worse, numeric) comparison to do your detection is a recipe for disaster. This is exactly why all modern Javascript libraries do feature detection instead of relying on User-Agent strings.
Unfortunately it hasn't stopped AT&T from throttling the speeds of their grandfathered unlimited plans. If you go over 2GB of data in a month, they throttle you to Edge speeds.
How does that argument work? It's entirely possible to have things installed and enabled which are going unused. Whether or not something is intentionally being used has no bearing on whether it is a security risk.
You can do this pretty easily, and I'm sure Tesla has done the math already for you (assuming you take them at their word).
1) Take lifetime costs for your typical car in a similar price range (so you can assume parts and service costs are equitable).
2) Check Tesla's fluid replacement schedule - much longer intervals, and much fewer fluids to replace. Only user-serviceable fluid is the windshield washer. Everything else is effectively sealed like a VW transmission.
3) Subtract anything involving drivetrain maintenance or rebuilds.
4) Subtract anything involving replaceable parts (hoses, belts, sparkplugs, filters, etc) as the Tesla has extremely few equiavlent parts
5) Subtract anything involving engine maintenance or rebuild.
6) Subtract anything involving exhaust maintenance. Don't forget smog checks!
7) Subtract out traditional battery replacements - you'll be accounting for it below in the battery swap - no double counting!
8) Keep tires and brakes the same, as that doesn't change.
10) You can leave in the alternator. In fact, double it, because you have regenerative braking system to account for.
11) Add a battery swap if you think it's needed - but be fair, and make sure your gasoline-equivalent lifetime goes as far as the lifetime of the Tesla *after* the battery is swapped. eg - if the swap is at 100K miles, make sure to set the lifetime of both cars to 200K miles to cover the full useful life of 1 battery swap. Don't forget to include any "core" credits for recycling that massive battery back.
I had a 14 hour flight to Hong Kong with those. Even with free entertainment and meals on a brand new plane, it was the worst flight of my life.
That slump-to-recline is literally unusable for tall passengers.
Developers are already using the tag today with javascript libraries to backport to noncompliant browsers. As browsers adopt the standard, the transition will be seamless.
https://github.com/scottjehl/p...
The tag gives a standard way of doing it, and javascript is used already for backporting the functionality to noncompliant browsers.
Fantastic.
Except I have never seen a web client that handles JPG this way. Not a single one will stop at target resolution, and will continue to load until they have all the bytes of the image. Furthermore, there's plenty of reasons to download the full image size. Perhaps the image needs to resize dynamically after being loaded. Perhaps I rotated my device from portrait to landscape and now I need a larger image to fill the space. There's no pause/resume mechanism in the format to handle this, and the resulting interpolation during a resize effect would look horrendous. Oh, and btw, depending on the image contents, progressive format JPG can actually result in larger file sizes than non-progressive. Lastly, with responsive design, the contents of the image may actually need to be different for different resolutions. For example, embedded text or iconography may not be legible at smaller sizes.
Now solve for GIF and PNG.
<picturefill /> is at least a format-agnostic approach that doesn't require extra implementation on the server side, addresses all the above concerns, and can be implemented on browsers that don't currently support it using a little bit of javascript.
That doesn't require a union to fix. Get off your ass and leave. As plenty of other people have pointed out, there are tons of non-union shops that respect their employees and don't pull that crap.
Optical is already used in those scenarios for line-of-sight networking. How does engineering a wind tunnel around a laser improve the effectiveness in any of those scenarios?
I think you just backed up my claim. Reread what I wrote. If you can get a satellite to a specific point, you can get a weapon there as well.
By payload I am referring to the use type, not the mass. Assuming equivalent mass, it doesn't matter if you're throwing up a few kilograms of circuitry or a a few kilograms of rock.
If you can put a satellite there, you can put a weapon there as well. Payload has little to do with the capability to get there.
Yeah, I have KeePassX 2.0 as well. The UI is kinda flakey (hence why it's been in Alpha status for several years now)
I love KeePass, but the community needs some help...
There's a myriad of client apps for it, but the 1.7 vs 2.X database formats fragments the market.
2.X requires Mono if you want to run it on Linux or OSX.
I wish they had a central dev team with first-class OSX, Windows, and Linux versions like VLC or Transmission.
Uh, no.
A warrant means that law enforcement has the legal standing to search and seize evidence in your control (forcibly if need be).
A subpoena means that you, the targeted party, are required by law to provide the evidence demanded.
Jurisdictional boundaries aren't the difference. A warrant can be issued internationally. The key difference is authorizing a government-operated search versus a legal demand that you provide evidence. The entities involved and their roles is the key distinction.
Tax avoidance is by definition, figuring out what is legal, what is not, and adjusting accordingly.
Claiming your charitable donations on your tax return (which you're supposed to do) is tax avoidance. If the laws allow for undesirable tax avoidance behaviors, then they should be changed.
Wikipedia claims to differ with several thousand tons produced and used annually.