Sunday, October 22, 2023

Saturday, October 21, 2023

Show HN: Tiledesk – Open-Source LLM Chatbot Framework https://ift.tt/VaGXzU8

Show HN: Tiledesk – Open-Source LLM Chatbot Framework Tiledesk is an open-source chatbot designer that unleashes the potential of LLM-enabled chatbots and process automation through a user-friendly drag-and-drop interface. Witness its capabilities in action here: https://youtu.be/ZDPoVVbXxs8 With Tiledesk, you can create dynamic, human-like conversations without the complexities of coding or scripting. Our guiding principle is straightforward: Design, Test, and Launch Your Conversation Flows Across All Your Digital Channels in Minutes The quickest way to experience Tiledesk new product version is by visiting our website. For those curious about our codebase, explore our latest repository on GitHub: https://ift.tt/0xcnZ7T Let's maintain a discussion focused on the essentials. We're here to answer your questions, provide insights, and share technical details. For additional information and inquiries, please don't hesitate to contact us at info@tiledesk.com We’d love to hear your thoughts! https://tiledesk.com/ October 22, 2023 at 12:35AM

Show HN: Images and animatons in 50 characters of stack based code https://ift.tt/ruRY8o4

Show HN: Images and animatons in 50 characters of stack based code https://ift.tt/hj09fbp October 22, 2023 at 06:08AM

Show HN: Storybooks – AI-generated bedtime stories for kids https://ift.tt/kU3ioNr

Show HN: Storybooks – AI-generated bedtime stories for kids https://ift.tt/1wr4tSx October 22, 2023 at 01:19AM

Friday, October 20, 2023

Show HN: My Attempt to Simplify Philosophy https://ift.tt/ax8jItC

Show HN: My Attempt to Simplify Philosophy https://gainedin.site/ October 21, 2023 at 02:45AM

Show HN: sbctl – Secure Boot key manager https://ift.tt/x4v5Vqp

Show HN: sbctl – Secure Boot key manager https://ift.tt/f8VT0km October 21, 2023 at 01:31AM

Show HN: SignalDB – Reactive Local JavaScript Database https://ift.tt/s5AFO8k

Show HN: SignalDB – Reactive Local JavaScript Database SignalDB is a local JavaScript database with a MongoDB-like interface and TypeScript support, enabling optimistic UI with signal-based reactivity across multiple frameworks. It integrates easily with libraries like Angular, Solid.js, Preact, and Vue, simplifying data management with schema-less design, in-memory storage, and fast queries. https://ift.tt/0GtyCTl October 20, 2023 at 11:35PM

Thursday, October 19, 2023

Show HN: Linkitall – create dependency-graphs of ideas https://ift.tt/jNb3ZRn

Show HN: Linkitall – create dependency-graphs of ideas What is the structure of knowledge? It's a broad question, and finding a structure that suits everyone is no easy task. Consider this: a backend developer might view knowledge as a table accessible with different keys, while a teacher might perceive it as a book, complete with chapters, sections, and subsections—a linear structure, yet with a tree-shaped Table of Contents for efficient reference. Generally, the structure we require depends on (a) the data involved and (b) the purpose at hand. Let's narrow it down: What's a suitable structure for teaching scientific knowledge? In the context of a specific course, one can assert that certain ideas are more fundamental than others. There's a hierarchy of ideas, where complex ideas build upon simpler ones, and those, in turn, rest on basic concepts. In simpler terms, with the exception of a few obvious or axiomatic ideas, every other idea relies on something else. Organizing all these ideas into a graph based on their dependency structure creates a dependency graph. Using graphical structure (including dependency graphs) to arrange ideas for presentation or teaching is nothing new. There are several tools out there, but none of them really worked for my use-case. So I wrote a tool in Golang which will take a graph definition in YAML format and produce a graph output in HTML. I am a noob in Golang. I am using python for work, so I wanted something else for this "hobby" project, and ended up with Go. This is the tool: https://ift.tt/L68dAyt Here are a few example outputs: Sets: https://ift.tt/3QhMdDK... Trigonometric relations: https://ift.tt/3QhMdDK... Note: one can click on the node name and it will open the associated slide. Kindly let me know what you fellows think. In particular, I would very much appreciate feedback from those in training/teaching/research background. https://ift.tt/L68dAyt October 19, 2023 at 04:40PM

