Skip to content

Instantly share code, notes, and snippets.

@ecosdelfuturo
ecosdelfuturo / DivestOS in a Fire HDx.md
Last active August 16, 2024 16:54
DivestOS in a Fire HDx

Divest OS supports Amazon Fire HD 7 and 8 but the installation instructions are primarily for Windows.

TWRP can also be used from linux as explained very well in this video of the LineageOS installation for the FireHD 8 where one can see an internal connection procedure of the device that replaces the fastboot cable.

https://www.youtube.com/watch?v=Iavjnzxnjl4

Personally, I was particularly interested in installing DivestOS on a 2013 Fire HD7 running Android 4.4 which is currently unusable except for reading books.

XDA has a specific tutorial for this model, but it's too complicated for an Android installation that will probably find too few resources to do anything useful, so I'll leave it

@ecosdelfuturo
ecosdelfuturo / Comparativa de servicios de almacenamiento y sus planes gratuitos..md
Created August 2, 2024 13:59
Comparativa de servicios de almacenamiento y sus planes gratuitos.

Muy buena comparativa de servicios de almacenamiento y sus planes gratuitos.

https://comparisontabl.es/cloud-storage/

Me han llamado la atención koofr.eu con 10GB de por vida, opensource, con cifrado zero-knowledge incluido en servidores europeos.

Es posible utilizar casi cualquier otro servicio menos fiable como pCloud (que también ofrece 10 GB gratuitos de por vida) cifrando los datos con cryptomator.org

@ecosdelfuturo
ecosdelfuturo / Fourier series of a square wave.md
Last active July 29, 2024 09:51
Fourier series of a square wave
from matplotlib import pyplot as plt
import numpy as np

def func(x,n):
    i = 0
    sum = 0
    while i <= n:
        sum = sum + np.sin((2*i+1)*x)/(2*i+1)
 i += 1
@ecosdelfuturo
ecosdelfuturo / Ciencia y conflicto de intereses.md
Created July 26, 2024 12:34
Ciencia y conflicto de intereses
  1. Artículo en prestigiosa revista muestra evidencia de la producción de oxígeno en los fondos marinos, donde no llega la luz solar https://phys.org/news/2024-07-metallic-minerals-deep-ocean-floor.html

  2. Investigación financiada por la compañía minera The Metals Co
    https://www.nature.com/articles/s41561-024-01480-8#article-info

  3. La compañía saca una nota donde acusa al artículo de "flawed" https://metals.co/tmc-statement-on-claims-of-dark-oxygen-production/

  4. Uno de los autores había firmado una petición para una moratoria de la minería en aguas profundas.

@ecosdelfuturo
ecosdelfuturo / A simple way to estimate the maximum or minimum of .md
Last active July 26, 2024 12:06
A simple way to estimate the max/min of a function

I've struggled to figure out a simple way to estimate the maximum or minimum of a non-trivial function in #Python but, finally, the most convenient way seems to be

optimize.minimize_scalar(f, bounds=(x1,x2), method='bounded')

My particular problem was to find the maximum of the spectral irradiance of a #blackbody

The code used

from scipy import optimize
@ecosdelfuturo
ecosdelfuturo / Unas aclaraciones sobre la imagen del día del récord de temperaturas.md
Created July 24, 2024 15:14
Unas aclaraciones sobre la imagen del día del récord de temperaturas

Unas aclaraciones sobre la imagen del día del récord de temperaturas

  1. Copernicus utiliza en el gráfico temperaturas absolutas, algo poco recomendable si tenemos en cuenta que la incertidumbre es de medio grado aproximadamente. Así, el valor 17,15ºC puede dar la impresión de que conocemos esa temperatura con cuatro cifras significativas, algo rotundamente falso

Más detalles https://www.realclimate.org/index.php/archives/2014/12/absolute-temperatures-and-relative-anomalies/

Gráfico: https://climate.copernicus.eu/new-record-daily-global-average-temperature-reached-july-2024

![Daily global average surface air temperature for 2024 (red), 2023 (orange), and all years between 1940 and 2022 (grey). Red shading indicates the difference between the daily global average temperatures from 2023 to 2024, for days where 2

@ecosdelfuturo
ecosdelfuturo / Compartiendo en Github.md
Last active July 18, 2024 21:33
Compartiendo en Github

Anotaciones desde Joplin

Por aquí dejaré alguna anotaciones compartidas directamente desde Joplin gracias al plugin joplin-publish