2024-09-01 - 2024-09-07
Books being read Link to heading
- Staff Engineer: Leadership beyond the management track
- (pt-BR) Conversas Cruciais - Joseph Grenny & Kerry Patterson & Ron McMillan & Al Switzler & Emily Gregory
Discovered tools Link to heading
- Valkey - #OpenSource #AlternativeTo Redis
- react-window - efficiently handle large data sets by rendering just enough to fill the viewport
- Lobe Chat - #OpenSource #AlternativeTo ChatGPT
- Every front-end GUI client for ChatGPT API - list GUI alternative to ChatGPT
- NextChat (ChatGPT Next Web)
- big-AGI - #OpenSource #AlternativeTo ChatGPT
- Anse - #OpenSource #AlternativeTo ChatGPT
- Chatbot UI - #OpenSource #AlternativeTo ChatGPT - depends on Supabase
- Better ChatGPT - #OpenSource #AlternativeTo ChatGPT
- SlickGPT - #OpenSource #AlternativeTo ChatGPT - depends on Firebase
- tsui - TUI for Tailscale
- Printing Money
- django-silk - Profiling for Django
- The /llms.txt file – llms-txt
Read articles Link to heading
- The secret inside One Million Checkboxes
- We once more have no full-time managers at 37signals
- Founder Mode
- Scaling One Million Checkboxes to 650,000,000 checks | eieio.games
- bvaughn/react-window - efficiently handle large data sets by rendering just enough to fill the viewport
ip -s link show dev <interface e.g. eth0>
to see sent bytestc
utility hard cap the output data
- For what it’ll make of you
- Why don’t more people use Linux?
- “If exercising is so healthy, why don’t more people do it? If reading is so educational, why don’t more people do it?”
- “most computer users aren’t interested in an intellectual workout when all they want to do is browse the web or use an app. They’re not looking to become a black belt in computing fundamentals.”
- Free speech isn’t guaranteed to be forever
- (pt-BR) Como criar uma Plataforma de Lançamento para seu SaaS
- Construir uma audiência
- Plataformas: YouTube: bom para ganho de autoridade. Linkedin: se sua ideia é B2B; melhor alcance para pessoas com pouca audiência. Newsletter: mais conexão porque dá permissão de acesso ao inbox
- Tipos de conteúdo: que atraiam as pessoas com as dores que você pretende resolver, não necessariamente prontas para comprar; build in public, principalmente se o público alvo são empreendedores/aspirantes;
- Impulsionar: criar um produto/serviço (pago ou não) pode impulsionar sua construção de audiência e também ajudar a validar seu futuro SaaS; exemplos: workshop, ebook, planilha, mentoria.
- Empreendedor consegue tirar férias?
- The 2034 Website
- Optimize for bio cores first, silicon cores second
- The Impossibility of Making an Elite Engineer
Read news Link to heading
- Docker-OSX image used for security research hit by Apple DMCA takedown
- Amazon S3 now supports conditional writes
- The first reviews of ChatGPT’s Google Search rival are here, and they’re a mixed bag - Android Authority
- Bluetooth 6.0 will help Apple improve its Find My network
- Alibaba Launches Qwen2-VL, Surpasses GPT-4o & Claude 3.5 Sonnet
- Claude for Enterprise
- Ultra high-resolution image of The Night Watch
Watched Link to heading
- Why You Need a Pocket Router: Hotels, Airports, Airplanes, Cruise Ships - Stay Connected Anywhere!
- Making an HTTP request in Bash without
curl
orwget
- on any OS (Linux, Mac, illumos, etc.)#!/usr/bin/env bash # opens a bidirectional connection to the server on port # # 3<> syntax assigns the file descriptor 3 for both reading and writing. # # 3, because file descriptors 0, 1, and 2 are already used for standard # input, output, and error. # # /dev/tcp/<hostname>/<port> is a special file provided by Bash to allow # TCP/IP connections directly from the shell. exec 3<>/dev/tcp/<hostname>/<port> lines=( 'GET / HTTP/1.1' 'Host: localhost:1313' 'Connection: close' '' ) printf '%s\r\n' "${lines[@]}" >&3 while read -r data <&3; do echo $data done exec 3>&- # close the file descriptor
- Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life | Lex Fridman Podcast #440
Listened Link to heading
- (pt-BR) Homilia Diária | O mistério que os nazarenos não enxergaram (Segunda-feira da 22ª S. do Tempo Comum)
- (pt-BR) Homilia Diária | O segredo dos santos pastores (Memória de São Gregório Magno, Papa e Doutor)
- (pt-BR) Homilia Diária | Jejum: manifestação de um amor reparador (Sexta-feira da 22ª S. do Tempo Comum)