Slashdot Mirror


User: Lisandro

Lisandro's activity in the archive.

Stories
0
Comments
2,948
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,948

  1. Re:I recommend Oracle on Two Critical MySQL Bugs Discovered (infoworld.com) · · Score: 1, Insightful

    The sad thing is, Oracle is still by far the best RDBMS out there. Sometimes you do get what you pay for.

  2. Re:They want to sell over priced Accessories on Phil Schiller Says the MacBook Pro Doesn't Need an SD Card Slot (theverge.com) · · Score: 1

    Duh, but it is not an Extreme Pro adapter. Don't you know anything about IT?

  3. "Boost the superconducting materials" on Physicists Induce Superconductivity In Non-Superconducting Materials (phys.org) · · Score: 2

    Not a physicist by any chance here, but how is this possible? I thought superconductivity was pretty much binary - either you are or you are not.

  4. Re:The F-35 might end up being a great fighter... on Air Force Says F-35 Glitches Mean the A-10 Will Keep Flying 'Indefinitely' (jalopnik.com) · · Score: 1

    Don't the marines use helicopters and Harriers for this role?

    A F-35 can't fly slow and can't take nearly as much damage as the A-10 can and keep going - this is a byproduct of how it was designed to fulfill several roles and the compromises this involves. The aircraft is vulnerable to light arms fire, runs a single, big engine which is easy to damage, can carry very limited ordinance due to its internal bay arrangement and can load only 220 rounds of 25mm ammo. By any measure it is a poor, poor CAS platform.

    Now, don't get me wrong. Like i said, the F-35 might very well be a capable aircraft for other roles. Just not this one. The requirements for a fighter and a close air support vehicle are radically different.

  5. What you buy is not yours to use on EA Blocks 'Origin' Access In Six Countries, Citing US Embargoes (pcgamer.com) · · Score: 4, Interesting

    A sad reminder of how the first sale doctrine is now a long forgotten memory.

    Are users even getting a refund?

  6. Re:Thinkpad X220 on Ask Slashdot: What's The Best Cheap Linux-Friendly Netbook? · · Score: 1

    I'd count pretty much everything better than what GNOME has. Explore. IceWM, Openbox, CWM, Ion. They're all nice.

    Jesus, what's with all the butthurt script kiddies in Slashdot lately?

    Look, i actually like Gnome 3 and it's fancy window manager. There might be better alternatives around, sure, but i just don't give a shit anymore. It is more than good enough for me as it is.

  7. Re:A-10 is an overhyped obsolete POS on Air Force Says F-35 Glitches Mean the A-10 Will Keep Flying 'Indefinitely' (jalopnik.com) · · Score: 1

    Keep in mind armors in modern tanks are mostly intended to ensure the survival of the crew. You might now be able to make a tank go boom (a.k.a "k-kill") with a GAU-8 run, but you can sure as hell end up disabling it.

  8. Re:A-10 is an overhyped obsolete POS on Air Force Says F-35 Glitches Mean the A-10 Will Keep Flying 'Indefinitely' (jalopnik.com) · · Score: 1

    A "shitty popgun" firing 200 kilojoules rounds. You won't find a lot of tanks surviving a strafe of those.

  9. The F-35 might end up being a great fighter... on Air Force Says F-35 Glitches Mean the A-10 Will Keep Flying 'Indefinitely' (jalopnik.com) · · Score: 1

    ...but, for my life, i can't figure how they want to replace the A-10 with it. There's simply no way a F-35 can fill in for CAS roles.

    If the airforce wants a cheap close air support aircraft, they should really evaluate the Super Tucano. At $10 milion a pop they can write an entire fleet off as losses in the F-35 program.

  10. Re:They respond to warrants?! on Apple Shared User Data With Governments, Says WikiLeaks Email (dailydot.com) · · Score: 5, Insightful

    That was my exact first thought. I'm far from an Apple fanboy, but why the hell is the story framed to sound like they're surreptitiously sharing customer data with the NSA or something

  11. Re:Thinkpad X220 on Ask Slashdot: What's The Best Cheap Linux-Friendly Netbook? · · Score: 1

    The Stream 11 is possibly the best laptop i've tried at that price point. Great little computer.

  12. Re:HP Stream 11 on Ask Slashdot: What's The Best Cheap Linux-Friendly Netbook? · · Score: 1

    So, i never tried Linux on it, but i got a HP Stream 11 for my parents about a year ago. The bang for the buck ratio on that computer is amazing.

  13. Re:Thinkpad X220 on Ask Slashdot: What's The Best Cheap Linux-Friendly Netbook? · · Score: 3, Insightful

    I had a X220 with 8GB RAM for a while as my travel computer. Gnome 3 ran beautifully on it.

  14. Re:Mac Pro costs a lot more on Microsoft Offers $650 To MacBook Users Who Switch To A Surface Tablet (techcrunch.com) · · Score: 0

    Unlike the Mac Pro, which is assembled in Austria?

  15. "A Skylake dual core that draws a lot of power" on Why Apple and Microsoft Are Using Last Year's Skylake Processors In Their New Computers (gizmodo.com) · · Score: 1

    Yeah, about 4W at full load. Is that "a lot" these days?

    Also, from what (little) i've read about Kaby Lake the improvements from Skylake are minor - power consumption is in fact expected to be identical.

  16. Doomed from the start on No One Is Buying Smartwatches Anymore (gizmodo.com) · · Score: 2

    The main problem that killed (is killing?) smartwatches is not only the limited use scenarios for them - is that battery times sucks. 24-48hs is already miserable for a phone, let alone a device you are supposed to attach to your wrist. My watch is a Citizen EcoDrive: rugged, accurate and never ever needs recharging.

    I have several acquaintances who stopped using their iWatches or 360s just because it is annoying to put it to charge every night next to their phones. Been thinking about buying a 360 from one of them because there're some interesting apps for pilots out there but, in the end, its more a novelty than anything else.

  17. Re:Because their pointless. on No One Is Buying Smartwatches Anymore (gizmodo.com) · · Score: 1

    You can get a small phone mount for your bike. I used them in the past and they work great - there're even waterproof models out there.

  18. Re:But what is it used for? on Google's Go Language Surges In Popularity (infoworld.com) · · Score: 1

    Agreed. Keep in mind though Go is very reliant on the concept of channels and messages so you're not really expected to rely on concurrent access but it is, in the end, unavoidable on some situations.

  19. Re:But what is it used for? on Google's Go Language Surges In Popularity (infoworld.com) · · Score: 1

    sync.Mutex?

    Don't get me wrong, this is otherwise a valid criticism, but Go provides sane locking mechanisms to ensure safe concurrent access to shared resources so it's not the end of the world.

  20. Re:But what is it used for? on Google's Go Language Surges In Popularity (infoworld.com) · · Score: 1

    Agreed, but provided there're enough basic building blocks to do so. Ada, f.ex., supports operator overloading.

    I'm not saying this cannot happen in Go - everything regarding generics on that language is pure speculation at this point. But it won't be easy to make it happen without some performance hit, IMHO.

  21. Re: But what is it used for? on Google's Go Language Surges In Popularity (infoworld.com) · · Score: 1

    "Let's not pretend that go has some magic concurrency primitive that is anything other than a normal thread launched by the clone syscall."

    \_()_/

  22. Re: But what is it used for? on Google's Go Language Surges In Popularity (infoworld.com) · · Score: 2

    Sheeze. Ok, to wrap it up: goroutines are not OS threads like you originally suggested. There's not a a clone syscall associated with every goroutine; in fact, you can limit the number of concurrent threads on a Go process to 1 if you like and have them all run under a single process. See GOMAXPROCS.

    Now, the concept of goroutines is arguably much closer to what's commonly known as "green threads". But again, this is not what you originally stated.

  23. Re:But what is it used for? on Google's Go Language Surges In Popularity (infoworld.com) · · Score: 1

    I humbly disagree. Not like i have ran any scientific benchmarks on this, but from my limited experience Go binaries tend to be blazing fast.

    Just found a site comparing different languages solving a number of computing problems. Now, i know these are to be taken with a grain of salt, but their results is that Go runtimes are comparable with C++ and way ahead of Java.

  24. Re:But what is it used for? on Google's Go Language Surges In Popularity (infoworld.com) · · Score: 1

    Not quite, no. The entire generics discussion was in fact about Go.

  25. Re: But what is it used for? on Google's Go Language Surges In Popularity (infoworld.com) · · Score: 3, Informative

    Let's not pretend that go has some magic concurrency primitive that is anything other than a normal thread launched by the clone syscall.

    Oh, but it does - though i wouldn't call it "magic". Don't take my word for it: write a small program spawning, let say, 100000 goroutines. See how many system threads are launched.

    From the documentation itself: "They're called goroutines because the existing terms—threads, coroutines, processes, and so on—convey inaccurate connotations. A goroutine has a simple model: it is a function executing concurrently with other goroutines in the same address space. It is lightweight, costing little more than the allocation of stack space. And the stacks start small, so they are cheap, and grow by allocating (and freeing) heap storage as required.

    Goroutines are multiplexed onto multiple OS threads so if one should block, such as while waiting for I/O, others continue to run. Their design hides many of the complexities of thread creation and management."

    You're mixing up concurrency with parallelism. Rob Pike had a couple of very interesting talks on the matter.