Slashdot Mirror


User: jelle

jelle's activity in the archive.

Stories
0
Comments
1,548
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,548

  1. Specifically, the 80386 was the first 32-bit processor. The 80286 was a 16-bit processor, with a way to actually address up to 16MByte of memory, which went into the IBM PC AT.

  2. Re:"Financial Sense" on Are Shuttered Gov't Sites Actually Saving Money? · · Score: 5, Informative

    IANAL, nor a politician, but IMHO the furloughs are not about saving money.

    They are a result of the federal government not having authorization to spend any money.

    It's like a company in bankruptcy proceedings, the curator takes over and protects the assets while working to get the best outcome for the creditors.

    "these are facilities that don't have any services being discontinued"

    If that were true, nobody would be unhappy with their closure, and those places wouldn't be a very safe place to be even before the government shutdown (no maintained roads and trails, no and safety equipment, no animal control/fire/law enforcement/first aid service, etc).

    What it's about is both preventing damage to assets and preventing spending of any money not deemed absolutely essential, which they have been instructed to do from the top down.

    If a website needs a security update for a zero-day exploit, or gets hacked or vandalized during the furlough, the IT guys are not allowed to do anything about it because they are on furlough. They are not deemed essential employees and therefore they can not do work, any work, including volunteering to support the website (nothing they can do about that, in fact they can get in trouble for breaking those rules). We should be lucky that there is a webpage with a notice: They could have simply powered the machines (cloud, whatnot) off. What if the air conditioning turns off and the server room overheats, or there is some kind of water leak in the room, damaging the running server(s)? If I was responsible for an Internet-exposed website, and I was instructed to protect the assets with only absolutely essential expenditures, and I would be guaranteed not to be able to do anything for it for an indefinite amount of time and there was nobody willing and able to take on the responsibility during my absence, I would shut it down too, to prevent being faulted for anything happening to it in my absence.

    If inside a national park an accident or crime happens that needs for example a road closure, a rescue, a fire department t respond, or an arrest (for example, for damaging public property, public intoxication, etc), then the government can't help and can't control the damage because there is no authorization to spend any money to pay for the work and materials of the rescue, fire control, etc. So the best way to prevent damage in the park is to completely close access to it.

  3. Re:Idea on Bill Gates Promotes Vaccine Projects, Swipes At Google · · Score: 3

    Bill Gates might have made his money in a company that now competes with Google, but he really is comparing apples and oranges.

    The big difference between the Bill & Melinda Gates Foundation and Google is that one organization is a publicly traded Internet company that does things to make money, and the other is a privately held charitable organization that has received lots of money and is looking for a way to spend it.

    So, for one of the two it makes sense to try to cure malaria, for the other it makes more sense to get more people access to the Internet. Both things will be good for the world.

  4. Re:Nice new feature on GCC 4.8.0 Release Marks Completion of C++ Migration · · Score: 1

    While I understand pragmatism vs perfection, quite probably your code (or your os/libraries/api definitions) still had actual bugs, they simply didn't result in the same (language correct but unintended) behaviour or they didn't get triggered (as easily) in debug compiles. Even simple oob access bugs could still exist.

    I personally don't feel fully comfortable releasing programs/firmware with bugs that I know are dependent on compiler optimization or instrumentation flags, unless I understand exactly how the compiler flag makes that happen for each specific bug. Actually, when possible I like to compile and test a program with varying flags, and for varying ABI's and platforms for the sole purpose of identifying and fixing those bugs. It can be a good help for locating bugs, similar to running a program in valgrind, with libefence, etc.

  5. Re:Hope no one hacks our entire Air Force one day on Future Fighters Won't Need Ejection Seats · · Score: 1

    Remember, the drones flying now are the first ones of their kind, all made on their deadlines with their priorities.

    I'm not in this industry, but for drones that can fly multi-day missions with thousands of miles range, can cruise at high altitude, and given the many large stretches of non-hostile airspace around the globe, even I can come up with various navigation solutions for drones that keeps the hardware safe from gps blocking or faking, and will probably often allow the mission to continue uninterrupted. Especially if you're thinking about squadrons of drones with varying configurations... Those would probably be able to take out the gps jammer as an automatic side-mission.

    It will cost more than a $25 gps receiver module, but it's not for navigating your girlfriend to the beach and back either.

    You will be able to trick some of my drones to land on your secret base, but that will be the kind that has not much more than a beacon that starts transmitting when the flying stops. Perhaps also a countdown clock that goes beep with a red, white, and blue wire coming out of it.

  6. Re:Why should I bother? on GNU Hurd To Develop SATA, USB, Audio Support · · Score: 1

    "Rather than running in the same CPU ring level of protection and potentially crashing the OS when you have a driver bug."

    It's nothing but theory that the microkernel controlled computer would function just fine with buggy drivers, as there is no complete enough microkernel OS to even compare that with the rest of the real-world's top OSs.

    Actually, we here have an example of a microkernel OS that 'they say' has had the opportunity to be fantastic with a buggy USB or SATA driver for years, yet somehow those drivers took forever to be mature enough to be available.

    Perhaps it's not such a great ideas to allow bugs by design in something as fundamental as a driver.

    Or perhaps that bug in the SATA driver will still corrupt your data on disk, or that USB driver will still abort your printjob, even if the driver gets reloaded right after that and the computer pretends nothing is wrong.

    The whole 'will not crash with buggy drivers' or 'more secure because of how the drivers are' is not only not proven in the real world, it's also exactly the where the microkernel is the solution in search of a problem that doesn't exist.

  7. Re:Paying more for locked device on What You Need To Know About Phone Unlocking · · Score: 1

    Nice for some people, but... there is always a 'but'... Here one 'but' is that straight talk doesn't allow tethering. The only way to do that (legally) on the AT&T network is with AT&T's 'mobile share' contract that includes paying for the phone subsidy...

  8. Re:At least one has merit... on Europe's Got Talent For Geeks · · Score: 1

    What you're saying is that it's impossible to truly fully simulate a human brain, based on the observation that fully simulating a biological cell hasn't been done yet.

    But If they could make progress and do that, they could be simulating a brain that is a live. Then how would they be certain that that hasn't happened yet and it wasn't alive?

    And beyond that, how would they actually be certain that an incomplete simulation of a human brain is not alive? What if it's equivalent to a brain of a cat?

    At what time does it become ethically wrong to terminate the simulation?

    Not knowing that it's not alive doesn't mean that you're not killing it if you do something that would kill it if it were...

    Shooting the box with schroedinger's cat might kill the cat, if it (still) were alive, so perhaps you should refrain from that.

  9. Re:At least one has merit... on Europe's Got Talent For Geeks · · Score: 1

    "We understand weather enough to simulate it."
    "We don't understand how the human brain works enough to simulate it."

    Simulations allow numerical verification of models & theories.
    Simulations are part of the scientific process to 'understand' things better.

    A lot of that weather knowledge came from trying to simulate it and seeing where it was wrong and where it was right.

    It most definitely was not a situation where the weather scientists said, 'hey now that we know the weather, let's put it in a computer simulation' and then good weather forecasts magically came out of the machine. The process is highly iterative. 'measure real world -> maybe it works like this -> simulate model -> nope or yup, repeat'.

    And actually, afaics, state of the art weather simulation has gotten so far that it seems mostly a sparse data problem these days, but that doesn't mean we should stop trying to improve the simulation algorithms and focus solely on increasing the data volume and accuracy. For one, we may not be using the data we have completely correct yet.

    Similarly, we'll learn more about how brains work the more we try to mimic it in simulations.

  10. Re:At least one has merit... on Europe's Got Talent For Geeks · · Score: 1

    As soon as you truly fully simulate a human brain, wouldn't it be murder to turn the machine off?

  11. Re:No more licensing fees :) on Samba 4.0 Released: the First Free Software Active Directory Compatible Server · · Score: 1

    I'm sure that there are applications that would wish to put February 31 into a date field in a database, so why restrict them?

    http://en.wikipedia.org/wiki/February_31

  12. Re:Summary shows poor understanding of evolution on Humans Evolving Faster Than Ever · · Score: 1

    I'm not a geneticist (IANAG?), but while reading the article, I thought that they just discovered that rare variations found today are mostly 5000 years old or less. That doesn't mean that humans evolve faster, it might also mean that rare variations simply don't survive more than about 5000 years (perhaps they get disappear, or somehow get masked, or simply cease to be rare)...

    For example, when you put a drop of colored paint in a bucket of white paint, the colored paint is initially rare. But if you wait 5000 years then look at the bucket, it will be a bucked of off-white color without a 'rare' drop of paint...

  13. Re:rubbish source of data on PressureNET 2.1 Released: the Distributed Barometer Network For Android · · Score: 1

    "C on evaluating the likely accuracy of the data..."

    Don't forget that currently available barometric data from other sources is quite sparse in most locations.

    You have to start somewhere. Apps can be updated with improvements...

    A lot of the data issues you mention occur more in urban environments than they do in suburban environments or out in the country, and the currently available barometric data from other sources is probably a lot more sparse outside of urban environments than it is in areas with subway systems and tall buildings (people do have smartphones with enough data coverage for sensor networks well outside of large cities).

    The app can certainly also look at other sensors such as the acceleration, positioning, and motion sensors to help with data issues. The 'network' can find bias or accuracy issues from nearby measurements of other devices. The 'In a car with open windows' situation is easily detectable by the high rate of variation in pressure even for a short measurement duration (and even so, a long term average might still yield useful information, bias 'when in motion in the car' can be measured when the vehicle stops (using the motion sensors)). The app could even learn, f.e. "When near this wifi, report the measurement with a potentially previously learned pressure bias", or "When near this bluetooth, then it's in a car". With the light sensor and positioning/acceleration sensors, the app can even be quite aware of various state of the phone (sitting motionless on a flat surface, or being carried inside of something, or being carried open, or being held up to an ear, etc). I'm pretty sure it is possible to make an app that collects a tremendous amount of useful data for weather prediction that would otherwise be unavailable (actually, temporal variations from motionless devices in a location with unknown bias can be very useful raw data, and the strengths and positions of the windgusts around buildings may even be useful raw data).

    Also don't forget the power of large numbers, you don't have to use all the data: Outliers or inaccurate measurements/devices can be detected as such when surrounded by enough other measurements, and snr improves with filtering of multiple measurements (also from multiple devices).

  14. Re:The "anti-science" crowd? Seriously?? on Researchers Investigating Self-Boosting Vaccines · · Score: 1

    "Scientific method is rather simple"

    It is in the field of math, some aspects of physics, and in theory, but in the real world filled with people (scientists) working in real world organizations, regarding the field of medicine, the public 'outcome' or 'status' of scientific method is strongly influenced by politics and economics.

    In addition to that, human health status is such a complicated system to measure that pretty much every medical field study uses very sparse data points. It should be no surprise that in the field of medicine discoveries are made regularly that certain things have been previously misunderstood.

    And as a result, not everybody follows the herd. And that is simply how the world, filled with human beings, works.

  15. Re:The "anti-science" crowd? Seriously?? on Researchers Investigating Self-Boosting Vaccines · · Score: 1

    "it's not that people don't trust science, it's that they don't trust the motivations of the people practicing it."

    Bingo, we have a winner.

  16. Re:No Loseless support? on Opus — the Codec To End All Codecs · · Score: 1

    "Keep in mind that any hardware you design will still have a fully programmable core in it,"

    Say what?

  17. Re:Slow news day? on Kindle Fire Is Sold Out Forever · · Score: 1

    That logic does not hold up if you have a new product that you intend to sell at full price and that is meant for the same market as the old product, because selling the old product at a discount cannibalizes the sales of the new product in the same market, causing it to take longer to 'recoup' the costs, etc, etc... You don't want to be in that spiral.

  18. Re:Considering I fly multiple times a month on FAA To Reevaluate Inflight Electronic Device Use · · Score: 1

    Umm... Where is your ground wire when you're in the air?

  19. Spintronics makes me dizzy on IBM Claims Spintronics Memory Breakthrough · · Score: 1

    See subject.

  20. Re:pump it into the air on US Freezes Nuclear Power Plant Permits Because of Waste Issues · · Score: 2

    That "radiation that a functioning nuclear power plant releases into the surrounding environment" is a tightly controlled quantity and should be as close to "none" as possible. That number does not include the radioactive waste that the plant generates, because the intention for the waste is to not release it into the environment. Sometimes, however a nuclear power plant does release more than the normal amount of radiation, and then usually it's bad enough to be referred to as a 'disaster', with greatly increased releases of radiation into the surrounding environment (chernobyl, fukushima daiichi). How often has an area been declared a nuclear disaster area from an "event" caused by a nuclear plant?

    So... venting the radioactive waste into the air would, well, poison the planet faster than you can say slardibartfast.

  21. Re:Bio-reactor milk? on Meat the Food of the Future · · Score: 1

    Maybe it's still cheaper to build that bioreactor.by growing a cow? You don't slaughter the cow to get the milk...

  22. Hyperbole alert! on US Regaining Manufacturing Might With Robots and 3D Printing · · Score: 1

    "It is entirely conceivable that in the next decade we start 3D-printing buildings and electronics."

    Wheee, and let's 3D-print a planet in the decade after that!

    3D-printing works because they use plastics that melt when heated. They are cool, but they are basically robotic glue guns with fast drying glue.

    How would you 3D-print something that needs to withstand heat?

    Or how would you go about 3D-printing reinforced concrete, or an economic and equally strong replacement?

    You can't extrapolate a glue gun to that many materials/properties.

  23. xkcd reference... on Nearly Half a Million Yahoo Passwords Leaked [Updated] · · Score: 1

    Obligatory xkcd reference

    http://xkcd.com/327/

  24. If your platform has stdint, then you can use ptrdiff_t instead of int/long in your code... It's always the right size integer for pointers.

  25. Re:Mobile Security on Researchers Find Methods For Bypassing Google's Bouncer Android Security · · Score: 1

    5) turn that nice phone into something pretty much useless

    Or in other words: You're mordac.