Slashdot Mirror


User: cm5oom

cm5oom's activity in the archive.

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

Comments · 73

  1. Re:Hosts files do a better job for less on Forbes Asks Readers To Disable Adblock, Serves Up Malvertising (engadget.com) · · Score: 1

    How? No no really, how?

  2. Re:Hosts files do a better job for less on Forbes Asks Readers To Disable Adblock, Serves Up Malvertising (engadget.com) · · Score: 1

    Except that it doesn't actually fix the problem, you're still getting the address from dns now you're just caching it for a while. In fact you could make things worse if you get a bad address in your host file depending on how often you update it. Why don't you cut out the useless step and use a protocol that authenticates the source like dnssec or tls with pinned certs.

  3. Re:Hosts files do a better job for less on Forbes Asks Readers To Disable Adblock, Serves Up Malvertising (engadget.com) · · Score: 1

    That is one of the stupidest things I heard in a while. All they need for the tracking part is the geolocation. Do you really think they would spend billions of dollars building data centers closer to people if it didn't offer lower latency.

  4. Re:Hosts files do a better job for less on Forbes Asks Readers To Disable Adblock, Serves Up Malvertising (engadget.com) · · Score: 2

    Except that the vast majority of major sites use dns lookups to do geolocation cdn and load balancing for performance (both yours and theirs). By hard coding addresses you miss out on that. That's just one of many reason why the internet stopped using host files and switched to dns.

  5. Re:Nothing does it all (especially sold out addons on ASUS To Include AdBlock Plus On All Phones and Tablets In 2016 (betanews.com) · · Score: 1

    I'm frustrated that we have a high profile spammer on /. and no way to block him. Isn't that ironic, an unblockable spammer spamming about blocking software?

  6. Re:Nothing does it all (especially sold out addons on ASUS To Include AdBlock Plus On All Phones and Tablets In 2016 (betanews.com) · · Score: 1

    You can live in denial all you want but when you copypaste the same post over a dozen times in every thread about add blocking you are spamming. People have proved many (but not all) of your claims wrong but you don't listen, you just spam spam spam in reply. There's a reason why you have to post as AC and we all know what it is. You post this stuff so many times in each thread that people are actually asking for something to block you. That should tell you something but instead you keep spamming away. Talking to you is an exercise in frustration because you refuse to concede any point, refuse to admit you could be wrong in any way, refuse to listen to other people's input, you act like you're the all mighty authority on blocking that knows all and anything anybody else says must be wrong by default. etc. etc. etc.

  7. Re:Hosts still uses way, Way, WAY less on ASUS To Include AdBlock Plus On All Phones and Tablets In 2016 (betanews.com) · · Score: 1

    Host files can't block everything. Here's a real world use case for you. I like youtube, I visit it all the time so I can't block it with a host file. However there are hundreds of sites that embed youtube videos. Google can use this to track your browsing so I block them with a browser plugin. Host files don't let you do that kind of fine grain blocking, it's all or nothing. Youtube isn't the only site with this issue, all social media sites have link back widgets these days. The widgets use the same domain names as the main site which make host file blocking useless.

    Host file blocking is a simple solution that uses minimal resources. It is not a silver bullet that will solve all the worlds problems like you make it out to be. It has its uses but it can't and shouldn't be your only line of defense.

    P.S. The reason why people call you a troll and a spammer is because you're just going to copypaste the same reply to me listing the same old false 16 points without addressing or even listening to anything I just said.

  8. Re:Ads served from same site != practical 4 "$" on Chrome AdBlock Joining Acceptable Ads Program (And Sold To Anonymous Company) · · Score: 1

    Can't even have a reasonable discussion with you, it's just spam spam spam. You're just as bad as the advertisers you fight against. I'd add you to my host file if it would block your posts but it can't, have to use a browser plugin for that.

  9. Re:the lard of hosts for fat ads on Chrome AdBlock Joining Acceptable Ads Program (And Sold To Anonymous Company) · · Score: 1

    A host file only works when the content and ads come from different servers. That's such an obvious weakness it amazes me that most people don't see it. Don't listen to apk's spam, a host fire is not a silver bullet that will solve all the world's problems. It has its up sides and down sides, and there are several problems/use cases it can not solve that can be solved by a browser plugin or a firewall. Depending solely on a host fire to block ads is like holding a shield in front of you and expecting to never be attacked from behind.

    P.S. We solved the problem of sharing the host file with everyone back in the 80s with a thing called DNS.

  10. Re:It's what we "do" on Former Cisco CEO: China, India, UK Will Lead US In Tech Race Without Action · · Score: 1

    All 3 of those use a computer which was originally developed for military use. All 3 of those use the internet which was originally developed for military use. And funny you should specifically say the navy for selfies since they were funding research into optics 100 years ago for range finders on battleships. Then of course there's bomb sites and spy plans and spy satellites all of which need advanced optics.

  11. Re:In other news on Spy Industry Leaders Befuddled Over 'Deep Cynicism' of American Public · · Score: 1

    We didn't lose in Korea and we most certainly won the first gulf war.

  12. Re:Speed isn't Everything on Municipal ISP Makes 10Gbps Available To All Residents · · Score: 2

    You can do static addresses with DHCP. It stand for dynamic host configuration protocol, not dynamic address allocation protocol.

  13. Re:Does anyone else see the irony? on California Senate Approves School Vaccine Bill · · Score: 2, Insightful

    Obviously each state has it's own personality for lack of a better term.

    I'm mostly just annoyed at how he made a broad sweeping generalization of an entire state with a less than favorable one liner and got modded up for it. Here I can do the same thing. Everybody in Kentucky is a hill billy. Everybody in Georgia is racist. Everybody in China is a communist. You see how stupid it sounds, and he got modded up for saying that crap.

  14. Re:Does anyone else see the irony? on California Senate Approves School Vaccine Bill · · Score: -1

    California is just a reflection of the USA as a whole. If you see something you don't like maybe it's cause you looked in the mirror.

  15. Re:Progressive Fix 101 on Cheap Gas Fuels Switch From Electric Cars To SUVs · · Score: 0

    You're the exception that proves the rule unless you're going to try and claim all SUV owners have several acres of land in the middle of nowhere.

  16. Re:There are no rules like with engineering on Outlining a World Where Software Makers Are Liable For Flaws · · Score: 0

    I think the point you and a lot of other people in thread are missing is nobody is asking for perfect software, just for programmers to not repeatedly make the same mistakes over and over again. How is it that brand new software is still being exploited by SQL injections and buffer overflows? Those two problems have been know about for decades yet programmers are still happy to churn out code vulnerable to them.

    Nobody holds an engineer liable when something fails in a new and previously unknown way, but they do hold the engineer liable when he builds something with widely known flaws.

  17. Re:To the "Just Install Linux" Crowd... on Classilla, a New Port of Mozilla To Mac OS 9 · · Score: 1, Informative

    Netbsd supports booting from openfrimware on old world macs just fine. I believe it's the only OS that does.

  18. Re:Torvalds is right. Avoid GNOME use KDE! on Torvalds Says 'Use KDE' · · Score: 0

    tl;dr

  19. Re:control on China Rewards Porn Snitches · · Score: 0

    morality doesn't get updated evey few years.

  20. Re:No performance penalty?! on Syllable 0.5.4 Released · · Score: 0

    quake3 runs just fine on 100baseT over X

  21. Re:Trackballs are the future! on Logitech Gives A Mouse A Laser · · Score: 0

    i have allways wonderd why it is that people who use X when 99% of the world use Y, feal the need to constitly tell the world that X is so much better. just because its better for you doesn't mean it's better for me, or the other 99%.

  22. Re:I would not know on Which Adware and Spyware are the Most Insidious? · · Score: 0

    you do know that the first internet worm was for bsd ( and maybe vms ) systems in 1987

  23. Re:*BSD is dying on BSD Journaled File System Ready For Testing · · Score: -1, Troll

    It is official; Netcraft now confirms: That the *BSD is dying guy needs to SHUT THE FUCK UP