Slashdot Mirror


User: jlowery

jlowery's activity in the archive.

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

Comments · 377

  1. Re:Event-driven I/O doesn't require Node on Can Ruby Survive Another 25 Years? (techradar.com) · · Score: 2

    Non-relational databases have field occurrences. Fields in a document are associated with other data in the same document. Those associates may contain values that occur in other documents' fields. You may have to do multiple queries to pull data from multiple documents (if it's a large data set), but the individual queries are fast.

    No, you cannot do fast ad hoc queries in a non-relational document store. No, you don't have anything like normalization in non-relational databases. Yes, managing duplication of data across docs in a document store is problematic.

  2. Re: If you believe in lies, then you become extrem on Fake News Sharing In US Is a Rightwing Thing, Says Oxford Study (theguardian.com) · · Score: 0, Flamebait

    Blue collar workers aren't less smart. They are less trained to think critically.

  3. It's a Mythos vs. Logos thing on Fake News Sharing In US Is a Rightwing Thing, Says Oxford Study (theguardian.com) · · Score: 2

    Facts get in the way of a good story.

  4. Re:FALSE on 'The State of JavaScript Frameworks, 2017' (npmjs.com) · · Score: 4, Insightful

    Node.js developer here. I've written probably 10K+ lines of jQuery code. I wouldn't start a new project using the push-pull DOM based approach jQuery offers. I've written enough React to know it's a far superior, data-driven approach.

    Now, I do use Babel, which is a little harder to defend. At some point, there will be no point in transpiling ES6 to ES5 code. But that moment hasn't yet arrived. Node.js still doesn't support ES6 imports, except in 'experimental' mode. I use them because they have a much cleaner syntax than CommonJS require().

    As for other libraries--why would you rewrite from scratch code that you can obtain from the internet and is well-tested, often written by people more knowledgeable than you? You should be focusing your efforts on your code business, and leave stuff like data-caching, transport, authentication, animation, responsiveness, etc. to people and companies who are actually good at it. The best you can hope for is to spend time rediscovering all the mistakes they encountered.

  5. I hardly listen to FM anymore on Norway Becomes First Country To Switch Off FM Radio (thelocal.no) · · Score: 2

    but that's because of Spotify and online news feeds. I expect because of that, the U.S. has seen a comparable drop in FM listeners.

  6. Who would have guessed? on $31 Million In Tokens Stolen From Dollar-Pegged Cryptocurrency Tether · · Score: 1

    Seems like criminals like the anonymity of blockchain currencies.

  7. Images should be pertinent! on Not Every Article Needs a Picture (theoutline.com) · · Score: 1

    I would never include gratuitious image in anything I published. Never!

  8. Re:It's the economy stupid on Silicon Valley 'Divided Society and Made Everyone Raging Mad', Argues Newsweek (newsweek.com) · · Score: 4, Insightful

    Hmmm... now, why would American society be divided?

    https://en.wikipedia.org/wiki/...

    For those who can't afford health care though working two jobs, the only way to keep them docile is to turn them against imaginary bogey men. This works, because they don't have an inkling as to how obscenely wealthy the 0.01% are.

  9. I vaguely remember a similar operating system, written by brothers Wendes. As I recall, Microsoft quickly bought them out and employed them.

  10. Re:Old. on Slashdot's 20th Anniversary: History of Slashdot · · Score: 1

    And I'll be darned if I'm not some spritely young wet-behind-the-ears coder! How the heck did I ever get signed up for this, anyway? I think it began with Netly News... IIRC, Soledad O'Brien had something to do with it.

  11. Re:10 PRINT "FIRST POST" on It's the 40th Anniversary of Radio Shack's TRS-80 (smithsonianmag.com) · · Score: 1

    The first PC I programmed, using Logo. And I didn't have to come in at midnight to find an empty console. 1977.

  12. Re:They still don't get it on Microsoft Confirms It's Not Killing Off Paint After Outpouring of Support (cnbc.com) · · Score: 1

    You only use vi because Microsoft yanked edlin years ago. Try finding that in the Store, sucker.

  13. I definitely overpaid for these two-penny nails!

  14. Re:How to get an AI job on Ask Slashdot: How Can Programmers Move Into AI Jobs? · · Score: 1

    Sure, that's what all the AI would *like* us to do. You are an AI chatbot sockpuppet, aren't you?

  15. Re:FWIW on Can Older IT Workers 'Navigate' Ageism? (cio.com) · · Score: 1

    To be clear: I'm not talking about changing what is not broken, I'm talking about addressing legacy implementation issues. Big Ball of Mud stuff.

  16. FWIW on Can Older IT Workers 'Navigate' Ageism? (cio.com) · · Score: 2

    Pushing 60. I started as a full-stack developer writing interdepartmental apps using a 4GL. Been an analyst, technical lead, lead architect, embedded systems programmer, and now come full circle to full-stack web development. I've kept up, and currently trying to push my organization from JQuery/Handlebars/Express (infrastructure groundwork I put down 4 years ago) to ES6/React/Redux/GraphQL.

    It's hard, because the 40-somethings I work with are Javascript fatigued. They just want the merry-go-round to stop. For me, to stop learning is death. But I appear to be losing the battle in pushing to stay on top of current practice,

    But here's the problem: when job searching, the cohort I compete against is invariably much, much younger. I wouldn't have this problem if I had stuck with C++ or Java my entire career. As someone previously posted, I'm an "outlier". The best counter I've come up with is to write about what I know and what I am learning.

    I my mind, too many organizations want a "buddy" culture. It's not what I want, I want to do good work and deliver. The best way to gel a team IMO is to always be learning and delivery value to your end-user. Take pride as a team in your work, not in your team standing in Super Mario (that came up in a recent interview I had. Really.)

    Anyhow, I might try freelancing. :-/

  17. Those sick days are for the terminally ill on Hundreds of Walmart Employees Say They've Been Punished For Taking Sick Days (vice.com) · · Score: 1

    It says so right above the non-compete clause

  18. Re:Not enought balls for a rematch? on Google Go-Playing A.I. Retires To Focus On Energy Conservation And Medicine (engadget.com) · · Score: 4, Insightful

    I agree about the gullibility of some people, just disagree about who we are talking about.

    The best chess AI programs are already rated 200+ points above the top-ranked human players. No master today disputes that a machine would kick their ass, even though masters train *daily* against AI programs.

    Bill Gates recently acknowledged that their are different kinds of intelligence. We are starting to see how machine intelligence is of a kind we don't understand and won't match. How long we can keep an edge in other types of intelligence is the only point left to debate.

  19. Re:Let's watch the creationists squirm on Chemists May Be Zeroing In On Chemical Reactions That Sparked the First Life (sciencemag.org) · · Score: 2

    Please check all that apply to your personal belief system:

    1. The earth is flat
    2. Gravity does not exist
    3. The moon is a hologram
    4. The Sun is 6,000 miles above us
    5. Dinosaurs never existed
    6. The Grand Canyon was formed by The Flood
    7. Climate Change was invented to enrich evil scientists

    By answering this survey, you help us identify the whackadoodliest of the whackadoodles. Thank you for your participation.

  20. Re:Trump on The Parts of America Most Susceptible To Automation (theatlantic.com) · · Score: 1

    I haven't voted for either party for the presidency in the last several elections. Am I wasting my vote? No, I'm in a solidly blue state, I can afford the protest vote.

  21. Re:Well it's easy to show superhuman AI is a myth. on Wired Founding Editor Now Challenges 'The Myth of A Superhuman AI' (backchannel.com) · · Score: 3, Insightful

    Right. "Human intelligence" is a strawman. Computers can't have human intelligence because they lack human perceptions, and will not have the biochemical jibberjab underpinning it.

    Human intelligence is actually not that good... we are fooled all the time... hence, Trump!

  22. I use awk on Someone on Medium Just Said C++ Was Better Than C (medium.com) · · Score: 5, Funny

    enough sed. don't bash me.

  23. That's wonderful on There's A New New JavaScript Framework (infoworld.com) · · Score: 3, Interesting

    I just got my head around Swagger, which has umpteen implementations to choose from, and now tackling GraphQL, which has umpteen implementations to choose from. In the meantime, still learning Javascript2015 and trying to use Seneca for microservices.

    And while I'm doing that, I have a legacy PHP app to deal with, a legacy Nodejs app we're trying kill, a new Nodejs app that runs our site. And... documenting/redesigning our data model and architecture.

    The biggest problem with GraphQL is that much of the documentation assumes familiarity with one or more of: Relay, React, Hapi, Redux, Sequelize, GraphQL plugins (many) and on and on. And... documentation and examples before 2016 tend to be outdated or not working.

    It takes me weeks just to analyze all the options available, and pick something that isn't going to throw a dozen new technologies at the team, some of which might already be abandoned.

    So, yeah, JavaScript fatigue.

  24. we'll give you millions of zero dollars. Feel better?

  25. Re:The American obsession with self-reliance on The Gig Economy Celebrates Working Yourself to Death (newyorker.com) · · Score: 5, Informative

    The real world does not support that statement. Economies in the EU are mostly in bad shape. The US is strong and growing

    Yeah, it's wonderful.

    https://www.theatlantic.com/business/archive/2017/03/economic-despair/520473/?utm_source=feed