diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-01 15:30:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-01 15:30:50 -0300 |
commit | 82c505996bdab3eca3823c19a40d0a892f9514f1 (patch) | |
tree | 3376156c84c956b04956dc01cd48335272fdbfa8 | |
parent | dcc14b16dfa163b983e2b3b55fc163623ff7398b (diff) | |
download | blog-82c505996bdab3eca3823c19a40d0a892f9514f1.tar.gz blog-82c505996bdab3eca3823c19a40d0a892f9514f1.tar.bz2 |
Updates research
-rw-r--r-- | .htaccess | 1 | ||||
-rw-r--r-- | research/archive.mdwn | 20 | ||||
-rw-r--r-- | research/hardware.mdwn | 7 | ||||
-rw-r--r-- | research/radio.mdwn | 6 |
4 files changed, 33 insertions, 1 deletions
@@ -9,5 +9,6 @@ RewriteRule ^static$ /suckless/sites/ [R] RewriteRule ^cli$ /suckless/cli/ [R] RewriteRule ^virtual$ /suckless/virtual/ [R] + RewriteRule ^orphans$ /research/archived/ [R] RewriteRule ^organizacao$ https://templates.fluxo.info/organizacao [R] </IfModule> diff --git a/research/archive.mdwn b/research/archive.mdwn index 8e7af06..bb9f898 100644 --- a/research/archive.mdwn +++ b/research/archive.mdwn @@ -1,6 +1,10 @@ [[!meta title="Archived Research"]] -Currently archived research. +* Currently archived research. +* Lista de projetos que já desenvolvi, que atualmente não estão no meu + horizonte de atividades. +* Podem ser desarquivados no futuro ou servir de inspiração. +* Alguns podem ser inclusive passados para frente na linha do [Orfanato de Projetos](https://templates.fluxo.info/orfanato). * Wayland. * [uMatrix: Point and click matrix to filter net requests according to source, destination and type ](https://github.com/gorhill/uMatrix). @@ -46,3 +50,17 @@ Currently archived research. * https://www.void.gr/kargig/blog/2014/05/10/smtp-over-hidden-services-with-postfix/ * https://tech.immerda.ch/2016/12/ehlo-onion/ * https://github.com/riseupnet/onionmx +* [Saravea](https://web.archive.org/web/*/saravea.net). +* [Calendário de Movimentos Sociais](https://web.archive.org/web/*/calendario.cc). +* [Resource Sharing Protocol / Metadata](https://rsp.fluxo.info). +* [Bootless](https://bootless.fluxo.info). +* [Clube da Muamba](https://templates.fluxo.info/muamba/). +* Do [Escritório Sem Login](https://escritorio.fluxo.info): + * [Lembrador de Eventos](https://lembrador.fluxo.info), cujo [código](https://git.fluxo.info/?p=drupal/reminder.git;a=summary) precisa ser retomado para que o serviço entre no ar. +* [Firma](https://firma.fluxo.info). +* [Simplepkg](https://simplepkg.fluxo.info) e [Slack](https://slack.fluxo.info). +* [Bootex](https://bootex.fluxo.info). +* [Gnudenberg](https://gnuden.fluxo.info). +* [Escritório Sem Login](https://escritorio.fluxo.info): + * [Encurtador Saravento](https://encurtador.fluxo.info). + * [Agendador Saravento](https://agendador.fluxo.info). diff --git a/research/hardware.mdwn b/research/hardware.mdwn new file mode 100644 index 0000000..653ffeb --- /dev/null +++ b/research/hardware.mdwn @@ -0,0 +1,7 @@ +[[!meta title="Hardware projects"]] +[[!tag research pesquisa hardware]] + +Electronics +----------- + +* trench radio (foxhole radio) and crystal radio. diff --git a/research/radio.mdwn b/research/radio.mdwn new file mode 100644 index 0000000..d76f34e --- /dev/null +++ b/research/radio.mdwn @@ -0,0 +1,6 @@ +[[!meta title="A Era do Rádio Chegou"]] +[[!tag radio rádio hardware comunicação]] + +* [Transmitting FM, AM, SSB, SSTV and FSQ with just a Raspberry Pi](http://www.rtl-sdr.com/transmitting-fm-am-ssb-sstv-and-fsq-with-just-a-raspberry-pi/). +* [Raspberry PiRate Radio FM Transmitter](http://www.rtl-sdr.com/raspberry-pirate-radio-fm-transmitter/). +* [Transmitting Data with a Raspberry Pi and RTL-SDR](http://www.rtl-sdr.com/transmitting-data-raspberry-pi-rtl-sdr/). |