Slashdot Mirror


User: Tukz

Tukz's activity in the archive.

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

Comments · 550

  1. Nothing to do with "too tough" on Ikea's Stuff is Tough To Assemble, So It Bought a Startup To Do It For You (arstechnica.com) · · Score: 1

    This is the same reason fast food restaurants exist; people are too lazy or don't have time to do it themselves.

  2. This reads like one big challenge.

    Why announce it like this? It's just like announcing you've made an un-crackable DRM; you're awaking the kraken.

  3. Gaunt's Ghosts on Ask Slashdot: What Are You Reading This Month? · · Score: 1

    I just started on "Gaunt's Ghosts", at the very beginning "First and Only". My neophyte adventure into Warhammer 40k.

    Finished the last book of the second age in the Mistborn epic last week; "Mistborn: The Bands of Mourning"

  4. Price isn't the problem on Disney Will Price Streaming Service At $5 Per Month, Analyst Says (fiercecable.com) · · Score: 1

    If Disney's new streaming service does end up costing around $5 per month, could you justify paying for it?

    It's not the price that'll need to be justified.

    It's the damn fragmentation.

    And how will the application be? What quality will they stream in? Will it be stable and support all major platforms, and the popular smaller ones, at launch?

    It's already a crap-shoot when trying a new provider. Out of my 8 or so providers (most of them I get bundled), only 2 of them are of sufficient quality; Netflix and HBO Nordic.

    The rest is a mixture of missing sufficient sound quality or no Full HD. I don't want to pay for the "privilege" to watch Movies and TV Shows in SD and crappy Stereo sound. They may be 'fine' for mobile devices, but I have a TV and a surround system; I, at the very least, want HD and DD+ 5.1.

  5. Malware Heaven on The Windows App Store is Full of Pirate Streaming Apps (torrentfreak.com) · · Score: 2

    And how many of these DOESN'T contain malware?

  6. Re:Seriously who cares about Disney? on Netflix Plans To Spend $7 Billion On Content In 2018 (streamingobserver.com) · · Score: 1, Interesting

    Well, Disney owns Marvel, so I kinda care.

    I suspect this means all Marvel content will eventually be pulled from Netflix. I enjoy most of the Marvel series Netflix currently offer.

    And they also own Pixar. I'm a grown man, but I still enjoy Pixar.

  7. means that most people won't get to see those shows.

    Yaaaaarr!!

  8. Or setup your firewall.

    I don't have any issues with Deluge, though I use OpenVPN as a service for the VPN connection and SOCKS is just backup.
    At last test, SOCKS worked fine through the proxy.

    I periodically test my proxy and it haven't failed me yet.

  9. *laughs in VPN*

  10. Re:Office Space - The Greed Edition on Automakers Are Asking China To Slow Down Electric Car Quotas (electrek.co) · · Score: 0

    Why do I grab on to my stabler when reading that?

  11. Re: Bluetooth-enabled fidget spinners? on New Fidget Spinners Are Catching On Fire (newsweek.com) · · Score: 1

    Measuring RPM I'd assume.

  12. Re:Excellent news. on Google Slapped With $2.7 Billion By EU For Skewing Searches (bloomberg.com) · · Score: 1

    I just got confused that the summery didn't mention the abuse of dominant market position and instead mentioned the irrelevant "near-monopoly".

  13. Re:Excellent news. on Google Slapped With $2.7 Billion By EU For Skewing Searches (bloomberg.com) · · Score: 1

    But which law is broken? If they don't have monopoly, they aren't abusing a monopoly.

    I'm kind of confused by the summery, it states Google has "near-monopoly". They are being punished for "nearly" having monopoly?
    Either they have monopoly or they don't.

    If they don't have a monopoly, they aren't doing anything wrong.

  14. I highly doubt that.

    Most people don't know about this, the modding community is relatively small compared to new and returning buyers.

  15. Well, they WANT to kill the player base for GTA V, since GTA VI is on the way.

  16. Re:TIL the CEO of GitHub is a moron on Are There More Developers Than We Think? (redmonk.com) · · Score: 1

    And not all those users are developers.

    So yes, they CAN have more users than there is developers.

  17. "Pay fines" on Robot Police Officer Goes On Duty In Dubai (bbc.com) · · Score: 1

    When giving money directly to an officer of the law, we call it bribes.

  18. So pretty much the same as what https://voiceattack.com/ does or am I missing something?

  19. Don't talk like that to ANYONE on 'U Can't Talk to Ur Professor Like This' (nytimes.com) · · Score: 5, Insightful

    If you want to be taking just mildly serious, don't talk like that to anyone.

  20. Not good for security on Netflix Says No To Unlocked Android Smartphones (androidpolice.com) · · Score: 3, Insightful

    The only thing this does is forcing rooted android users to install Netflix from unofficial installers.

    If you can root your phone, you know how to install .apk packages without Google Play Store. They won't be able to find a verified package.

  21. Re:Seriously? on Netflix Says No To Unlocked Android Smartphones (androidpolice.com) · · Score: 1

    Or install Netflix from a secondary source.

    Anyone who rooted their android device, will know how to do that anyway.
    The only thing they are archiving is forcing people to use a potentially harmful unverified .apk instead of the offical package in the store.

  22. Re:Hahaha, idiots. on Netflix Says No To Unlocked Android Smartphones (androidpolice.com) · · Score: 1

    As the article says, the app works just fine. You just can't install it from Google Play Store. No need for XDA to take care of anything.

  23. Make a global platform, where the networks can add their catalogue.
    I'd gladly pay $50+ for that.

    Not $10 per network on each of their own software platforms that may, or may not, work on my devices.

  24. Defer Upgrades on Maybe Don't Manually Install Windows 10 Creators Update, Says Microsoft (betanews.com) · · Score: 4, Informative

    Do yourself a favor and enable "Deferred updates".
    That way, you won't be in the "open beta test" pool and won't receive feature updates until some time after release.

    Security updates will still go through.

  25. It may seem like a joke, but I actually learned the basic logic from scripting in mIRC IRC client. I think it's python or TCL based scripting language.
    I moved to C afterwards, then C++ and so on, staying in C syntax languages.

    I use it as an example when people ask me how I learned to code. My answer is always to "find something you use a lot and learn to modify it or figure out an small application you could use and learn to make it"