Monday, June 24, 2024

Show HN: Tsellm: Interactive SQLite shell with LLM support https://ift.tt/lkSMosY

Show HN: Tsellm: Interactive SQLite shell with LLM support Hello HN, While browsing the Python docs yesterday, I discovered that the latest 3.12 version has added support for a `python3 -m sqlite3` interactive shell. I looked into the source code, and its implementation was simple, giving me an idea: Why not hook the beautiful llm library by simonw into such an interactive shell, and thus have direct LLM support in SQLite? Without writing a C extension, build a shared object and all that fuss. Well, now you can `pip install tsellm` and do just that. demo gif: https://ift.tt/voT4dak... https://ift.tt/YMU4i1f June 23, 2024 at 11:45PM

Sunday, June 23, 2024

Show HN: Online OPML editor to manage subscription lists https://ift.tt/se2xibY

Show HN: Online OPML editor to manage subscription lists I made a small online editor to manage OPML[1] files easily. There are a lot of smart online editors for formats like JSON, but while OPML is supported by most subscriptions services, the experience of editing/managing it is poor outside of what each platform support. The pain of managing the file independently increases as the size of the OPML file grow larger. It's rather simple at the moment but the goal is to provide shortcuts for common desired tasks to make the experience of editing OPML much smoother and streamlined. The editor is a static website that runs locally in your browser, it doesn't require an account, nor do any tracking. Let me know your feedback or if you've any pain points around OPML GitHub repo: https://ift.tt/KmVBshw Website: https://ift.tt/iA157F2 [1] - https://ift.tt/Hhcdi0F https://ift.tt/KmVBshw June 21, 2024 at 06:43PM

Show HN: JobBoardBox – One stop shop for job boards worldwide https://ift.tt/FkeJSIx

Show HN: JobBoardBox – One stop shop for job boards worldwide https://ift.tt/BoGxQYK June 22, 2024 at 11:56PM

Show HN: Feedback on Sketch Colourisation https://ift.tt/aKFztOi

Show HN: Feedback on Sketch Colourisation Hi I am looking for some feedback on our new project "Sketch Colourisation". The envisioned UI and objectives are -- * An artist should have greater control on how to colour a sketch. While a text-to-image model lacks this fine-grained control, a per-pixel colourisation pipeline makes sketch colourisation a laborious process with high-entry barrier. * What if an artist only draws a mask for a local region and specifies the colour palette for that local region? Then a neural network figures out how to colour the overall sketch -- while maintaining those local colour palette. [I would really like a feedback if the above UI (i.e., mask and local colour palette) makes sense to users/designers. As researchers, we often have the wrong idea of what is desired by end-users.] * On the exact implementation of the above concept, we designed a no-training based neural network framework -- and also make sure it runs on a Nvidia 4090. In other words, I will try to avoid any expensive training or inference -- which defeats the purpose of being useful to people (not just some research labs). * Note, I am not so bothered about the exact implementation (or whether it is "novel") -- as long as it is useful. * A shameless advertisement: The codebase ( https://ift.tt/ySo8hJH ) is MIT License. It is no way near to being useful to people -- but I would really like to pursue this direction and your feedback/criticism will be immensely helpful. Thanks https://ift.tt/86N0i4z June 22, 2024 at 05:03PM

Saturday, June 22, 2024

Show HN: I made tool that let's you see everything about any website https://ift.tt/Hp2tRwc

Show HN: I made tool that let's you see everything about any website Yes, it's open source: https://ift.tt/UQZTD6q :) Why I'm building this? There are a lot of tools out there for discovering meta and security data relating to a website, IP or server. But currently, there isn't anything that does everything, all in one place and without a paywall/ user sign up. It's still a WIP, and I'm working on a new version, with some more comprehensive checks, so any feedback would be much appreciated :) https://v1.web-check.xyz/ June 22, 2024 at 04:13PM

Show HN: Synapse – TypeScript Toolchain for Cloud Apps https://ift.tt/Ssku9x8

Show HN: Synapse – TypeScript Toolchain for Cloud Apps Hey all, I've been working on a developer tool based on my experiences with working on cloud applications. What I've created is basically Node.js + TypeScript + Terraform all combined into a single tool, Synapse. I like to think of Synapse as a "compiler for distributed systems", though it can also be used as a build tool for any JavaScript/TypeScript app. In fact, Synapse is built with Synapse! I recently open-sourced the bulk of the codebase, but a lot of work is still needed to make it easy to contribute. If anyone is able to try it out and give me feedback, it would be hugely appreciated! There's not many documented features at the moment, but I think what I have now is at least enough to get a basic idea of what Synapse can do. https://ift.tt/O6BTI85 June 22, 2024 at 03:51AM

Show HN: I made a demo for my project management tool https://ift.tt/uHtwYh6

Show HN: I made a demo for my project management tool Hey Hackers, Last time I posted alot of the comments were asking about the posibility for a demo and maybe more reasoning on why someone should use the service. I have tried to implement some more things into the basic tier so that out of the box, the service is more unique with its use of AI. Anyway, there is now some new AI features as well and I've improved the existing features to ensure they have the right level of accuracy and creativity. Enjoy, Dan https://ift.tt/0jcIQ6B June 22, 2024 at 03:37AM

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems https://ift.tt/onuTQWR

Show HN: Anti-Cluely – Detect virtual devices and cheating tools on exam systems Anti-Cluely is a lightweight tool designed to detect common...