Monday, July 4, 2022

SHOW HN: Building an app to rule all web-based SaaS, need feedbacks from HN https://ift.tt/hzUI17l

SHOW HN: Building an app to rule all web-based SaaS, need feedbacks from HN https://ift.tt/ewsb5BG July 4, 2022 at 09:35AM

Sunday, July 3, 2022

Show HN: Bebo – run Clojure scripts on Deno https://ift.tt/sjMRPNt

Show HN: Bebo – run Clojure scripts on Deno Made this little thing: https://ift.tt/BDJMz5Y In the spirit of deno it allows you to install a script from an https location but for Clojure(Script, .cljs). Why would you use this? I love Clojure and I'd love to see it in more places than the JVM and browser. Maybe you do too. It is similar to the idea of nbb which allows you to run .cljs scripts on Node.js via the SCI interpreter: - https://ift.tt/LKoBqWn - https://ift.tt/Yoq63uA I posted this project yesterday but forgot to add "Show HN"... I hope that is OK since I can't edit my previous message anymore. July 3, 2022 at 07:09PM

Show HN: Generate webpage summary images with DALL-E mini https://ift.tt/BmbdroU

Show HN: Generate webpage summary images with DALL-E mini https://ift.tt/4HFqzmU July 3, 2022 at 05:48PM

Show HN: Inject TailwindCSS into HTML Templates https://ift.tt/fsIE0Ai

Show HN: Inject TailwindCSS into HTML Templates https://ift.tt/Pn8Ok1u July 3, 2022 at 02:31PM

Show HN: Using ThreeJS to create a city from Your GitHub contributions https://ift.tt/Lj02tGA

Show HN: Using ThreeJS to create a city from Your GitHub contributions I spent some time making this. I am a beginner with blender but I did my best :) I'm open to any and all feedback. https://ift.tt/jtcqH9y July 3, 2022 at 01:04PM

Show HN: DatabaseMesh for distributed transaction、read write splitting、sharding https://ift.tt/B3fLHVi

Show HN: DatabaseMesh for distributed transaction、read write splitting、sharding https://ift.tt/zdvbZf6 July 3, 2022 at 07:15AM

Show HN: WebReducer – micro event sourcing cloud function https://ift.tt/8B3n2sQ

Show HN: WebReducer – micro event sourcing cloud function Hey everyone, WebReducer is a project I've been working on since last December. You can read about my process here: https://ift.tt/l5tynNS Send some data to WebReducer. Then, write a reducer function to retain some state. You can change the reducer function as much as you want and recreate that state. Still working on how to explain it. It's a tiny FaaS platform. It's a tiny database. It's micro event sourcing. It's "redux" on the server as a service. It's a backend for tiny personal projects. It's a place to send your webhooks. I'm looking for feedback on the following: - Do you get what it is? - What would you use it for? - What would I need to iron out for you to seriously consider trying this? https://webreducer.dev July 2, 2022 at 11:47PM

Show HN: Yet Another Memory System for LLM's https://ift.tt/0oZIwAv

Show HN: Yet Another Memory System for LLM's Built this for my LLM workflows - needed searchable, persistent memory that wouldn't bl...