Slashdot Mirror


User: RedHackTea

RedHackTea's activity in the archive.

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

Comments · 295

  1. my car/house insurance... on North Korea's Satellite Is Out of Control · · Score: 0

    doesn't insure debris from North Korean satellites... <[:'(-|-<

  2. query string "hack" on Google's Image Search Now Requires Explicit Queries For Explicit Results · · Score: 0

    I still notice the "&safe=off" in the query string of my search results. Is this perhaps a way around this? Or does this do something else?

  3. OMG! on North Korea Launches Long-Range Rocket · · Score: 1

    They just posted a video of it on YouTube. It's actually more impressive than I was expecting.

  4. Why didn't the developers obfuscate their sensitive Javascript code? Who leaves var IS_PAID_FULL_VERSION in the release of their JS code? Or am I missing something? As far as I know, it's not a compiled language into either machine language or byte code. It's pure script. What JS developer would be this stupid?

  5. This is almost as bad... on Guatemala Judge Orders McAfee Released · · Score: 0

    ...as waiting for a virus scan to complete. And when it finally gets to 99%...when you finally think that it's all over...he's locked in jail you think...surely /. won't post anymore stories you think...but no, another story emerges, and it just sits at 99%.

  6. When it comes to Ubuntu and most FOSS, we are the QA, and in my opinion, the QA is very important. It doesn't mean that you should listen to every wisecrack out there, but RMS has a valid opinion here. While I won't admit that it is spyware, it is spyware-like. For the average non-techie user, are they going to know how to uninstall the automatic amazon searches? I bet not. Their search data will be collected. It could possibly slow down searching on the computer (as it will search both their filesystem and amazon; they probably don't know how to use "find" or "grep" appropriately in the terminal). There is no option to opt out of it when installing the OS or an easy way to uninstall it. If you read the definition of Spyware it keeps sounding more and more similar. This isn't FUD. Take your head out of your ass for a minute and actually listen to the community that uses your distro.

  7. Re:Resistance is Futile. You Will be Assimilated. on Ask Slashdot: Current State of Linux Email Clients? · · Score: 0

    I've never had any problems with the search feature. There are buttons that let you decide between searching the subject, to email, body, etc. What problems do you have with it?

  8. Geary on Ask Slashdot: Current State of Linux Email Clients? · · Score: 0

    I think Geary will be good once released.

    In the meantime, nothing beats Thunderbird for me. The plugins are the new developments and features. Evolution works great out of the box, but it's still too slow and unreliable. I get tons of emails with Thunderbird at work and have never had a problem. The calendar plugin works mostly and even LDAP for the address book; it just takes a little bit of time to configure. For any advanced calendar functions, I just use my android phone. In fact, my coworker who is on Windows and uses Outlook has to rely on his phone because Outlook crashes once a day for him.

  9. The third option is... on The Scourge of Error Handling · · Score: 0

    ... assertions and/or JUnit tests I would say. Then also use both exceptions and return values when and where necessary.

    In Java (and C++ I believe?), runtime exceptions do not have to be caught. So you never have to do return values and/or exception catching for null pointers, bad arguments, etc. as long as you test adequately. The problem is that no one has the time and/or is able to test every scenario adequately. Also, in Java there is the UncaughtExceptionHandler, which again I believe is also in C++ (I haven't used C++ in a few years).

    What we need is a fourth option, but we also need cars to run on water, a way to duplicate food, etc....

    I think the key is really just good logging and testing. And as long as you have a dedicated team to QA, you'll be fine in most scenarios.

  10. jerk hours on Nintendo Puts a Bedtime On Wii U Content In Europe · · Score: 0

    But between those hours I jerk off! And there's no way I'm putting down my wee to play with my wii.

  11. Shortage of Coders? on Coderdojo Inspires Coding In Kids As Young As Seven · · Score: 0

    Do we need more programmers? I hear about stories like this all the time, but the company I work for literally gets tons of applicants monthly. None of my coworkes nor myself needed to be "inspired" by a group like this. We were all inspired by just living in tech daily as kids -- which includes games. And if you have a passion, you'll pursue it.

    Shouldn't there be a focus on the careers that we have a shortage of? Such as nurses, labor workers, etc.? Or is there a shortage of coders in Scotland?

    If the kids truly are interested, then I suppose this is good. However, they should be focusing on good programming practices. Is making websites (probably just HTML and CSS without any PHP, etc.) conducive to this? Hopefully, they are teaching the fundamentals correctly.

  12. "Holy rusted metal, Batman! on Original Batmobile To Be Auctioned For the First Time Ever · · Score: 0

    ... The Joker has captured the Batmobile and is auctioning it off to civilians!"
    "Don't worry Robin. According to Apple it's useless."

  13. nook or kindle (e-ink versions, not HD) on Ask Slashdot: Tablets For Papers; Are We There Yet? · · Score: 1

    For long hours of reading, I have to suggest a tablet with e-ink. But since everyone is different, you should try them out in the stores first.

    I personally own a nook touch, which is probably the least liked tablet on /., but I really enjoy it. Since it's e-ink, the interface is slower and less responsive, but you get used to it. I look at a computer screen all day, so it's nice to read on a device that reflects light similar to paper rather than another screen shining it at me. I can read for noticeably longer with less eye strain.

    The upsides are of course built-in dictionary, highlighting, bookmarking, notes, etc. The dictionary and bookmarks are really the best part. The downsides are no built-in browser (does kindle have one?) -- so can't search wikipedia and/or another dictionary site -- and none of the apps or eye candy and the small size. Solely for reading, e-ink versions reign supreme in my opinion. If you don't think reading will be the primary focus, then of course go for iPad or an Android tablet with HD.

  14. Cool day job? on One Cool Day Job: Building Algorithms For Elevators · · Score: -1, Redundant

    Eh, it has its ups and downs.

    /obligatory cliché joke

  15. "This is madness." No, THIS IS EVOLUTION! on Humans Evolving Faster Than Ever · · Score: 1

    *kicks scientist into pit*

  16. Ruby on How Does a Single Line of BASIC Make an Intricate Maze? · · Score: 1

    loop{print(rand(2)==0?'/':'\\')}

  17. Re:Shows one thing on Anthropologist Spends Three Years Living With Hackers · · Score: 1

    I think the "non-hacking" culture may be interested, but for me personally, why do I want to read about something that I experience every day at work with my colleagues and in online message boards, chatrooms, etc.? However, if there is some interesting technical commentary, I may read it. It could be interesting to read the methods used by other coders to solve problems -- think Dr. House and whiteboards here. It could also be useful to read the solution to a particular problem and what alternatives they conjured up, but this could still be rather dry unless it deals with something like genetic algorithms, artificial neural networks, infix notation, etc., and I am betting that none of this will be in the book...

  18. she's hot on Anthropologist Spends Three Years Living With Hackers · · Score: 4, Funny

    I could easily be tricked into having her stay with me for weeks. I just don't know if she'd get along with my mom.

  19. Since they're young... on Ask Slashdot: Best Console For the Kids This Holiday? · · Score: 1

    ...I wouldn't waste the money on a system that will be outdated by the time they're 13 and wanting to play more "hardcore" games.

    Why not buy a cheap computer with lots of harddrive space and stick Qimo LInux on there? Or any Linux distro really and just download every game in the repos. Hell, you could buy a Raspberry Pi.

    Then buy an HDMI cable to hook it to your TV screen and maybe a couple of controllers and a keyboard. These alone will be usable with their future computers.

  20. Geek in a Turkey on Ask Slashdot: Geekiest Way To Cook a Turkey? · · Score: 1
    1. Step 1: Cut a hole in a turkey
    2. Step 2: Put your junk in that turkey
    3. Step 3: Make her cut open the turkey

    ... and that's the way you do it!