Domain: yoyo.org
Stories and comments across the archive that link to yoyo.org.
Comments · 68
-
Re:Whoop-d-dooOpera has an integrated ad blocker. Although it must be done enabled in the opera6.ini, it is just as effective as the FireFox extension. For a quick run-down:
- http://pgl.yoyo.org/adservers/
- "in opera url filter ini format", "no links back to this page", "view list as plain text" and click go
- Save everything that isn't prefixed with "#" to filter.ini
- Open your opera6.ini and add the line "URL Filter File=C:\filter.ini" under the "[Adv User Prefs]"
- Enjoy Opera + Adblock
-
Re:Mostly for sportWhenever I run into an ad online, I'm compelled to view the source, close down my browser session, and tweak my userContent.css/hostperm.1 to block it.
Yikes, that's a lot of work. If you're using Firefox or Mozilla (sounds like you are), get the adblock extension. It does what you're doing above, only far easier. Find an adserver host you can't stand? Click on the adblock icon, pick the URL that looks most like the ad, optionally modify it, and drop it into adblock's list. No looking at the page source, no closing the browser, no editing a file. You don't even have to reload the page to clear the ads.
Something I've gotten into recently when installing Firefox on a friend/family member's machine is installing adblock and then using vim to munge this hosts file into a form that can be directly imported into AdBlock. Ends up looking something like:[Adlock]
Import it into adblock and that takes care of 90% or more of web ads including banners, flash, cover-ads, and those newfangled underlined hover adlinks.
adhost1.com
ad.host2.com
(etc, etc)
When KDE 3.5 is out, Konqueror is supposedly going to have some facility identical to adblock. Looking forward to that. -
Adblock alternative in Opera
The AdBlocker.css file works like a charm. Check out the "Opera config files". When coupled with the autoproxy option in eDexter, and a nice hosts file, you get an excellent AdBlock replacement.
-
Time to fire up...
..the BOFH excuse server. The random answer it gave me was singularly appropriate although unhelpfully honest:
your excuse: because of network lag due to too many people playing deathmatch -
Re:I like Firefox for this...
You can view the list in iptables format anyway:
http://pgl.yoyo.org/adservers/iplist.php?ipformat= iptables -
Re:I like Firefox for this...
I like ISC's BIND for this...
When combined with a site, such as http://pgl.yoyo.org/adservers/ you can blackhole adservers by FQDN. Since the cookies are sent by domain name, accessing the host by IP address won't do the cookies any good....
There's also a list of IP addresses that can easily be imported into a set of iptables rules if you would rather block 'em by IP address. -
Re:how to get rid of ads?
Thanks!, so this page is the pointer I needed *duck*. Nice, it has lots of formats, from
/etc/hosts to C:\windows\system32\drivers\etc\hosts, to BIND and MS XML files.... -
Blocklist
I use adblock in combination with a blocklist of evil sites. A great place to get one of these is here. Configure the options at the top of the page to "Plain list of hostnames" with "no backlinks", download the list, insert a line at the otp of the file saying "[Adblock]", then go into Adblock preferences (Ctrl+Shift+P), and find "Import Filters". Goes a *really* long way toward killing off evil sites.
-
Good site for ad blocking
http://pgl.yoyo.org/adservers discusses many different ways of blocking adservers.
I use a Windows version of the Squid proxy cache server to proxy everything (HTTP, HTTPS), I think I save around 15% bandwidth on average when repeating visits to web sites (most major websites are not cache-friendly); using the above site's blocking list in "dstdom_regex" format is very effective in speeding up browsing further by preventing ads from being fetched in the first place. -
Block the ad servers in etc/hosts
Yes, it works for Windows too (look in system32\drivers\etc\hosts). See here for details.
-
Re:Feh
-
Popups are easy to stop...
Try using Firebird. I haven't seen a bulk ad or pup-up since I switched form mozilla. Even mozilla stopped almost every popup. It will run where you uncompress it, so you don't need privileges to install it. Download a plugin (aka extensions) called AdBlock. Go into the normal options and turn off unrequested popups. Also set the options so that only images from the originating server are downloaded. With AdBlock, you can block images by name server (ex. ads.x10.com). There is a comprehensive list that you can output in many block formats here).
-
The Ultimate Answer to Banners Pop Ups and E'thing
-
I don't see them.. Hmm..
I use a couple different databases for my hosts file, and I have disabled flash and javascript, only turning them on when I'm at a site that A) requires them, and B) I'm really really interested in.
Voila, I may get 5 ads a day through servers not yet in my hosts file, and they get added immediately.
There are ways to take back your internet experience. -
Re:Use Lynx, then you won't have a problem...
There is a list of 384 ad servers over on this page last updated dec 7th this year
:) -
Individual Function LinkingEmbedded developers don't want to include an entire library if all they need is one function. I am an embedded developer myself and I don't use common c functions like printf or scanf unless I know I have some memory to spare. The reason is because as soon as you use one of these functions the whole dern library with all the other zillion functions is linked into your executable, and this of course makes a big executable. Sometimes you can't fit your program into the scarce memory because of it.
However, there is an elegant solution. The solution, which I discovered by using some ThreadX code, is to implement each function in a separate file. That way you only link in the functions you need on a function by function basis! The result for ThreadX is an extremely configurable kernel with very lean code size.
Therefore, I think you should keep the library licensed as LGPL and separate all of the functions into individual source files. As you guys know the LGPL only governs the library not any of the files that use the library like GPL. So if you or anyone else (embedded developers too) makes changes to the library they are required to let everyone else know about it. This has nothing to do with the application. In this case the embedded developers seem to want the BSD license so they can only put in what they need of the code, or in a worst case scenario they may want to rape and pillage the code and not give back to the community.
In summary, by keeping the code licensed under LGPL and separating your files out function by function your library will be lean for embedded developers, keep developers both commercial and non-commercial contributing to your code and prevent parasitic companies from making money off of your hard work without giving back a thing.
As an additional guide here are some links regarding the license models:
Enjoy.
JOhn -
Re:Open source-ing Open Source Licenses?
-
interactive version
Check this out:
Peter Lowe has written an interactive version of the License Quick Ref which shows you the table in a way that reflects your own biases. Ha!
Regards,
Zooko
P.S. Despite my fears of massive slashdot flamage, there has actually been pretty much no flames, except for one from a certain unnamed Linux world journalist. Maybe the community is growing up! After all, Linux itself is 10 years old, so the first generation of Linux hackers are now in their late 20's at least.