VirtualTam's bookmarks
293 bookmarks found
-
bash-stack - modern web framework in bash
2025-01-20 Need bash scripts? Already have too many? I'm available to help.
-
The benefits are there: you get wonderful type system, wonderful performance, and build times that give you back those coffee breaks you used to get while your code compiled.
- ~ntietz/newt - Nicole's Web Toolkit
- Are we web yet?
-
- lycheeverse/lychee-action - Github action to check for broken links in Markdown, HTML, and text files
-
Consume any Web site / HTML source, also when an RSS / Atom feed is not available.
-
Text normalization in Go
2024-11-28 Standard library:
- unicode - Data and functions to test some properties of Unicode code points
Extra libraries:
- golang.org/x/text - Supplementary Go packages for text processing, many involving Unicode
- golang.org/x/text/runes - Tansforms for UTF-8 encoded text
- golang.org/x/text/transform - Reader and writer wrappers that transform the bytes passing through
- golang.org/x/text/unicode/norm - Types and functions for normalizing Unicode strings
- golang.org/x/text/unicode - Building blocks for other packages in golang.org/x/text
Third-party libraries:
- anyascii/go - Converts Unicode characters to their best ASCII representation
RFCs:
- RFC 8264 - PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols
- RFC 8265 - PRECIS for Usernames and Passwords
- RFC 8266 - PRECIS for Nicknames
Resources:
-
- Discussion on Hacker News
- Book report by Steward Brand
- ROMchip Presents: Building SimCity: A Conversation with Will Wright and Chaim Gingold
- EA Sim City 2000 Will Wright Interview
- Game Developer Magazine - April/May 1995
- Stanford Libraries - Interfacing to Microworlds, Will Wright, Maxis
- Will Wright on Designing User Interfaces to Simulation Games (1996) (2023 Video Update)
- Will Wright and Brian Eno - Generative Systems
- Playing with Time | Brian Eno and Will Wright
- SimHacker/MicropolisCore - SimCity/Micropolis C++ Core
Related books:
-
The Annotated Hacker Test | For those of us who didn't receive a case of beer with our computer.
2024-11-19 - Original plain text version from 1989
- Real Programmers Don't Use PASCAL (see:
THE REAL PROGRAMMER'S NATURAL HABITAT
)