Slashdot Mirror


User: jandrese

jandrese's activity in the archive.

Stories
0
Comments
6,981
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,981

  1. Re:Waste on AMD Launches Radeon R9 380X, Fastest GPU Under $250 (hothardware.com) · · Score: 1

    I can run Minesweeper just fine on my 8 year old Intel graphics card. Buying a video card for games is stupid!

  2. Re:OT: power use question on AMD Launches Radeon R9 380X, Fastest GPU Under $250 (hothardware.com) · · Score: 1

    Someone who is mining bitcoins on a GPU is either losing money or stealing electricity off of someone. Bitcoin is way past the point where it's economically feasible to mine them on a GPU.

  3. So no desk for the helpdesk? on ISIS Help Desk Assists In Covering Tracks (cnn.com) · · Score: 1

    How is this different than having that one guy who "knows tech" that everyone calls when they have a problem or a question?

  4. I'm sure the is a reaction to "metrosexual". I wonder how different it is from a "bear" in the same community? Perhaps more focused on attire than physique?

  5. XTerms are still useful on Ask Slashdot: What Terminal Emulator Do You Use? · · Score: 2

    I recently was working on a machine with no internet connectivity trying to visualize some data with gnuplot. Only I discovered that some distros (won't name names here, but it's not an obscure one) by default install gnuplot with no bitmapped graphics support. I thought I was up a creek until I noticed that gnuplot has support for xterms's tektronics graphics mode. While it still has limitations (no color!), it got the job done. I'd like to see your fancy semitransparent Gnome Terminal handle hideously obsolete vector graphics.

  6. Re:Is this a euromyth on The European Commission Is Preparing a Frontal Attack On the Hyperlink (juliareda.eu) · · Score: 1

    Yeah, this smells like some crazy thing someone brought up in committee and will go nowhere. You get these kinds of stories from the US all the time too. State legislature votes to declare Pi to be exactly 3! But really it was one stupid thing one person said and went nowhere.

  7. It's the internet, you can't put the genie back in the bottle. Here is a mirror if you're having trouble. I can re-compress it if necessary to get around content aware filtering.

  8. Re:Nine Out of Ten of the Internet's Top Websites. on Nine Out of Ten of the Internet's Top Websites Are Leaking Your Data · · Score: 1

    As a longtime user of NoScript, this has not even come close to happening yet. I'm not even against ads, but I'm not going to let them run Javascript. If they want to show a banner then be my guest, if they want fingerprint my browser so they can track me across different websites then no thanks.

  9. Re:it's been out one week. on How Apple Is Preventing the Apple TV From Becoming a Console Rival (redbull.com) · · Score: 4, Interesting

    This presupposes that Apple even wants to be in the game console business. I think Microsoft is still in the red overall for the XBox franchise, and the Ooya is a stark reminder that nonportable microconsoles are of limited appeal. If all it lets you do is play the same games you can play on your phone why bother? Sure the screen is bigger, but the graphics aren't much better and you're monopolizing the TV.

  10. Wow, 5 whole Gigabytes? on Microsoft Cuts OneDrive Storage Limits, Citing Abuse (onedrive.com) · · Score: 1

    Microcenter gave me a free 32GB thumb drive just for showing up in their store. 5GB is getting into "Why bother?" territory. That's so little storage that even people who just casually take photos and upload them to the cloud are going to bump into the limit in relatively short order. It looks like Microsoft is basically killing off the service by making it worse than the competition. They already started on this when they dumped the OS integration they had in Win8 and made Win10 users go through the app to move their files back and forth.

  11. Re:Nor did anyone else. on Virginia Radio Station Broadcasting Chinese Propaganda (reuters.com) · · Score: 1

    I'm saying that those kind of people never touch the AM/FM switch on their radio, if they even listen to radio anymore. It's reputation as a place for preaching and whackos keeps them out.

    It's the same way you can send messages to people but avoid having the lion's share of the youth see it by simply publishing in the newspaper and not putting it in the online edition. Young people wonder why they should get their hands dirty reading day old news and op-eds from the out of touch.

  12. Re:Similar to VOA/Radio Free Europe? on Virginia Radio Station Broadcasting Chinese Propaganda (reuters.com) · · Score: 2

    Willingness to partake in somewhat expensive and likely ignored propaganda is a winning long term strategy? Or it is just because they don't broadcast their political power struggles to the world?

  13. Re:Nor did anyone else. on Virginia Radio Station Broadcasting Chinese Propaganda (reuters.com) · · Score: 4, Funny

    Right wing nutcases thrive on AM radio. The format helps filter out anybody with opposing viewpoints or unfortunate access to factual information.

  14. Re:so... on Virginia Radio Station Broadcasting Chinese Propaganda (reuters.com) · · Score: 3, Insightful

    The FCC operates on a complaint driven model. They don't tend to notice until someone writes a letter. They don't have the budget to hire airwave cops to drive around looking for violations all over the country. As far as the FCC was concerned this was just another properly licensed radio station until someone complained.

  15. Re:It's not the Earth's fault on Leap Second May Be On the Chopping Block (ieee.org) · · Score: 1

    I assume you don't do leap seconds at all.

  16. Re:Stupid monkeys with their stupid wrist watches on Leap Second May Be On the Chopping Block (ieee.org) · · Score: 1

    Anybody who thinks time is easy to get right has never looked too closely at it. There are a million complications, many of which are political or historical. Leap Seconds are only part of it. There are also Leap Years (quick, is the year 4000 a leap year?), changes in the calendar system (what happens when you try to display September 3, 1752? What if you change your locale to the US? What if you change it to France?), politicians deciding to screw around with Daylight Savings Time (thank you George W. Bush), Time Zones, politicians deciding to screw around with time zones (thank you Kim Jong Un), etc...

    Modern timekeeping is a nightmare. Even if you have a library dedicated to getting it right, they usually don't ask enough information to get it 100% correct because 99.9% of the time said inputs would be annoying and irrelevant. It's like asking for a library that just magically makes your code support Unicode. It's impossible because the implications extend into your own code as well. You have to think about the thousands of weird edge cases to get it completely right, there's no magic bullet. Oh, and virtually no program in the world gets it right. Not even huge ones that have thousands of professional developers. For example: Firefox and Chrome have issues with the RTL indicator, one of the first and most obvious pitfalls of Unicode development.

  17. Re:It's not the Earth's fault on Leap Second May Be On the Chopping Block (ieee.org) · · Score: 1

    The classic case is when you have a computer with an event loop and the leap second causes the timing to get messed up on the loop causing a double event or sometimes freezing it entirely. There were a number of websites that crashed during the 2012 leap second, including some airline ticketing systems. The 2015 event seemed less dramatic overall, but there were still a few reports of crashes.

    Google implemented an interesting strategy in 2015. They simply drifted their clocks over a 12 hour period instead of making the jump at once. This avoided the potential crash issues at the cost of being less than a second out of sync for half a day. Overall it seemed like a success and I kind of hope the IEEE mandates it for all clocks for the next leap second.

  18. Re:Isn't the current mouse protection rule ... on Lawsuit Claims Buck Rogers Is In the Public Domain · · Score: 1

    Yeah, I mean if that woman had married a steel worker or a baker or pretty much any other professional on the planet she should expect to be set for life even if he dies at 20 with no insurance right?

  19. Re:Guilty until proven innocent? on Man Licenses His Video Footage To Sony, Sony Issues Copyright Claim Against Him (petapixel.com) · · Score: 1

    Seems like Google makes a ton of money for the music industry too. Pulling all of the content just brings us back to the late 90s when everybody just sent bootleg MP3s everywhere because there was no legitimate alternative.

  20. Re:New employer = not happy on In Turnabout, SunTrust Removes Contentious Severance Clause (computerworld.com) · · Score: 5, Insightful

    Why not simply stop answering their calls? What are they going to do? Double fire you? I'd like to see them take you to court over not providing work for free.

  21. The name is too long on "YouTube Red" Offers Premium YouTube For $9.99 a Month, $12.99 For iOS Users (arstechnica.com) · · Score: 5, Funny

    I suggest they shorten it to RedTube.

  22. Re:They already are on Microsoft Publishes OpenSSH For Windows Code (msdn.com) · · Score: 1

    Pretty much. POSIX was kind of a minimal set of features that were common to the major Unix vendors at the time.

  23. Re:They already are on Microsoft Publishes OpenSSH For Windows Code (msdn.com) · · Score: 1

    It should be pointed out however that Microsoft carefully designed their POSIX subsystem to be almost completely useless in the real world. It was missing just enough critical (but not technically POSIX spec) parts to make it worthless.

  24. Re:Maybe? on Ask Slashdot: Is it Practical To Replace C With Rust? · · Score: 1

    That book is what I was reading (and linked to in my post).

  25. Re:Maybe? on Ask Slashdot: Is it Practical To Replace C With Rust? · · Score: 1

    Well, I guess we can't be too hard on the Rust developers for not solving the halting problem.