Slashdot Mirror


User: Half-pint+HAL

Half-pint+HAL's activity in the archive.

Stories
0
Comments
4,366
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,366

  1. Re:BAHfest methodology on How Sliced Meat May Have Driven Human Evolution (sciencemag.org) · · Score: 1

    Granted, it's thin evidence.

    Doesn't that depend on how they cut the meat...?

  2. We'd need far less Javascript if they just implemented and tags in HTML. The need for them has been apparent for well over a dozen years.

  3. Re:How well would it understand this? on Google Brain Researchers Make Significant Progress On Language Modeling (arxiv.org) · · Score: 1

    Ummm... what exactly do you think is "not really real English" about it?

    It's about what's called "generic reference". There are three generally used idioms in English for generic reference: 1) plural, zero article (fruit flies are insects); 2) singular, definite article (the fruit fly is an an insect) and 3) singular, indefinite article (a fruit fly is an insect). But that really only works for the subject of the subject of the sentence -- generic reference in grammatical objects is pretty much exclusively plural, particularly when dealing with the verb like, because we have the difference between "I like" and "I would like": "I like bananas" vs "I would like a banana". On top of that, it gets slightly unhinged by the fact that the generic reference to the fruit flies is in the plural, but the banana is in the singular.

    Oh wait... it is well formed if "flies" is a verb. It's just not ambiguous.

  4. Re:How well would it understand this? on Google Brain Researchers Make Significant Progress On Language Modeling (arxiv.org) · · Score: 1

    Time flies like an arrow. Fruit flies like a banana.

    That's an ill-formed utterance though. Clever joke, but not really real English.

  5. Re:Why not "Cooking for All"? on Obama Calls For $4B 'Computer Science For All' Program For K-12 Schools (washingtonpost.com) · · Score: 1

    I found high level language unintuitive until I knew what they were doing behind the scenes. I tired Basic as my first language, but it left my confused and frustrated after a few days of trying. Then I tried ASM and it was a natural fit. Once I understood how ASM worked, I progressed to learning how compilers converted C into "ASM", then C++. I absolutely hate black-box magic. I need to know what is going on, at least in a pseudo-code kind of way. I must have a working mental model of what is going on. I didn't get into programming to code, I got into programming to tell computers what to do. I best know what I'm telling the computer.

    This is all a matter of how well the language matches the task though, surely? If you're starting out with tasks that involve manipulating long lists, you really need a language with list support, and given that the majority of situations where anyone not in a designated dev role might want to code something is because they want to perform a series of operations on a moderately long dataset, that's the sort of computing we should be teaching.

    I'm training to be a high school ICT/CS teacher, and I'm always looking at the "natural environment" of different languages, in order to avoid "hello world" type introductions. The natural introduction to C is to build extensions for the command line -- that's more or less what it was invented for. I can't imagine introducing Python without lists. And I think lists will always provide better opportunities for meaningful tasks -- playing with text generation, shopping lists, accounting etc.

  6. Re:12k€ not 12€ on Europe Now Has Its Own "Most Wanted Fugitives" Web Page (eumostwanted.eu) · · Score: 1

    I wasn't introduced to interpunct for multiplication until university. Multiplication in high school was either by juxtaposition (3y, yz etc) or by the multiplication cross symbol. All xs for unknowns were written in the italic style (two curves that meet tangetially) rather than crossing straight lines.

  7. Re: And what good will it do? on Obama Calls For $4B 'Computer Science For All' Program For K-12 Schools (washingtonpost.com) · · Score: 1

    This reminds me how we should pour those 4 billions into teaching proper English instead.

    "How"? So how come the other guys typos and informal grammar are bad and your non-standard colloquial conjunction usage is OK? Muphry's Law strikes again.

  8. Re:What a retarded concept on Obama Calls For $4B 'Computer Science For All' Program For K-12 Schools (washingtonpost.com) · · Score: 1

    Then think of computers as a way of concretising the results of problem solving. Logo taught me a fair amount about geometry and parametrisation in mathematical descriptions. How do you know you've solved the basic word problem correctly? Only because the teacher tells you, and then you're thrown into the big argument about how what you did actually matches what the words say, and it's the teacher's interpretation of the problem that is wrong. Get something wrong in a computer-based task, and the mistake becomes quickly apparent -- if it doesn't draw a square, there's no arguing as to whether you've made a mistake or not.

  9. Re:Why not "Cooking for All"? on Obama Calls For $4B 'Computer Science For All' Program For K-12 Schools (washingtonpost.com) · · Score: 1

    Not everyone is a chef.

    You don't have to be a chef to know how to prepare a meal that's edible and nutritious any more than you have to be a programmer to use a computer. Guess which one most people will find more useful in their lives.

    Ask that question 100 years from now and the answer will be likely reversed.

    Ask that question 100 years from now and you'll probably get a blank look and "How do you cook a meal without programming the Chef-O-Tron?"

  10. Re:Why not "Cooking for All"? on Obama Calls For $4B 'Computer Science For All' Program For K-12 Schools (washingtonpost.com) · · Score: 1

    I say you've got that back-to-front. If you start with a low-level language, you've got to teach all the unintuitive stuff about how computers work first. Start with a higher-level language, and the abstractions are much more human-friendly. How many lines does it take in C to map an array of ints to an array of their squares? Now try that in Python.

    Computers exist to make complex tasks simple. If we start by taking simple tasks and making them complex, we fail to connect the students to the core idea of what a computer is all about, and we turn them off.

  11. Re:Why not "Cooking for All"? on Obama Calls For $4B 'Computer Science For All' Program For K-12 Schools (washingtonpost.com) · · Score: 1

    The reasons the US is falling behind are myriad, but lack of programmers is absolutely, positively not one of them.

    One of the biggest problems in tech worldwide is management who have no conception of how programming works. This will at least start to chip away at that problem.

  12. Re:Why not "Cooking for All"? on Obama Calls For $4B 'Computer Science For All' Program For K-12 Schools (washingtonpost.com) · · Score: 1

    Yes, but would you not have developed a love for computers without Schrödinger's array indexing?

  13. Re:Why not "Cooking for All"? on Obama Calls For $4B 'Computer Science For All' Program For K-12 Schools (washingtonpost.com) · · Score: 1

    I might agree that a general computer knowledge class is important - but the kids all do that anyway through their normal coursework these days; they all seem to use computers and word processors and so forth. Programming is not for everyone. Basic math is, in ways kids don't understand until they grow up and see how a cashier can't make change when the computerized cash register is down. Basic science is, history, social studies... there's a reason these are all core subjects, even if you learn stuff you never need - you tend to realize how useful a lot of the stuff you learned actually is.

    I have to disagree with you here. The business world is awash with people carrying out ad hoc data filtering tasks manually, or at best by dumping data into Excel and using the built-in column filters. Untold millions of days of productivity are lost to office drones carrying out easily automatable tasks, simply because it would take longer to approve programming spend, brief the programmer, test the script and apply it than for an office drone to just do it -- depending on who you work with, this could mean jobs taking anything up to two weeks. I've turned 3-day jobs into 1-day jobs that way, and if the client had been much bigger, that would have taken 2 weeks' worth of manual filtering into 2 days. If everybody knew a little bit about programming and could knock together their own ad hoc scripts, macros and queries, we'd save millions of dollars daily across the globe.

    Now, before anyone talks about the risk of "enough rope to hang themselves", I'd like to go back to an earlier point: the most common tool for non-programmers to process data is Excel. 9 out of 10 executioners agree that this is the best quality hang-yourself rope on the market.

  14. Re:12k€ not 12€ on Europe Now Has Its Own "Most Wanted Fugitives" Web Page (eumostwanted.eu) · · Score: 1

    Interesting. I just wish someone had told my school teachers that -- we definitely were still using the interpunct until the end of primary, and I started high school in the early nineties! I'm pretty sure even my high school teachers preferred interpunct over period too...

  15. Re:12k€ not 12€ on Europe Now Has Its Own "Most Wanted Fugitives" Web Page (eumostwanted.eu) · · Score: 5, Interesting

    TFA says "12.523 EUR".

    Of course the fixation of (continental?) Europe to use decimal points as thousands separators is a bit stupid (saying that as someone from there).

    Except that Europe doesn't use the decimal point as thousands separators, you use the period character. The traditional anglophone decimal separator is a mid-height dot, which I'd demonstrate for you, but it doesn't seem to be available in the default iOS keyboard. What happened is that it was missed off some mechanical typewriters and was left off the keyboards and character sets for most computers. Computer programmers cheated and used a period instead of a decimal point, and as publishing moved to digital formats, it was easier for people to use the period in place of the point. By the time Unicode finally introduced the decimal point into computing, it was already dead.

  16. Re:Wrong, it's 12523 € on Europe Now Has Its Own "Most Wanted Fugitives" Web Page (eumostwanted.eu) · · Score: 1

    I suspect it's because he's been a fugitive from justice for 8 years.

  17. Re: 12k€ not 12€ on Europe Now Has Its Own "Most Wanted Fugitives" Web Page (eumostwanted.eu) · · Score: 2

    You might be interested in my new book, Learn Franglo-Sinaic-Hindpañesish. Lénga de la fùtven is-ji.

  18. Re:Gee learn to read on Europe Now Has Its Own "Most Wanted Fugitives" Web Page (eumostwanted.eu) · · Score: 2

    12 Kelvin-euro?

    Economic growth is barely above absolute zero....

  19. Re:not surprising on New Clues To How the Brain Maps Time (quantamagazine.org) · · Score: 1

    This isn't about the nature of time, it's about perception of it. I don't recall Einstein ever discussing the neurology of time perception....

  20. Re:Down to the millisecond??? Dubious on New Clues To How the Brain Maps Time (quantamagazine.org) · · Score: 4, Interesting

    As a competent-but-not-record-industry-worthy guitarist, I'm frequently stunned by myself when I've been away from the instrument for a bit I start picking out a tune I haven't played in a long time. It just flows, and I almost feel out of control because I can't actually follow and understand what my fingers are doing -- but it's right, even on fast runs.

  21. Re:I too was once homeless on New Clues To How the Brain Maps Time (quantamagazine.org) · · Score: 1

    Can't believe I wasted my extra valuable time reading that..

    Ah, but if you RTFA, you'll find that what you were wasting was just extra valuable fourth-dimensional-mindspace....

  22. Re:Space Time - Continue ... Ummmm? on New Clues To How the Brain Maps Time (quantamagazine.org) · · Score: 2

    Not surprising, but not trivial. This is still pretty big news.

  23. Re: But how does a... on New Clues To How the Brain Maps Time (quantamagazine.org) · · Score: 1

    What's wrong with a hugbox?

    I can't imagine a Beowulf cluster of them, that's what.

  24. Re:Wonder when "open source" will hit vehicles on Before I Can Fix This Tractor, We Have To Fix Copyright Law (slate.com) · · Score: 1

    5 seasons?

    Where do you live mate?

    Why, are you thinking his local pizza place is better than yours?

  25. No, they've dropped DRM into the videos bought/streamed from iTunes. (That's got to be what the GP was saying, right? It's the only thing that makes any sense...)