Slashdot Mirror


User: mrflash818

mrflash818's activity in the archive.

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

Comments · 433

  1. Huzzah on Microsoft Losing the School Markets To iPads and Chromebooks · · Score: 1

    This news is pleasing. I hope it is the start of many more such reports.

  2. caesium 137 bioaccumulates on Fukushima Radiation Nears California Coast, Judged Harmless · · Score: -1

    caesium 137 bioaccumulates.

    Concentrates its way up the food chain.

    There is no safe minimum dose once it is in your body, slowly disintegrating, radiating into your organs and cells.

    http://www.ncbi.nlm.nih.gov/pm...

  3. caesium137 has an approx 30yr half-life on Fukushima Radiation Nears California Coast, Judged Harmless · · Score: -1, Flamebait

    It will take about 100yrs for the amount of fukushima caesium 137 released into the environment to diminish to only ~10%.

    Years since event | caesium137 remaining
    30yrs | 1/2
    60yrs | 1/4th
    90yrs | 1/8th

    One. Hundred. Years.

  4. Hand crafted, as in beer on New Book Argues Automation Is Making Software Developers Less Capable · · Score: 1

    Hand crafted code and makefiles will probably yield a superior result.

    Studies showing the errors per thousands of lines of code in open-source vs proprietary software, time and time again, seems to support such an assertion.

  5. Um, on Joey Hess Resigns From Debian · · Score: 1

    Um, !

  6. EROEI? on Scotland Builds Power Farms of the Future Under the Sea · · Score: 2, Interesting

    What is going to be the Energy Return On Energy Invested?

    How expensive to install and maintain, as sea water is much harsher than having a wind turbine in atmosphere?

    What is the expected lifetime of each generation unit?

  7. Huzzah on GNU Emacs 24.4 Released Today · · Score: 1

    Emacs is still my favorite programming editor.

    Looking forward to using this latest version.

  8. gpg on Snowden's Tough Advice For Guarding Privacy · · Score: 4, Informative

    gpg, when you can.

    To encrypt, but have the encrypted output be encoded as text (so can be put copy/paste into an email)
    gpg --symmetric --cipher-algo AES256 --armor example.txt

    (gpg will then ask for a passphrase, make it long, as random as possible, upper and lower case, a punctuation, and a number)

    TO DECRYPT
    gpg example.txt.gpg

    Steve Gibson has a very cool Internet resource for helping people learn about password strength: https://www.grc.com/haystack.h...

    Per the haystack page:

    Example passphrase = search space size

    64characters of hex = 4.13 x 10^99

    63characters of hex, plus adding a punctuation symbol = 4.93 x 10^117

    62characters of hex, plus adding a punctuation symbol, plus adding an upper case letter = 3.79 x 10^126

  9. Debian Stable on What's Been the Best Linux Distro of 2014? · · Score: 1

    I use it. I recommend it. It gets my vote.

  10. sudo aptitude safe-upgrade on Remote Exploit Vulnerability Found In Bash · · Score: 1

    sudo aptitude update;
    sudo aptitude safe-upgrade;

    done.

  11. Habits can adjust to when renewables are best on Is Storage Necessary For Renewable Energy? · · Score: 1

    If peak PV power is mid-day, then do energy-intensive tasks mid-day, if there starts to be a significant amount of PV energy available.

    Certainly some appliances, like clothes washers, dish washers, and clothes dryers could be programmed and scheduled for mid-day use, while you were at work.

  12. Learn fundamentals, and a hot button on Ask Slashdot: "Real" Computer Scientists vs. Modern Curriculum? · · Score: 1

    One of my favorite Computer Science instructors said to us: Learn the fundamentals, and a hot button.

    A hot button is the 'new cool thing' that everyone is asking for.

    The fundamentals are, well, the fundamentals.

    So, when I went to school to work on my Bachelor's, we used ADA, c, c++, x86 assembly. ADA was for the "intro to computer science", clang was for many, I chose to use c++ for compiler class. x86 assembly was for assembly language programming.

    Back then Java was the new thing, so I made sure to take Java as an elective.

    So for YOU, figure out what is hot, learn it, but also learn your fundamentals. Knowing how to allocate, use, and return system resources is a fundamental. That fundamental is used for working with Files, Memory, Databases. I would dare day that also learning to work with exception handling (c++/java) is a good fundamental. If you think 'old school' programming is an interest, then being comfortable with clang pointers would be good as well.

  13. I would rather pay for a set bandwidth cap on Verizon Throttles Data To "Provide Incentive To Limit Usage" · · Score: 1

    I would rather pay for a set bandwidth, unlimited usage at that bandwidth level, than "faster, but you get charged penalties for exceeding your monthly cap."

    My DSL used to be unlimited, _real_ unlimited, and I miss that type of service/honesty/product.

  14. SCALE - http://www.socallinuxexpo.org on Ask Slashdot: Good Technology Conferences To Attend? · · Score: 2
  15. xkcd on Getting Back To Coding · · Score: 1

    : )

  16. c/c++, vi/emacs, make, ddd on Getting Back To Coding · · Score: 5, Informative

    c/c++, vi/emacs, make, ddd.

    Lots of good years of use, likely many more years of usefulness, too.

  17. My local LUG (Linux Users Group) on Ask Slashdot: Where Do You Get (or Share) News About Open Source Projects? · · Score: 1

    /. debian.org/news, and my local Linux Users Group (LUG)

  18. sudo vi /etc/hosts on Verizon's Offer: Let Us Track You, Get Free Stuff · · Score: 1

    sudo vi /etc/hosts

    127.0.0.1 <tab> verizon.com

    :w
    :q

  19. I think programming is fun again on 'Just Let Me Code!' · · Score: 1

    I think programming is fun again, like it was in college, now that I quit doing it as a profession, and now do it as a hobby.

  20. One Windows on Microsoft's CEO Says He Wants to Unify Windows · · Score: 0

    "One Windows to rule them all, One Windows to find them,
    One Windows to bring them all and in the darkness bind them" -- http://en.wikipedia.org/wiki/O...

  21. Never had to use any college math on the job on Math, Programming, and Language Learning · · Score: 1

    Knowing the concepts may have helped for some work I have done, but, I have never used any advanced math for paid programming.

    Five years as a J2EE developer: zero use of any advanced math for work projects.

    Numerical methods (using Fortran) was just in school.
    Calculus, linear algebra, and such: just in school.

    Big-O notation, to pick algorithms and STL objects, sure, but probably doesn't count as 'math' for this article.

    Since only a fraction of Computer Science graduates will work at a science shop (JPL, etc), I think some of the math requirements are a bit unfair. Perhaps I am just a low-range "Forrest Gump" programmer, but my personal experience was the actual math was burdensome to do to work towards a Computer Science degree.

  22. Emacs, vi, IDE on Ask Slashdot: Correlation Between Text Editor and Programming Language? · · Score: 3, Insightful

    In that order.

  23. Scholorships on Tech Workforce Diversity At Facebook Similar To Google And Yahoo · · Score: 1

    Lets start seeing some sponsored scholarships to organizations like SACNAS ( https://sacnas.org/ ) by these companies, if we want to promote more diverse geek workforce, and not just give lip-service about it.

  24. Cash is King on The Security Industry Is Failing Miserably At Fixing Underlying Dangers · · Score: 2

    Thanks to all of this, and the NSA/GCHQ Orwellian Internet world, I no longer do any commerce online.

    Online for me now is chatting, posting, blogging, /., emailing, sharing source code.

    I no longer do any purchases, or access any online systems that deal with money (banks, credit unions, etc), via the Internet.
    Even in the real world, I try to only get my cash via walk-up to a bank teller. No more ATM use. No more credit card/debit card use, if I can at all help it.

    Is trying to do a cash-only lifestyle a total time suck, and inconvenient? Yep.

    I am certain I can still be a victim, but I am doing what little I can to not be an easier target.

    "Always look on the bright, side of life..." -- Monty Python

  25. I do not do it because I want to on Workaholism In America Is Hurting the Economy · · Score: 1

    I do not do it because I want to as a direct desire.

    I do it because I love my family, and they depend on my income, so I try to make sure, like running away from zombies and not being slowest..., that I am not the least productive worker, m'kay?