The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more! Learn more →
Simonwillisonblog Alternatives
Similar projects and alternatives to simonwillisonblog
-
pg_cjk_parser
Postgres CJK Parser pg_cjk_parser is a fts (full text search) parser derived from the default parser in PostgreSQL 11. When a postgres database uses utf-8 encoding, this parser supports all the features of the default parser while splitting CJK (Chinese, Japanese, Korean) characters into 2-gram tokens. If the database's encoding is not utf-8, the parser behaves just like the default parser.
-
tsv-utils
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
-
Code-used-on-Daniel-Lemire-s-blog
This is a repository for the code posted on my blog
-
awesome-personal-blogs
A delightful list of personal tech blogs
-
zombodb
Making Postgres and Elasticsearch work together like it's 2023
-
zsv
zsv+lib: world's fastest (simd) CSV parser, bare metal or wasm, with an extensible CLI for SQL querying, format conversion and more
-
SurveyJS
A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.
-
-
gutenberg
A fast static site generator in a single binary with everything built-in. https://www.getzola.org
-
-
-
Lobsters
Computing-focused community centered around link aggregation and discussion
-
-
-
-
rum
RUM access method - inverted index with additional information in posting lists (by postgrespro)
-
-
-
-
-
Amplication
Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.
simonwillisonblog reviews and mentions
-
Building a Blog in Django
Computers are fast these days. If you write efficient code I don't see any reason the difference between a Django site and static files couldn't be impercettibile.
Or... run a Django app behind a caching proxy like Varnish or Fastly or Cloudflare. I do that for my https://simonwillison.net/ site (Cloudflare) and helped implement Varnish at Eventbrite - it's a really solid pattern.
Hah, yeah securing something like WordPress can be a challenge, especially if you're running a bunch of plugins.
My blog is a pretty straight-forward Django setup without many other dependencies, so it's a lot less of an attack surface: https://github.com/simonw/simonwillisonblog
If you're worried about traffic spikes, stick your site behind a caching proxy like Varnish or Cloudflare.
My main blog https://simonwillison.net/ runs on Heroku behind Cloudflare, with a 15m cache TTL for every page
This works perfectly. I survived a surprise Elon Musk tweet a few months ago which the server didn't even notice, because Cloudflare absorbed all the traffic: https://simonwillison.net/2023/Feb/17/analytics/
I usually write posts in Markdown these days, directly in VS Code with the preview pane open.
The blog described in this article renders Markdown directly. My https://simonwillison.net/ blog doesn't do that yet, instead I paste my Markdown into https://til.simonwillison.net/tools/render-markdown and then paste the HTML into the admin interface.
My https://simonwillison.net/ blog has been running since 2002 and has 3015 long-form posts, 6718 bookmark posts and 770 quotations.
Plus tag pages, archive-by-date-pages, series pages and more.
I don't particularly want to have to wait for all of that to build!
It also offers faceted search against all of that, powered by PostgreSQL: https://simonwillison.net/search/?q=static%20site%20generato...
-
Stopping at 90%
I've started to consider "commit to writing about it" as the price I have to pay for giving into the lure of another project. It's one of the main reasons I publish so much content on https://simonwillison.net/ and https://til.simonwillison.net
A project with a published write-up unlocks so much more value than one which you complete without giving others a chance of understanding what you built.
I've maintained internal blogs (sometimes just a Slack channel or Confluence area) at previous employers for this purpose too.
-
Stanford A.I. Courses
I think you are asking specifically about practical LLM engineering and not the underlying science.
Honestly this is all moving so fast you can do well by reading the news, following a few reddits/substacks, and skimming the prompt engineering papers as they come out every week (!).
https://www.latent.space/p/ai-engineer provides an early manifesto for this nascent layer of the stack.
Zvi writes a good roundup (though he is concerned mostly with alignment so skip if you don’t like that angle): https://thezvi.substack.com/p/ai-18-the-great-debate-debates
Simon W has some good writeups too: https://simonwillison.net/
I strongly recommend playing with the OpenAI APIs and working with langchain in a Colab notebook to get a feel for how these all fit together. Also, the tools here are incredibly simple and easy to understand (very new) so looking at, say, https://github.com/minimaxir/simpleaichat/tree/main/simpleai... or https://github.com/smol-ai/developer and digging in to the prompts, what goes in system vs assistant roles, how you gourde the LLM, etc.
-
Seeking Your Top Recommendations for Resources on ChatGPT and Generative AI
Simon Willison's Weblog
- Ask HN: What other news feeds do you read besides Hacker News?
-
How to stay up-to-date in the (open-source) AI field? Recommendations for blogs and other resources?
I like reading https://simonwillison.net/ for some LLM news (and he has a feed for cool AI news elsewhere, too).
-
A note from our sponsor - Appwrite
appwrite.io | 24 Sep 2023
Stats
simonw/simonwillisonblog is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of simonwillisonblog is JavaScript.
Popular Comparisons
- simonwillisonblog VS pg_cjk_parser
- simonwillisonblog VS pgvector
- simonwillisonblog VS awesome-personal-blogs
- simonwillisonblog VS tsv-utils
- simonwillisonblog VS zsv
- simonwillisonblog VS Code-used-on-Daniel-Lemire-s-blog
- simonwillisonblog VS zombodb
- simonwillisonblog VS Hugo
- simonwillisonblog VS knowledge
- simonwillisonblog VS gutenberg