Slashdot Mirror


User: stoicio

stoicio's activity in the archive.

Stories
0
Comments
234
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 234

  1. When the world stops trading goods with them. (ie: buying oil)
    The only reason these countries have leadership who adhere to this nonsense is they use it to control their personal economic position in society. Run them out of financial capital and the incentive for philosophical control dries up.

  2. Microsoft has 'Novell Syndrome'. on BlackBerry Hands Over User Data To Help Police 'Kick Ass,' Insider Says (www.cbc.ca) · · Score: 1

    Look at the 'Shift in Focus' that usually comes with flailing. Novell, Palm, Be (computer internet appliances), "Microsoft Zune/Phones/Bob/We're shifting to services and making everything work like an X-Box".

    The OS is now gratis. The software development at MS will soon cost more than any profits they could glean. Thus the new focus on 'Services' aka 'the cloud' and software as a service.

    Gandma's computing business making Atari games is dead because the desktop computer is dead. The software service is owned by companies that were doing that 20 years ago (Amazon, Google, Apple).

    In total Microsoft is doomed. Any attempt at creating a service business selling apps, music, books, etc. will just end up being another 'Zune'.

  3. The DNS business and System Design are the Problem on Sir Tim Berners-Lee: Internet Has Become 'World's Largest Surveillance Network' (theinquirer.net) · · Score: 1

    It's tough for the 'little people' to be heard on equal footing when permanent addresses ( IPV4 / IPV6 ) are controlled by 'registration authorities'.

    Everyone should be allowed to automatically take an IPV6 address from the global pool and register it in DNS without having to use your network service providers block of addresses.

    Network service providers limit home connections 'upload' speeds to prevent average people from monetizing or serving at 'business speeds' . This means that only large corps who have enough money to buy their own blocks of address space are allowed onto the actual playing field.

    The problem is really that of ownership of infrastructure. If people want a freedom internet the infrastructure control needs to be removed from vested interests while improving or equalizing service speeds for the average person. As long as your connection is dependent on a service provider your connection can never really be freedom-ish at all. Your data flows through them.

  4. How to Use This For Fun and Profit on Visual Studio 2015 C++ Compiler Secretly Inserts Telemetry Code Into Binaries (infoq.com) · · Score: 1

    Steps to follow:

    Wait for all public and government organizations to install programs compiled with this.

    1.) make malware that collects the local crash reports and data dumps.

    2.) focus attention on crashing commonly used user interface libraries instead of the MS malware

    3.) wait until a large number of users have installed your global crash vector.

    4.) send signal to turn on crashing globally

    5.) direct emails or background FTP of collected crash data through TOR or other obfuscation

    6.) sift through the data of world governments at your leisure.

    Go get em!

  5. Re:Remember how long Excel sticked to max 64k rows on Microsoft Declines To Make a 64-Bit Visual Studio (uservoice.com) · · Score: 1

    There are people in my office that try to use Excel as a relational database.

    There are days when I know Excel is there. I just can't go to work. Then I day dream of launching dead, bloated, stinking, plague infected cows, into the Microsoft campus, using a trebuche. Each with an office 365 licence for Excel glued to their silken, bovine, fur......good times......

    There should be a dialog or something that pops up each time Excel opens that says, "This program is for counting. It is a violation of the terms of service to use this application as a database.". Not that anyone reads the shrink wrap.....I'm just bitter now....

    The Holsteins outside look nervous. I wonder what they are sensing......storm maybe.... :|

  6. Hey, substitution in language works just as well as in math....who knew.

    "We fundamentally believe that carpentry is a skill and that just like other skills are required in school, wood-working should be required in school. I do think wood-working and auto-shop are as important-- if not more important -- as the second language that most people learn in today's world. I would go in and make wood-working and chainsaw maintenance requirements, starting at the fourth or fifth grade, and I would build on that year after year after year...I think we're doing our kids a disservice if we're not teaching them and introducing them in that way."

    Let's step back a bit from this and try to understand that computers and programming rank about as important in the life's general scheme as a pick and shovel. We all survived for millions of years without them before they arrived. We will probably last longer as a species if we wake up, get off the marketing bandwagon, and remove computers from grade school all together. Why not leave the leaning of chainsaws to people who need chainsaws. Computers are a tool. Unfortunately an inordinate amount of social focus and resource are being diverted to this one thing because people want to sell that.

    Apple has a vested interest in selling computers. The computer market is declining because the average person doesn't actually need one. How to market computers? Convince governments that they need to spend your money to teach coding before the 4th grade.

    To be clear, any technology focus that kids learn in the 4th or 5th grade will be completely obsolete by the time they reach the end of college. Why not focus on teaching kids how to learn and assess the world for themselves instead of filling their heads with obsolete information?

  7. Re:Harm to the environment on Google-Backed Solar Plant Catches on Fire (pv-tech.org) · · Score: 3, Informative

    crashes with cars and trucks kill as many as **340 MILLION** birds on U.S. roads every year — a much higher toll than bird deaths from many other human activities. If alternate energy naysayers wanted to save birds they could just stop driving.

  8. Which Culture Are We Talking About? on What Bell Labs Was Like C.1967 (theguardian.com) · · Score: 3, Interesting

    Historically some cultures had primarily male clerical workers. Up till recently some had primarily female welders. Social context makes difference. Women have not been excluded for lack of capability. The decline is a sign of sociological bias because of where industry manufacturing was located.

    Also decline of unskilled labor jobs in manufacturing after the decline of post war government funding of large projects drove more men to clerical (techie) jobs. The jobs were just rebranded to make them palatable to the post world war 2 cohort.

    The cold war created the last of the big science jobs funded by government. Many of hose jobs were in research labs and clerical.

    What actually happened in North America was grunt jobs disappeared and the grunts began to occupy the clerical space to make a living. This at it's best would reduce the clerical jobs available to women by 50%.

    So, it probably wasn't a sexist plot. Just a shift in markets.
     

  9. BLAS and LAPACK are libraries. on Knowing C++ Beyond a Beginner Level · · Score: 1

    BLAS and LAPACK are libraries.

    You need to differentiate between the dynamics of a language (ie: FORTRAN vs. C/C++) and the libraries available.

    FORTRAN 77 vs. FORTRAN 90/95 and up are completely different species.

    So we start talking about eigen systems programming in one language vs. another. Well, when was that library written? In what version of what language? Just because it is a widely available library, does that mean it is any good internally?

    Theoretically, if there were a fully C++ written linear algebra (or any other library) that isn't linked with some gawd aweful old FORTRAN code or (asm{ ... }) down in the bowels of the machine, then you could make an honest comparison. But since everyone seems to start off with poor examples from free programming cook books and someones opinion from the web, without seriously (re)designing or understanding the patterns used to accomplish the task, you then get what you get (ie: crap).

    After long time programming in FORTRAN 77/90/95/etc. and C, and C++, and many other languages I would have to say that most programming comes down to energy expenditure. If a grad student comes out of school after programming mainly in Matlab the first thing that person is going to suggest for a programming project is going to be Matlab. This same phemomenon is what has kept FORTRAN alive. In the case of FORTRAN , the legacy dependency code of many scientific applications ultimately led to the refactoring of FORTRAN as a language rather than discarding all that code. It amounts to loss aversion and an unwillingness to learn new languages in entrenched users.

    Why not create an open scientific co-processor card spec that has hardware advanced functions instead of farting around with GPU discretes that were originally designed for video games. Then we could just have linear algebra calls in the standard math library that are driven by math hardware instead of 50 years of accumulated CPU work-arounds for 8088 code (that was sarcasm).

    Progamming always seems be 'VHS instead of BETA' because most programmers doing applied programming for science arrive in industry with only single language skills and programming was only a sideline from whatever thier degree was in.

    I also continue run into 'C' programmers who refuse to learn C++ . it's some kind of religion thing. Deities will apparently smite them if they crack a manual.

  10. Statistics and Damnable Lies on 2014: The Year We Learned How Vulnerable Third-Party Code Libraries Are · · Score: 1

    Has anyone noticed that there are now astronomically more OSS users now? The number of OSS users is also growing at an exponential pace.

    What we should expect with those stats is that there should be more cracks and bugs in OSS due to the higher percentage of people programming/using it.

    Also, as the value of OSS increases to the market and more information are handled by OSS there is more incentive for old vested interests to search for the downside as a form of marketing. We never heard about all those MS Windows security deficits until years after the fact. Well after they had been exploited by te NSA.

    It's interesting that SO FEW bugs have caused issues in OSS considering the sale of that ecosystem.

    There is also more incentive for companies protecting turf to pay OSS project insiders to plant exploits as a way to undermine that.

    It's better to rely on 'Repairable By Design' than 'Defective by Design' .

  11. Misery Loves Company on Should Everybody Learn To Code? · · Score: 1

    Is there some kind of global investment in hemmorroids that we are all unaware of ?
    What is the point of this ?
    Plant a garden people.

  12. Re:PCs Don't Have Decades for Games on Valve's Steam Machines Are More About Safeguarding PCs Than Killing Consoles · · Score: 1

    Interesting.

    But aren't they selling an aweful lot of video cards pretty much for bitcoin mining and not gaming?
    Bitcoin is about to go flop because the designer of it percieved that the computing world
    would stay static, which it logically couldn't. The perception that desktop computers will
    always be PC boxes, required by the world, is pretty much the same kind of situational bias.

    I am guessing the 65 million number for Steam are a count of people who have logged on to try it
    out of curiosity. The daily user numbers indicate actual customers and that count is orders of magnitude smaller.

    I am skeptical that the desktop PC market is sustainable for more than 5 more years. Most of the common things
    people have historically done with PCs can now be carried around in ones pocket with the cellphone. That leaves
    the home gaming, desktop PC, to become a single use device in most households.
    Why would anyone bother with that kind of cash outlay for something that sits idle 90% of the time? Nostalgia?

    I'm guessing that the consoles will become less expensive as competing Indian and Chinese technologies arrive
    on the market. I can't actually believe that Japan and USA will have any corner on the electronics design market
    in a short period of time. The US is not training enough new people, has a miniscule proportion of the global population
    to draw ideas from and has lost the ability to do anything other than rewrap old tech (ie: the xbox is really just a crippled PC),
    and Japan has social demographic issues that will create a shrinking pool of technically skilled people capable of making new
    product (hence the new 'Walkman'). An indication of this is that Sony would rather serve games to a gaming thin client.
    The Playstation4 is probably the last of that series of devices from Sony.

    We also need to remember that handheld devices will keep improving. Nvidia know this, that is why they are now targeting
    graphics device designs, specifically to support that platform.

    All things told, as nostalgic as I am for the 1970's and 1980's computer era, the desktop PC is so over it's not even funny.
    No amount of wishing will make the PC come back because the public now know what the PC will (and will not) do
    and are moving on to more generally useful tools.

  13. PCs Don't Have Decades for Games on Valve's Steam Machines Are More About Safeguarding PCs Than Killing Consoles · · Score: 1

    Isn't the desktop PC market actually declining?
    The reality is that most people never needed a desktop PC and can get by without one just fine.

    Home PCs are now only for old people who are used to that sort of thing.

    The desktop workstation wil become a specialty item used for science,
    and engineering. The rest of the population will be using thin clients on
    remote apps, or smaller, more ergonomically suitable, portable devices.

    It's difficult to believe that desktoip PC gaming actually has 'decades' to survive.
    I'm questiong the business plan here....

  14. They really are tasty compared to the alternative on Researchers: Global Risk of Supervolcano Eruption Greater Than Previously Though · · Score: 1

    ....what!!...?

    I'm no monster. The last ice age had most of the worlds water up on land.
    The majority of northern atlantic humans survived by hanging around the intertidal zones eating
    seals and sea-veggies.

    A super volcano would cause another ice age.
    The resulting die-off would reduce the human population to levels
    where eating seals would no longer be a hardship on the environment.

    Living in a cave underground is a near certain path to starvation.
    Seals are a good, practical, food with a strong ice-age-nutrition track record.

  15. Couldn't we all just dress warmer and eat seals and seaweed instead?
    It's easier to move with the food.
    I'm not much for underground....and seals are quite tasty as long as you have garlic or onions.

  16. Statement Indicates Lack of Contrition by All on Former CIA/NSA Head: NSA Is "Infinitely" Weaker As a Result of Snowden's Leaks · · Score: 4, Insightful

    " It will take years, if not decades, for us to return to the position that we had prior to his disclosures."

    First, if someone (NSA) breaks the laws of the country and gets caught, wouldn't the expectation be that they stop doing that?
    This statement indicates that the NSA doesn't get it. The expectation is that they will continue with the surveillance
    state as planned.

    Second to that, no one from the government has actually taken this statement to task. This indicates
    that it will be business as usual for the NSA and CIA no matter what the laws of the land are.

    Finally, the lack of actual caring from all quarters about this would indicate that all the elected representatives
    in government are on board, no matter what their bobbing heads say on T.V. . Apparently the law doesn't apply to employees
    of the state since no one fom the NSA has been arrested or fired.

  17. Volvo 240-DL Battery Dies Due to Dashboard Clock on Tesla Model S Battery Drain Issue Fixed · · Score: 1

    Sad but true.
    I contacted Volvo but they didn't send a repair person out.

    I can't believe it. I trusted Sweden and this is how I am repaid....
    Damn you Sweden!!!!

    I just replaced it with a, standard domestic brand, Ford Pinto.
    Sounded like a great deal. We'll see how it goes.
    Frick'n Sweden.....

  18. It Takes A ot of Energy to Make Solar Cells on A War Over Solar Power Is Raging Within the GOP · · Score: 1

    There are hidden energy costs in foundering solar cells.

    The boules of silicon used to make solar wafers , common to most panels,
    are grown in a blast furnace that uses huge amounts of natural gas
    or other fuel or electricity to make the melt.

    The metals used to make mounts use huge amounts of energy to
    mine, founder and mill.

    The plastics used for covers almost completely come from oil.

    The electronics processes used to dope and assemble
    cells and panels are poisonous and cause huge amounts of pollution.

    When we talk about costs and environmental impacts solar panels
    look good if you close your eyes to how they are manufactured.

    I think one commenter hit the nail bang-on when they wrote that
    products imported to countries should be required to be manufactured per
    the internal environmental laws of the destination country (us).

    Solar electric is no a panacea. It is certianly no environmental saint either.

    Wind has a far lower carbon footprint and much faster return scaled
    against production energy consumption. But people don't want the noise
    and dead birds.

    They all have a down side. Pick one, and let's get on with it.

  19. Re:There is a Fix for This on Nvidia Removed Linux Driver Feature For Feature Parity With Windows · · Score: 1

    How much do you think it would cost Nvidia to haul all those cards to the recycler?
    Think of it as a kind of protest fine.

  20. There is a Fix for This on Nvidia Removed Linux Driver Feature For Feature Parity With Windows · · Score: 4, Interesting

    1.) Go to the Nvidia site and search for 'Linux' and then surf all the linux related
    pages on thier site.

    2.) Send an email to technical support and ask why you can no longer use all the monitors on your desktop.

    3.) Buy an AMD/ATI card , send them an email to let them know why. Let AMD know you are using Linux and why.

    4.) Send your old Nvidia card to Nvidia head office for RMA in protest by mail. (Write it off)

  21. New Programming Paradigm...? on Ask Slashdot: How Do You Deal With Programmers Who Have Not Stayed Current? · · Score: 1

    "How do you deal with programmers who have not stayed current with new technologies?"

    The hiring of anyone is based on applicable skills. The applicable skill for programming is the ability to learn.

    It seems odd that companies would not assess skills required for the actual job at hand rather than demand 'The New Skill-Set'.

    Our company has gone through a couple fiascos due to programmers due to this myth.
    To be clear, just because a programmer 'knows' a language does not necessarily make that programmer any good at programming in that
    language or any other.

    Also, Just because a programmer doesn't know 'Current Technologies', does not mean they are poor programmers. In fact, it's often
    better to hire someone who is willing and able to READ THE MANUAL and get up to speed, which is what most good programmers do
    anyway.

    Give a new prospect a test to see if they can, and are willing to, learn.

    --TEST--

    Read and perform the following tasks and questions.
    If you cannot complete a task for some reason, write why you cannot, and how you would go about getting enough information to complete the task.

    Question/Task #1: Write a small program in C/C++ that opens a file, writes a string to that file, closes the file, opens the file again and reads the data to the screen.

    Question/Task #2: Look at the following code. What do you think it does?

    Question/Task #3: How would you learn to write a small program in a language like ? How long do you think that would take? Would you require access to the language reference manual after a week of programming in ?

    Question/Task #4: Document the following code.
    ( DELIVER C A =>B )
      [
            LVAR X #
            LVAR Y #
          X = ChuckaBlocka(A) #
          Y = HumBucket(X B) #
          BegaBoards = YodelMax(Y) #
    ]
    )

    --End Test--

    The point of the test questions may seem obvious at first, but each question has a alterior motives other than the task.
    The idea is to get some insight into HOW the programmer thinks and attempts to resolve the problems.

    I would rather hire an older programmer who is able to learn and identify patterns, than any programmer with
    'the new technology' who has none of those pattern comprehension skills.

  22. Out-Thinking Ourselves on Does Scientific Literacy Make People More Ethical? · · Score: 1

    People make morality and ethics far more complex than they really are.

    The complexities of modern morality have been built specifically to be so.
    If something is very complex it needs 'management'.
    Who better to manage such complex subjects than authorized moral guides?
    Who better to decide on moral guides than moral organizations?
    etc., etc..

    The basics of morality, as we know them, were originally to maximize the social benefits
    of the 'tribe' from the activities of the individual. In ancient times the larger the
    size of the tribe the more stable the society contained in it. Thus the strict rules around
    such things as 'non-reproductive relationship behaviours', and who gets to get some
    and who doesn't, and with whom they get some.
    (or who gets to have who as a familial/reproductive resource)

    To have these types of (stupid assed) rules, they need to be enforced by someone,
    by some means. To keep strong arm enforcers focused at the bidding of
    the 'moral guides' it is necessary to have a hierarchy. Hierarchy ensures
    that the valued contributions of the individual are *unevenly* distributed
    up the hierarchy. The moral guides at the top need to have the most to maintain
    a false sense of value. The enforcers need the next highest valuation to keep
    them from turning on the top eschellon.

    To have valuation that is different for various social levels, morals need to be manipulated
    to make this seem fair. After all, it isn't really fair distribution of resources. But, als long as
    the general population are beaten up enough to believe it's fair all is well.

    Ethics are designed starting from social morals. They are practicable rules that are used
    to maintain the status quo of the hierarchy.

    Most of or social morals are either misguided, outdated, unjust, and nonproductive
    relics of societies barely out of the cave.

    It would be difficult for most of us to imagine a truely just society since, to some extent,
    we all benefit from the currently unjust moral structure. Many are so tied to the
    social delusion of hierarchal moral systems for benefit they can never overcome that bias,
    or they would lose thier livelyhood. We are a part of the existing hierarchies that govern
    the various parts of our societies.
    (ie: social governance, education, symbolic economics, family)

    True morality distils down to the facts of our organism. We are organisms that require food, water,
    air, shelter from the elements, and a sense of community. We live, reproduce, and die.
    The things that maintain those cyclic factors as equally, effectively as possible, with stability,
    and sustainablity are moral.
    Those that do not maintain them are immoral because they fail the organism.

    At best we should try to cause as few of our fellow organisms to fail as possible.

  23. What A Waste on 'Energy Beet' Power Is Coming To America · · Score: 1

    It takes a huge amount of energy to boil sugar out of beets.
    Is this a big sucking sound from big sugar?

  24. Culvert on How a Programmer Gets By On $16K/Yr: He Moves to Malaysia · · Score: 1, Funny

    In the 90's I made good money programming for $9 per hour while living in a culvert.
    I just had to make sure I 'Looked' like I had showered (or something), for meetings.

    Now, I'm middle aged and have a much larger culvert with some boards to keep
    my stuff off the water when it floods.

    Good times.....

  25. How Will This Affect Vatican Stock? on Pope To Resign Citing Advanced Age · · Score: 1

    This is kind of leaving Vatican shareholders in the lurch.

    Is there a new CEO picked to run the place already?
    Seems like a bit of a publicity stunt to me....

    This can only result in loss of market share for the Roman Church.