joaomsa | 1 month ago | on: Introduction to PostgreSQL Indexes
joaomsa's comments
joaomsa | 4 years ago | on: Google sets burial date for legacy Chrome Extensions, fears for ad-blockers grow
joaomsa | 4 years ago | on: Firefox 89.0 Beta brings a new look
Not to mention the white title bar in some dialogs even with dark mode enabled.
joaomsa | 5 years ago | on: An Update on MDN Web Docs
joaomsa | 5 years ago | on: Firefox 76
joaomsa | 6 years ago | on: Phaistos Disc
> Phaistos Disc characters, whether syllables, or letters, or board-game dingbats, have historical and cultural significance, as attested in the large number of publications dealing with it. As noted above, the Wikipedia has articles about the Phaistos Disc in ten languages. The 30+ documents listed in the bibliography in this proposal are by no means the only documents printed which deal with the Phaistos Disc characters. The English Wikipedia article gives Phaistos Disc characters inline in text as well as in tables (Figure 8). Other documents exist which present the Phaistos Disc characters either inline (Figure 8) or in tables (Figures 1, 2, 5, 6, 7). It is true that the image of the Phaistos Disc itself is easy to represent with simple drawing (see Figure 3) but the discussion of its characters inline in Latin text is not.
[1] https://www.unicode.org/L2/L2006/06095-n3066-phaistos.pdf
joaomsa | 7 years ago | on: Org-Mode Is One of the Most Reasonable Markup Languages to Use for Text (2018)
joaomsa | 7 years ago | on: Why JWTs Suck as Session Tokens (2017)
joaomsa | 7 years ago | on: RssHub – A feed aggregator that can generate feeds from pretty much everything
joaomsa | 7 years ago | on: Mozilla plans to remove RSS feed reader and Live Bookmarks support from Firefox
Since Firefox's WebExtension API is a close superset to Chrome's API, I would wager this could be easily ported now.
joaomsa | 7 years ago | on: Deep Dive: New Bookmark Sync in Firefox Nightly
As of now you can add an OpenSearch[1] provider in Firefox using the javascript api `window.external.AddSearchProvider(engineURL)` where engineURL is the XML file description of the search engine like this one for IMDb search:
https://m.media-amazon.com/images/G/01/imdb/images/imdbsearc...
This is the method the Mycroft[2] project uses, which Firefox recommends. Chrome though, besides also supporting that API, looks for a search meta tag in a page's head after you visit it liking to the same OpenSearch provider xml
<link rel="search" type="application/opensearchdescription+xml" href="https://m.media-amazon.com/images/G/01/imdb/images/imdbsearc... title="IMDb">
In Chrome, after you visit their home page with that metadata it's registered as a provider so once you start typing Imdb in the omnibox, you see an indication to press 'Tab' in the right corner of the omnibox, and it switches to searching imdb instead. Even providing autocomplete if the search provider supports it.
Firefox could make registering these more discoverable from the UI (adding via a page action as an example at least?)
[1] http://www.opensearch.org/Home [2] http://mycroftproject.com/
joaomsa | 7 years ago | on: Deep Dive: New Bookmark Sync in Firefox Nightly
I mean proper OpenSearch support, different from using keyboard bookmarks with %s as a hack, since you actually get proper autocomplete.
In fact that whole situation there is just a mess, no proper way to use sites that implemented OpenSearch from the awesomebar like the Tab to search in chrome's omnibar.
joaomsa | 8 years ago | on: How to get enough protein without meat
joaomsa | 8 years ago | on: Ubuntu 17.10 Artful Aardvark released
joaomsa | 8 years ago | on: Podcasts to make you smarter
joaomsa | 8 years ago | on: Podcasts to make you smarter
- The History of Philosophy Without Any Gaps [1]
Manages to truly live up to its name while remaining very approachable to someone not very familiar with philosophy.
- In Our Time [2]
Technically a long running BBC radio program with a massive back catalog, but many episodes would certainly interest HN users with very insightful discussions.
These aren't the sorts podcasts I can follow along easily while doing other things though.
[1] https://historyofphilosophy.net/
[2] http://www.bbc.co.uk/programmes/b006qykl/episodes/player
joaomsa | 9 years ago | on: Arch Linux pulls the plug on 32-bit
joaomsa | 9 years ago | on: Lua: A Guide for Redis Users
I wish redis offered a mechanism to save and call these scripts from the server, akin to the usual database functions and stored procedures.
I wonder if this was a conscious decision or something that's in the pipeline eventually.
joaomsa | 9 years ago | on: Show HN: JinjaSQL – Generate SQL Queries using a Jinja Template
joaomsa | 9 years ago | on: What’s Next for Multi-Process Firefox
[1] https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-sta...