Slashdot Mirror


User: hackula

hackula's activity in the archive.

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

Comments · 923

  1. Re:Bad data on Tech's Highest-Paid Engineers Are At Juniper · · Score: 2

    Anyone have any idea how the schools can stay so bad, even with all the upper middle class engineers in the area? It stands to reason that they would not be AS good as the places where all the high dollar investors and execs would live, but 150k average for a few given neighborhoods should provide plenty of taxable income to maintain a decent, safe school district.

  2. Re:that ship has sailed on RMS: How Much Surveillance Can Democracy Withstand? · · Score: 4, Insightful

    This. It is not about everything being private all the time. It is about choosing who sees what. Corporations should be required to disclose disclosures of my information, and the government should have no ability to circumvent that without a warrant. I have no problem with the plumber coming into my house while I am at work. I do have a problem if said plumber is forced to allow the police in at the same time.

  3. Re:Females? on The Changing Face of Software Development · · Score: 1

    Silence HuMON!

  4. Re:Or Maybe... on Silicon Valley's Loony Cheerleading Culture Is Out of Control · · Score: 1

    This has been the opposite experience of me and just about every programmer I know. It is trivial to get a job these days as a programmer. If you do not know any of the hip languages, then learn one over the course of a month on your weekends. A competent programmer in XYZ obscure language from the 80s can pick up Rails or .Net well enough to get through an interview in no time.

  5. Re:Dominican Republic, Iran and Thailand stats on Open Source Mapping Software Shows Every Traffic Death On Earth · · Score: 1

    The mopeds are largely what made the DR crazy. I saw 5 person families crammed onto one moped, while the father (who was driving) also carried a large propane tank off the side.

  6. Re:Open source? on Open Source Mapping Software Shows Every Traffic Death On Earth · · Score: 1

    I believe they run on TileMill, which is node.js engine built on top of Mapnik. Mapnik is LGPL http://mapnik.org/licence/. Tilemill is under BSD

  7. Re:Dominican Republic, Iran and Thailand stats on Open Source Mapping Software Shows Every Traffic Death On Earth · · Score: 2

    I just got back from the DR... wholly shit driving is insane there. Having a motorcycle driving towards you on the wrong side of the highway median at night with no lights on the bike was a regular occurrence. Also, basically every driver on the road after 7pm is 100% hammered drunk. Driving in Santo Domingo feels like real life Frogger.

  8. Re:the problem of finishing software projects on Notch Shelves Space Game 0x10c, Cites Pressure, Desire To Work On Small Projects · · Score: 1

    As the saying goes: The first 90% of the project takes 90% of the time, and the last 10% of the project takes the other 90% of the time.

  9. Re:Emacs on How One Programmer Is Coding Faster By Voice Than Keyboard · · Score: 2

    "Computer! Colon Q! Return!"

  10. Re:at some point... on The College-Loan Scandal · · Score: 1

    My tuition at the time was ~3000 per year at the community college. We did have a grant in my state which gives you 2500 as long as you have a 3.0 or higher (trivial at most community colleges in the first 2 years). In fact, if you do a science degree, they double it to 5000/yr, which means you would actually be getting paid to go to school. I paid more for books during those years than I did for tuition.

  11. Re:at some point... on The College-Loan Scandal · · Score: 1

    Which is why I specified "most degrees". IME degrees like engineering or bio take far more time.

  12. Re:Web app? What's that? on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    Phishing has nothing to do with this and man-in-the-middle will hit a native app that connects to the web in the exact same ways.

  13. Re:at some point... on The College-Loan Scandal · · Score: 1

    6k is the current instate tuition for the top state school where I live. Add on housing (around 6k for an ok, kinda dumpy, but acceptable apartment), and other expenses at about 8k (you could probably live on a lot less) and it comes out to about 20k total per year. Go to a community college the first two years for practically free (and save while you do with a part time job ~10$/hr, which can be found in any restaurant job). Pay full on the junior year with the savings and continued income. Get a co-op in your senior year and just pay cash (engineering internships regularly pay 20/hr+). Even if you cannot make it work, take out 5-10k in debt to get by, not 100k to bankroll the entire thing.

  14. Re:at some point... on The College-Loan Scandal · · Score: 3, Insightful

    25k is an expensive tuition. Most tech schools have programs for 3k/yr or less, and many states have perfectly acceptable schools with tuitions 6-10k/yr for instate. The whole "100k in student debt" story is completely ridiculous. Unless you now go by Dr, if you paid 100k for your education you got fleeced.

  15. Re:at some point... on The College-Loan Scandal · · Score: 1

    I did the same thing, but from 2007 to 2010. I spent the first year at a community college which is practically free in most states, but the credits all transfer. Then I went to a state university. I worked my way through. I did end up with 2k in debt, but I was able to pay it off in a few months after graduation. I honestly missed out on pretty much nothing. Most degrees take about 25 hours of work per week, then the rest of the time you have free for working or video games.

  16. Re:To The Metal? on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    flew on hardware that was thousands of times less powerful (like scrolling through a very large source code file)

    I doubt that Atari had an IDE that was constantly checking for code trees, pre-compilation analysis, syntax highlighting, etc. I can open up a 1GB text file in Sublime Text and scroll just fine.

  17. Re:Not as long as we have to write them in javascr on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    Sure, if assembly was trivial to read and understand. Coffeescript is about as nice looking as languages get. Use that. With new code mapping capabilities being released, you could probably get by without really understanding any js.

  18. Re:Not as long as we have to write them in javascr on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    AMD, CommonJS, requireJS, and many others allow you to write modular js. Take your pick. npm is the major selling point for me on js. None of the dll hell I had on .Net with large projects.

  19. Re:Can we please stop reimplementing the wheel? on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    Host your own then. There are some oss google docs replacements out there. Even easier might be an oss dropbox alternative.

  20. Re:Performance, cause Email needs the 3Ds on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    Not to mention well written js is insanely fast with V8. On some metrics it can actually beat C with both using their respective standard code idioms (of course, C will always be faster with enough optimisation).

  21. Re:Web app? What's that? on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    or handle sales contacts,

    Salesforce seems to be pretty popular, flexible, and powerful from where I am sitting. Our sales team switched over a while back and has not looked back.

  22. Re:Web app? What's that? on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    Such as? The web has plenty of security holes, but I can think of pretty much zero that are inherent to HTML and that could not also be present in a desktop app connected to the web.

  23. Re:Could Browsers Settled on an Alternate Language on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 1

    I will become an accountant before I have to go back to using .Net and Visual Studio again. Everything works like a dream... until it doesn't. The Law of Leaky Abstractions was enough to move me to commit to learning a language that did not implicitly require an IDE.

  24. Re:Could Browsers Settled on an Alternate Language on Web Apps: the Future of the Internet, Or Forever a Second-Class Citizen? · · Score: 2

    Most of the criticism I see around javascript comes from people who know almost nothing about javascript, much less writing quality javascript. Read "Javascript, the good parts", and js becomes an extremely powerful and flexible language. Trying to cram OOP into a language centered around functional paradigms seems to be the source of most people's issues with the language. As for the DOM... the DOM is a pretty sane system, until you need to support 3+ browsers of differing quality. The language is really not that big of deal anyway. Look at iOS, which uses a language many would say is no where up to snuff with other modern languages.

  25. Re:Basis for discrimination on US IT Worker Files Hiring Lawsuit Against Infosys, Class Action Proposed · · Score: 4, Insightful

    Pay 20% above the market rate and you will have no problem finding devs. Just saying..