Bookmarks

Bookmarks

49816 bookmarks
Custom sorting
Computing with tuples in TypeScript
Computing with tuples in TypeScript
JavaScript’s Arrays are so flexible that TypeScript provides two different kinds of types for handling them: Array types for arbitrary-length sequences of values that all have the same type – e.g.: Arraystring Tuple types for fixed-length sequences of values where each one may have a different type – e.g.: [number, string, boolean] In this blog post, we look at the latter – especially how to compute with tuples at the type level.
·2ality.com·
Computing with tuples in TypeScript
How to Parse URLs from Markdown to HTML Securely?
How to Parse URLs from Markdown to HTML Securely?
What if I told you that parsing URLs from user input, especially from Markdown content, can be a security risk? Here is how URL parsing logic an be bypassed and what you need to know to handle it in a secure way.
·nodejs-security.com·
How to Parse URLs from Markdown to HTML Securely?
なぜRubyは許容可能なLISPなのか - masatoi’s blog
なぜRubyは許容可能なLISPなのか - masatoi’s blog
LISPの真実を読んでたら最後に出てきたので、かなり古い記事だけれども、Eric Kidd氏のWhy Ruby is an acceptable LISPを訳してみました。まつもとさんによる反応もあり、そのエントリの中で原文はほぼ要約されています。 一年前、私はRubyに注目してはいたものの、それを無視することにした。…
·masatoi.hateblo.jp·
なぜRubyは許容可能なLISPなのか - masatoi’s blog
Transform
Transform
A polyglot web converter that's going to save you a lot of time.
·transform.tools·
Transform
Cuetorials
Cuetorials
Tutorials for Cuelang. Learn you some CUE for a great good!
·cuetorials.com·
Cuetorials
Achno/gowall: A tool to convert a Wallpaper's color scheme / palette, image to pixel art, color palette extraction, image upsacling with Adversarial Networks and more image processing features
Achno/gowall: A tool to convert a Wallpaper's color scheme / palette, image to pixel art, color palette extraction, image upsacling with Adversarial Networks and more image processing features
A tool to convert a Wallpaper's color scheme / palette, image to pixel art, color palette extraction, image upsacling with Adversarial Networks and more image processing features - Achno/gowall
·github.com·
Achno/gowall: A tool to convert a Wallpaper's color scheme / palette, image to pixel art, color palette extraction, image upsacling with Adversarial Networks and more image processing features
Taking on Google search: Perplexity and Kagi
Taking on Google search: Perplexity and Kagi
Google’s dominance of web search is being challenged by innovative, fast-moving startups. A deepdive into two promising contenders: Perplexity and Kagi
·newsletter.pragmaticengineer.com·
Taking on Google search: Perplexity and Kagi
usb connection issues · Issue #265 · foostan/crkbd
usb connection issues · Issue #265 · foostan/crkbd
got 2 crkbd rev 4.1, love them, typing on my old 60% is a pain now. but for some reason the usb connections on both devices are rather unstable on my machines (linux pc, 2 dell laptops with linux)....
·github.com·
usb connection issues · Issue #265 · foostan/crkbd
LangChain: Structured Output with JavaScript
LangChain: Structured Output with JavaScript
How to: Structured Output in JavaScript with LangChain. A step by step example on how to use structured data in JavaScript with LangChain ...
·robinwieruch.de·
LangChain: Structured Output with JavaScript
/ htmx ~ An interview with Chris Wanstrath aka @defunkt, Creator of pjax
/ htmx ~ An interview with Chris Wanstrath aka @defunkt, Creator of pjax
htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code base sizes by 67% when compared with react
·htmx.org·
/ htmx ~ An interview with Chris Wanstrath aka @defunkt, Creator of pjax