Slashdot Mirror


User: jbolden

jbolden's activity in the archive.

Stories
0
Comments
13,627
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 13,627

  1. Re:Heads-up Texas Holdem on An AI Is Finally Trouncing The World's Best Poker Players (cmu.edu) · · Score: 1

    Those types of games computers have been beating for years. Given irrational non-statistically valid play simply playing a boring statistical game works really well. Now of course as the M ratio goes up the game gets harder for both computers and humans but for computers faster. Given how easy an M ratio of 50-200 was solved and how small the bots were, solving 1000 or so when players are being irrational shouldn't be hard.

  2. No it doesn't. The law does not want private revenge.

      For example you stole my car, I know you stole it and while you have it you put a painting in it. I take the car back the painting is still yours and I'm obligated to return it.

  3. He has authorized access to the computer (maybe that's even ambiguous) but not to the facebook account.

  4. Didn't realize this was Canada. The same structure applies there however: http://www.cbc.ca/news/canada/...

  5. You aren't allowed to use your computer to commit fraud. The thief didn't give permission to the victim to impersonate him. The victim's type of usage was fraudulent.

  6. The thief didn't engage in identity theft, the victim did. The thief engaged in burglary however. Dwywit was claiming the case against the victim would fall apart because the thief during the suit would have incriminate themselves in a larger tort. I disagree with the larger claim, that's unclear.. But my main point I was commenting this isn't just a tort its a crime on both sides which means there is a 3rd party (the state) which might be happy to go after both of them if this starts getting reported. For a tort they might cancel out for different crimes they don't.

  7. It doesn't have to be a suit. There are federal laws. Once the process starts the federal attorney can bring the charges, getting both the thief (though that's only a state charge) and the revenge seeker.

  8. Re:They took the worst part of Python on New Release Of Nim Borrows From Python, Rust, Go, and Lisp (fossbytes.com) · · Score: 1

    I've used languages that are whitespace sensitive. Generally indention errors throw compile errors. Which means the benefit is code ends up properly indented. Moreover because the compiler enforces indention rules indention becomes somewhat standard in the language community aiding human readability. Humans see whitespace more easily than punctuation. Readability is a big actual benefit..

  9. Re:Whitespace takes the most space on New Release Of Nim Borrows From Python, Rust, Go, and Lisp (fossbytes.com) · · Score: 1

    Mod parent up. Excellent short description about what Nim is bring to the table.

  10. Re:Whitespace takes the most space on New Release Of Nim Borrows From Python, Rust, Go, and Lisp (fossbytes.com) · · Score: 1

    FWIW Wolfram's language is a functional programming language. If you want to learn a very cool language that takes those ideas much much further I'd suggest Haskell.

  11. Re:Hey look! on New Release Of Nim Borrows From Python, Rust, Go, and Lisp (fossbytes.com) · · Score: 3, Insightful

    They do. The object system from smalltalk is the basis of the one used in Objective-C, Java, Python, Ruby among others. Tablet oriented Oses like the dynapad are selling about a billion units a year in smartphones and tablets. The MVC design pattern is the standard for GUIs. And finally WYSIWYG is absolutely a standard in wordprocessing which has now many times over more popular than any other document construction system.In what possible sense doesn't smalltalk rule the world?

    As for FORTH the influence is more on the hardware side. Most of the more sophisticated chips (or subsystems within chips) in your computer use a microcode compiler based on the ideas of FORTH. pdf is based on forth. HP RPL is based on forth and influenced a whole generation of programers early in teaching them how to construct dynamic systems out of small parts. I'm not sure if I'd say "rules the world" but "embedded itself into the DNA of computer science forever" is likely accurate.

  12. Ruby is along with Python and Perl one of the big 3 scripting languages. It seems pretty stable at over 1% of programs according to TIOBE and is currently surging again to 2.5%: http://www.tiobe.com/tiobe-ind... . At this point obviously Python is in first place but I'd say Ruby is mostly tied with Perl for 2nd. How is that not success? Certainly it isn't a top 5 language but a consistent top 100 is a successful language.

    As for nim I think I've only heard of it a few times so I'd agree that language ain't doing so hot yet.

  13. As far as rural... rural is often shockingly expensive. Mostly no one wants rural customers without heavy subsidy. The subsidies and the desire for a more complete network is why rural gets service.

    You are correct though that given low population density a genuinely unlimited (or very high limits) is possible.

  14. There is a simple technical reason:

    A) there is a limited amount of spectrum
    B) technologically we need to use a non zero portion of spectrum per connection
    C) we are close to capacity today
    D). Given a zero cost per byte usage would skyrocket.

    Ergo it has to be rationed. T-mobile rations via inconsistent connections and slow performance. Verizon rations via price.

  15. Re:Verizon is gradually coming clean on Verizon Purges Unlimited Data Customers, Targets Those Using 200GB (arstechnica.com) · · Score: 1, Insightful

    And tomorrow you'll be making the same apologist excuses about today.

    I'm not certain will see another surge like we just went through but if we do then yes most likely the context will have changed and today's plans will contain clauses that in the new context don't make sense.

    Nice excuse but you're conveniently forgetting that no matter what the max bandwidth of the time was capable of transferring, it was still the same percentage of their overall bandwidth.

    That's simply not true. The relationship between a heavy user and the max bandwidth was lower. Landline connections to the towers and available spectrum were relative to today less constrained. Heavy users of data (excluding extremes) were still not going to tax the towers as much as moderate users of voice. The vast majority of people had no desire to consume much bandwidth. Under those circumstances one can be quite cavalier about offering "unlimited". I can offer free unlimited drinking water at a restaurant, I can't offer unlimited farming water.

  16. Re:Who cares? on Verizon Purges Unlimited Data Customers, Targets Those Using 200GB (arstechnica.com) · · Score: 1, Interesting

    First off Verizon's model is to take long term fixed costs and break them out as per byte costs. If you aren't willing to incur the full costs for the fixed cost model, for example 20 year contracts and being charged for heavy static usage you don't get to complain about the fact they aren't charging you based on other aspects of the fixed cost model like most bytes incur almost 0 cost to Verizon. You don't get to mix models to your advantage.

    Nobody would argue with throttling on specific towers WHEN congestion arises. It's funny how that isn't their solution

    Because they didn't design their system to support that. The towers don't know about your rate plan when they serve you signal. That's computed after the fact.

  17. Its not pipes to the towers that's the problem. There are technological limits on interference given a limited range of frequencies. The problem for the carriers is the amount of spectrum available and the current limits on sensitivity of phone antennas plus some algorithm limits based on using TCP/IP. There is going to be quotas based likely on money for over the air internet consumption for a generation at least. Improvements will continue but they will be moderate.

  18. Re:Verizon is gradually coming clean on Verizon Purges Unlimited Data Customers, Targets Those Using 200GB (arstechnica.com) · · Score: 1

    The context changed and this changed the meaning of what they were selling. At the time of EVDO it was almost impossible to use 1GB/mo. You had phones with very limited internet features using a terrible data network. The use case was infrequent internet for short bursts. From there there were use cases like Blackberry which had all sorts of compression features to limit data usage....

    Today's phones have rich applications which can consume almost unlimited data and the network is quite good.

  19. Re: This is a great time... on Verizon Purges Unlimited Data Customers, Targets Those Using 200GB (arstechnica.com) · · Score: 1

    Actually they do now. You get data carryover with their new plans.

  20. Re:Not a huge surprise... on Apple's Share of PC Users Drops To A Five-Year Low (infoworld.com) · · Score: 1

    It counts for a lot. I used to figure OSX was worth $1k for me. However:

    a) Virtualization kills a lot of the advantages of having a business system on top of Unix
    b) fink and darwin getting less attention kill a lot of the advantages
    c) The quality of web applications and the move away from desktop kill advantages
    d) The new windows form factors are a real plus. I use laptops because I like portability and Windows takes portability much further.
    e) Azure integration is a real plus. Microsoft now arguably has better ties with Unix / open source than Windows does because of Azure.

    I don't know about speed I've been reading the review and it doesn't seem better. I certainly could use more SSD space. I certainly would like more battery life. I certainly wouldn't mind 32 or 64g of RAM. But it doesn't have any of those things.

  21. Re:The golden age was around 2010 on Apple's Share of PC Users Drops To A Five-Year Low (infoworld.com) · · Score: 1

    I really like the touch aspects. Note taking is a particular strength of the dual form factor and that is useful for college. As far as most users I think the Azure integration features are rather awesome. The core of Windows is office and many Windows users didn't have good sharepoint until recently.

  22. Re:Web browser to blame on Apple's Share of PC Users Drops To A Five-Year Low (infoworld.com) · · Score: 1

    I don't follow. Why would privacy and security on the browser drive an overall drop in quality in the OS, application support and hardware value?

    Besides things like integrating tracking protection and ad blocking are not hard to do. I use Safari and those things work today on my system.

  23. Re:Apple bet the farm on iOS. on Apple's Share of PC Users Drops To A Five-Year Low (infoworld.com) · · Score: 1

    Agree with everything you wrote except for Tim Cook. Cook has continued in his manufacturing role. Apple manufacturing is really good, and the complexity of the products has skyrocketed. This has continued and is now far better than under Jobs. They now make very complex products reliably, affordably and quickly.

    The problem is that many of the other areas of Apple are stagnating. Cook is doing stuff but he is still acting like head of manufacturing not head of Apple.

  24. Re:Not a huge surprise... on Apple's Share of PC Users Drops To A Five-Year Low (infoworld.com) · · Score: 1

    Agree and I say this as a guy who has been with OSX since 10.1. You used to be able to make an argument that while Apple gouged on some areas they were a reasonable buy. Today you just can't. They are mostly inferior across the whole line. Meanwhile PCs in the last 2 years have gotten much better. I had planned on buying a replacement for my 1st year rMBP this year. The new systems aren't much faster and better. There is simply no excuse for the Mac Pro having gone almost 4 years without a refresh. There is simply no excuse for the how bad the rMBPs are in terms of comparable performance and battery life.

    Meanwhile as you say the PC market has gotten quite good. At $600-1200 price point there are some very good machines. Not comparable to a $3k mac but good machines with some innovative features. I'm buying a PC for my daughter this year. And I'm seriously considering that my next machine be a PC unless next years models are a lot better.

    Steve Jobs always made the comment that people vote with their dollars. I hope the message is being heard.

  25. Re:depends on Can Learning Smalltalk Make You A Better Programmer? · · Score: 0

    LISP evolved on mainframes of the late 1950s. Many of the ideas underlying LISP predate digital computers and were used in mechanical tabulators and analog computers. Those system requirements are fine. The more interesting question is what would a LISP or Smalltalk make better in a microcontroller? If you had to model new behavior and the cost of programming relative to the cost of the device was high then it would make sense.

    On the larger end I've yet to see anything even hinting of replacing C, C++ or FORTRAN for numerics and scientific code, especially back-end performance intensive libraries, because nothing can touch them for speed.

    I have. Mathematica, Matlab are commonly used. I certainly use PIG all the time for numerics. C and C++ have serious problems with the complexity of implementing parallelism that quite often make them unusable.

    Your arguments cut both ways.