Monday, January 8, 2024

Show HN: Inference Mixtral 8x7B in pure Rust https://ift.tt/K52MyBP

Show HN: Inference Mixtral 8x7B in pure Rust https://ift.tt/SNtukIj January 8, 2024 at 04:13AM

Show HN: AnyText AI – Multilingual text generation and editing tool https://ift.tt/1kQS6Zz

Show HN: AnyText AI – Multilingual text generation and editing tool I just started to learn frontend and built a free AI powered web app for editing text in image using AnyText. I will continue iterating the AnyText.pics to make it easier to use and will learn frontend skills by building the web app. https://anytext.pics/ January 7, 2024 at 09:08PM

Show HN: A Command Line tool to journal your daily accomplishments https://ift.tt/ZXcN3Oi

Show HN: A Command Line tool to journal your daily accomplishments I saw this blog from Julia Evans on HN about building a bragging document: https://ift.tt/Lb7fraF . It inspired me to create a CLI tool to log my accomplishments in markdown files. I was learning about building CLI applications in Go and this project seemed like a good entry point. I used to maintain a Google Docs as my work log and bragging document but I'll often forget to update it or lose it between my open tabs. A CLI tool will be present right in my development environment and that removes friction with information logging. Release (v0.1): https://ift.tt/zbTM61O https://ift.tt/aV56ieT January 7, 2024 at 07:38PM

Show HN: Designing, manufacturing, and selling an LED 'social battery' pin badge https://ift.tt/Yc8usAJ

Show HN: Designing, manufacturing, and selling an LED 'social battery' pin badge https://ift.tt/I7GHCWA January 8, 2024 at 12:51AM

Sunday, January 7, 2024

Show HN: I built an automatic film development machine https://ift.tt/yX9fMqJ

Show HN: I built an automatic film development machine Remember that old cameras on which you cannot preview the picture you've just made? Cameras that can't shoot more than 36 pictures in a row, and those pictures are on film which needs to be processed with chemistry? OpenAutoLab allows to automatically process those films at home. What's done: Two prototypes are built and tested by developing lots of films. All necessary 3d-printed parts and electronic schematics as well as source code are published. Most of build and usage instructions are written and published. A short video introduction is cut and published. What I will update soon: Missing pictures from build instructions. Full length video of building the machine. Full length video of using the machine. What needs to be done: Public testing. Can't wait when someone else builds this thing. https://ift.tt/XTv7Azr January 7, 2024 at 02:03AM

Show HN: LDAP Watchdog: Realtime LDAP monitoring for detecting directory changes https://ift.tt/AU4hN5H

Show HN: LDAP Watchdog: Realtime LDAP monitoring for detecting directory changes https://ift.tt/05W6Skj January 7, 2024 at 12:38AM

Show HN: iOS Shortcut to convert webpage into disco party https://ift.tt/m7395sx

Show HN: iOS Shortcut to convert webpage into disco party https://ift.tt/gaR9zq2 January 6, 2024 at 11:13PM

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...