Slashdot Mirror


User: Squiggle

Squiggle's activity in the archive.

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

Comments · 162

  1. In your imagined world only the rich investors or companies have money and all the risks have to be large sums. I think the idea of a maximum margin is to limit the hoarding of profits thus requiring cooperation and smaller but more numerous investments. Micro/crowd investing could raise large sums of capital for larger projects that many people want to take a (small) risk on. I.E. enough businesses/people want better fabs (including a consortium of smaller chip designers that would share them) so they pool the risk and money and make it happen. It requires vastly more communication and cooperation, and thus likely wasn't practical before the net.

    I don't know that margin caps are the best option, but certainly that is the end result of competition (a preferable more responsive and free system that is prone to corruption). I would be interested in testing something like the maximum size of your company is inversely proportional to your legal margin cap. Small businesses could have high margins and behemoths would be greatly restricted.

  2. Re:Uber is dead on Ford Just Invested $1 Billion In Self-Driving Cars (usatoday.com) · · Score: 1

    Companies owned by humans (private, shareholders, etc) will charge what they can charge you. Self-driving fleets may start out like that, but it won't take long before we realize that we can automate management and remove ownership.

    Thus this wouldn't be the case for non-human "companies" that are essentially a symbiont that are designed to meet the transportation needs of the humans as efficiently as possible (assuming a level of oversight/control that it provides services humans want). First they will drive themselves, then they will manage themselves, then we will bootstrap a service that doesn't require ownership overhead and essentially functions "at cost" because that's how it was designed.

  3. AI on the desktop on Ask Slashdot: Innovative Operating Systems/Distros In 2015? · · Score: 1

    Regarding AI I'd take a look at the Mycroft project.

    https://mycroft.ai/

    Still getting started but have plans for AI on the desktop.

  4. Re:This kind of stuff is Exhibit #1 on FBI Informant: Ray Bradbury's Sci-fi Written To Induce Communistic Mass Hysteria · · Score: 1

    It isn't heresy to criticize and openly mock (the worst parts of) US culture in Canada, which is good protection from the worst of the horrors. That's why there are so many successful Canadian comedians.

  5. Thanks for all the turns on Battle For Wesnoth Seeks New Developers · · Score: 5, Insightful

    I have many fond memories of wasting too much time playing Wesnoth. Thanks to all the people who brought the game this far and here's too many more years! /cheers

  6. Japanese garden water feature on Secret Service Plans New Fence, Full Scale White House Replica, But No Moat · · Score: 1

    Moats can look good and can be crossable only at slower speeds:

    https://www.google.ca/search?q...

  7. Re:This is interesting.... on Greenpeace Co-Founder Declares Himself a Climate Change Skeptic · · Score: 2

    Like I said in a previous post, infra-red imaging of the inner planets in our solar system shows them heating up at a rate similar to Earth. But, say that out loud and people like you friggin flip out.

    Evidence? We measure the sun fairly carefully, so it would have to be in disagreement with those measurements: http://www.skepticalscience.co...

  8. Re:Honest question ... on How the NSA Is Spying On Everyone: More Revelations · · Score: 1

    Everyone has been spying on everyone for at least a couple of centuries.

    ...

    Nothing's changed, other than public awareness of espionage.

    But it is obviously not the same becuse of the scale. The reach and power of the spying have increased dramatically along with the general reach and power of technology. Spying has always happened but the nature of the beast transforms at certain levels of scale and pervasiveness. You could assume that if you "had nothing to hide" in a free society you were generally safe from surveillance because it wasn't worth the effort, that is no longer the case. You could assume that the means of surveillance were effectively limited to nation states, not to anyone with some technical proficiency. Things are not the same.

  9. How does the IoT handle security problems? That seems the biggest stumbling block.

    "Dumb" things have an important advantage in that they can't be hacked and remotely controlled - especially without your knowing.

    The current maintenance nightmare of securing networked devices is already overwhelming (me) and the effects of being hacked are already incredibly expensive. I'm not sure the value gained from IoT is worth it.

    Perhaps if the devices were not update-able and only sent and recieved particular commands... but then you lose some of the value that IoT promises?

  10. Ruby Warrior on Ask Slashdot: Beginner To Intermediate Programming Projects? · · Score: 2

    If you like Python you might like Ruby too (I love em both). I always wished I had learned Ruby with ruby warrior:
    https://www.bloc.io/ruby-warri...
    https://github.com/ryanb/ruby-...

  11. Re:Biased data set perhaps? on Code Quality: Open Source vs. Proprietary · · Score: 3, Interesting

    I would expect both "open source" code to be of approximately equal quality to proprietary code. In each ideology you will get people who care (about quality), and people who don't, in approximately equal proportions, the same with skill, ingenuity and passion for the work.

    The difference is that proprietary software is constrained by the number of developers able to view and work on the code. An open source project may have a similar number, or smaller set of core developers, but a much larger pool of developers that can spot problems, suggest alternatives, fix the one bug that is affecting them, etc. Having a more diverse set of developers will increase the chances that the software improves.

    You could also make an argument about the motivations of the developers. Open source projects are often a community of people passionate about what they are building and have a strong incentive to make their code readable by others. By the nature of open source a developers reputation is on the line with every bit of code they make public. I've met far more developers scared to make their horrible code public than those worried about getting fired for equivalently horrible code.

  12. For those that didn't read the article, there are a few important points to clarify:

    Feinstein's staff is being (falsely) accused of hacking/spying on CIA since they got their hands on some documents the CIA did not want them to have: namely the CIA's own internal investigation of the documents being released to the senate investigation. It seems like the "search tool" provided to the senate staff picked up more than the CIA thought it would. The staffers smartly made their own copy of these docs (as previous evidence had disappeared) and then the CIA did a search of the investigations computers without seemingly any authority to do so.

    The final twist is that the CIA internal investigation supposedly agrees with the senate investigation, while publically the CIA disagrees. Feinstein basically has them over a barrel, plus they pushed their luck to try and escape the trap and got themselves in deeper with the potentially highly illegal search.

    It also seems likely that the CIA lawyer who allowed all the CIA torture is heavily involved now in trying to save his own ass.

  13. Teaching the latest greatest workflow on Ask Slashdot: Modern Web Development Applied Science Associates Degree? · · Score: 1

    Math, algorithms and data strctures are not really the critical thing to learn for web development. Hopefully your grads are not starting out architecting anything complicated but instead following best practices and good workflow and leaving the majority of the algorithm architecting to people with much more experience and training.

    The important thing to teach are the best practices in web component composition and workflow. These are also rapidly changing, with many competiting tools, but in a consistent direction: modular, testable components as services on top of robust development infrastructure including source control (git), code reviews, continuous integration, rapid, numerous deploys wth no downtime etc. There are lot of good resources about this, but the key thing is to see it in practice, to get hooked on how good workflow and a focus on code quality can make your work a joy instead of a nightmare. There is a huge amount to learn about the latest web development processes, but students (like yours) should be helped to paddle out and get on top of the wave so they can keep riding it - not be taught liquid mechanics or how to build a surfboard.
    My dream web dev class would have one website that is built many ways but with similar workflow and final result. Rails stack, python stack, php stack, node stack, etc all using the same assets. Enough versions of the same site that all the students can work in groups to implement the same thing on each stack. Teach what is the same between the stacks (e.g. MVC), without the details of the stack's implementation of that concept and you'll be teaching a lesson that they can carry with them for a long time. Although that might be too difficult for people who haven't done any programming ever, but I think I'd enjoy that class. Regardless, you should have some code that implements a real website with real workflow that they can learn from.

  14. Re:Most workers die from cancer in their 20s on Agbogbloshie: The World's Largest e-Waste Dump · · Score: 2

    Couldn't find much about cancer rates except people repeating that particular line. However, this seems reiable and seems pretty deadly:
    from http://www.worstpolluted.org/p...
    "Samples taken around the perimeter of Agbogbloshie, for instance, found a presence of lead levels as high as 18,125 ppm in soil."
    From wikipedia:
    "No safe threshold for lead exposure has been discovered—that is, there is no known sufficiently small amount of lead that will not cause harm to the body."

  15. Re:The greatest single disaster in computing histo on "Microsoft Killed My Pappy" · · Score: 1

    Sorry to reply to self, but the GP said: "The blame lies of course with politicians and industry regulators who had no clue what an immense influence personal computing would have on society until it was too late."

    This isn't the case, the blame lies squarely on Gates, et al, who couldn't imagine how to run a successful software business using free software. They thought it was impossible, and perhaps for people of their ethical character it is. They have been proven wrong, ethically lacking and incredibly short sighted countless times.

  16. Re:The greatest single disaster in computing histo on "Microsoft Killed My Pappy" · · Score: 1

    I'm surprised this is (currently) marked as flamebait, this is essentially the sad truth of Gates, Jobs, Ellison, etc choosing to create a proprietary software industry rather than a free software economy (that has been proven to allow for successful businesses but without the horrible costs to the customers). Gates in particular may have had a choice to be remembered throughout human history as the great uplifter, the bringer of empowerment and freedom through software, a sort of software Ghandi / MLK, if he had run MS like Red Hat, etc.

  17. The struggle for freedom continues on "Microsoft Killed My Pappy" · · Score: 1

    It has become obvious over time which ecosystem is free, open, vibrant, and diverse and which puts corporate control, profits and lock-in first. Developers by in large want freedom to make what they want and proprietary software ecosystems have a feel of authoritarianism that is hated. Regardless if your Pappy was killed by Microsoft, or any oppressive regime, you fight for your own freedom, your children and the hope that no one will ever again be in a situation where their Pappy is killed (presumably because he was a threat to the regime). It is a complete rejection of an ideology that chooses control over liberty.

    "The kids these days" that reject Microsoft and other proprietary regimes out of hand are an indication that the lessons from the sacrifices and hard fought non-violent struggle of the free software movement are starting to sink in. At some point we may be lucky enough to not have any of these authoritarian software companies around and instead enjoy a renaissance in software.

  18. Re:Hey Obama! on Obama Praises NSA But Promises To Rein It In · · Score: 4, Insightful

    "Outside of our borders, the NSA's more aggressive. It's not constrained by laws."

    and how is that working out for your foreign relations?

    This. I find it appalling that this is seen as acceptable. The surveillance power that is now possible is not equivalent to anything we've seen before and changes the nature of the "lawless" foreign surveillance. Surveillance of foreigners used to mean having them spy on you when visiting their country plus some high value target monitoring in their own countries, but the cost and risk of surveillance enforced the selective nature of it. To treat every foreigner like an enemy is madness. For the most part non-US citizens felt that the US was an ally or at least harmless. Now the day-to-day decisions of all those people will take into account that the US is actively working against them. It won't be long before that is ingrained into the culture, tools and business practices of the rest of the world. Imagine the US being thought of as a worldwide Stasi: the day-to-day the common sentiment amongst the rest of the world will be "%*$k the US".

  19. Re:Stock Options on Should the US Copy Switzerland and Consider a 'Maximum Wage' Ratio? · · Score: 1

    I just don't buy this argument. Do you also think that if the corporations decided to limit executive pay voluntarily they would have trouble enforcing that? How is limiting executive pay different from limiting pay for all the other classes of employees? If there is a difference then how is that difference a benefit for the organization? Best in class non-executive workers are obtainable at lower rates, why would attracting the best executive talent require different pay scales?

    More importantly, since history shows pay rates in relation to others has changed significantly while the effectiveness of the executives has not, it is simply an evolution of a business culture oddity, not a business principle at stake here. It may be a cultural mistake that cannot be corrected internally, but needs significant external pressure (preferrably from competitive markets, but regulation will do) to enact change.

    Lack of (free) competition creates opportunities for exploiters to siphon ill-gained money into their own pockets at all levels of the corporation, but it's always easiest for those that control the money flow to enrich themselves first. However, there is no reason why you can't use external controls to make it harder for exploiters when the organizations are weaken from lack of compeition.

  20. Re:Yes. on Should the US Copy Switzerland and Consider a 'Maximum Wage' Ratio? · · Score: 5, Insightful

    There is nothing equal about taking from one and giving to the other. (...) What matters is the wealth and progression of the middle class and the freedom to move freely through the classes, based on ones' abilities and desires.

    But reality is more messy than that, there are all sorts of people whose abilities and skills (ranked on how useful or desired by others) are a poor match for today's society. Having a system that only rewards those who fit in best is a recipe for disaster and dehumanizing/neglecting those that don't fit in / are less fit. Diversity is longterm strength, but more importantly we have the capability for rational compassion and care for others and the wealth to make supporting everyone a minor burden at worst. Anyone who has experience with family who cannot succeed financially, but brings them great joy otherwise could tell you how important compassion and care for others is for their entire family.

    Setting up a system that takes away the fears and worries about living with a decent quality of life: food, shelter, health care, meaningful work, etc brings unimaginable, but generally indirect (until something terrible happens directly to you or your family), benefits to all. Think reduced crime, more opportunity for someone to make the thing you've always wanted, etc. In a perfect world, this would be common sense and giving and support of others would be voluntary, but (especially in societies that emphasize the rightness of owning and hording regardless of the impact on others) the enforcing of distribution of wealth is a useful but blunt tool.

    In addition, in this particular example, capping pay has a direct benefit to the companies: the last sort of person we want running a large business/organization that is designed to outlast their tenure is someone motivated strongly by financial incentives. That sort of leader is a real risk to the organization as they will always make mistakes in their favour rather than sacrifice for the organization.

  21. Another recommend for GW2 on Ask Slashdot: MMORPG Recommendations? · · Score: 1

    Although it really depends *why* you play MMOs, for people that have less OCD collector/min-maxer and an interest in both casual exploration and challenging (PvP) gameplay, Guild Wars 2 is by far the best designed game I've seen in years. The skills and combat are well thought out (particular PvP) and are now quite finely balanced and tuned. They are also using an extremely fair monetization/content model where you get enough content for the price of the box, but they are also adding new content regularly every month for free. Plus WvW is a blast, virutal fantasy war should be a bucket list item for every gamer.

  22. Re:Fear and Paranoia... on Where Does America's Fear Come From? · · Score: 1

    I've always wondered by the US has any fears of invasion whatsover. The US is a massive country that is generally well populated throughout which basically makes it impossible to invade and the supply lines for any invader coming from the east and west are basically unsustainable given the size of the country as well. Your neighbours to the north and south have no incentive to attack nor any sort of militaristic culture. The US seems the safest country in the world in regards to invasion. If I was the dictator of the US I'd scrap the military nearly entirely. That money and man/brain power could be better spent making the US a real superpower to go down in the history books as true light shinging through the ages.

    Even through the lens of a nuclear war or WMDs it makes much more sense to invest in creating a country that no one fears and everyone loves rather than some form of fear of retaliation. Retaliation is a poor stick against smaller and smaller, but more and more powerful opponents. The only way to ensure that future superpowered opponents don't use WMD on you is to create a world where that is unthinkable. Unthinkable not through fear but through self-interest, laziness and education.

  23. Cat in Can? on Ask Slashdot: How To Get Open Source Projects To Take Our Money? · · Score: 1

    Might not work in this siutation, but perhaps posting a reward for a feature you wanted would be close enough to purchasing services?

    https://www.catincan.com/

    Certainy this seems like a good, and likely typical problem for someone to solve so that the interface between free software and large organization accounting mesh better.

  24. Re:Good on Bradley Manning Sentenced To 35 Years · · Score: 2

    I don't find him either a hero or a villian, just a young troop with serious personal issues who went attention-whoring without thinking it through despite his training.

    How was he attention seeking? He leaked the documents through the most protective and secure whistleblowing service ever created at that time. He never wanted to be identified but was exposed by someone he thought he could trust, but who didn't take any repsonsibility for the information that Manning shared with him and thus doomed Manning to his prison term.

    Leakers are in a difficult position, especially given massive databases of documents. One person could not possibly safely release all the documents, but he trusted Wikileaks to look through and responsibly release the documents (which they did along with other reputable news agencies). He had seen what he considered to be crimes in the documents he did look at, so it is reasonable risk to leak the entire corpus in hopes of illuminating more crimes. Wikileaks states "we may remove or significantly delay the publication of some identifying details from original documents to protect life and limb of innocent people."

    If you are a leaker, especially at that time, Wikileaks was a seemingly responsible choice. That all the documents eventually got released without redaction was a security mistake (by Wikileaks and others) that cannot be blamed on Manning. The important thing to remember is that exposing crimes of those with great power is extremely valuable and worth considerable risk and cost to those innocent of the crimes.

    More info: http://en.wikipedia.org/wiki/United_States_diplomatic_cables_leak

  25. mailpile ? on Ask Slashdot: Recommendations For Non-US Based Email Providers? · · Score: 1

    I have only recently heard about this project and haven't investigated too closely yet, but they seem to be trying to solve similar issues, and have an indiegogo campaign active:

    http://www.mailpile.is/