Mostrar mensagens com a etiqueta 2016-07. Mostrar todas as mensagens
Mostrar mensagens com a etiqueta 2016-07. Mostrar todas as mensagens

sexta-feira, 2 de setembro de 2016

About dash cameras | Arstechnica

Something to mount in cara and that will probably become mainstream (as it is already in Russia), if your country's laws allows it:
http://arstechnica.com/gadgets/2016/09/caught-in-the-act-how-and-why-you-should-invest-in-a-dash-cam/?comments=1

segunda-feira, 15 de agosto de 2016

TIP: Export More than 1000 Issues to Excel from Issue Navigator in JIRA Cloud - Atlassian Documentation

JIRA is a well known issue tracker (now it's more than this but...) and sometimes you need to export some issue list to Excel in order to handle it more easily (filter, count, graph, etc.).
Unfortunately only the first 1000 issues will get into the resulting downloaded Excel file.
With this trick, several exports can be (manually) appended to the initial Excel:

Export More than 1000 Issues to Excel from Issue Navigator in JIRA Cloud - Atlassian Documentation

Tip Summary: Append "&pager/start=1000" (or 2000, 3000, etc.) to the Export to XLS (all fields) URL.
Control click on the export option to see the URL being opened (and to be able to edit it). Typically it will open in a new Tab in your browser with the URL to be edited.



terça-feira, 26 de julho de 2016

Now that Freebase closed, what are the options?

Freebase is allowing a last full dump download (30GB), here.
Now that it closed, what are the options? Seems like:




quinta-feira, 21 de julho de 2016

The Pokemon Go Madness and some implementation details

Some highways are already displaying statements as "DON'T POKEMON AND DRIVE" (as if it was needed). People are joining in groups to hunt for Pokemons (even in remote locations on cities - which is not advisable), accidents have already happened (and people died because of it).
And the game came out only a few days ago.

Some details on how the locations were chosen is provided here in this interview:
http://mashable.com/2016/07/10/john-hanke-pokemon-go/#rd_te_ukomqN

terça-feira, 12 de julho de 2016

segunda-feira, 11 de julho de 2016

The code that took America to the moon was just published to GitHub, and it’s like a 1960s time capsule — Quartz

Just "forwarding" this article on this very interesting piece of human history. It includes:
Assembly code, scanned and retyped a few years later with some unreadable parts filled in, apparently correctly. And it shows some parts of the code with some humorous comments and even Shakespeare on it.
Great article, great stuff:
The code that took America to the moon was just published to GitHub, and it’s like a 1960s time capsule — Quartz

A video on some emulator can be seen here:
https://youtu.be/hyhI85Rd1kI

The source code is published here:
https://github.com/chrislgarry/Apollo-11/

PS. Kudos to Álvaro for pointing this one out; updated: 2016-08-04 - Added VCS address.