joaomsa's comments

joaomsa | 4 years ago | on: Firefox 89.0 Beta brings a new look

My pet peeve is with the still half finished look, it jumps out as really garish now to when you open the dev tools and see the clashing styles or the bookmarks/history dialog that hasn't been updated in ages.

Not to mention the white title bar in some dialogs even with dark mode enabled.

joaomsa | 5 years ago | on: Firefox 76

Might affect (dumb) uses that rely on the current increasing version number scheme in user agent strings and package/deployment scripts.

joaomsa | 6 years ago | on: Phaistos Disc

The Proposal for encoding the Phaistos Disc characters[1] lists the motivation behind including it (and rebutes some counter arguments). Principally, lots of publications discussing the Phaistos Disc would use it:

> 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: Why JWTs Suck as Session Tokens (2017)

How to people usually get around file downloads and initial page loads with JWTs (besides signed urls), since you can't control and preempt these requests to also send the JWT?

joaomsa | 7 years ago | on: Deep Dive: New Bookmark Sync in Firefox Nightly

I did mention using bookmark keyword searches as hack to get sync, but I'm talking about proper support for syncing user registered OpenSearch[1] providers (and any user configured keyword shortcuts for them)

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

While I've never experienced conflict issues with bookmark sync, one pet peeve of mine is how their sync implementation has never supported syncing search engines.

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

My guess it's a convenience compromise. Nutrition labels list macro nutrient amounts in metric, but packaging still has the product amount more prominently in imperial measurements.

joaomsa | 8 years ago | on: Podcasts to make you smarter

Peter Adamson is pretty thorough, living up to the HOPWAG name. However, he's still consistently putting out episodes every Sunday, give it a few years and it'll get there for sure.

joaomsa | 8 years ago | on: Podcasts to make you smarter

If you're into history/philosophy, can't recommend enough:

- 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: Lua: A Guide for Redis Users

I keep a bunch of small scripts for common tasks like deleting or aggregating keys maching certain criteria.

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.

page 1