I love docker, its great to work with, but i have one concern with its use of dockerhub, the worse case scenario being somebody like the NSA getting in there and attaching to the os integration libs in the os api stubs. Suddeny you get all your docker containers being vulnerable and phoning home. Has anybody looked at wether that could be a problem. It would be a fat juicy target for them. People are putting a lot of trust in a bunch of images that are outside of thier control and verification.
Its virilence works against it, a parasite that kills its host quickly, with high mortality rates, limits its opportunities for propergation, add to that its relatively narrow window of infection, and the fact that it is only infectious when symptoms are showing, helps put the brakes on transmission. That said it is still a very scary organism and needs to be dealt with carefully.
This second infection in Texas is worrying though, if indeed it has been communicated by the officer being exposed to the environment that the first patient inhabited, then that goes against all that has been said so far about likely methods of transmission, and does not bode well for the other folks who where living in that appartment.
Plan for invading world....
1. Hack amazon, download DoD documents detailing access codes for all US drone Weapons".
2. Upload new crapola ones
3. Instant army of killer machines.
Profit....
He is using a 32bit monster, its a pic32 device, a chipkit32 clone. Its running an emulation of the io of the 8bit aurduino through wiring. Its not a common of garden aurduino 8bit avr.
Check out a mini robot learning to physicaly fly light aircraft.
http://airsoc.com/articles/vie...
Uses vision and robot arms to operate scaled down controls on a flight simulator.
It is a flashforge dreamer, its just had one extruder removed and the heated printbed plate removed which stops it from being able to print ABS. Most printers have single or dual options.
Presumably dremel did not want consumers using ABS plastic which requires the bed to be at 100c and gives off toxic fumes whilst printing. PLA plastic is biodegradable, made from organic polymers (corn) , and prints onto a cold bed at a lower temperature. However it is less durable, but gives off no toxic fumes (smells like waffles whilst it is printing). The products it prints are also food safe to a degree unlike ABS.
Dual extruder is tricky to use, so its removal was probaly both a cost and useability move.
The software is just rebadged autodesk software, so dremel have had virtualy nothing to do with this device other than deciding the configeration, where the logos went and designing the packaging.
You can buy the same setup with dual extruder, heated bed and the software from the original producers for about $1400
No, what will happen is that the worse will be the ones that remain in business, the ones with the fake driving license, no insurance, and vehicles pulled off a scrap heap and welded together, because those will be the only ones capable of preserving a margin. If the app showed you the validity of the drivers license, the result of the last vehicle inspection, then you could choose the drivers that are best before you hail, and the market could operate as you describe. But hey would it not just be easier if in order to operate they had to meet licensing requirements enforced by the state.
And we have now come around full circle.....
Fedora installs python as part of its base, pretty much all the command line system-* tools used to install and configure rh/fedora are written in python, hence there is a large community of devs who work in python at the system level, and a bunch of existing python libraries for touching just about every part of the system, including as pointed out in the article all the filesystems supported by the installer.
While i am not a python programmer, and not a system level hacker, i can see how the approach makes absolute sense.
Ohhh come on, we all know he was a godamm sontaran, who else could it have been. Jedi where never anywhere near 18th centry london, sontarans however, whole different kettle of fish... thats where Strax keeps sneaking off to. Dont belive all that bollocks about a mate called Archie from Glasgow.
The main problem is the overall uneconomical and generally nonsensical idea of using delivery drones. Trucks are simple and work well in bad weather. There's a huge non-employed workforce of people who can easily be trained to deliver packages. Delivery trucks can be powered by natural gas, which is so abundant that many oil rigs simply burn it off rather than going to the trouble of capturing it.
in the general case, delivery drones don't work. Trucks do.
Dang, thats exactly what i told them when they bought in those new fangled automobiles, nobody wants or needs to move faster than 15 miles per hour, and the economoics of them will never work out.
Also, switching MS Office versions makes documents unreadable.
Show me a document where upgrading your office version made it "unreadable".
Its people being forced to upgrade thier older perfectly functional versions of office to read documents being created by people who have upgraded. There are at least half a dozen major varients of the "word doc". In government that is a major problem.
This is where it all starts getting too complicated again, there are already other systems that do that and they got disabled, when you start adding functionality and connectivity you add significant vulnerability. It should be a very simple standalone, inaccessible device, serving one simple task. Answering the question "where the fuck has my $123 MILLION plane got to".
Put it in end of the wing, try getting at that when the plane is in flight. Self contained, self powered tracker. Run for 7 days on an external charge. No connection to internal systems or power supplies.
Its the same question that should have been asked of the doctors that assisted with the torture and stress programs, the psychologists that aided and abetted the threats made against detainees families. The aviation engineers that built remote controlled ariel death machines. The lawyers that twisted and bent the law to try to justify all the above.
There is a tendancy for professions to remote themselves from the consequences of thier actions, and to adopt both the "obeying orders" and the "if we dont do it, somebody else will" defense.
Scumbags the lot of them, there is a very hot place waiting for them all.
Really? Do you know it's the router's fault and not XP SP3's fault?
Sure, you can say "an OS should never crash a router" but that's simply not true. If the OS abuses the router in ways that it simply can't handle and shouldn't have to, the OS is at fault. Errrh, a router should NEVER crash, you should be able to stream absolute crap at it for years on end without it crashing.
part of a routers role is to reject malformed packets and request resends, not go tits up at the first sign of trouble.
Christ if routers behaved like this the whole net would be down most of the time, do you realised how much damaged data flows around the net.
I have yet to see a problem simple enough that I would choose to use an OODBMS over an RDBMS while simultaneously being interesting enough that I would bother working on it in the first place.
But maybe I'm just being grumpy. Bah. Now this is a silly statement, and possibly shows where your viewpoint is skewed, The implication of this is that OODBMS systems are only suitable for simple systems, where the reverse is more the case, i use OODBMS systems when the datamodel gets too complex to use RDBMS systems. Think of a a drawing package, where the scene is comprised of many primitives, lines, boxes, circles, polygons, etc etc, the RDBMS approach is to create a separate table for each type, and link them via complex joins, or create a composite type that includes the attributes of all inherited types. OODBMS allows polymorphic types in a dataset, those types can themself be in a type inheritance tree. This structure is extreemly difficult to model in an RDBMS system, where trees are not a supported organisation. Trees are extremly common.
its a single data cloud instance on a distributed data system, in that respect its similar to products like Amazons SDB and Google's BigTable systems. The data is virtualised across a number of data stores.
A lot of telecos use gemstone, its used a lot in financials. Its a True OODBMS which is exactly the model that the ORM layers in frameworks like rails are attempting to simulate on a relational database. OODBMS systems match the datamodel of modern web frameworks closer than any relational system every will do.
Other Commercial OODBMS systems are system such as ObjectStore, POET, there a few opensource ones such as GOODS
No, there is EULA, if you dont agree to it it says that it can be returned for a refund. the OS is a separately licensed product, that you can refuse to abid by the terms of, and thus reclaim its value.
I love docker, its great to work with, but i have one concern with its use of dockerhub, the worse case scenario being somebody like the NSA getting in there and attaching to the os integration libs in the os api stubs. Suddeny you get all your docker containers being vulnerable and phoning home. Has anybody looked at wether that could be a problem. It would be a fat juicy target for them. People are putting a lot of trust in a bunch of images that are outside of thier control and verification.
What kind of moron has an internet connected bank account?.
Its virilence works against it, a parasite that kills its host quickly, with high mortality rates, limits its opportunities for propergation, add to that its relatively narrow window of infection, and the fact that it is only infectious when symptoms are showing, helps put the brakes on transmission. That said it is still a very scary organism and needs to be dealt with carefully. This second infection in Texas is worrying though, if indeed it has been communicated by the officer being exposed to the environment that the first patient inhabited, then that goes against all that has been said so far about likely methods of transmission, and does not bode well for the other folks who where living in that appartment.
Bigot.
Plan for invading world.... 1. Hack amazon, download DoD documents detailing access codes for all US drone Weapons". 2. Upload new crapola ones 3. Instant army of killer machines. Profit....
He is using a 32bit monster, its a pic32 device, a chipkit32 clone. Its running an emulation of the io of the 8bit aurduino through wiring. Its not a common of garden aurduino 8bit avr.
Check out a mini robot learning to physicaly fly light aircraft. http://airsoc.com/articles/vie... Uses vision and robot arms to operate scaled down controls on a flight simulator.
It is a flashforge dreamer, its just had one extruder removed and the heated printbed plate removed which stops it from being able to print ABS. Most printers have single or dual options. Presumably dremel did not want consumers using ABS plastic which requires the bed to be at 100c and gives off toxic fumes whilst printing. PLA plastic is biodegradable, made from organic polymers (corn) , and prints onto a cold bed at a lower temperature. However it is less durable, but gives off no toxic fumes (smells like waffles whilst it is printing). The products it prints are also food safe to a degree unlike ABS. Dual extruder is tricky to use, so its removal was probaly both a cost and useability move. The software is just rebadged autodesk software, so dremel have had virtualy nothing to do with this device other than deciding the configeration, where the logos went and designing the packaging. You can buy the same setup with dual extruder, heated bed and the software from the original producers for about $1400
No, what will happen is that the worse will be the ones that remain in business, the ones with the fake driving license, no insurance, and vehicles pulled off a scrap heap and welded together, because those will be the only ones capable of preserving a margin. If the app showed you the validity of the drivers license, the result of the last vehicle inspection, then you could choose the drivers that are best before you hail, and the market could operate as you describe. But hey would it not just be easier if in order to operate they had to meet licensing requirements enforced by the state. And we have now come around full circle.....
Fedora installs python as part of its base, pretty much all the command line system-* tools used to install and configure rh/fedora are written in python, hence there is a large community of devs who work in python at the system level, and a bunch of existing python libraries for touching just about every part of the system, including as pointed out in the article all the filesystems supported by the installer. While i am not a python programmer, and not a system level hacker, i can see how the approach makes absolute sense.
Jack the Ripper was a fucking Jedi?
Ohhh come on, we all know he was a godamm sontaran, who else could it have been. Jedi where never anywhere near 18th centry london, sontarans however, whole different kettle of fish... thats where Strax keeps sneaking off to. Dont belive all that bollocks about a mate called Archie from Glasgow.
The main problem is the overall uneconomical and generally nonsensical idea of using delivery drones. Trucks are simple and work well in bad weather. There's a huge non-employed workforce of people who can easily be trained to deliver packages. Delivery trucks can be powered by natural gas, which is so abundant that many oil rigs simply burn it off rather than going to the trouble of capturing it.
in the general case, delivery drones don't work. Trucks do.
Dang, thats exactly what i told them when they bought in those new fangled automobiles, nobody wants or needs to move faster than 15 miles per hour, and the economoics of them will never work out.
Also, switching MS Office versions makes documents unreadable.
Show me a document where upgrading your office version made it "unreadable".
Its people being forced to upgrade thier older perfectly functional versions of office to read documents being created by people who have upgraded. There are at least half a dozen major varients of the "word doc". In government that is a major problem.
This is where it all starts getting too complicated again, there are already other systems that do that and they got disabled, when you start adding functionality and connectivity you add significant vulnerability. It should be a very simple standalone, inaccessible device, serving one simple task. Answering the question "where the fuck has my $123 MILLION plane got to".
Put it in end of the wing, try getting at that when the plane is in flight. Self contained, self powered tracker. Run for 7 days on an external charge. No connection to internal systems or power supplies.
Its the same question that should have been asked of the doctors that assisted with the torture and stress programs, the psychologists that aided and abetted the threats made against detainees families. The aviation engineers that built remote controlled ariel death machines. The lawyers that twisted and bent the law to try to justify all the above. There is a tendancy for professions to remote themselves from the consequences of thier actions, and to adopt both the "obeying orders" and the "if we dont do it, somebody else will" defense. Scumbags the lot of them, there is a very hot place waiting for them all.
Another viewpoint on AF447 seems to blame it almost completely on the pilots. http://airsoc.com/articles/view/id/4ef03480c6f8fa6041000005/what-really-happened-aboard-air-france-447
its a single data cloud instance on a distributed data system, in that respect its similar to products like Amazons SDB and Google's BigTable systems. The data is virtualised across a number of data stores. A lot of telecos use gemstone, its used a lot in financials. Its a True OODBMS which is exactly the model that the ORM layers in frameworks like rails are attempting to simulate on a relational database. OODBMS systems match the datamodel of modern web frameworks closer than any relational system every will do. Other Commercial OODBMS systems are system such as ObjectStore, POET, there a few opensource ones such as GOODS
No, there is EULA, if you dont agree to it it says that it can be returned for a refund. the OS is a separately licensed product, that you can refuse to abid by the terms of, and thus reclaim its value.
you dont need to find it, its right at the top, and its in focus, so just type and hit return
Hmmmmm
To search on google
1. Type www.google.com
2. Type query
3. Type return
4. View results
To search on yahoo
1. type www.yahoo.com
2. Type query
3. Type return
4. view results
Tell me again how the two are different ?.