Slashdot Mirror


User: tgv

tgv's activity in the archive.

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

Comments · 873

  1. Re:Experimental science says otherwise. on Why There Is No Such Thing as 'Proper English' · · Score: 1

    That would be because you're accustomed to slang. There are rules and conventions for slang, too. Improper use will (slightly) confuse you.

    > That's why txting is so popular, because it's easier to understand.

    Talking about flawed assumptions.

  2. Experimental science says otherwise. on Why There Is No Such Thing as 'Proper English' · · Score: 1

    Psycholinguists could easily argue that reality says otherwise. If a person read incorrect English, his/her brain has more trouble reading it: reading times slow down, comprehension levels drop, brain activity increases. So it would be pretty fair to say that there is a shared basis for normal English that native and very competent 2nd language speakers expect.

    Oliver Kamm, the author of the piece, on the other hand, just has an opinion, mainly based on his political views.

  3. Re:Angular: meh. TypeScript: great. on Google's Angular 2 Being Built With Microsoft's TypeScript · · Score: 1

    It's not the keystrokes, it's just an obvious and safe transformation. If all we cared about was number of keystrokes, all our code would be candidate of the Obfuscated C contest.

    > "const" is actually coming in TS 1.4

    That's not the const I meant: I would like to see const members and parameters. The 1.4 const is for declaring static constants only, and requires ES6, it seems.

    Sorry about private and public. I must have forgotten about them...

  4. Re:Angular: meh. TypeScript: great. on Google's Angular 2 Being Built With Microsoft's TypeScript · · Score: 1

    > I kinda like prototype based object orientation

    TypeScript uses just that, but it just reads better.

    > Failure to initialize a variable, all dynamic languages have this problem in spades

    Static typing can prevent that. Typescript warns against passing a wrong argument, or getting a non-existing member, which cause a lot of the "can't read property" errors.

  5. Re:Angular: meh. TypeScript: great. on Google's Angular 2 Being Built With Microsoft's TypeScript · · Score: 1

    Not just syntactic sugar. I would like something like the implicit lambda from Java, like this: people.sort(Person::getLastName); instead of having to write people.sort(function(p: Person): string {return p.getLastName();}). There are one or two other practical thingies in Java and C# that could be easily translated to JS too.

    For type checking, I would like private/public and const, too. I hate const, but sometimes it's the best.

  6. Angular: meh. TypeScript: great. on Google's Angular 2 Being Built With Microsoft's TypeScript · · Score: 5, Insightful

    I don't care about Angular. It's just another tool for the saps in the web page mines (and one that can get you trapped in those mines as well).

    TypeScript, OTOH, is the greatest addition to JavaScript I've seen. No more messy .prototype., and much less "can't read property 'x' of undefined". It's not there yet, I must say. I would like it to add some more transformations instead of just type checking, but if you have to write in JavaScript: do yourself a favor, and check it out.

  7. Re:C++ is the only logically option on Ask Slashdot: Which Classic OOP Compiled Language: Objective-C Or C++? · · Score: 1

    Prejudiced, why? I did do my share of Objective-C programming (some 50k lines by the last count), but it has little to offer over C for tasks other than GUI programming. I think that e.g. C# is a better general purpose language.

  8. Re:C++ is the only logically option on Ask Slashdot: Which Classic OOP Compiled Language: Objective-C Or C++? · · Score: 1

    Sorry, but STL is not a good example of C++'s superiority. It's bloated and unreadable due to C++'s template syntax. I still prefer my homegrown lib for lists and trees and such, but when I have to choose some publicly available software, I pick Boost over STL.

    For the rest: Objective-C is not a great language. It has some cute features, but they are primarily useful for GUI programming and don't really contribute to better software development.

  9. Re:Good read on Facebook AI Director Discusses Deep Learning, Hype, and the Singularity · · Score: 1

    No, the whole point of facebook is to sell ads. Anything they can do to improve that, either by selling more ads or by making the end user more involved contributes to fb's selling power. So if people like automatic face recognition or link suggestions or whatever, that will support fb's business.

  10. Quite a sensible guy.

  11. Re:What's not to like on "Exploding Kittens" Blows Up Kickstarter Records · · Score: 1

    > each manifestation of [creativity] should be embraced and supported as much as possible

    Hold it right there. Did you support https://www.kickstarter.com/pr...? Why not? It's much more creative than this game. https://www.kickstarter.com/pr...? https://www.kickstarter.com/pr...? https://www.kickstarter.com/pr...? And that's just an easy search for classical music.

    I'm betting you didn't. Then why this dumb game? Because you'd like to play it. There's got to be something in it for you. That's the reason. Don't be coy about it.

  12. Re:News Media on Mars One Does Not Renew Contracts For Robotic Missions · · Score: 1

    What more evidence do you need?

  13. Low turn-out on EU Preparing Vast Air Passenger Database · · Score: 1

    And still they wonder why the turn-out for EU elections is so low.

  14. Re:Drama queen on Firefox To Mandate Extension Signing · · Score: 1

    You are really the kind of idiot that brings open source software down. "It's open source, fix it if you don't like it." How many people can do that? Anonymous Coward indeed.

  15. Re:Browser performance on Windows 10 IE With Spartan Engine Performance Vs. Chrome and Firefox · · Score: 1

    Ok, one thing broken. But I thought the dev tools were decent. The profiler seemed unreliable, but the rest was Chrome like.

  16. Re:Browser performance on Windows 10 IE With Spartan Engine Performance Vs. Chrome and Firefox · · Score: 2, Insightful

    You might want to think again. I tested the current IE (11) and its JS performance is already better than Chrome's and on par with Safari 8, and the HTML implementation seems pretty standard compliant. I didn't care much for the clumsy dialogs that showed up in some places, but in all, it's a much better browser than IE9 and anything before that.

  17. Re:Math on Why Coding Is Not the New Literacy · · Score: 1

    This, indeed. Literacy is about being able to distill complex information from written sources that do not dwell too much on detail. Coding is about writing instructions for a machine that is too stupid to know that a cow is an animal unless someone tells it precisely how to do that. These two activities are pretty much opposites.

    Coding does have a lot in common with math, and is also meant for problem solving. It does not share its universality, though. A more apt comparison would be: coding is the new welding.

  18. Re:His ties to the KKK? on Blogger Who Revealed GOP Leader's KKK Ties Had Home Internet Lines Cut · · Score: 1

    I'm from continental Europe, and even I know who Duke is.

  19. Re:Who gives a fuck on Chrome For OS X Catches Up With Safari's Emoji Support · · Score: 1

    I agree. Using the f-word does not make someone racist. Emoji are a bad solution to a insignificant problem. The fact that people use that solution anyway doesn't change that.

  20. Re:Self-defeating name on Rust Programming Language Reaches 1.0 Alpha · · Score: 1

    Regular expressions are named after Kleene's description of regular expressions as an "algebra of regular sets". The only way to make the strings in the language accepted by an RE longer is by use of "*", which is as regular as it can be.

  21. Re:Indication of trolling on What Language Will the World Speak In 2115? · · Score: 1

    Precisely. I don't think anyone is really deeply attached to AC, and there are still good reasons to use it. It can also not be compared to the QWERTY keyboard: changing a keyboard can be as cheap as $2.50 (Amazon.com, Genuine Dell QuietKey USB Keyboard, or just a software change and a set of keyboard stickers) per seat, while changing power lines will cost somewhere between $2k and $10k per house. On a larger scale, where DC is better, it will slowly replace AC.

  22. Indication of trolling on What Language Will the World Speak In 2115? · · Score: 5, Insightful

    The phrase "We retain ... AC current for similar reasons." makes me believe the author doesn't know what (s)he is speaking about.

  23. You've got your statistics all wrong: you misrepresent significance testing, and overlook that t-tests are only suitable for a small range of problems. Plus it doesn't bear on the discussion of causality. You should have been downmodded into oblivion.

  24. Re:switching search engines has no cost on The EU Has a Plan To Break Up Google · · Score: 1

    Was somebody forcing people to buy anything from Standard Oil? https://en.wikipedia.org/wiki/...

  25. Re: I'm sick of this thread and sick of all of yo on Reactions To Disgusting Images Predict a Persons Political Ideology · · Score: 1

    It gets worse. I've seen this coming since 2008, but gene sequencing, preferably in combination with fMRI, is getting bigger. Not that it means anything: we don't know how a lump of neurons that consume more oxygen relate to behavior, and we don't know how genes affect lumps of neurons at any subtle level, let alone that we can conclude something from gene sequencing, but since it is very sexy and has new images to enhance psychological studies, there will be more and more of it, until you read one day: Reactions to Disgusting Images Determined by Genes.