Noise
Oct 1, 2022
October 2022
- The universe is not locally real
- Data.rss - RSS search
- Dandelion API - semantic text analysis
- Penpot - Opensource prototyping tool
- Ghostdev.xyz - Build cross-platform apps with Tauri
- @wrede - Blue green deployment
- Railway - Ruby app hosting platform
- showRSS - Track TV shows by RSS feed
- Learn DMaRC
- Franken PHP
- Anna’s Blog - Pirate Library Mirror
- MinTOTP - minimal TOTP generator (python)
- Reverse image search using perceptual hashes
- Basecamp is leaving the Cloud
- HTTP Crash Course
- Opensource subscription billing and payment platform
Opensource Code Sandbox
Agreper - Minimal, Javascript Free Forum Software
SQLite CSV Import
sqlite3 data.db <<EOS
.mode csv
.import school.csv schools
.import state.csv states
EOS
htmx
Sep 1, 2022
September 2022
- CharlockHolmes - Ruby character encoding dectection library
- Convert Ruby object to a hash - .as_json
- Use .to_sql to see what query ActiveRecord will generate
- Run Stable Diffusion on M1
- Application development using Rails, Hotwire, Turbo, and Tailwind CSS
- EvilProxy Service
- typeahead.js - Twitter javascript library for autocomplete
- Authenticate S3 requests using query string parameters
- Stupid .htaccess tricks
- Benford’s law
- Coursera - Meta back-end developer (Python)
- KVM - kernel virtual machine
- virt-v2v - convert Hyper-V guest to KVM
- Diffusion Bee - Stable Diffusion M1 Mac GUI
- Set Outlook signatures using PowerShell
- SQLite doesn’t use Git
- Fossil - distributed software management
- MVP.css - minimalist stylesheet using semantic HTML
- Steve Jobs Archive
- A.Team
- Heroku alternatives
- Bad SSL
- Github - ButtFish
- Kindle Scribe
SSO, OTP, and SCIM Service
Svelte
Rotary Dial Un-Smart Phone
Some random Twitter marketer’s list of interesting websites
Warning, Twitter Bro Ahead: source
- Remove BG - background image utility
- 12’ Ladder - bypass paywalls
- TinyWow - PDF editor
- PDF Drive - free ebooks
- Temp-Mail - disposable email address’
- QuillBot - paraphrasing tool
- Gamma - presentation tool
- Namelix - business name generator
- Mixkit - free video assets
- Excel FormulaBot
- Hemingway - writing utility
- Scribe How - guide production tool
- WeTransfer - file transfer utility
Aug 1, 2022
August 2022
- Nile - multi-tenancy row level security
- Trap Baiduspider
- sqlite-zstd - sqlite row level compression
- Run Linux microVMs on macOS
- Understanding Jane Street (Ocaml)
- OneDev - Self-hosted Git server
- /r/CompTIA - subnetting charts
- Standard Resume
- Heroku-like subscription pricing is hard
- July 2022 ruby programmer salary report
- Highest point in each U.S. State
- QuickChart.io
- QuickChart Ruby Gem
- Prawn - Ruby PDF Gem
- Prawn Table - Ruby Gem
- Definitive guide to Rack
- Privacy guide
- System 7 CSS
- Medusa Crawler - Ruby web crawler Gem
- CURL Impersonate
- C Programming for Everybody
- Boring Rails - Hotwire as progressive enhancement
- No sign-up tools
- Hashcash - Ruby proof-of-work algorithm
_why the lucky stiff
Jul 1, 2022
July 2022
- Sourcehut - Open source GitHub alternative
- Gotenberg - Self hosted PDF conversion service
- Prawn - Ruby library for building PDFs
- OCRmyPDF - add a text layer to PDF documents
- Z-Library - 7TB dump of ebooks
- Bun - super fast Javascript runtime
- MacintoshPi - Rasberry Pi project to run Mac OS 9
- Boring Rails - blog covering RoR technology
- Hybrid iOS apps with Turbo
- Star Wars scene transitions using CSS
- Reverse job board for Rails developers
- EnterpriseReady - guidlines for building enterprise SaaS applications
- FizzBuzz
- Guest WiFi using a QR code
- Transfer a call in Microsoft Teams
- Publishing your work increases your luck
- VeraCrypt - open source full disk encryption tool (TrueCrypt replacement)
- Human Eyes Only - obfuscate PDF text data
- Flanerie - the art of wandering aimlessly
- Pocketbase - open source backend in 1 file (Go)
- OWASP Zed Attack Proxy (ZAP) (open source web application scanner)
- Madden NFL player rankings (fantasy football)
- LiteTree: SQLite with branches
- Total Real Returns - CPI-U inflation-adjusted with dividends reinvested
- Integrating OmniAuth with Sinatra
PiKVM
You don’t need Passenger to deploy Ruby applications
- DigitalOcean - Apache reverse proxy guide
- DigitalOcean - RoR, Nginx, and Puma guide
- StackOverflow - Rails/Puma with Apache HTTPD
<VirtualHost *:3008>
DocumentRoot MY_RAILS_ROOT/public
ProxyPass /favicon.ico !
ProxyPass /robots.txt !
ProxyPassMatch ^/(404|422|500).html$ !
ProxyPass /assets/ !
ProxyPass / http://127.0.0.1:9292/ # Puma bind address
ProxyPassReverse / http://127.0.0.1:9292/
</VirtualHost>
Dangerous way to alter PostgreSQL column size: modify pg_attribute table.
UPDATE pg_attribute SET atttypmod = 20+4
WHERE attrelid IN ('foo'::regclass, 'voo'::regclass)
AND attname = 'names';
PostgreSQL View Fun
SELECT schemaname, viewname
FROM pg_catalog.pg_views
WHERE schemaname NOT IN ('pg_catalog', 'information_schema')
ORDER BY schemaname, viewname;
Jun 1, 2022
June 2022
- Find good .com domain names
- Realtime webcam deepfake toolkit
- Kali Linux training
- FFMPEG command builder
- Gravel ebike
- Shale - ruby object mapper
- Face reverse image search
- Microsoft Defender for Linux
- Cockpit - web based Linux admin tool
- Write documentation first
- HTML Email with MDX and MJML
Multitenant Fun
- Azure overview
- Azure tenancy models
- AppSignal - Building a multi-tenant RoR app
- Rails multi-tenant strategy
- activerecord-multi-tenant Gem
- acts_as_tenant Gem
- Tuts+ building multitenant apps in Laravel (PHP)
Web Push
- Webkit - Meet web push
- Apple - Meet web push
- Apple - Sending web push notifications
- MDM - Web push best practices
Sec+
SIEM Fun
May 1, 2022
May 2022
- Graphene coating spray (auto detailing)
- Camo - use your old phone as a webcam
- Markdoc - markdown based authoring environement
- Flutter - Google’s open source app development framework
- Clovercities - Geocities like homepage builder
- Ruby - convert html table to csv
- Flipper Zero - hacking tool for pentesters, infrared, 125kHz RFID, NFC, Bluetooth, and sub-1 GHz transceiver
Puppeteer Fun
- Web scraping using runtime heap snapshot
- GitHub - puppeteer-heap-snapshot
- GitHub - puppeteer-extra-plugin-stealth