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:My favorite quote on Marvin Minsky, Pioneer In Artificial Intelligence, Dies at 88 (nytimes.com) · · Score: 1

    There's more behind that idea than a simple "I don't know". It's of course aphoristic, but if you think of the mind/brain as monitoring all input, adding a feedback loop allows it to monitor itself. It allows learning from decisions, and allows to predict consequences of choices. That is a necessary, although not sufficient part of consciousness.

  2. My favorite quote on Marvin Minsky, Pioneer In Artificial Intelligence, Dies at 88 (nytimes.com) · · Score: 2

    Heard it from a teacher who had heard it from Minsky, but it's probably not literal anymore, after all those years: consciousness is just a feedback loop.

    He was truly one of the greats.

  3. Re:Beware of Rust. on Rust 1.6 Released (rust-lang.org) · · Score: 1

    I've been toying with Rust, and I'm impressed. It's not a language for every application, but it's a good competitor for many.

    Of course there are bugs. Do you know how many bugs gcc has had? Gazillions. I remember sticking to 2.95 for a loooong time.

    The syntax is great. Why should it be remarkable? It's compact, and as readable as any other C-like syntax. And it has some great (semantic) features. Traits, iterators, function application, it's what C++ should have done instead of rely on STL.

    I haven't seen a problem with their community. Of course there are some unsympathetic, tyrannicalish characters in the mod pool. Now, who else does that description make you think? Their code of conduct seems to be a bit heavy on the harassment issue, which smells of bad PC culture, but I haven't seen any of it.

    > There's no reason to use Rust, in my opinion.

    Then don't use it. But you're not better of with any of the other languages. D is a bit of a joke, and I wouldn't touch Scala. I've seen its horrible framework obsession and performance. It's all about what you value in a language and what suits your style best.

    I think Rust deserves a chance.

  4. Re:Top 25 from my SSH honeypot-- on The Most Popular Bad Passwords of 2015 (dice.com) · · Score: 2

    Nice.

    For what it's worth, wubao might mean this: https://en.wiktionary.org/wiki..., the second meaning of which looks like "secret". Someone, perhaps you, might have asked this question before, https://ewedaa.wordpress.com/2...

  5. Me too, and on tablets as well, in "Edge", no less. Usually it's very short lived. According to me the lesson is: applications need to erase all memory before closing a "private" session if the OS doesn't guarantee it.

  6. Re:So, fuck readability, user opinions, human fact on The Swift Programming Language's Most Commonly Rejected Changes (github.com) · · Score: 1

    And Javascript got it from C: if/while/for (...), braces around blocks, the break/continue, return. It's all very C-like. I don't find typescript's extensions that weird. It would be more C-like to write

    function int f(int x)

    but I like the ts syntax better.

  7. Re:So, fuck readability, user opinions, human fact on The Swift Programming Language's Most Commonly Rejected Changes (github.com) · · Score: 1

    Typescript doesn't really deviate much from C/C++, does it?

  8. Re: Oh, they re-invented Test Driven Development. on No More QA: Yahoo's Tech Leaders Say Engineers Are Better Off Coding With No Net (ieee.org) · · Score: 1

    That's not TDD. It's a description of plain unit testing, possibly integration testing, and it only speaks of the hope it will be adapted.

  9. Re: the majority of those who are successful ..... on Programming Education: Selling People a Lie? (blogspot.com) · · Score: 1

    I can only give anecdotal data, but the good programmers in my environment, friends and (former) colleagues, all got into programming on their own initiative, mostly during secondary school. I learned BASIC age 12. Then we all got a degree: CS, Math, Engineering, Physics. I know one good programmer who had his first programming experience at uni, but he was studying languages, so it was also not part of a course.

  10. Ignorant sycophants on Interviews: Stack Overflow Co-Founder Jeff Atwood Answers Your Questions · · Score: 1

    This "question": Jeff, have you thought about how to use reputation mechanisms to improve the quality of published scientific results? I'm asking in the context of John P. A. Ioannidis' famous paper. It seems to me one fix for this (horrible) problem might be an online reputation mechanism where scientists could rate the reproducibility of published results. Thoughts? (thanks for inventing Stack Exchange - you've done the world a big favor).

    When I say it in the original thread, I was sure it would be picked. But apart from the grovelling, it's a foolish idea.

    > Atwood: It certainly seems applicable.

    Where's the supporting argument? There isn't. It's just "we're so cool, we could do better than science". Ugh.

  11. Re:Fuck "Toxic" on Usernames Reveal the Age and Psychology of Game Players (sciencedirect.com) · · Score: 1

    No, you are.

    No, YOU are!

    No, YOU ARE!!

    Ad infinitum.

  12. Re:Please withdraw support for all operating syste on Google Will Retire Chrome Support For XP, Vista, OS X 10.6-8 In April 2016 (blogspot.com) · · Score: 2

    It's not a clone and what is so shitty about Firefox?

  13. Re:His analysis is wrong on The 'Trick' To Algorithmic Coding Interview Questions (dice.com) · · Score: 1

    Hashing is certainly not O(1). Everyone who has had sets larger than a couple of thousand elements should know that. It can be very efficient, though.

  14. Re:I agree, mostly on German Police Warn Parents To Stop Posting Photos of Kids On Facebook (thestack.com) · · Score: 1

    > There's no reason to post photos

    That's the core. There is almost never a reason to post photos online for everyone to see. If you want to send a picture of your child to its grandparents, email or a private message would be more effective. Actually, there is almost never a reason to post anything online. Which means that it boils down to some form of boasting, this time involving your kids. "Look how nice my kids are."

  15. Re:give it a rest on There Is No .bro In Brotli: Google/Mozilla Engineers Nix File Type As Offensive · · Score: 1

    > They become sensitive to certain words

    It would suit you if you could come up with some real evidence of that. And not that "nigger" is offensive to black people, but that a filetype extension like "bro", which nobody will ever see unless they're quite deep into programming, is somehow shunning women out of CS.

    You don't have such proof? Then why the hell do you talk about respect?

  16. Re:Cancer Rates 20-50x Higher Than Expected on Researchers Say Fukushima Child Cancer Rates 20-50x Higher Than Expected (ap.org) · · Score: 1

    What's wrong with you?

  17. Re:No real place for it on FLIF: Free Lossless Image Format · · Score: 1

    But let's be honest: a Indian browser by itself won't make this a popular format. There's not enough money behind it. And I also doubt that India's first priorities are high res images for everyone.

  18. Re:Power for businesses on Meet the Michael Jordan of Sport Coding · · Score: 1

    I agree with you. I used to be a decent coder, but it's not the speed with which you can code mathematical problems that matters most. In general, only a small core of the problem is of that nature. The rest is analyzing, interfacing with other components, cleaning up administration, and endless discussions over bad architecture documents. Plus it tends to be difficult to keep such programmers happy. I worked at a company where half of a group resigned over Windows-vs-Linux when management finally decided to go with Windows.

  19. Re:Moral outrage! on Creator of Top iOS Ad Blocker Pulls App After Two Days · · Score: 1

    > Whats going to replace it is a website that doesn't exist.

    A paid website. You don't have the right to existence of these websites. If people consider ad blocking more important than whatever website you're talking about, *you* should pay for it. If no-one wishes to pay for it, not even the owner, it doesn't deserve to exist.

  20. Re:Professor in New York on Software Takes On School Science Tests In Search For Common Sense · · Score: 1

    The only relevant response.

  21. Re:Back to Firefox on YouTube Reportedly Bypassing Ad Blockers On Google Chrome · · Score: 1

    I've always thought that Chrome's purpose was to create customer lock-in. I'm still waiting for some move that makes Google Docs or gmail work much better or have extra functionality when running in Chrome.

    But since ads is Google's main business, it makes sense that they want you to see them: they own YouTube, they own Chrome...

  22. The person claiming to be responsible... on Russian Government Threatening To Block Reddit Over Cannabis · · Score: 2

    Has posted a Today I Fucked Up about it: https://www.reddit.com/r/tifu/...

  23. Re:After 40 variants... on Firefox 40 Arrives With Windows 10 Support, Expanded Malware Protection · · Score: 1

    Sounds interesting. What's the difference between Firefox and Iceweasel? I can't seem to find any technical description, just talk about trademarks.

  24. Re:Thought Experiment on Answering Elon Musk On the Dangers of Artificial Intelligence · · Score: 1

    That sounds like a crap Hollywood movie.

  25. Re:So What on Genetic Access Control Code Uses 23andMe DNA Data For Internet Racism · · Score: 1

    Then it's pure weasel words, meant to maintain an illusion.