Wednesday, October 18, 2023

Show HN: awesome-privacy-front-ends – private front-ends to popular sites https://ift.tt/f5mx8Pl

Show HN: awesome-privacy-front-ends – private front-ends to popular sites https://ift.tt/AGDyYn1 October 19, 2023 at 04:47AM

Show HN: I struggle to focus working from home so I built a solution https://ift.tt/sveqdyF

Show HN: I struggle to focus working from home so I built a solution Hey HN friends, I keep getting distracted working from home and always end up watching youtube, browsing blogs like HN or just mindlessly scrolling then I feel like crap because I didn’t do enough. I went through dozens of productivity tools but they’re quite overwhelming to use and none of them actually helped me focus. So I built http://complish.ai, a web-based sidebar that helps me focus on one task at a time. I launched it last month and have over 3,000 users now and I’ll be keeping it free. Would love for you all to try and give some feedback! October 19, 2023 at 12:45AM

Show HN: Finetune OpenAI Embeddings In-Browser https://ift.tt/0JmPx4D

Show HN: Finetune OpenAI Embeddings In-Browser There's a lesser-known trick described in the OpenAI Cookbook. You can linearly transform a generic embedding space (like OpenAI’s) for your usecase with a well-tuned matrix multiply. I ported the cookbook technique into a standalone hardware-accelerated webapp, and added some UX to guide the process along. There are some examples on the homepage for out-of-the-box fun. With 30 seconds of training, I was able to improve performance by the first example by 15%. https://ift.tt/3SgALxj October 18, 2023 at 10:45PM

Show HN: change-case scripts for kebab-case, camel-case, snake-case, etc. https://ift.tt/eFG3oku

Show HN: change-case scripts for kebab-case, camel-case, snake-case, etc. https://ift.tt/Jh1IC0D October 18, 2023 at 11:38PM

Tuesday, October 17, 2023

Show HN: SEO Tools List https://ift.tt/o9bigYO

Show HN: SEO Tools List https://ift.tt/ztr7oTY October 18, 2023 at 04:44AM

Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io https://ift.tt/CpGTxhR

Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io Rust itself is a hard language to master. Writing networking code is not an easy task in any language, let alone Rust. This is the beauty of socket.io, it has so low barrier of entry that anyone can code websocket logic with this framework. Now that Socketioxide is out, it can combine the power of Rust with its natural simplicity. Check it out and star if you like! https://ift.tt/aIfy5VD October 18, 2023 at 04:13AM

Show HN: Found a clean link today for Harmy's Despecialized edition. https://ift.tt/FLdMCK2

Show HN: Found a clean link today for Harmy's Despecialized edition. Found this link today for Harmy's Despecialized edition. This is usually a bit hard to get so it surprised me to find it in the wild(ish), came accross it while visiting some abandoned(I thought) forums. Thought both the upload and message attached to it was interesting and would like your opinion. So sharing before Disney comes down on them like a pile of bricks XD https://ift.tt/iEcPlKs October 18, 2023 at 03:10AM

Show HN: I made an all-in-one desktop app with a no-BS approach to get work done https://ift.tt/oPxcNvV

