Slashdot Mirror


User: Lord+Duran

Lord+Duran's activity in the archive.

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

Comments · 88

  1. It's the internet connection on Bad Reviews For Super Mario Run Are Sending Nintendo's Stock Tumbling (fortune.com) · · Score: 1

    You can't play it on the subway, you can't play it on a plane. When are you supposed to play it then?

  2. Re:Price Fixing on Finland Will Give Some Unemployed Citizens a Basic Income (theoutline.com) · · Score: 1

    Except that low income job is going away to automation. So you have the same number of people competing for fewer low income jobs. If you use this inflation to make sure those low income jobs pay the same, you've evened it out.

  3. It should be easy on Craig Wright Claims He's Satoshi Nakamoto, the Creator Of Bitcoin · · Score: 1

    Two cases:
    Either Satoshi has his private keys from back then, or he doesn't.

    If he has his private key, have him sign a message that reads "John R. Smith is Satoshi Nakamoto" with his private key.

    If he doesn't, I say it doesn't matter who he is, his money isn't going anywhere.

  4. Re:Be insainly great. on Apple: Losing Out On Talent and In Need of a Killer New Device (theguardian.com) · · Score: 1

    Well... here's the thing. 99% of people just don't need more than 16 or 32 GB of RAM. I don't do any video editing, but at any given time, at work, I have several VMs open, Chrome or Firefox which tend to hog memory, a couple of development environments (usually PyCharm, VS, Android Studio or Eclipse), and several more lightweight stuff - IPython, Sublime Text and a couple more.

    At max, if I set the VMs to too much RAM, this adds up to about 16 gigs of RAM. 32 gigs? No way I could get up to that. Maybe if I had an itch to keep 30 tabs open in Chrome instead of my usual ~6.

    In the past with weaker computers, I used to ration my RAM. Haven't needed to do that in the last couple of years. Same goes for CPU - anything that's not really computationally expensive just doesn't take a long time to run nowadays. We've more or less reached the point where computers are good enough.

  5. These guys really have some nerve. You'd think the least they would do is try to avoid the courtroom.

  6. Re:A Mac on Ask Slashdot: What's Out There For Poor Vision? · · Score: 1

    A mac would be good, if only for the zoom ability available on Safari and Chrome (might be available on Windows too). Pinch out on the trackpad to zoom a web page (really zoom, not just change text size).

  7. RAS syndrome on Intel Offers More Insight On Its 3D Memory (itworld.com) · · Score: 0

    250,000 IOPS per second, right up there with your LCD display, PDF format, and PIN number.

  8. I don't get it on NY Times: Temporary Visas To Import Talent Help Copycats Take Jobs Abroad · · Score: 1

    I just don't get you Americans.

    These visas were invented to enable highly-skilled workers to come from overseas to work in the US. That's clearly not what they're doing. Why don't those laid off sue? Or at least write your congressmen?

  9. Re:Cyberwar may be neccesary as a learning moment on The Global Struggle To Prevent Cyberwar · · Score: 1

    Not so sure about that.
    We've had the internet, up alive and working for what, going on 20 years now? With no major outages? Redundancy every step of the way? I think it's OK to assume that the Internet will be around excepting armageddon or maybe a world war.

    That said, any one system can be taken offline by targeting it specifically.

  10. Really? I mean... on Microsoft Spending $75M To Boost K-12 CS Education, Put TEALS In 4,000 Schools · · Score: 2

    I've heard of this time and time again. Is there any evidence that software engineers are good teachers? I mean, the challenge in K-12 is getting control of the students, not the teaching material (which is low level and entirely uninteresting).

  11. Re:But the routers themselves suck on Open Source Router Firmware OpenWRT 15.05 Released · · Score: 1

    I currently have a D-Link DIR-685 (which works ok 80% of the time). There's a TP-Link WR941ND and a W8951ND which doubled as an ADSL modem. We've gone through a couple more which we don't have anymore. All with stock firmware.

  12. Re:But the routers themselves suck on Open Source Router Firmware OpenWRT 15.05 Released · · Score: 1

    All neighbors are older, youngest kids are in the 8-10 year old range.

    Leaky microwave - it's possible.

    Directional antenna - tinfoil style? Or does it require a purchase?

  13. Answers on Ask Slashdot: Definitive Password Management Best Practices Using OSS? · · Score: 5, Informative

    Where do I perform hashing (smartphone/web client or server)?
    You hash twice, with different salts - once on the client side and once again (i.e., hash the hash) on the server side. The doubly-salted, doubly-hashed password is the one you store.

    What hash algorithm should I use?
    You said it yourself - bcrypt. bcrypt allows you to set a cost, which increases password brute-forcing difficulty but also increases computational cost on every verification. Set the cost to be the maximum you can handle - if you have a stronger computer and fewer users, you can set a higher cost.

    How do I store the hashes?
    Chrome uses encrypted SQLite for browser saved passwords. Which encryption depends on the platform - Windows has CryptProtectData, KDE and Gnome have keyrings. The basic idea for all of these is to use some symmetric encryption algorithm (e.g. AES) with the key derived from some set of hashes on machine-specific data, like hardware serial numbers. If you want to go hardcore, use a hardware encryption dongle (HSM).
    Note that it is important to encrypt the file on disk, but it is also important to make sure that decrypted hashes stay in server memory for as little as possible.

    How can clients recover forgotten passwords?
    They can't recover forgotten passwords - you're only storing hashes, remember? What they can do is reset their password. Two factor authentication is best (a verified email account and phone number, if you can send SMSes or automated calls), but at least email and a security question seems to be the standard.

  14. But the routers themselves suck on Open Source Router Firmware OpenWRT 15.05 Released · · Score: 1

    We are three sharing an apartment, with three laptops, a Raspberry Pi, three phones, and the occasional guest. We've gone through several D-Link and TP-Link routers. The WiFi quality sucks, there's crappy, dropping reception 5m (15 ft) from the router beyond a wall.

    What router can we buy? Do Open/DD-WRT affect performance?

  15. Re:Obey traffic laws; offer emergency override on When Should Cops Be Allowed To Take Control of Self-Driving Cars? · · Score: 1

    But what if the cops want to stop you because you're breaking laws that aren't traffic laws? For instance, if they suspect you're fleeing from a crime, carrying weed or are a murder suspect?

  16. Here's the thing though... on When Should Cops Be Allowed To Take Control of Self-Driving Cars? · · Score: 1

    It's not really that hard for a bad guy to buy a cop costume. Humans can't tell them difference between the police and some random jackass. Also, if a guy is standing in the middle of the road signaling you to stop, you're gonna stop just to not run him over.

    I think self-driving cars should be treated as taxis. Just like you can't expect your taxi driver to disobey a cop, nor can you expect your SDC to.

  17. Re:The simple Economics of it all: on Bitcoin Fork Divides Community · · Score: 1

    Where's your math? This whole 5-point score rant is basically a big long ad-hominem argument, with not even a single link to back up your claims (who disagrees with Gavin?...).

    If you want more transactions per minute, you're going to need a higher limit; a higher limit puts more stress on the nodes and the network. That's where the argument lies.

    Adoption rises and technology progresses, so, from continuity, there is some point in time where the higher stress is not as much an issue, and we will need the room for more transactions. Gavin et al say that point is not far, and we should take action now to avoid problems later. I think hearing the arguments so far, I agree with them.

  18. Re:Why is the limit a problem? IS it a problem? on Bitcoin Fork Divides Community · · Score: 1

    It's obvious that if you want to be able to have more transactions/minute, the block size limit will have to go up. Everyone knew it had to happen sometime.

    Check out this thread:

    https://bitcointalk.org/index.php?topic=322748.0

    Back then, 2013, large block sizes (granted, occuring once in a few weeks - not much considering there's one block every 10 minutes or so) reached 900k and even 990k. We're two years later, adoption goes up, and two core maintainers think it's about time we raise that limit.

    Why not? Why wait for the problems - in the form of high processing fees and higher waiting time for transaction approval? Now's as good as it's ever gonna be.

  19. We're actually better off on Privacy Alert: Your Laptop Or Phone Battery Could Track You Online · · Score: 1

    We used to have applications run locally. They used to have a lot more freedom - any and all apps could know exactly who you are and what your computer's UUID was, not only how your battery's doing. Today most of what you use - the obvious examples being your mail and to a lesser extent office suite - is at least sandboxed inside your browser.

    This is not to say there hasn't been a rise in tracking, but the story just got me thinking that maybe it's a good thing it's being done in a browser.
    (And you should be whitelisting the use of cookies and javascript - and blocking unnecessary trackers).

  20. Physics? on Why Micron/Intel's New Cross Point Memory Could Virtually Last Forever · · Score: 3, Insightful

    Can someone explain how exactly they're "moving between two different resistance states"? Because I think that that in itself does not guarantee lower wear.

    Has anyone heard anything technical about how this works?

  21. Re:You joke, but maybe this is what needs doing on 'Stagefright' Flaw: Compromise Android With Just a Text · · Score: 1

    And who would compensate me for time and money lost when the white-hat "fix" bricks my phone out of the blue?

  22. What it is on Microsoft Research Open Sources WorldWide Telescope · · Score: 3, Informative

    About

    The WorldWide Telescope (WWT) is a visualization environment that enables your computer to function as a virtual telescope—bringing together imagery from the world’s best ground- and space-based telescopes for the exploration of the universe. WWT blends terabytes of images, information, and stories from multiple sources into a seamless, immersive, rich media experience. Explorers of all ages will feel empowered to explore and understand the cosmos using WWT’s simple and powerful user interface.

    Source: their website.

  23. Kind of half-assed... on Anti-TPP Website Being Blacklisted · · Score: 3, Interesting

    Apart from the pretty colors, it's pretty badly designed. There's only the one video explaining why it's bad, no text, no in-depth analysis, no outside opinions, no nothing. There isn't even (that I could find) a link to the text of the TPP. This might be a seriously important cause, but the website's not making a very good case against it.

    Anyone know and want to elaborate on what this TPP is?