Slashdot Mirror


User: JadeBurton

JadeBurton's activity in the archive.

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

Comments · 9

  1. Re: Think outside the box on Oceans Could Soon Not Have Enough Oxygen To Support Marine Life (iflscience.com) · · Score: 0

    Is the cure that bad? I think most of the west can afford a substantially higher electricity bill. And with falling wind/solar prices, it's not even that bad. Our rapid development was financed by trashing the planet for more than a century. We borrowed a lot, now it's time to pay back the debt.

  2. Re: Doesn't surprise me at all on Researchers Accidentally Make Batteries That Could Last A Lifetime (computerworld.com) · · Score: 0

    Btw isn't the whole point of a battery to use corrosion while discharging? I wonder how it works if the gold can't corrode.

  3. And I believe electric engines for jet-like aircraft currently require superconductors to keep the size practical. And that is a headache on its own.

  4. Re: Opt for Swift, not Kotlin. Please! on Google May Adopt Apple's Swift Programming Language For Android, Says Report (thenextweb.com) · · Score: 0

    This. And with C# they don't have the annoying habit of changing the core syntax with every language version in a breaking way. They literally just changed the syntax for for loops in Swift. I've never seen that done before, and I couldn't believe it. C# is fast, mature, and modern.

  5. When I lived in Australia the consumer watchdog did a pretty good job at making sure cancelling contracts was easy. When I came to EU I was shocked by "auto renewing" contracts. That shit should be illegal. And the whole "please send us a signed letter in snail mail" to cancel a subscription is total bullshit.

  6. Re: Totaly agree on Study Says People Who Continually Point Out Typos Are 'Jerks' · · Score: 0

    It may show my immaturity, but I still giggle a bit whenever I type "pubic" or "cunt" while programming.

  7. Re: So Many on Researchers Claim Success In Removing HIV From Living Cells (nature.com) · · Score: 0

    You can climb up onto your moral high horse and suggest that people get what they deserve. Or you can help people who need it, even when you don't have to. It's called not being an asshole. And if you can't do that, at least acknowledge that healthcare costs for everyone would drop if a cure was found, so it would still benefit you.

  8. Re: Next year on 7 Swift 2 Enhancements iOS Devs Will Love · · Score: 0

    Swift is not a good example of an innovative language. Apple just wants something that is different enough to assist developer lock-in. That's what they used to love about Obj-C: it was resistent to being ported, thanks to its incredibly weird method-calling syntax.

  9. Re: Next year on 7 Swift 2 Enhancements iOS Devs Will Love · · Score: 0

    I agree re figuring this basic stuff out before v1. Actually I wish Apple would save us all the hassle of sharing their experience of "learning how to make a programming language". Buy MS already and take C#, a mature and generally well-regarded language. C# 1 was usable and they didn't make weird fundamental changes constantly afterwards as Apple is with Swift. Making programming languages is kind of a well understood domain, but Swift smells like hipsters fresh out of uni to me, learning from their mistakes as they go.