devidw | 2 years ago | on: Execute any JavaScript from any browser tab on any browser tabs
devidw's comments
devidw | 2 years ago | on: Execute any JavaScript from any browser tab on any browser tabs
devidw | 2 years ago | on: Execute any JavaScript from any browser tab on any browser tabs
devidw | 2 years ago | on: Execute any JavaScript from any browser tab on any browser tabs
devidw | 2 years ago | on: Execute any JavaScript from any browser tab on any browser tabs
https://github.com/devidw/tabgod/issues/1#issuecomment-19336...
devidw | 2 years ago | on: Execute any JavaScript from any browser tab on any browser tabs
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
It doesn't feel like a very nice fit in the context of a digital reading experience. Forcing the user to leave the current reading position to get the additional information at the bottom of the page, and struggling to find back into the text.
But I guess this only applies to the classic implementation of footnotes at the bottom of the page. I assume there are better implementations with a more digital character available.
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
I think the only way to opt-out is to alter appearances and interactivity on our side with something like a browser extension.
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
I would love to see your conclusion about the usage of parentheses respected by authors more often, it makes content so much more accessible and would make a solution like this obsolete.
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
Quoting Wikipedia:
> In most English-speaking countries, an unqualified word "bracket" refers to the parenthesis (round bracket); in the United States, the square bracket.
https://en.wikipedia.org/wiki/Bracket
---
Thanks sharing your thoughts.
What makes the technique useless for your reading/browsing experience?
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
The concept of collapsing any text between brackets "(" and ")". Like code folding in IDEs but for the web, mainly for reading long articles blown up by tons of brackets. Wikipedia is a good example.
> tried to interact with the “Try it here” section
Make sure to enable the checkbox on the right side of the demo saying "Collapse brackets", toggling it will turn every pair of brackets into an interactive element, collapsed by default, expandable as needed.
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
devidw | 3 years ago | on: Realization: A web without brackets is the better web – folding all brackets
devidw | 4 years ago | on: Tell HN: Google returning 'Untitled' results that redirect to malware/spam
Actually, you can go ahead to such a spam page and view the index.html page of the current folder and what you will get is an HTML file with PHP code, which is not interpreted by the PHP interpreter, because the file has a dot HTML extension.
In the script, you can see from where the script fetches the displayed data and from which IPs the data is requested and received.
I copied such an index.html file into a gist: https://gist.github.com/devidw/ce2bdb78bb2e30a8e8437acc2c587...
I also wrote a blog post about the details of what is happening in the PHP script: https://david.wolf.gdn/google-untitled-links-i-found-the-sou...