Skip to main content

Posts

Showing posts from January 8, 2023

Show HN: Use predictive modeling to win your bracket competition https://ift.tt/nJR7OFe

Show HN: Use predictive modeling to win your bracket competition Hi! I made this as a side project this week to submit a bracket for our friends' NFL playoff bracket competition. It is all html and vanilla JS, runs directly in the browser, and is pretty fun to take for a spin. Obviously it is far from polished - that might have to wait for next year! https://nflbracket.xyz/ January 14, 2023 at 08:46AM

Show HN: Sleuth, open source workspace search in natural language https://ift.tt/91KWlPD

Show HN: Sleuth, open source workspace search in natural language Hey everyone, We know how hard it can be to ramp up and learn the ins and outs of a new company. - “Who should I talk to about customer onboarding?” - “What was that project the onboarding team shipped in June, that had a massive impact on step 3 completion rate?” Instead of asking someone the same question that’s been asked hundreds of times before, it’s more efficient to find answers in existing documents and past conversations. The problem is, this data is spread out across dozens of workplace apps, with search features that all work differently. That’s why we’ve created Sleuth, an open source library that allows you to search through your company’s entire history using natural language. It understands the intent of your question, not just the keywords. Here’s a demo: https://ift.tt/Z8AKBLr You can fork our repo ( https://ift.tt/rBCzyH4 ) and try it right now, or book a 15 min call ( https://ift.tt/4cDgLGX ) with us t

Show HN: Fern, a language for defining REST APIs that compiles into OpenAPI https://ift.tt/hXKIq9U

Show HN: Fern, a language for defining REST APIs that compiles into OpenAPI Hi HN, this is Danny, Deep, and Zach. We built Fern after our previous ed tech startup failed. We were frustrated with how much time we spent writing “API code” instead of working on the actual product. We tried to use OpenAPI but we were underwhelmed - the generated code wasn’t idiomatic and it still required manual work (custom templates, scripts, manually publishing SDKs to registries). The Fern compiler takes your API as input and invokes generators that output things like: SDKs, server code, a Postman collection, and an OpenAPI spec. Some technical highlights about the compiler + generators: - The compiler (available as a CLI) handles syntactic + semantic validation. It also includes a linter that encodes best practices. If your API Definition compiles, you can have high confidence that the SDKs will generate correctly. - After all the parsing and validation, the compiler outputs an intermediate representa

Show HN: Val Town – A Cloud Scripting Site https://ift.tt/ZGSqziw

Show HN: Val Town – A Cloud Scripting Site Hey HN! We're so excited to show you Val Town ( https://val.town )! A "val" is a JavaScript/TypeScript function or value that runs on our servers. We aim to get you from idea to running code in seconds: type code, run it, get its API endpoint, schedule it - all from the browser, in a couple keystrokes. We're a startup of 4 people, mostly in NYC. We've been working on this for 6 months and are eager for feedback from the HN community. Why do we need yet another online coding IDE? While researching devtools[1], I found myself wanting something halfway between Replit and Zapier: a tool that makes hosting, deploying, scheduling, and authenticating easy, but is first-and-foremost a programming tool. We added `console.email` to the runtime to make it incredibly easy to email yourself. We don't have npm imports yet, but we do have a low-friction system that treats every user as a namespace, so you can refer to `@me.foo + 1`

Show HN: Syncthing-map – a utility to map syncthing devices and folders https://ift.tt/0gfJyLR

Show HN: Syncthing-map – a utility to map syncthing devices and folders If you use the excellent Syncthing[1], you may quickly be lost in the various shares between devices. I was. This was the trigger to write a small application that creates a map of your devices, their folders, and how each is shared. It is directly based on the configuration file of each device. The stable version[2] generates a HTML file you can render in a browser to show the map (based on mermaid.js[3]). I just released an experimental feature[4] that starts a web server which will dynamically create the map based on configurations shared by the devices. Binaries are available as well[5]. I would be glad to hear any comments or advice (I am an amateur developper). Thanks! [1] https://syncthing.net/ [2] https://ift.tt/XCmSaMe [3] https://ift.tt/bxdZ9lp [4] https://ift.tt/pRdrkt8... [5] https://ift.tt/PGjDOTL https://ift.tt/fJmwTzN January 11, 2023 at 02:03AM

Show HN: A Harry Potter Trivia Bot, Powered by GPT-3 https://ift.tt/LlfJBXR

Show HN: A Harry Potter Trivia Bot, Powered by GPT-3 Over winter break I resurfaced an old project, a harry potter trivia bot. I rebuilt it using generative models instead of the extractive ones I had used previously. The generative approach was far easier to implement and performed better. Cheers. https://ift.tt/QZpRS7e January 11, 2023 at 01:38AM

Show HN: Herbs Assist – Open-Source AI Assistant for Microservices Developement https://ift.tt/76Za9Ex

