Slashdot Mirror


User: Tough+Love

Tough+Love's activity in the archive.

Stories
0
Comments
8,049
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8,049

  1. You think that because Apple doesn't want to use Vulkan that must mean they have no good technical reason.

    Thanks for telling me what I think, it makes you sound very "Apple". No. I said that Apple has no good technical reason for undermining Vulkan. Would you please refrain from twisting my words, or should I just accept that you are too "Apple" to care about that.

  2. Re:Mention Russia Today and Fox News, but not CNN? on Wikipedia Bans Daily Mail As 'Unreliable' Source (theguardian.com) · · Score: 0, Flamebait

    The summary mentions Russia Today and Fox News, but not CNN?

    Russian Toady and Faux News? CNN doesn't even come close to the same level of alternate.

    It is well known that Russia Today is a mouthpiece for the Homicidal Russian regime. Fox news doesn't even come close to that level of depravity, though as everybody knows, hemlines and cleavage matter more in that forum than balanced reporting. CNN is a veritable bastion of virtue by comparison, though to be honest I do not waste my time with it. What really disgusts me are the trumpist shitmodders who camp on Slashdot now. Surely they are outnumbered by real people.

  3. Facebook wasted billions.

    Just goes to show that Carmack is a genius and Zuckerberg isn't.

  4. Re:Mention Russia Today and Fox News, but not CNN? on Wikipedia Bans Daily Mail As 'Unreliable' Source (theguardian.com) · · Score: 0, Troll

    The summary mentions Russia Today and Fox News, but not CNN?

    Russian Toady and Faux News? CNN doesn't even come close to the same level of alternate.

  5. Metal is competing with Vulkan and Direct3D as the successor to OpenGL.

    Absolute rubbish. Direct3D is Microsoft's attempt to exterminate OpenGL, not succeed it. Metal is Apple's attempt to undermine Vulkan, for no good technical reason. Both are fighting a losing position, sorry about your narrative.

  6. Re:Doing it wrong? on Developer Argues For 'Forgotten Code Constructs' Like GOTO and Eval (techbeacon.com) · · Score: 1

    if that requires building your own stack, you haven't really gained anything.

    True in many cases, however if you are sure of the maximum recursion depth than you may be better off allocating your stack on the stack. Also, not all recursion is about traversing trees. The fastest parsers are written iteratively, and have the ability to examine more than one stack level to make a decision. Examining data in caller stack frames using native recursion is not pretty at all.

  7. Re:Doing it wrong? on Developer Argues For 'Forgotten Code Constructs' Like GOTO and Eval (techbeacon.com) · · Score: 1

    It's possible to write any traversal algorithm using loops, without any recursion.

    If your algorithm pushes values onto a stack and modifies its control flow according to what it pops off the stack then it is still recursion. You meant "without native recursion". In general, arbitrary recursive data structures are impossible to traverse without recursion. For some theoretical background, look here.

  8. Re:Doing it wrong? on Developer Argues For 'Forgotten Code Constructs' Like GOTO and Eval (techbeacon.com) · · Score: 1

    GOTO/GOSUB on the other hand have no practical use anymore

    Beg to differ. In C/C++ if you need to break out of a loop from inside a switch statement your choices are: add an extra variable that obfuscates your code; otherwise obfuscate your code with organizational contortions; use an ugly but obvious goto. Another common use case for goto is, taking error handling out of line so it doesn't obfuscate the main algorithm. And here is one you will probably never run into given your rather limited "real programmer" perspective: implementing state transition networks. Very elegant with goto, the topology is exactly like the state transition diagram that you are hopefully using for reference.

  9. Re:No real benefits (only perceived ones) on Mozilla To Drop Support For All NPAPI Plugins In Firefox 52 Except Flash (bleepingcomputer.com) · · Score: 1

    Lucky for you WebAssembly is on the way. Compile whatever language you want to WebAssembly and run it in your browser.

    The best you can say about that is, it works. It's ugly beyond belief, and "near native speed" would be true only for some very liberal definition of "near".

  10. many enterprise management applications require java in the browser

    They should have started converting those to Javascript long ago, it's not like they didn't know this was coming years ago. As a bonus, you get to not write Java, and not deliver a less than satisfactory end user experience with all the waiting around for mammoth Java applications to load and slowly jit themselves, and the generally crappy Java UI design because developing in Java is so cumbersome that you are pretty must stuck with the first piece of alpha crap that comes down the pipe.

  11. Re:Don't blame all employees on Ransomware Completely Shuts Down Ohio Town Government (techcrunch.com) · · Score: 1

    You know the red stapler guy in Office Space? That would be the resident Windows sysadmins.

  12. Re:Don't blame all employees on Ransomware Completely Shuts Down Ohio Town Government (techcrunch.com) · · Score: 1

    Have one Windows server to run AD and provide SMB shares, and move everything critical to Linux. Then get rid of the Windows laptops to improve the perimeter defence.

  13. Re:Don't blame all employees on Ransomware Completely Shuts Down Ohio Town Government (techcrunch.com) · · Score: 1

    If it's hitting central servers and shutting everything down, it's probably a weak RDP password with port 3389 wide open.

    And it's probably Windows. Backup strategy is just a contributing problem here. The central problem is using Microsoft products in inappropriate ways, like running servers.

  14. Re:This could get interesting on Apple Developing Custom ARM-Based Mac Chip That Would Lessen Intel Role (bloomberg.com) · · Score: 2

    The translation layer is actually quite tiny

    The translation layer is not actually tiny, it's just that the rest of the chip is gigantic.

  15. Re:Walk before you run on Apple Developing Custom ARM-Based Mac Chip That Would Lessen Intel Role (bloomberg.com) · · Score: 1

    "that's giving Intel much bigger headaches"

  16. Re:Walk before you run on Apple Developing Custom ARM-Based Mac Chip That Would Lessen Intel Role (bloomberg.com) · · Score: 1

    In a single-core benchmark, Apple's A9X @ 2.25 GHz already defeats Intel's 1.3 GHz Core M7 CPU.

    Wow, that's closer than I thought. For Intel, that must be much too close for comfort. But there's a benchmark that's Intel doesn't much bigger headaches: Arm Holdings only charges a couple of percent per chip, so high end ARM SoCs come in at just a sliver over fab cost, well under what Intel can sell their parts for and continue to live in the manner to which they have become accustomed.

  17. Re:Sure sure but does it still crash? on LibreOffice 5.3 Released, Touted As 'One of the Most Feature-Rich Releases' Ever (omgubuntu.co.uk) · · Score: 1

    Yeah, it only occasionally crashes.

    Microsoft office crashes too. I have no idea which one crashes more at this point in time but I have my suspicions, given that multiple studies indicate that open source generally ends up with fewer defects than similar proprietary products. Indeed, Libreoffice is runs as one single process, so it all goes down if any component does. Who knows if that is worth a change (a la chrome) but even better is, don't crash. On the rare occasions it does crash, Libreoffice does a very good job of recovering. I say, roughly a tie on that front. It's no contest on the price. Plus Microsoft UI design just isn't ready for prime time.

  18. Re:Multicore for spreadsheets..? on LibreOffice 5.3 Released, Touted As 'One of the Most Feature-Rich Releases' Ever (omgubuntu.co.uk) · · Score: 1

    Maybe this is what you are looking for.

  19. Difference is, this one is entirely optional. I will withhold judgment until I know for myself whether the Libreoffice incarnation rules or sucks.

  20. Re:Sure sure but does it still crash? on LibreOffice 5.3 Released, Touted As 'One of the Most Feature-Rich Releases' Ever (omgubuntu.co.uk) · · Score: 1

    Sounds like the last time you tried was years ago. I see the occasional crash, but pretty rare as in weeks or months, and losing work is even rarer. Probably, stability is similar to Microsoft's product. Pretty damn good for what you pay.

  21. just because you have a feature rich office suite doesn't mean it's a competitor to Office yet.

    Just because you have a feature rich, mature, popular, cross platform office suite that costs $0.00 doesn't mean... oh wait.

  22. Maybe git it a try and see for yourself.

  23. Translation: "We added gimmicky crap instead of spending time to fix existing bugs"

    Wow, salty, is it supposed to sound cool? Maybe better check your facts.

  24. The thing that is preventing 600 mile range electric cars is not the limited capacity of lithium ion, it's the cost.

    It's the cost and the weight. The market for a car that accelerates like a semitrailer is limited.

  25. Re:Owning vs Renting on Microsoft Reports New Subscribers For Office 365 Plunged 62% (itworld.com) · · Score: 1

    Captain of the Titanic here. The ship is not sinking, it's just a little bow-down.