- Adding public transport data to Transitous
- public-transport/transitous
- GNOME Maps meets Transitous meets MOTIS (FOSDEM 2025)
- motis-project/motis - Multimodal routing, geocoding, and map tiles
- google/transit - General Transit Feed Specification (GTFS)
VirtualTam's bookmarks
-
-
A list of the map projections that may be viewed and saved by G.Projector, along with alternative names, parameter-specific and special cases. Sample images of an Earth topographical map are linked for each unique projection
-
2025-04-09 Web page archive formats:
Tools for crawling, scraping and archiving Web pages:
- internetarchive/heritrix3 - Extensible, web-scale, archival-quality web crawler project (Java)
- internetarchive/Zeno - State-of-the-art web crawler (Go)
- internetarchive/gowarc - Read and write WARC files in Go
- webrecorder/pywb - Web Archiving Toolkit for replay and recording of web archives (Python)
Self-hosted solutions:
- ArchiveBox - A self-hosted app that lets you preserve content from websites in a variety of formats
- Wallabag - Save and classify articles, read them later
-
2024-11-25 RFCs:
- RFC 7858 - Specification for DNS over Transport Layer Security (TLS)
- RFC 8484 - DNS Queries over HTTPS (DoH)
Resources:
- Carsten Strotmann -
doh.defaultroutes.de
DNS-over-TLS/HTTPS Server - DNS over HTTPS - Cloudflare 1.1.1.1 Documentation
Setting up a DNS-over-HTTPS server:
- DNS over HTTPS - ArchWiki
- DNS-over-TLS almost working - Træfik Forum
- Using Google’s dns.google.com with CoreDNS
Browser configuration:
-
2024-05-15 -
2024-05-02 -
2024-03-16 -
2024-02-28 -
2023-06-11 The conflict between subclassing and composition is as old as object-oriented programming. The latest crop of languages like Go or Rust prove that you don’t need subclassing to successfully write code. But what’s a pragmatic approach to subclassing in Python, specifically?
-
The Web Authentication API (also known as WebAuthn) is a specification written by the W3C and FIDO, with the participation of Google, Mozilla, Microsoft, Yubico, and others. The API allows servers to register and authenticate users using public key cryptography instead of a password.
- Guide to Web Authentication
- Asynchronous Remote Key Generation: An Analysis of Yubico’s Proposal for W3C WebAuthn [PDF]
- Issue 664630: Web Authentication API for Chrome
- Bugzilla - [meta] Update WebAuthn JS API to the L1-REC spec
- keepassxc#1870 - Feature Request: Integration with the Web Authentication API
-
I'd get a better behaved mail client. — Hu on Gentoo Forums
- http://www.postfix.org/postconf.5.html#reject_invalid_helo_hostname
- https://serverfault.com/questions/575539/postfix-helo-command-rejected-host-not-found
- https://serverfault.com/questions/527541/postfix-whitelist-host-for-specific-sender
- https://serverfault.com/questions/922935/why-does-postfix-say-helo-command-rejected-host-not-found-when-dig-finds-the
- https://discussions.apple.com/thread/3120175
- https://forums.gentoo.org/viewtopic-p-8604630.html?sid=a666f84af3d663d43b4c72a5b82115c4
-
- https://stackoverflow.com/questions/63724484/build-and-bind-against-older-libc-version
- https://doc.rust-lang.org/rustc/platform-support.html
- https://www.reddit.com/r/rust/comments/n6udyk/building_rust_binaries_in_ci_that_work_with_older/
- https://users.rust-lang.org/t/how-to-compile-rust-with-a-specific-glibc-version-for-gnueabihf-architecture/6680
- https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html
-
2022-07-04 -
Generate code from specification:
- https://github.com/swagger-api/swagger-codegen
- https://github.com/go-swagger/go-swagger
- https://github.com/deepmap/oapi-codegen
Generate specification from code:
-
- https://security.stackexchange.com/questions/4781/do-any-security-experts-recommend-bcrypt-for-password-storage
- https://security.stackexchange.com/questions/17421/how-to-store-salt
- https://codahale.com/how-to-safely-store-a-password/
- https://security.stackexchange.com/questions/133239/what-is-the-specific-reason-to-prefer-bcrypt-or-pbkdf2-over-sha256-crypt-in-pass
- https://security.stackexchange.com/questions/211/how-to-securely-hash-passwords/31846