Slashdot Mirror


User: Qzukk

Qzukk's activity in the archive.

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

Comments · 6,329

  1. Re:Money money money on Why America Won't Match Sweden's Cheap, Fast, Competitive Internet Services · · Score: 1

    You mean the laws that stops private companies from digging trenches

    Ain't no law stopping me from digging on my property. Oh wait, you mean the law that stops me from trespassing on and digging up other people's property without getting their permission first. Yeah, I'll add that one to the list for future reference.

  2. Re:Money money money on Why America Won't Match Sweden's Cheap, Fast, Competitive Internet Services · · Score: 2

    it's because of government restrictions

    Yeah, those damn laws forcing me to pay people to dig trenches, keeping me from stealing billions of dollars worth of copper and fiber, and stopping me from tapping into the electric poles to run the routers, that's what's stopping me from competing with AT&T. If only the government wasn't forcing me to come up with billions of dollars in capital, I coulda been a contender!

  3. Re:it solves some unicode issues on Systemd Adding Its Own Console To Linux Systems · · Score: 1

    because none of the software terminals running under X can do this.

    Several can, largely thanks to one library. See https://gist.github.com/XVilka...

  4. Re:Overstated or misrepresented? on Fuel Efficiency Numbers Overstate MPG More For Cars With Small Engines · · Score: 1

    I regularly fill up at the same station, so I do the math myself when I'm bored (I reset trip odometer each tank so I know how many miles I've gone).

    Shouldn't modern fuel injection computers know how much fuel is being injected? It seems like it should be trivial for the car to tell me my MPG correctly.

  5. Re:And what's the problem ? on Complain About Comcast, Get Fired From Your Job · · Score: 1

    He didn't ask for free cable.

    Try "Do you think you should serve this shit to a US Senator?"

  6. Re:Please explain on Linux 3.17 Kernel Released With Xbox One Controller Support · · Score: 1

    So that people can plug the controller in and use it without having to compile their own driver?

  7. Re:Inverse Wi-fi law on Marriott Fined $600,000 For Jamming Guest Hotspots · · Score: 4, Informative

    its not a $1k fee for internet, ever

    Not everyone at the hotel is staying in a room at the hotel.

    Do they hold business conferences there? Our company sends me to man the sales booth at conferences/expos all the time, and the hotels charge us ridiculous rates. I haven't gotten to $1000 yet, but the last one was at a Radisson which had a $150 "setup fee" plus $80/day per device for a two day conference (I expensed $20 to turn on my sprint hotspot for a month to run our demonstration ipad and ipod touch).

  8. Re:HIPAA EDI on Back To Faxes: Doctors Can't Exchange Digital Medical Records · · Score: 1

    the HIPAA EDI transaction codes are X12 837 (claim/encounter transactions), X12 270 and 271 (eligibility inquiries and responses), X12 276 and 277 (claim status inquiries and responses), X12 278 (referrals and prior authorization transactions), X12 835 (health care payment and remittance information), and X12 275 (health claims attachments).

    Huh. Which of those do I use to order a CBC? Which one sends a history and physical to the hospital? Which one does the MRI machine use to send me the picture of your brain? (trick question!)

    Everyone's been using these transactions for years, but they are not relevant to the issue being discussed here.

  9. Re:Doubleplusgood Newspeak on The Executive Order That Redefines Data Collection · · Score: 1

    Nice try, but we all know that it all depends on what the meaning of "is" is. I did not have sexual relations* with that woman.

  10. Re:I thought this was satire on Microsoft Announces Windows 10 · · Score: 1

    Could be worse, they could have named it Windows One.

  11. Re:There are no "remote" exploits for bash on Bash To Require Further Patching, As More Shellshock Holes Found · · Score: 1

    Squeeze was the first version to default to dash.

    I'm pretty sure I was asked when upgrading to Squeeze if I wanted to make it the default, but the question may not have been a high-priority one so debconf could have been configured to skip it.

  12. Re:Can someone explain how someone is exploited? on Bash To Require Further Patching, As More Shellshock Holes Found · · Score: 1

    Apache HTTP server using bash as a CGI to process requests

    Or any webserver using any CGI that calls system() to execute anything in a computer where the system shell is bash.

  13. Re:There are no "remote" exploits for bash on Bash To Require Further Patching, As More Shellshock Holes Found · · Score: 1

    aka yourself

    Or against github.

  14. Re:Devil's advocate here... on FCC To Rule On "Paid Prioritization" Deals By Internet Service Providers · · Score: 1

    I had to use a certain brand of detergent or specific equipment in my imaginary dry cleaning business, or that I couldn't charge an extra 5.99 for express cleaning service or 2.99 delivery fee

    Of course, of course. But you know, that $7.99 "throw that other guy's laundry in the trash so you can do yours right now" fee, that's over the top.

  15. Re:No Worky on Ask Slashdot: Is Reporting Still Relevant? · · Score: 5, Informative

    While laziness and not wanting to wait 5 extra seconds for number crunching are certainly a factor, I've got customers who are paranoid that we might pull one over on them and retroactively change the data so when they go back to last quarter's numbers they won't be the same.

    I set up a cronjob to wget the dashboard weekly, feed it to html2pdf, and email the result to the stakeholders.

  16. Re:Only CGI scripts affected? on Remote Exploit Vulnerability Found In Bash · · Score: 1

    When using the wrapper, apache spawns the fastcgi server on the first request if it is not already running.

  17. Re:Exploit depends on not validating input? on Remote Exploit Vulnerability Found In Bash · · Score: 2

    It's not being passed in as usual data, it's being passed in as environment variables, most programmers ignore all the variables that are not relevant to their program (which is usually all of them).

  18. Re:Only CGI scripts affected? on Remote Exploit Vulnerability Found In Bash · · Score: 1

    If the process a) is a bash script itself

    If you're using fastcgi with a wrapper script (the recommended configuration for mod_fcgid+PHP), it's time to check the wrapper script. It should not need to be a bash script.

    FCGIWrapper /usr/lib/cgi-bin/php5-wrapper .php

  19. I wonder if there would be a way with https to store an encrypted mail

    Short answer: No.
    Long answer: SSL makes use of a temporary session key that is calculated between the client and the server at the time of the connection. Once the connection is over that key is (ideally) destroyed. If the email was encrypted with my session key when I sent it to the server (and somehow not decrypted by the server at this point) your session key that you create when you connect to the server won't do the job.

    This is what S/MIME is for. The email body (and optionally some headers) is encrypted with a session key which is encrypted with your public key (rather than the server's key). Then it is sent through regular email channels. You receive the email and decrypt the session key with your private key, and use it to decrypt the message.

  20. Re:That's interesting data but.... on Developing the First Law of Robotics · · Score: 1

    Or he doesn't live in Super Mario World.

  21. Re:So, a design failure then. on Developing the First Law of Robotics · · Score: 1

    It calculated that I had a 45% chance of survival. Sarah only had an 11% chance.

  22. Re:The Real Reason? on Why Google Is Pushing For a Web Free of SHA-1 · · Score: 2

    Except that it's honestly a shitty idea given the history of witness unreliability. The human mind is pretty shit at remembering a real human's face you've only seen once. Worse, an uncanny valley fake face is going to look like every other uncanny valley fake face, especially without additional visible features like hair or glasses (and even then the memory is likely to recall "wears glasses" not a specific style or color).

    Also, the guy never explained what the hell the problem was that he wants the engineers to make a solution for, other than "it doesn't use this cool face-making library I wrote." Clearly we are all too stupid to see the value of having lawnmower man's face shown when we log into our banking website, if only we weren't engineers instead of PhDs.

  23. Re:And don't forget mercury in the CFLs... on Surprise! More Than Twice As Much Mercury In Environment As Thought · · Score: 2

    And of course the non-compact ones that have been in your kitchen for decades, you took those to the recycler too when they burned out, right?

  24. Re:CFL Bulbs on Surprise! More Than Twice As Much Mercury In Environment As Thought · · Score: 1

    Actually, it's all the non-compact fluorescent light bulbs. Nobody ever read the disposal instructions for those, and they're great for swinging around like light sabers, especially if you stand under a transmission line so the EM field lights them up.

  25. Re:IRS Planning the same on Buenos Aires Issues a 'Netflix Tax' For All Digital Entertainment · · Score: 1

    Eh, I think it's far more likely they'll de-Roth. Enjoy paying taxes on the after tax money you invested.