Show HN: I made an all-in-one desktop app with a no-BS approach to get work done Hi HN! This is Daniel from Floutwork ( https://ift.tt/x4C8AiE ) Floutwork is an all-in-one desktop app designed to serve as a personal work system, offering a no-BS approach to getting real work done online. Background: When I transitioned from a development role to a product management role, I realized there was no real organization or structure to the way I worked as a PM. Tasks I needed to complete were scattered across emails, Teams, meetings, etc. I was inundated with emails and found myself juggling multiple browser windows, numerous open tabs, and other desktop applications. This overwhelming situation made it clear that success in my new role hinged on being self-organized and focused. After reading the book "Deep Work" by Cal Newport, I recognized that my work habits were counterproductive to accomplishing meaningful work. After that, I delved further into the "focus and productivity" path, read more books on the subject, and decided to integrate these concepts and methodologies into a single app. I could have created a specialized tool that addressed only one or two problems, like many other apps out there, but I knew that building a single app designed to assist with the workflow from start to finish was the only way to eliminate as many distractions and friction points as possible. Honestly, I could've wrapped up development way sooner if I'd just tackled one issue. But what's the point if one part of my workflow rocks and the rest sucks? What's the problem with modern work? You might be using a combination of a task manager and a calendar to track tasks. To work on a task, though, you probably bounce to your browser full of tabs. If you use desktop apps like Teams, Slack, or Discord, this bouncing back and forth becomes even worse because every link you click on opens in the browser. The real problem is when we jump to a browser full of tabs every time, we get distracted by all the tabs and get sidetracked, or our old habits kick in due to how our brains are now wired, and we start aimlessly browsing. This causes a lot of friction in our flow. This is one of the main reasons why people today are not able to focus or don't feel motivated to get work done. What usually takes 1 hour to complete can take up to 3 hours. What's unique about Floutwork? Floutwork has an excellent task management system and a calendar view right next to it to intelligently show you when you can work on your tasks amidst your busy schedule. However, it goes beyond that and lets you pin your work apps right within Floutwork. Once you know you need to work on a task, you can quickly hop on to your web apps right within Floutwork and get that done, and then repeat. Every time you access a web app within Floutwork, any tabs you open within that app stay within that app, so you only get to see the tabs to get your current task done. This powerful flow cuts down all the distractions and friction points that come between tasks and work getting done. Now that all your work can be consolidated into one unified system, you can access powerful tools in a distraction-free way to: - Monitor your work habits - Gamify your tasks - Experience an immersive focus mode for tasks - Open a command bar without losing your flow to open apps, links, tools, add tasks, ask ChatGPT, etc. - Quickly take work notes in context - Clean out your emails with a few clicks - Access AI tools via ChatGPT meaningfully right within your flow This app is designed for people in roles like PMs, freelancers, managers, admins, and marketers, where being self-organized online is crucial for success. I know the HN community has a lot of developers. While this app can offer some benefits to devs, it won't be a game-changer for your workflow, especially if you're primarily in VS Code or other desktop development tools most of the day. I'd love to invite you all to try out the product and would appreciate hearing your feedback! October 17, 2023 at 06:55PM

Monday, October 16, 2023

Show HN: Quepid now works with vector search https://ift.tt/zH5YNk8

Show HN: Quepid now works with vector search Hi HN! I lead product for Vectara ( https://vectara.com ) and we recently worked with OpenSource connections to both evaluate our new home-grown embedding model (Boomerang) as well as to help users start more quantitatively evaluating these systems on their own data/with their own queries. OSC maintains a fantastic open source tool, Quepid, and we worked with them to integrate Vectara (and to use it to quantitatively evaluate Boomerang). We're hoping this allows more vector/hybrid players to be more transparent about the quality of their systems and any models they use instead of everyone relying on and gaming a benchmark like BIER. More details on OSC's eval can be found at https://ift.tt/GjrhHyY... https://quepid.com/ October 16, 2023 at 11:51PM

Show HN: Textsynth: Evolve synthesizer sounds from text prompts https://ift.tt/A6F5ZoC

Show HN: Textsynth: Evolve synthesizer sounds from text prompts https://ift.tt/cYeqUBT October 17, 2023 at 02:07AM

Show HN: Neuronpedia – AI Safety Game (GeoGuessr for Interpretability) https://ift.tt/U6RnSBT

Show HN: Neuronpedia – AI Safety Game (GeoGuessr for Interpretability) https://ift.tt/HdeIasZ October 17, 2023 at 01:02AM

Show HN: RAGchain: Build advanced RAG workflow https://ift.tt/nDXNYqx

Show HN: RAGchain: Build advanced RAG workflow We made a framework for building advanced RAG workflow. It is like Langchain but only focus on RAG. It has many advanced RAG features like OCR loaders, reranker, multiple retrievers, query decomposition and more. Also, our file loader, embeddings, and vector stores are fully compatible with Langchain. Don’t worry about lack of integrations. https://ift.tt/rToauR6 October 16, 2023 at 08:44PM

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...