Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Drone It (Score 1) 843

Not only that, but no artificial limit to g. No pilot to keep conscious.

Easier to scrap the airframe and design for a drone, actually. Because too much has been done already in the design to support a pilot.

If you're not having a pilot, there's a TON of equipment that can be gotten rid of because you don't need life support equipment, all the cockpit gear, even the canopy can go.

And with all the extra space you make, you can fit more armament and all that in there.

Comment Re:Google It (Score 2) 189

I asked this because I do not accumulate those in a business setting. In our office we have the printer service companies (who beat each other up to get our business) deal with that, but they do not do private households and I am not bold enough to just dump my empty cartridges on the pile. I am sure they'd catch on to that quickly because we only have HP at work.

They probably will accept them.

They don't do private households in that they won't do business with you. They are often more than happy to take empty toner cartridges for recycling (really, refilling). And the worst that happens is they leave it in the area, so check it after they're through. Hell, if you're scared, ask IT if you can leave your toner carts for them.

If not, I'm sure there's a walmart or other place with a ink/toner refill business. They'll be more than happy to accept empty cartridges that they send back and refill and sell in the store.

Hell, the online retailer you buy from probably has a buy back program.

Comment Re:Copyright Law (Score 1) 190

This is also a trademark law maneuver.They must defend their trademark, and unfortunately, a lawsuit is the only way that the courts will recognize it. If they didn't, then anyone could use their non-response to the workbetter domain name as evidence to take their trademark.

Except the domain was registered BEFORE the trademark.

That's the key point - if the domain was registered AFTER the trademark, then yes, trademark law is clear on that. But in this case, the trademark was created long after the domain was registered.

So it's no longer a simple "defending a trademark" procedure, as otherwise it opens up a whole legal way to expropriate property. Don't like a domain? File a trademark and if successful, sue to get the domain, doesn't matter who got it first or whatever.

It's similar to the case where the guy got his YouTube URL taken away just because someone with money wanted it. Or Nissan.com - the original owner had the store way before the car company renamed themselves.

Trademarks need to be defended, however, defense implies preventing people from diluting it. It doesn't cover the case where someone else already uses the name prior to your filing. (And there are many trademarks that are similar - as long as their trade areas don't overlap, that's fine.)

Comment Re:360 Video of all the known asteroids (Score 1) 76