Show HN: Herbs Assist – Open-Source AI Assistant for Microservices Developement Hello HN community, we just released Herbs Assist, an open source AI assistant that helps developers create use cases and specs using OpenAI GPT-3 Codex. It simplifies the workflow by generating natural language specs and Herbs specs and use case files based on the information provided. We are looking for feedback and suggestions for improvements. Since it is also open source, contributions are welcome. https://ift.tt/7YnycgW January 10, 2023 at 05:25PM

Show HN: Ecode – A minimalist and fast open-source code editor https://ift.tt/JkilzZH

Show HN: Ecode – A minimalist and fast open-source code editor Hi HN! I've been working on a code editor and I think that it's mature enough to catch some interest. It's using a custom GPU accelerated GUI written in C++. Currently implements some interesting features: LSP, terminal, auto-completion, linters, formatters, custom keybindings, plugins and more. It's a hobby project but still intends to be an alternative to other popular code editors like Sublime, Kate, Lapce, Lite XL (and takes inspiration from them). The project was born as a playground for the GUI I'm developing (eepp GUI) and is advanced enough to currently be my main code editor, but it's a work in progress, and many features are still pending. Some minor hints on how to use it: Folders are used as project (and .gitignore is used to ignore files) The wheel icon on the top-right has all the options you need (Ctrl/Cmd + M to show). Some keybidings to navigate any project (navigation is keyboard dr

Show HN: FixScript, an embedded/standalone language with custom syntax additions https://ift.tt/Yg4wJ8O

Show HN: FixScript, an embedded/standalone language with custom syntax additions Hello, I want to introduce you to a programming language that I've been working on for a few years and is ready to be shared with a broader community. Feel free to ask any question about it, it's hard to describe what it is all about in a single blog post. For examples of a more complex code I recommend looking into to the "src" directory in the SDK. And here are some documentation links: https://ift.tt/3XN8uIq https://ift.tt/ATghYV9 https://ift.tt/CdAuxZV January 10, 2023 at 01:56AM

Show HN: Tortoise TTS as an at-cost open-source pay-per-second API https://ift.tt/KCFUVYH

Show HN: Tortoise TTS as an at-cost open-source pay-per-second API Tortoise TTS is the best TTS available today. We built an open-source, at cost, pay per second API for it. The quality of intonation it generates is unparalleled, and we hope our at-cost API will make it easier for people to build on top! This allows folks to run via a single API call - it costs $0.03/query. The WAV file is downloadable, we apply no restrictions. We're open-sourcing all our work — we made Tortoise run 30% faster, and have more improvements coming. If you're keen to contribute we can help with ideas, pointers, compute and data; just DM us. Our fork with the improvements can be found at https://ift.tt/AZMhxn0 . The deployment code can be found at https://ift.tt/AMVh9dl . There are already great alternatives for using : i) @mdnest_r's awesome Huggingface Spaces, ii) original Google Colab, iii) host it yourself. Our work should accelerate those who need an API, don't want to spend time/$ hos

Show HN: I asked ChatGPT to convert a Chrome ext to a Firefox ext https://ift.tt/KNs72Za

Show HN: I asked ChatGPT to convert a Chrome ext to a Firefox ext I told it to create a virtual machine first: I want you to act as a Linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do no write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in English I will do so by putting text inside curly brackets {like this}. My first command is pwd. Then I told it to create a python script to do the conversion: {Create and write to the filesystem a python script called convert.py that takes a URL as its first argument. The URL is a chrome extension. The script then converts the extension to a Firefox extension and saves the result in a directory called "res". Make sure the script works with an actual URL to a chrome extension on the Chrome Webstore. It requires you to possibly download the exte

Show HN: Have voice-only virtual coffees with fellow HN'ers https://ift.tt/0VZ8iw6

Show HN: Have voice-only virtual coffees with fellow HN'ers I'm running several voice-only virtual coffee events on the Discord server in the URL, only for today. The rules are pretty simple: 1. Wait for the "event" to start (see times at the end) 2. If there are no tables with 1 participant, join any one. 3. If there is a table with 1 participant, join that one. 4. When the event ends, all the voice channels are deleted and you have to wait till the next event starts. I initially wanted to build my own web app but then I realised it would be so much easier to just leverage Discord's infrastructure. I also built a bot in a couple hundred lines of Go code (love the language!) to bulk create/delete voice channels. I intentionally left it super basic to validate if there's a need. I personally would love to have virtual networking events, but then again I know I'm somewhat odd as I come from a sales background. If you're interested/want to take part in mo

Show HN: RegexGo – Regex Generator from Examples https://ift.tt/eY5STL0

Show HN: RegexGo – Regex Generator from Examples You can enter strings to match/not match and the generator will spit out an according regex. It's not 100% accurate, but I feel like this could still be useful in at least getting a starting point when initially trying to make a regex? https://ift.tt/0DhF6HJ January 8, 2023 at 01:22PM