Category: Default

  • Intercept and modify requests with this browser extension

    This Chrome extension will allow you to intercept and modify, request and responses made by web pages. Very cool. My only feedback is that this should be an additional tab on the developers tool panel. Can’t wait for this extension to come to Firefox and other privacy friendly browsers. Link

  • Apple’s M1 Chip Benchmarks focused on the real-world programming

    Aquí un benchmark del Apple M1 que se enfoca en herramientas comúnmente usadas por developers. El resumen es que el M1 es una bestia y sabemos que este no es el final. Estoy loco por ver que podrán hacer con tengan algo digno de una iMac Pro o Mac Pro. Link

  • El Whistleblower

    Otro excelente episodio de este podcast que se ha vuelto uno de mis favoritos. En Puerto Rico nos hacen falta mas “whistleblowers” y leyes que los protejan. Link

  • Regalos que protegen la privacidad

    Una lista de productos electrónicos que cumplen con unos estándares mínimos de privacidad. La lista de productos es creada y mantenida por Mozilla una organización que se caracteriza por ser defensores de los derechos a la privacidad de los usuarios en Internet. Link

  • Cloudflare and Apple design Oblivious DNS-over-HTTPS

    What ODoH is meant to do is separate the information about who is making the query and what the query is Nick Sullivan, Cloudflare’s head of research More technical details on CloudFlare’s blog post about this.

  • Winning back the Internet by building our own

    Esta idea me encanta y no puedo dejar de pensar en esto desde que leí este post. Creo que es posible hacer otro internet y pienso que debemos trabajar en esta dirección. https://roarmag.org/essays/win-back-the-internet/

  • Command Line Interface Guidelines

    A beautiful site with a lot of very good suggestions on how to build good command line tools. https://clig.dev/

  • Bret Victor The Future of Programming

    Este es uno de mis “talks” favoritos sobre temas de técnicos y de programación. Lo vi cuando salió en 2013 y desde entonces lo he recomendado muchas veces. Vale la pena verlo.

  • Why it’s good for users that HTML, CSS and JS are separate languages

    Great blog post on the core technologies of the web and why it’s a good idea they are three separate things.

  • Español de Puerto Rico

    Hey, si tu o alguien que conoces maneja un website escrito en Español y producido en Puerto Rico, estaría super cool que lo marcan con el idioma y región correcta. Esto ayudaría mucho a http://tesoro.pr en varios inventos futuros. Por mi parte todavía estoy pensando cómo manejar el tema en este site. Lo mismo escribo…

  • Post que duren

    En estos días he estado haciendo más publicaciones en este site. Aproveché para hacer una pequeña limpieza de posts viejos que ya no son tan relevantes y otros que me dan un poco de vergüenza cuando los leo. Dentro de estos posts encontré muchos que tenían enlaces, videos o pedazos de código “embedded” que ya…

  • Hitchcock Interview

    In this fantastic interview with Alfred Hitchcock from a 1976 press conference for his last film ‘The Family Plot’. During this interview (1.5hr) Hitchcock responds to a range of serious and comical questions about his career, his filmmaking style, story, and directing.

  • The Clean Architecture in Python

    En el último año he estado muy interesado en temas de arquitectura de software. No por gusto pero por necesidad. Pronto escribiré un poco más sobre lo que he aprendido y cómo hemos logrado implementar algunas de estas técnicas en los proyectos que trabajo. Aquí les dejo esta excelente presentación que toca algunos de los…

  • Make illegal states unrepresentable

    A few days ago I read the blog post Parse, don’t type-check and liked it, you should read it. Over the past year I’ve been doing a lot of reading about software architecture and this is something that comes up a lot. We must try to write programs that prevents us from representing data that…

  • Amass is my favorite reconnaissance tool

    Let’s say you want to find out all the subdomains for a given domain in order to perform an authorized security audit. There are many options but I have seen the best results using Amass. With that command you will perform a very noisy brute force subdomain discovery scan. This tools has many advanced featured…

  • M1 Mac mini in Japan

    Data between August and November 3rd, a little more than a week prior to the launch of the M1 Mac mini shows Apple at around 15% share in the desktop market, behind Lenovo Japan. However, following the launch of the new Mac mini on November 17th, Apple charged forward to a whopping 27.1% market share, a 14.4% increase from just the…

  • Aquí

    Casi todos los días uso Twitter para compartir enlaces, pensamiento y comentarios. A partir de hoy voy a tratar de publicar estas cosas primero aquí y luego compartiré un enlace en Twitter. La idea no es quitarme de Twitter. Lo que quiero hacer es que cuando publique algo “original”, quiero que viva en este site,…

  • Decentralized Code Collaboration

    This looks cool https://radicle.xyz

  • Los Saicos

    Documental corto, muy recomendado sobre Los Saicos, una banda peruana que hacía punk antes del punk.

  • Functional Core, Imperative Shell

    Functional Core, Imperative Shell— Read on www.destroyallsoftware.com/screencasts/catalog/functional-core-imperative-shell I’ve been using hexagonal architecture or ports and adapters architecture and this “functional core, imperative shell” approach makes a lot of sense to me.