((Asked then answered: it is bloody hard considering the physics of the game means that any given offrails object is under precisely one sphere of influence at any given moment, which means that until the SOI changes (from the Sun to Kerbin, for instance) you know where the rock is and where it's going - but the second the SOI changes, all those napkin calculations you just did for an unguided nuke shot just went right out of the window))

Well, the math gets really hairy otherwise once you have more than two bodies to consider.

Newton's gravitational formula is only specified for two objects. If you have more gravitational bodies, the math turns into a really nasty set of differential equations which practically speaking can only be solved numerically.

So depending on the simulation, either they'd try to do it numerically (which imposes resolution limits since now your time step is very important), or you simplify the physics and try to avoid the issue.

Comment Re:If you're using GPL code, you have no choice (Score 1) 171

If you're using GPL code, you have no choice but to release your code under the GPL as well.

But only if the GPL code can mix.

The FSF has agreed that GPLv2 and GPLv3 are fundamentally incompatible - GPLv3 imposes additional restrictions that conflict with GPLv2. So you have to be extremely careful when mixing GPL code together.

Basically, v2-only code (GPLv2) cannot touch v3 (GPLv3) code, and vice-versa. If you have v2 code, then make sure it is licensed as v2-or-higher (GPLv2+). The resulting GPLv2+ and GPLv3 code will form a GPLv3 work (if the GPLv3 code was GPLv3+, then it's GPLv3+).

And that's where mixing code gets really dangerous.

Personally, I dislike GPLv3, so I dual license my code as GPLv2 and BSD-3clause. GPLv2 means it says v2 (I don't license it under v2-or-higher), and the BSD 3 clause is inherently GPL incompatible. So the dual license means you can use it with GPL code (as a GPLv2 work, meaning no GPLv3 code can be included), or obey the 3 clause BSD and use it however you feel like it.

Yes, I sleep at night. If some company wants to take my work and use it, good on them. My issue is GPL folks who say "BSD lets companies steal your code" without admitting that GPL does the same while also saying GPL is superior because it doesn't allow it. Sorry, but locking BSD code up as GPL is exactly the same as companies locking up BSD code. Saying your license is superior because it disallows others from doing the same while doing it yourself is disingenuous. More than one BSD project has been unable to get back contributions from "superior" GPL projects because doing so will mean accepting GPL code.

Comment Re:Or (Score 2) 117

Or you could wash the wings once in a while. You're on the tarmac for over an hour while:
      - Passengers are busy boarding despite their boarding group not being called.
      - Crews are not loading your luggage.
      - The pilot is working on his second cup of "sober up" coffee.
      - The flight attendants are gossiping about who fucked whom.
      - Etc.

Might as well have a guy spend 2 minutes hosing off the wings. Impact of build-up during a single flight surely falls below the point where applying and maintaining a fancy coating is cheaper than having Jose hos-e off the bugs.

Bug guts are sticky. They do not simply hose off. You need to actually scrub them off, and if you're doing that, you need skilled labor because there are lots of sensitive things that stick out of aircraft.

More than one aircraft has been lost because someone missed removing some tape covering some hole or other that was applied in order to wash the aircraft.

And there's a lot of surface to scrub, too.

Even little bug smashers like Cessnas take a good while to clean off (and flying through a bog meant you often flew through a crowd of mosquitos, so the leading edge was covered in lots of little red spots).

Comment Re:How stupid could someone be? (Score 1) 111

The real solution is to NOT use a generation algorithm for keys. Generate strings, then approve only those you actually sell and distribute.

Hash collisions will eventually happen. I believe Windows XP suffered from it where the sheer number of installations has meant that there was a good chance a keygen will also make a valid key that's already been issued. Sure you are blocking a good chunk of them at the beginning, but eventually a keygen will stumble upon a valid key that you DID issue.

I believe it also happened to a widely pirated game - the end result was legitimate users were getting locked out because the publisher created a huge list of keys (and the server checked it was issued!), and the keygen created keys on the list as well, so pirates could play the game, while the key was sitting in the box on the shelf at Best Buy. User comes around and boom, key is used.

To expand on this... you should also generate an "Installation ID" upon validation, stored server and client side along with the key.

This prevents users from trying to activate the key on more than one system, and allows you to offer controlled multi-system installs if you so choose.

On update you validate both the key, and the installation ID.

In the event a user needs to move the software to another install, you can contact the licensing dept and revoke the previous installation ID.

The problem with that is users hate calling for support, and how long are you going to maintain it?

I mean, great, you do this. Now you'll have to handle calls from people calling about a 10 year old version they need moved to a new PC. And forget about offering in-system deregistration because most users, by the time they install it, the old installation is gone - either hard drive died, got corrupted, etc., and there is no way to deregister the key.

So either you have to deal with users who call to move their 10 year old copy of software (no longer supported) to new PCs (and hell no they will not pay to upgrade) even though it's no longer in production, supported, and bugfixes stopped 5 years ago, or you will end up with a really pissed off user.

You also have to remember we're talking about $20 pieces of software. If it was a $500 piece of software then maybe you'll have more diligent users who will tolerate phoning software support, but likely not.

For something like Malwarebyte's product, since it's online only, it's easy to check keys since it will have to get updates always.

Comment Re: I'll tell you how- they're turning the interne (Score 1) 194

Fwiw, Netflix pays big money to try and make sure it does interest you.

That's because of business model.

Netflix gathers a TON of statistics about who their subscribers are. Right now, they're mostly upper middle to middle class people who generally have professional style jobs and university degrees and all that.

Why is that important? Because Netflix's revenue source is subscribers. So they have to produce and obtain content that appeal to their subscribers. You're not going to see the latest exploitive TV show on Netflix if it's not appealing.

The goal if Netflix is to weigh the balance - who are the people likely to subscribe? Who are their current subscribers? If they produce content, are their current subscribers likely to leave?

Appealing to the lowest common denominator works for network TV, because those people are eyeballs and network TV is all about eyeballs. (If you want free TV, stick an antenna on the roof. Network TV still produces TV for free).

But those eyeballs even if you put the content on Netflix are unlikely to become subscribers. So it's pointless for Netflix to produce those shows because it'll attract few subscribers.

And yes, it's all about balance - is the Netflix subscriber base ready for a show about homosexual people? Maybe, if their subscriber base is more liberal, and they know that liberal minded people are more likely to pay for subscriptions.

That's the sort of decisions that go into Netflix programming. Netflix is not about eyeballs, it's about subscribers, and knowing their preferences. It's also about knowing their demographic - the people who would subscribe but currently don't, so knowing more about them to produce programming they like to encourage them to subscribe.

But that's not the same decision making that goes into CBS, NBC, FOX, ABC, and others, because they don't have subscriber counts, they have raw eyeballs.

Comment Re:You think Greeks want MORE electronic money? (Score 1) 359

The problem most Greeks suddenly face is that their money is now locked up as electronic balances in banks that have shut down for a week and won't let them have more than 60 euros at a time. After crises like this (even America's own "great recession"), people tend to prefer forms of money are more than just bits or fiat paper, such as gold and silver.

Greeks aren't stupid.

They're withdrawing their money now while it is in Euros. Not gold or silver, but Euros. Because if/when Greece exists the Eurozone, they may return to drachmas. And those Greek bank accounts that were holding Euros? They'd be converted automatically at some set rate. So one day the machine will spit out Euros, the next day, it's drachmas.

And Greeks know that if they switch back, drachmas will be basically worthless because no one will accept them.

It's not the Euro crashing in price (the market has pretty much priced that out already), it's whatever currency Greece uses next. It can be tree leaves for all anyone cares.

So Greeks are causing a huge run on the banks because at least their money is safer in Euros than it is in drachmas, tree leaves, Zimbabwe dollars, etc.

It's not electronic currency that's the problem, either - part of those whole 60 Euro a day thing also means Greeks can't transfer their Euros outside of Greece.

The Greek public isn't stupid. They know their country is in trouble, and they also know their life savings will evaporate in a pinch once they leave the Euro. That's why they're withdrawing Euros as fast as possible because the Euro will have value. The government will force-convert all existing electronic balances at some rate.

To put it another way - let's say you have USD$2000 in the bank (not in the US, but your country happens to use US dollars). The economic conditions are such that the government will probably go to a new currency because the US dollar is too expensive for them to maintain. So what do you do? Do you wait it out so your government will turn your bank account from US dollars to worthless scrip? Or do you try to withdraw all your US dollars because that will likely have more value than whatever scrip comes out?

In most failed countries, the default currency will be either the Euro or the US dollar, because the local currency is worthless. Zimbabwe is an extreme example of it.

Comment Re:TRWTF: List is used instead of Map (Score 2) 128

Stupid, stupid, STUPID! Why have numRows and numCols in a sparse array? Things with unnecessary, arbitrary bounds annoy me. My implementation of Conway's Game of Life runs on a sparse array precisely because that allows the world to stretch arbitrarily in any direction a glider goes, limited only by the capacity of the bignum library and the total store available to the program.

Easy. How do you test that you're handling boundaries correctly?

I mean, yeah, your bignum goes from negative infinity to positive infinity. But what happens as you approach those numbers?

Also, how do you test that you're not arbitrarily limiting the results? More than one program has been caught in the 32-to-64 bit transition because they cast pointers to uint32's. (Enough that there's "uintptr_t" which is an int type big enough to cast a pointer to).

So why not have a way to arbitrarily limit the size? Even better, add in the ability to adjust the boundaries. That way you can do testing on small, easily testable and quickly reproducible array sizes and nail down the most common bugs you'll encounter (especially ones that require wrap around handling), before you run more extensive tests.

Plus, constants can be changed. One common test would be to change numRows and numCols and rebuild/re-run the test and make sure it handles the new value successfully and that it still works. You know, to make sure values like that aren't hard coded. (You may laugh, but enough people code "C:\Windows", or "C:\Program Files", to matter. It's basically assuming a constant will stay, well, constant, instead of checking. Apple threw Square Enix for a loop because Apple renamed the documents folder for storing volatile per-app content. Square Enix hardcoded their paths (despite Apple telling people HOW to do it properly), resulting in app breakage. Even worse, Square Enix's solution was "do not upgrade your phone/tablet". Apple threatened to withdraw their apps because of complaints, and within a week, new versions were released).

So yeah, you may use bignums, but maybe someone internally decided 32 bit ints were good enough, because well, it's a test app and no one was going to actually run it long enough to verify. (Funny, in production, how often people hit limits we think are "too big"... see IPv4. Windows' 49 day bug, etc).

Comment Re:A/B Testing (Score 1) 142

Google's stock price would barely quiver if Chrome, Android, GMail, etc all evaporated overnight. Might even go UP like when companies announce staff cuts. Those little freebie side-projects are largely there to convince the public and Google's own employees that they're a do-good technology company. Delivering tested, bullet-proof software apparently isn't part of the agenda in that "cool" part of their shop.

No, the purpose of Chrome, Android, GMail, etc isn't to show the public they are a do-gooder technology company. It's to attract eyeballs. Android was a response to iOS - Google was worried that Apple's dominance in the area would be bad news for their mobile advertising aspirations, so they needed a mobile OS in order to retain and attract eyeballs.

Google's products are merely an attractant to get eyeballs. When you are the product, they need to make stuff to keep you coming back. They sell advertisers access to those eyeballs.

The whole point of their testing and adjustments is seeing if it will attract or deter eyeballs.

Comment Re:Large charities (Score 2) 27

Then there are charities which do things worldwide and have naturally high overheads. Orbis International, aka "flying eye hospital" is one of them. Basically they fly a donated DC-10 (from FedEx, I believe, one of their old planes and they remain one of their biggest sponsors) to poor parts of the world, and treat all manner of diseases that affect eyesight, for free.

Flying a DC-10 isn't cheap, and operating one isn't either. But they do it because this lets them have a controlled operating room and recovery area. These are places where if there is a hospital, it isn't set up to do eye surgery, so they bring the hospital to them with a minimum level of technology and cleanliness.

So yeah, they have huge overheads, but for all those children and adults they help, it literally is a life changer to go from barely seeing to opening a new dimension to life. It also means instead of living their days out on the street begging they could actually be productive members of society, and be able to attend school Or even a father with failing eyesight can have his vision restored and resume working. (They're not about eyeglasses, but more about cataracts, glaucoma, cancer, and other complex eye diseases).

If you want your dollar to have the most impact on people, give locally - the food bank is generally an excellent place who have the connections that literally stretch every dollar (while they get lots of in food donations, they need money to buy the staples that aren't often donated - fresh produce, for example). But there are a few charities where yes, more money goes into running them, but that's because they need to do bigger things - MSF, Orbis, etc.

Comment Re:Sorry most Americans... (Score 1) 119

Also, 30 minutes is waaay better than the versions we've seen previously, which could only operate for a few minutes at a time. And... I guess we're still calling it a "jetpack" even though it's just using turbofans? I guess there's no other commonly-known term to describe it?

The Bell Aerospace rocket belt (what we used to call jetpacks) only worked for up to 30 seconds at a time. More commercial versions again, 30 seconds.

It's why those water jet things that use a jetski are so popular - sure you're tethered 20' to a jetski or other thing sitting on the water, but you get 90% of the way to a jetpack without the annoyance of only 30 seconds of flight.

The Martin Jetpack has been going for a long time now - over a decade, so I'm confident they got the issues worked out (a decade ago, they were already demonstrating, albeit tethered).

As for 'jetpack' well, the term is ambiguous, and there's a reason we call the ones we see in public rocket belts. But turbofan engines are popular on jetliners (see what I did there?). Especially modern high-bypass ones.

Comment Re:it would be pretty to think so (Score 1) 70

I suspect the primary reason for this is to maintain high ad prices by not charging advertisers for useless click. For instance, if I were to post this response on a mobile platform, I would first have to close the ad tab at the bottom so I could click the submit button. Sometimes instead of closing the ad, I click it. If the advertiser is getting charged per click, and google were the provider, this would generate revenue for Google while providing negative value for the advertiser, as it would tend to make me dislike the advertiser. This would tend to push ad rates down, which still would not compensate for the negative end user impression.

Ding ding ding ding! We have a winner.

Of course Google is trying to reduce accidental ad clicks - because accidentals reduce ad rates if advertisers feel most people are not viewing the ad because they want to.

And you can bet more than a few advertisers probably pulled their campaigns after seeing most of their money went to Google over people who never intended to follow through with the ad.

Anytime Google does something beneficial to the users, it's probably because the advertisers got pissed off. Here, it would be advertisers getting pissed off paying for accidental taps.

Google rarely, if ever, allows real malware to slip through. Yes, there is adware and exploitive free to play games, but you can uninstall them and they're gone. What makes malware malware is you need to ffr to get rid of it.

Sorry, not true. Maybe if you stick on the straight and narrow "Google" ads, but Google owns most of the ad networks out there, including your favorites like DoubleClick (famous pop ups and pop unders, and more than a few times sent infected ads), AdMob (who does most of the mobile advertising - Google themselves don't do it), as well as several others. Google owns the online advertising business - the only ones they don't are the scummy ones who advertise on bittorrent sites and the like

Comment Re:What is it? (Score 1) 191

My watch has force touch, and I'm not a big fan. You have to push a little too much to make me comfortable, it's not a natural motion. It's also just a binary thing, you either tap or force touch. There's no gradient of pressure. We'll see what the implementation is on the watch

You can really think of it as the touch equivalent of "right click". Something that touch screens do poorly is how to emulate a right-click or contextual action. Many do it as a touch-hold (press your finger to the screen for a second). If you're able to sense pressure, that lets you avoid the delay and just call up a contextual action by pressing hard.

Though, you'd probably need feedback to show that you did press hard enough... like a tap.

Slashdot Top Deals

Without life, Biology itself would be impossible.

Working...