logo

Microsoft just opened the flood gates…

https://www.youtube.com/watch?v=NIgrGqmoeHs

Dysentery (UK: /ˈdɪsəntəri/ DISS-ən-tər-ee, US: /ˈdɪsəntɛri/ DISS-ən-terr-ee), historically known as the bloody flux, is a type of gastroenteritis that results in bloody diarrhea. Other symptoms may include fever, abdominal pain, and a feeling of incomplete defecation. Complications may include dehydration.

https://en.wikipedia.org/wiki/Dysentery

This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.

https://github.com/f/awesome-chatgpt-prompts

Type Gymnastics Collection of wonderful TypeScript type gymnastics code snippets. 📚 Overview List Better querySelector by Pig Fang - More intelligent querySelector by parsing your given CSS selector. Also refer to a formal project: typed-query-selector. C-printf Parser by Pig Fang - Parse placeholders like %d and %s for a printf format string. Integers Comparator by Pig Fang - Compare two integers that can be positive or negative or zero. Query String Parser by Pig Fang - Parse URL query string into an object literal type. Spec-compliant HTML Parser by Pig Fang - An HTML parser conforms WHATWG HTML Standard (may not be fully). Tuple Slice by Pig Fang - Array#slice implementation at type level. URL Parser by Pig Fang - Parse a URL into an object literal type with each component of the URL. Pinia by Pig Fang - Type-level function which is similar to Pinia.

https://github.com/g-plane/type-gymnastics

What libraries have the most impressive/insane type inference/gymnastics/gymnastics?

https://www.reddit.com/r/typescript/comments/1cymctz/what_libraries_have_the_most_impressiveinsane/

The TypeScript Framework for Enterprise Scale High-quality TypeScript libraries and next-gen backend framework. Leverage TypeScript to the fullest, in completely new ways. npm init @deepkit/app my-deepkit-app

https://deepkit.io/

👻 Ghostty Download Documentation

https://ghostty.org/

Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

https://ghostty.org/docs

Search code, repositories, users, issues, pull requests...

https://github.com/ghostty-org/ghostty

imaginary.stripmall.software This is, or hopefully one day, will be a full drop in replacement for cloudinary, the most excellent, albeit expensive image transformation and hosting service. I've released this under the Open Software License 3.0 in order to encourage people to contribute to the codebase. Batteries Not Included I put this into production on gcloud, using the google application engine and gcloud buckets for storage. Putting this behind cloudflare caching makes the solution almost as performant as cloudinary. Tooling for gcloud is included in the repository. Doing this, lowered my monthly image processing costs from over a thousand dollars to about one hundred and fifty dollars. I've published a recipe for my setup here. I imagine many others are possible, for example using aws S3 and lambda functions (though I'm a bit concerned about the way CloudFront handles caching). I look forward to seeing contributions on this front. If you come up with one, and want help creating an article or post. Deployment gcloud run deploy --source .

https://github.com/stripmall-software/imaginary

Cloudinary alternative

https://www.reddit.com/r/selfhosted/comments/htpj3r/cloudinary_alternative/

thumbor is a smart imaging service that enables on-demand cropping, resizing, applying filters and optimizing images. Cropping photos automatically can be a frustrating experience with severed heads involved. thumbor uses AI for smart detection. thumbor is an HTTP server and you can create as many different images as you want just by varying path parameters:

http://<thumbor-server>/300x200/smart/thumbor.readthedocs.io/en/latest/_images/logo-thumbor.png

You should see an image of the thumbor logo in 300x200. Learn more about all you can do in thumbor's documentation.

https://github.com/thumbor/thumbor

Faster than light image resizing service that runs on AWS. Super simple to set up, highly available and very performant.

https://github.com/humanmade/tachyon

an open-sourced alternative to cloudinary [video streaming done ✅, image/audio under dev 🔨 ]

https://github.com/ZeStream/zestream-server

Lit Labs is an umbrella for Lit packages under development that we are actively seeking feedback on. While we encourage real-world use in order to help the feedback process, please note: Lit Labs projects are published under the @lit-labs npm scope. Breaking changes are likely to occur more frequently than in non-labs packages, but they will still respect standard semantic versioning guildelines and all changes will be published to the CHANGELOG files. While we strive to address all bugs in a timely fashion, bugs in non-labs projects typically receive higher priority than bugs in labs projects. When a Lit Labs project is ready to graduate out of labs, we'll begin publishing it under the @lit scope. (For example, @lit-labs/task graduated to @lit/task.) Once a package graduates, its first version under the @lit scope will match that of the latest in @lit-labs—but only the @lit version will receive subsequent updates. We may decide to deprecate a Lit Labs project. In such cases, we will notify the community, and a deprecation warning will be added to the npm package. The deprecated package will receive bug fix support for at least 6 months. A record of historical labs packages will be kept on this page. Feedback is currently being solicited on the following Labs packages:

https://lit.dev/docs/libraries/labs/

Free ChatGPT Starter (No GPU Required) A starter template for building and running your custom chatbot using OpenAI's distilgpt2 model. This project provides a simple foundation for interacting with AI in Python. Features Easy-to-use Python chatbot script. Customizable for various use cases.

https://github.com/sun2ii/free-chatgpt-starter-no-gpu-required?tab=readme-ov-file

DistilGPT2 (short for Distilled-GPT2) is an English-language model pre-trained with the supervision of the smallest version of Generative Pre-trained Transformer 2 (GPT-2). Like GPT-2, DistilGPT2 can be used to generate text. Users of this model card should also consider information about the design, training, and limitations of GPT-2.

https://huggingface.co/distilbert/distilgpt2