As someone who's just written about the "small web" [1], this warms my heart. The lite version is probably a little too bare-bones for most people's tastes, but it sure is tiny -- great for people on very slow or flakey connections. Some numbers: HTML homepage transfers 34KB (94KB uncompressed) over 6 requests. HTML search results page transfers 133KB (248KB uncompressed) over 31 requests. Lite homepage transfers 13K…
DuckDuckGo – two non-JavaScript versions of search results
71–80 of 99 posts
Re: DuckDuckGo – two non-JavaScript versions of search results
#72If I add either lite or html search engine to FireFox, any search will result in page that only says "forbidden". Anyone else seeing this?
Re: DuckDuckGo – two non-JavaScript versions of search results
#73As someone who's just written about the "small web" [1], this warms my heart. The lite version is probably a little too bare-bones for most people's tastes, but it sure is tiny -- great for people on very slow or flakey connections. Some numbers: HTML homepage transfers 34KB (94KB uncompressed) over 6 requests. HTML search results page transfers 133KB (248KB uncompressed) over 31 requests. Lite homepage transfers 13K…
lite is amazeballs as a command-line utility (leveraging any of several console-mode browsers, including w3m, lynx, links, elinks2, etc.). As a bash (or zsh) function: ddg () { /usr/bin/w3m "https://duckduckgo.com/lite?q=$*&kd=-1" } Note that this enables any bang searches as well, though you'll need to single quote these to avoid attempted history expansion. lite is also my default w3m search bookmark entry. So: ddg…
https://duckduckgo.com/lite/?q=site%3Adeveloper.mozilla.org+%s
... and gave it the keyword >mdn (I add ">" as a prefix to all my keyworded bookmarks - avoid accidentally triggering or autocompleting to them).If I'm browsing and need to look something up, I just hit CTRL+L followed by
>mdn [whatever I'm looking for]
... and off we goRe: DuckDuckGo – two non-JavaScript versions of search results
#74This seems nice in theory but reaches the wrong audience. Since a couple months ago DDG decided to block TOR Browser users, so I would guess that most people that were concerned about their privacy already moved on to the competition. Though it's nice to see better support for 2G slow networks, even when it's not for the sake of privacy as they claim.
Re: DuckDuckGo – two non-JavaScript versions of search results
#75The HTML version seems to not redirect to a URL specific to your search (i.e. it doesn't include a ?s= ... parameter). Anyone an idea how I can configure this search engine in Firefox Mobile? As far as I can see, there is no way I can teach FF Mobile to make a POST request instead.
The parameter is q https://html.duckduckgo.com/html/?q=searchstring
Re: DuckDuckGo – two non-JavaScript versions of search results
#76Earlier quoted context omitted.
lite is amazeballs as a command-line utility (leveraging any of several console-mode browsers, including w3m, lynx, links, elinks2, etc.). As a bash (or zsh) function: ddg () { /usr/bin/w3m "https://duckduckgo.com/lite?q=$*&kd=-1" } Note that this enables any bang searches as well, though you'll need to single quote these to avoid attempted history expansion. lite is also my default w3m search bookmark entry. So: ddg…
Similarly, in Firefox (and maybe other browsers) you can add keywords to bookmarks, meaning that the browser will open that bookmark if you first type the keyword. It will also then insert anything else you type into the bookmarked URL if it has a %s. So as an alternative, more reliable way to search MDN, I bookmarked this: https://duckduckgo.com/lite/?q=site%3Adeveloper.mozilla.org+%s ... and gave it the keyword >md…
The downside is that you're speaking your own language, and unless someone adopts your specific keywords, you can't tell them to, say, "bang dict" (if you can get away with saying that in the context).
This is a fundamental distinction between any private vs. shared language.
(People are very uncomfortable when dropped into my computing environment --- GUI, shells, editors, browsers, etc. They've all acquired several decades of personalisation. Works for me.)
Re: DuckDuckGo – two non-JavaScript versions of search results
#77This seems nice in theory but reaches the wrong audience. Since a couple months ago DDG decided to block TOR Browser users, so I would guess that most people that were concerned about their privacy already moved on to the competition. Though it's nice to see better support for 2G slow networks, even when it's not for the sake of privacy as they claim.
"Since a couple months ago DDG decided to block TOR Browser users," Do you have a source for that claim? A quick search returned nothing. Edit: I downloaded the (latest version of Tor Browser)-1 (10.0.12) and DDG is on the start page as the default search. No problems searching for things either.
"We've detected that you have connected over Tor. There appears to be an issue with the Tor Exit Node you are currently using. Please recreate your Tor circuit or restart your Tor browser in order to fix this. If this error persists, please let us know: error-lite-tor@duckduckgo.com"
And no, rotating the exit node or changing the identity won't help either.
Re: DuckDuckGo – two non-JavaScript versions of search results
#78Re: DuckDuckGo – two non-JavaScript versions of search results
#79Just tested the pure HTML version and was pleased to find out that it does not force a minimum browser width upon the user. I usually set my desktop (1080p) to use a 3-column layout with i3 and am always bothered by the fact that I cannot escape from horizontal scrolling on every search I run on DDG. I needed to add the HTML version as a new search engine option in the browser options to have it running as default, b…
I have my second monitor in 1920×1080 portrait and sometimes that is an irritation at 1080px wide long before getting to the 640px your columns have. To pick one example, in Google search pages you lose over half the right-hand column without scrolling (though at least the main results are fully visible). A lot of layouts seem to assume having around 1280 pixels to play with (less a little for scroll bars).
I've found zooming out a little works fine usually, and modern browsers remember the setting, but that isn't perfect. If I unzoom on the main display it does so for tabs open on that site on the second too (to use the Google example again if I open maps or an image search on the main screen I probably want it at 100%) and some sites seem to actively resist being zoomed.
Re: DuckDuckGo – two non-JavaScript versions of search results
#80Just tested the pure HTML version and was pleased to find out that it does not force a minimum browser width upon the user. I usually set my desktop (1080p) to use a 3-column layout with i3 and am always bothered by the fact that I cannot escape from horizontal scrolling on every search I run on DDG. I needed to add the HTML version as a new search engine option in the browser options to have it running as default, b…
> not force a minimum browser width … 1080p … 3-column layout … cannot escape from horizontal scrolling I have my second monitor in 1920×1080 portrait and sometimes that is an irritation at 1080px wide long before getting to the 640px your columns have. To pick one example, in Google search pages you lose over half the right-hand column without scrolling (though at least the main results are fully visible). A lot of…