Slashdot Mirror


User: MAXOMENOS

MAXOMENOS's activity in the archive.

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

Comments · 1,324

  1. O'Reilly Open Source Convention (OSCON) on Ask Slashdot: Good Technology Conferences To Attend? · · Score: 1

    OSCON is held every July in Portland, Oregon, and focuses on open source solutions to all sorts of IT needs. They have specific tracks for public sector and education. Plus, there's good beer.

  2. My thoughts on these selections. on Programming Languages You'll Need Next Year (and Beyond) · · Score: 3, Interesting

    CSS/JavaScript/HTML5 is plainly obvious. Everything from Microsoft to mobile hybrid development relies on this these days.

    C# is the standard language of the Microsoft stack --- in fact, the bulk of MS-stack training is in C#, with only a smattering in VB.NET.

    Java is the COBOL of the early 21st Century. It isn't sexy anymore but it will always be around.

    PHP is used in a lot of web applications. I wish it weren't. In fact, I'd really rather see Ruby on Rails take over this space.

    If you're going to program native code, you could learn Swift, sure. You could also learn Rust (Mozilla's systems-level language with significant buy-in from Samsung) for device programming. If your goal is to write native apps, your best bet for Android is actually Java. By the way, one can also design native apps in Java (the code is Swing-like) and compile them to native apps for iOS or Android using Codename One, and I imagine a few shops will pick up that practice.

    I like Erlang as an honorable mention. I'd also add two others: Python (especially for data analysis) and PowerShell (which will set the grown-up Microsoft sysadmins from the point-and-click kids).

  3. Hubert Dreyfus on Interviews: Ask Dr. Andy Chun About Artificial Intelligence · · Score: 2

    Have you read Professor Dreyfus's objections to the hopes of achieving "true AI" in his book What Computers Can't Do? If so, do you think he's full of hot air? Or, is the task of AI to get "as close to the impossible" as you can?

  4. About average for West Texas? on Texas Town Turns To Treated Sewage For Drinking Water · · Score: 4, Funny

    A glass of the finished product, sampled at a downtown restaurant, tasted about average for West Texas.

    So the water tastes like shit. Good to know.

  5. His other project -- electoral-vote.com on Prof. Andy Tanenbaum Retires From Vrije University · · Score: 5, Informative

    So...Dr. Tannenbaum's other project is Electoral-vote.com (2), an election prediction site (and one of the first). Any clue what's going to happen to that?

  6. Unfortunately on Python Bumps Off Java As Top Learning Language · · Score: 2

    That means I have to REALLY step up my Python chops if I want to compete.

  7. Which raises the critical question: on Python Bumps Off Java As Top Learning Language · · Score: 5, Interesting

    2.x or 3.x?

  8. Needs a lot of work. on 3D Windowing System Developed Using Wayland, Oculus Rift · · Score: 1

    I'm sure this technology has a lot of potential. Right now it drives me nuts just looking at it. The windows jitter too much and make me want to take my glasses off and rub my eyes 5 seconds into it.

  9. Re:Online? on Starbucks Offers Workers 2 Years of Free College · · Score: 2

    The difference is that ASU will actually confer a degree for all that online classwork, provided the student gets good enough grades. Once can even obtain degrees in EE or CS through their online program. The main thing the student misses out on is campus life.

  10. Re:wait wait wait on Portland Edges Closer To Google Fiber · · Score: 1

    While true, Verizon doesn't come to all neighborhoods - and there's no way I'm doing business with Comcast.

  11. Time to consider another Skylab? on Getting the Most Out of the Space Station (Before It's Too Late) · · Score: 1

    Remember Skylab? It was America's first space station, and lasted 1973-1979 (before it burned up on re-entry). We got a lot of good science out of that station, and maybe it's time we do it again.

  12. On the other hand on Apple Says Many Users 'Bought an Android Phone By Mistake' · · Score: 0

    If you're a Manager and you have an Android, the other Managers will laugh and you, or at least not take you seriously.

    Q: Where'd you hear that crap?

    A: A well-respected management consultant, who otherwise knew what he was doing.

  13. Re:Correction on Goodbye, Ctrl-S · · Score: 2

    I can hardly wait for my EmacsBook!

  14. Correction on Goodbye, Ctrl-S · · Score: 1

    Surely you mean C-x C-s.

  15. How to destroy net neutrality in three easy steps on FCC Votes To Consider Next Round of 'Net Neutrality' Rules · · Score: 1
    1. Get the FCC to allow ISPs to make sweetheart deals with content providers, but subject to FCC supervision. (Done)
    2. Starve the FCC of resources so that supervision becomes impossible. One way to do this: refuse to appoint FCC commissioners, so that they can't form a quorum --- just as happened to the FEC in 2008.
    3. Profit! (Literally!)
  16. Editorial on Comcast Predicts Usage Cap Within 5 Years · · Score: 5, Insightful

    Headline: "Comcast predicts storage cap"

    Story in a nutshell: Comcast exec predicts bandwidth cap.

    WTF?

  17. Probably a better question... on Ask Slashdot: Minimum Programming Competence In Order To Get a Job? · · Score: 1

    ...is how do you get a job and then succeed at it for longer than a year or so.

    For that second part, my main recommendation is this: Don't be a bottleneck. As to how to carry out that part, there's plenty of good advice in the comments above, but your goal should be to solve problems quickly and produce solutions faster than expected whenever possible.

  18. Re:Guy who makes $150K a year... on Ask Slashdot: Minimum Programming Competence In Order To Get a Job? · · Score: 1

    Since Node.js made it possible to write server-side logic in JavaScript.

  19. What distro? on US Military Drones Migrating To Linux · · Score: 4, Funny

    Red Hat Military Edition? Killbuntu? Debian For Drones?

  20. Worth pointing out on Women Increasingly Freezing Their Eggs To Pursue Their Careers · · Score: 1

    The grandparent post ("And people still assert this...") cites actual data. The parent post cites a movie and a demotivational poster. Which is the better argument?

  21. Logitech TrackMan Marble Mouse on Ask Slashdot: What Tech Products Were Built To Last? · · Score: 1

    I've had mine 15 years. I had to buy a PS/2 to USB adapter and occasionally clean out built-up dust. Once in a great while I miss not having a mouse wheel. Otherwise it's given me no issues. Added bonus, it's saved me from carpal tunnel.

  22. Query on Detroit: America's Next Tech Boomtown · · Score: 2

    If true, this is great for Detroit. That said, what the heck is the "natural average" of job growth?

  23. Divide your changes into groups on Ask Slashdot: System Administrator Vs Change Advisory Board · · Score: 1

    90% of your changes won't have any effect on production systems. Just lump those together under "Routine changes to UNIX/Linux production environments" and explain that you've tested those on your sandbox network.

    10% of your changes will impact your production systems, even if it's just because it's upgrading Apache or some Perl module that your systems use. This can be as trivial as "updated Perl module; ran complete unit, load and regression tests, everything works fine." to "This is a kernel patch that requires us to power cycle each box. Here is our plan to do this in a way that generates no application downtime." Those are the changes CAB is meant to catch. Document each one in a different request. Document them clearly and thoroughly. Run them by people whom you trust to write good English. Make sure that your deployment, testing, and rollback plans are solid, and document them thoroughly in each request.

    After a while, you'll get really good at this, and people will trust your requests.

  24. Don't start on the desktop on Ask Slashdot: How To Start With Linux In the Workplace? · · Score: 3, Informative

    In my experience it's much easier to get Linux in the workplace as a server, and here there's lots of areas where it's as good as or better than Windows. Start with a LAMP server for internal web; use it to host a Wiki for documentation.

  25. Four quarks! on LHCb Confirms Existence of Exotic Hadrons · · Score: 3, Informative

    Master Mark will have a field day!