Saturday, August 5, 2023

Show HN: Matrix. A Sci-Fi Comic https://ift.tt/vlzCbif

Show HN: Matrix. A Sci-Fi Comic On the occasion of completing 100 short stories in Matrix, I thought of sharing it with the wider audience. Matrix is a culmination of my 9 months of travel across India and 2 days that I spent in Barcelona. I started the project with an aim to improve my writing. But now I feel like the project is directing me on how it wants to take shape. And as I continued, The project took a shape of its own. I believe it is in a good enough shape to be considered as a mockumentary on life and meaning. It still only has me as a primary contributor because of which it has my limitations and my biases. If you like to contribute, Please feel free to create a pull request on the दुनिया(World in Hindi) branch. जय श्री राम| https://ift.tt/BEMCdrH August 5, 2023 at 03:27PM

Show HN: Custom Haskell handlers for Nginx https://ift.tt/mKnF2Ta

Show HN: Custom Haskell handlers for Nginx This is rather a mature project. It began out of curiosity: I wanted to test if Haskell FFI was powerful and expressive enough to interconnect C and Haskell code flawlessly. Particularly, if C strings generated inside Nginx can be shared within Haskell code and what must be done to respect their lifetimes etc. Recently, I released version 3.2.0 with revamped README (with a lot of examples) and a new approach to building Haskell handlers using the modernized cabal v2-build for dependencies. https://ift.tt/pmKGOIY August 4, 2023 at 04:49PM

Show HN: Common Lisp tutorials with OpenGL graphics https://ift.tt/ZkJBROq

Show HN: Common Lisp tutorials with OpenGL graphics https://www.youtube.com/playlist?list=PLTA6M4yZF0MzsMlNL0N67tIU12OLQ-R5K August 5, 2023 at 01:33AM

Show HN: Open-access book on platform governance https://ift.tt/XtMpLfd

Show HN: Open-access book on platform governance Hi there, I'm a political theorist, a professor at Northwestern law school and a founding fellow, board member, etc. of the Integrity Institute. I also was the in-house democratic theorist on Facebook's "civic integrity" (election protection) team for a while, and helped out with the research supporting the creation of the Meta Oversight Board. I just published an academic book with Cambridge University Press bringing together those experiences with research in political science to argue that the way forward for mitigating the harms of big internet platforms and governing user behavior on them is to create global direct democratic institutions for them. You can read the whole book for free on Cambridge's website or by downloading the open-access (license CC-BY-NC-ND 4.0) PDF at the link. If you want a hard copy, you can also buy it in paperback or hardcover. https://ift.tt/HyBkCQJ August 5, 2023 at 12:21AM

Show HN: Open-source library to manage todo items in Python code https://ift.tt/SqfJAEj

Show HN: Open-source library to manage todo items in Python code I made this library that collects all TODO items from a python project, creates automated summaries and notifies them over email, SNS or SES etc. It is highly customizable allowing to add custom summaries, custom notifier and integration with downstream applications. https://ift.tt/b21kXfu August 4, 2023 at 11:04PM

Friday, August 4, 2023

Show HN: Open-Source Favicon Provider https://ift.tt/JQLujz8

Show HN: Open-Source Favicon Provider Hey HN, We couldn’t find a reliable favicon provider for our CRM [1]. There are existing solutions (FaviconKit, Google faviconV2, ...) but we have faced issues with all of them: rate-limiting, down-time, inconsistent icon size. We were looking for a solution that is: 1) reliable : no down-time ; 2) accurate : request a specific icon size to optimize for user bandwidth ; 3) high-quality : that provides the highest resolution icon available for a given requested size ; 4) open-source : this is a common need and a simple problem to solve: an open solution should exist and anybody should be able to contribute or to host it. Technical details: Here is the source code: https://ift.tt/4R20WXQ . The way it works is very simple. We have implemented a few strategies to fetch favicons: get favicon from html meta/link tags, call Google Favicon API. Then we retrieve the image and store it into S3. The next time someone asks for the image it is usually served from our CDN cache directly. If not, then it’s pulled from S3. Cloud Hosting: We are hosting a server on favicon.twenty.com. We will be using it to power Twenty CRM, so it will be maintained up and running for our own needs. Feel free to use it by directly by embedding images like this: https://ift.tt/gwSvQLY or https://ift.tt/wMTqXI0 [1] https://ift.tt/SaHWziQ https://ift.tt/4R20WXQ August 4, 2023 at 01:24AM

Show HN: ChatGPT code interpreter on sensitive data without uploading it https://ift.tt/GOn6QLW

Show HN: ChatGPT code interpreter on sensitive data without uploading it https://ift.tt/38SmdtD August 4, 2023 at 12:59AM

Show HN: I made a Chrome extension to export web element to code https://ift.tt/dnKp9Rf

Show HN: I made a Chrome extension to export web element to code Recently I'm working on CopyUI which is an extension to copy UI element...