Slashdot Mirror


User: Pseudonym

Pseudonym's activity in the archive.

Stories
0
Comments
5,184
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,184

  1. Re:Salute to you Sir! on Python Language Founder Steps Down (zdnet.com) · · Score: 1

    Yeah, I make a living fixing Haskell code written by morons.

  2. Re:Confused about the ruling on TSA Screeners Win Immunity From Abuse Claims, Court Rules (reuters.com) · · Score: 1

    Sovereign immunity, as I understand it, is supposed to mean that a state's government cannot be sued in a different state's court unless it has consented to it. So, for example, you can't sue the US government in a Canadian court unless the US government has consented to it (say, via a treaty or a contract).

    Obviously the same cannot be said for individuals, which is why we can try leaders or perpetrators for war crimes.

  3. Re:Not immune from public ostracism... on TSA Screeners Win Immunity From Abuse Claims, Court Rules (reuters.com) · · Score: 1

    Does anyone know if you can hire woodchucks?

  4. Re:Thankyou on Python Language Founder Steps Down (zdnet.com) · · Score: 1

    A typical Hotspot VM has something like three interpreters and a JIT compiler. Modern Java is essentially designed to waste RAM.

  5. Re:Maybe At Last It Can Have a Non Whitespace deli on Python Language Founder Steps Down (zdnet.com) · · Score: 1

    I agree. Of all the hurdles preventing anyone from shipping production-quality code in Python, this is by far the lowest.

  6. Re:Questions and observations on Python Language Founder Steps Down (zdnet.com) · · Score: 1

    Let's just say I've had that sig for a while.

  7. Re:Questions and observations on Python Language Founder Steps Down (zdnet.com) · · Score: 4, Interesting

    And the mandatory whitespace is just idiotic, sorry but it is.

    Python just implements it badly. Nobody complains about mandatory whitespace in Haskell, partly because it doesn't have Python's rough edges, and partly because it isn't strictly mandatory.

  8. Re:Questions and observations on Python Language Founder Steps Down (zdnet.com) · · Score: 2

    You can't have a high level language that supports threading and is also easy to use unless you have a GIL. Or at least, if we presume that you absolutely have to have a C/C++ interface for libraries, then you need a GIL to have threads.

    Rubbish. Even for extremely simplistic implementations, you don't need a GIL where a "global foreign function interface lock" would suffice.

    Most C and C++ libraries are thread safe (for some definition of "thread safe") these days, and any non-toy language with a C foreign function interface can cope with this just fine. This is doubly true of declarative languages, which tend to go to a lot of trouble to ensure that you can call pure functions in C with no locking overhead.

  9. Re:Questions and observations on Python Language Founder Steps Down (zdnet.com) · · Score: 2

    Remind me never to hire you.

  10. Re: Questions and observations on Python Language Founder Steps Down (zdnet.com) · · Score: 2

    Or to put it another way, Python is the 8-bit interpreted BASIC of the 21st century.

  11. Re:Salute to you Sir! on Python Language Founder Steps Down (zdnet.com) · · Score: 4, Interesting

    You can tell a lot of thought was put into Python, but almost exactly none of that thought came from anyone who knew more than a couple of programming languages. Python reimplements many of the mistakes of the past, and not very well.

    IT would indeed be poorer without Python. There's a whole cottage industry in getting rich from fixing broken Python code.

  12. Re:Hammers servers though on 'RSS Has Already Won' (brianschrader.com) · · Score: 1

    That's why you use Feedburner, or whatever the modern equivalent is.

  13. I'd be happy with just an escape key. #BehindTheMac is a programmer trying to switch modes in vim.

  14. I'd rather they try something and fail rather than do nothing at all.

    Nonetheless, either they didn't let any programmers at Apple try out the 2016 MBP keyboard, or programmers at Apple have a worse workflow than I thought.

  15. Kia ora, mate.

    Your response checks out. It's easily the most New Zealand thing I've seen all day.

  16. He's not one of your New Zealand cousins.

    The AC respondent correctly interpreted my meaning. If the New Zealand legal system mistreats anyone, that's a problem for New Zealanders.

  17. Re:Hard to pick sides on Kim Dotcom Can Be Extradited To US On Copyright Charges, New Zealand Court Rules (yahoo.com) · · Score: 2, Insightful

    Because even the sleaziest people in the world are, sometimes, legally in the right.

    Kim Dotcom's civil rights are the civil rights of anyone else in New Zealand. I don't live in New Zealand, but that's not relevant. As an Australian, I care that my New Zealand cousins are treated properly and ethically by their legal system.

  18. Re:curmudgeon on Science Fiction Writer Harlan Ellison Dies At 84 (variety.com) · · Score: 1

    Here lies Harlan Ellison
    Will never get paid again

  19. Re:These days I don't trust ANY company on politic on Most Americans Think Facebook and Twitter Censor Their Political Views (bloomberg.com) · · Score: 1

    As volatile as politics are now, I wouldn't trust anyone to be "objective" anymore.

    I mean this in the most respectful possible way, but doesn't that make you part of the problem? Polarisation feeds distrust, and distrust feeds polarisation.

    For example, at some point we need to agree that there is such a thing as objective reality, and that most big news outlets report it accurately enough most of the time.

  20. Re:Illusion of speparation in VM on OpenBSD Chief De Raadt Says No Easy Fix For New Intel CPU Bug 'TLBleed' (itwire.com) · · Score: 3, Interesting

    Take a cue from the C++ people. VM separation protects you from Murphy, not Machiavelli.

  21. Re:The argument seems to be... on Stonehenge Builders Used Pythagoras' Theorem 2,000 Years Before He Was Born (techtimes.com) · · Score: 1

    Ah, here we go. Apparently this is a standard term.

  22. Re:The argument seems to be... on Stonehenge Builders Used Pythagoras' Theorem 2,000 Years Before He Was Born (techtimes.com) · · Score: 1

    I've always called that a Pythagorean triple, but I was going from what the second link said. I figured it might be a usage I wasn't aware of.

  23. Re:Mass production probably uses CO2 on A CO2 Shortage is Causing a Beer and Meat Crisis in Britain (qz.com) · · Score: 1

    I was thinking specifically of beer.

  24. Re:The argument seems to be... on Stonehenge Builders Used Pythagoras' Theorem 2,000 Years Before He Was Born (techtimes.com) · · Score: 3, Interesting

    Not quite.

    A "Pythagorean triangle" is a right-angled triangle where the sides all have integer length. This guy claims to have found some of those, in particular there's a rectangle of stones that mark important sunrise/sunset events and moonrise/moonset events which, when you cut it in half, is Pythagorean.

    Which seems odd to me. If the stones are determined by the calendar events, that's the reason why they have those proportions, not Pythagoras' theorem. The builders may have discovered this integer ratio relationship and found it interesting, but I doubt it's the other way around.

  25. Re:Mass production probably uses CO2 on A CO2 Shortage is Causing a Beer and Meat Crisis in Britain (qz.com) · · Score: 1

    It's generally true of any country that the stuff that's exported isn't the best.