Thursday, November 30, 2023

Show HN: Fanfiction and Smut AI Generator https://ift.tt/hSuLXDi

Show HN: Fanfiction and Smut AI Generator https://altplot.com November 29, 2023 at 11:43PM

Show HN: Dolt Workbench – A modern, browser-based, open source MySQL workbench https://ift.tt/wHJTPRB

Show HN: Dolt Workbench – A modern, browser-based, open source MySQL workbench Why are SQL workbenches stuck in 2002? I work for the company behind Dolt, the first fully versioned SQL database. As a database company, we have often felt the pain of the lack of modern, web-native or browser-based SQL workbench products. We built a cool database UI for our other web products (DoltHub and Hosted Dolt) and we wanted the world to have it. The Dolt Workbench not only works with Dolt, which will unlock version control features, but it also works with any MySQL-compatible database, including MySQL and MariaDB. As far as we can tell, the Dolt Workbench is the only free, open source, browser-based SQL workbench available today. We’re actively developing and would appreciate any feedback! Get started on Docker Hub: https://ift.tt/Lf60O54 Check out the code on GitHub: https://ift.tt/IUWVKxw View announcement blog post for more information: https://ift.tt/QZIYewU https://ift.tt/IUWVKxw November 29, 2023 at 11:37PM

Show HN: Custom GPTs for Developers https://ift.tt/CqSHPuM

Show HN: Custom GPTs for Developers tsDoc Generator Technical TSDoc Generator for TypeScript. https://ift.tt/oRAQwIE PR Assistant I create PR descriptions in Markdown from code, JIRA links, and checklist statuses. https://ift.tt/aGw9kPy https://ift.tt/oRAQwIE November 29, 2023 at 11:06PM

Show HN: Dobb·E – towards home robots with an open-source platform https://ift.tt/ngsreNz

Show HN: Dobb·E – towards home robots with an open-source platform Hi HN! Proud to share our open-source robot platform, Dobb·E, a home robot system that needs just 5 minutes of human teaching to learn new tasks. We've already taken Dobb·E to 10 different homes in New York, taught it 100+ tasks, and we are just getting started! I would love to hear your thoughts about this. Here are some more details, below (or see a Twitter thread with attached media: https://twitter.com/i/status/1729515379892826211 or https://ift.tt/GKIyR04 ): We engineered Dobb·E to maximize efficiency, safety, and user comfort. As a system, it is composed of four parts: a data collection tool, a home dataset, a pretrained vision model, and a policy fine-tuning recipe. We teach our robots with imitation learning, and for data collection, we created the “Stick”, a tool made out of $25 of hardware and an iPhone. Then, using the Stick, we collected a 13 hour dataset in 22 New York homes, called Homes of New York (HoNY). HoNY has 1.5M frames collected over 216 different "environments" which is an order of magnitude larger compared to similar open source datasets. Then we trained a foundational vision model that we can fine-tune fast (15 minutes!) on a new task with only 5 minutes (human time)/ 90 seconds (demo time) of data. So from start to finish, it takes about 20 minutes to teach the robot a new task. Over a month, we visited 10 homes, tried 109 tasks, and got 81% success rate in simple household tasks. We also found a line of challenges, from mirrors to heavy objects, that we must overcome if we are to get a general purpose home robot. We open-sourced our entire system because our primary goal is to get more robotics and AI researchers, engineers, and enthusiasts to go beyond constrained lab environments and start getting into homes! So here is how you can get started: 1. Code and STL files: https://ift.tt/fGCYph4 2. Technical documentation: https://ift.tt/OBw5MPR 3. Paper: https://ift.tt/5YzXafw 4. More videos and the dataset: https://dobb-e.com 5. Robot we used: https://hello-robot.com https://dobb-e.com/ November 29, 2023 at 04:53AM

Wednesday, November 29, 2023

Show HN: Instant AI portraits, generate pics of yourself in a few seconds https://ift.tt/7Zpu0Rl

Show HN: Instant AI portraits, generate pics of yourself in a few seconds https://ift.tt/vaF89PK November 29, 2023 at 04:44AM

Show HN: Historical Movie Map https://ift.tt/wLrsgWl

Show HN: Historical Movie Map Hi HN - I love movies, history, and code, so I decided to combine the three together. Enjoy! https://ift.tt/ChANVkj https://ift.tt/l817dIB November 28, 2023 at 11:41PM

Show HN: Neets.ai – Cheap and Robust TTS Platform https://ift.tt/RJ3aZgT

Show HN: Neets.ai – Cheap and Robust TTS Platform We used to rely on ElevenLabs for their TTS API, however the prices for Eleven and their competitors were enormous. That led us to developing our own TTS platform, Neets.ai, which we will grow and improve with a much lower price than our peers. We're always looking for developers. If you think you have the skills, reach out: https://ift.tt/k1VUq4v https://neets.ai/ November 29, 2023 at 03:30AM

Show HN: Build an open-source computer vision model in seconds using text https://ift.tt/13wEgre

Show HN: Build an open-source computer vision model in seconds using text Hello HN! I want to share something me and a few friends have been working on for a while now — Zeroshot, a web tool that builds image classifiers using text-image models and autolabeling. What does this mean in practice? You can put together an image classifier in about 30 seconds that’s faster and more accurate than CLIP, but that you can deploy yourself however you’d like. It’s open source, commercially licensed, and doesn’t require you to pay anyone per API call. Here's a 2 minute video that shows it off: https://www.youtube.com/watch?v=S4R1gtmM-Lo How/why does it work? We believe that with the rise of foundation vision models, computer vision will fundamentally change. These powerful models will let any devs “compile” a model ahead of time with a subset of the foundation model’s characteristics, using only text and a web-tool. The days of teams of MLEs building complex models and pipelines are ending. Zeroshot works by using two powerful pre-trained models, CLIP and DINOv2 together. The web-app allows users to quickly create our training sets via text search. Using pre-cached DINOv2 features, we generate a simple linear model that can be trained and deployed without any fine-tuning. Since you can see what’s going into your training set, you can tune your prompts to get the type of performance or detail you want. CLIP Small -- Size: 335 MB, Latency: 35ms CLIP Large -- Size: 891 MB, Latency: 276ms Zeroshot -- Size: 85 MB, Latency: 20ms What’s next? We wanna see how people use or would use the tool before deciding what to do next. On the list: clients for iOS and NodeJS, speeding up GPU inference times via TensorRT, offering larger Zeroshot models for better accuracy, easier results refining, support for bringing your own data lake, model refinement using GPT-V, we’ve got plenty of ideas. https://ift.tt/aOGQt30 November 29, 2023 at 01:48AM

Tuesday, November 28, 2023

Show HN: Star Time Lapse Videos with a Raspberry Pi Camera and AllSky https://ift.tt/Wd6U2Cr

Show HN: Star Time Lapse Videos with a Raspberry Pi Camera and AllSky https://ift.tt/1j8pq74 November 28, 2023 at 04:31AM

Show HN: DepAuth – Simulate lost/hacked accounts/devices/apps as a nice graph https://ift.tt/iI5ycOU

Show HN: DepAuth – Simulate lost/hacked accounts/devices/apps as a nice graph https://depauth.com November 27, 2023 at 06:38PM

Monday, November 27, 2023

Show HN: I built a guided Build your own DNS Server challenge https://ift.tt/XaPrgEv

Show HN: I built a guided Build your own DNS Server challenge Hey everyone. It's Sherub here, author of the Build your own DNS Server challenge on CodeCrafters. Currently it’s available in Rust, Go, and Python and is free while in beta. https://ift.tt/o5xBGyQ I've kept the challenge accessible but still challenging for an intermediate developer. This challenge, like others from CodeCrafters, is self-paced. You can use any tools you prefer (terminal, editor, etc.) to build the project. At the end of the challenge, you will have created a DNS forwarding server. The server can create and read DNS packets and respond to DNS queries. As you go, you'll learn about the DNS protocol, its format, servers, and A records. All while getting to hone your language skills. Some of the challenges and choices I had to make: * To make the stages easier, I had to break them up, such that each step builds on the previous one. This was especially challenging for the 2nd stage, where we write a DNS packet's header contents. Even though I’d have liked it to be easier, breaking it up further would have been weird. * Instead of implementing a recursive resolver, I've restricted to a forwarding server. We made this decision so that most developers can still use it. To add more complexity, we can use a challenge extension (noted below). * Deciding how much instruction and context the stages should provide. I’ve decided to keep them as thorough as possible for most of the stages. Developers can choose to have thorough details or just skim through them. I would love your feedback and questions on the challenge. You can try it out for free here: https://ift.tt/o5xBGyQ (no CC required). I also have challenge extensions planned. You can find them at https://ift.tt/OkvXg9x... . I'm also keen to hear what you think about the extension ideas. https://ift.tt/FwhiSXW November 27, 2023 at 12:06PM

Show HN: Upcoming – Explore what's coming next https://ift.tt/1jMDdaF

Show HN: Upcoming – Explore what's coming next Get a weekly preview of upcoming movies, TV shows, books, music, games, and events. Add them to your calendar and don't miss out on what's coming this week! https://www.upcm.app/ November 27, 2023 at 08:39AM

Show HN: Dreamachines.ai https://ift.tt/6hbDumg

Show HN: Dreamachines.ai AI image generation, management, and sharing platform. Built on top of a cloud OS. Provides a range of mechanisms for sharing. Free, no commercial tier. https://ift.tt/F91XM7Z November 27, 2023 at 12:00AM

Show HN: ThemeNix: Theme your NixOS configuration consistently https://ift.tt/juhbyeC

Show HN: ThemeNix: Theme your NixOS configuration consistently https://ift.tt/PS8h6ud November 26, 2023 at 11:21PM

Sunday, November 26, 2023

Show HN: An open-source notification infrastructure https://ift.tt/hX1jSW9

Show HN: An open-source notification infrastructure https://ift.tt/DcMufBm November 26, 2023 at 11:28AM

Show HN: pytunes – Free and open-source music streaming service https://ift.tt/uIxlr42

Show HN: pytunes – Free and open-source music streaming service https://ift.tt/d1EbH8f November 26, 2023 at 04:20AM

Show HN: Building an Investment Management Powerhouse https://ift.tt/DYkMGwv

Show HN: Building an Investment Management Powerhouse The idea for Stockle came from simply having no usable tools to track, manage and explore investments. It felt like every single one existing platforms lacked even the most basic functionalities. In addition the UIs were not focusing on user experience. The lack of detail in the existing platforms led us to try out a different approach to investment management. Focus points for Stockle have been Modern UI, Detailed coverage on investments and flexible portfolio creation. For future we are focusing on even more personalised features. Feel free to put Stockle-beta to test whether you are an investor or not! Many features still under development but core features are there! Maybe it can even spark up your inner Warren Buffet. Feedback is also appreciated! https://stockle.app/ November 25, 2023 at 10:36PM

Saturday, November 25, 2023

Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game https://ift.tt/5UMIKAp

Show HN: Perfect Pitch Puzzle – a musical Wordle daily ear training game https://ift.tt/EyNVKwp November 25, 2023 at 02:24AM

Show HN: I Wrote a Book on PostgreSQL for Rails https://ift.tt/VOgtqLy

Show HN: I Wrote a Book on PostgreSQL for Rails Hi HN. As a backend developer using PostgreSQL and Ruby on Rails for more than 10 years, around 3 years ago, I caught a spark to learn as much as I could about how to operate high performance, scalable, and reliable PostgreSQL databases. As I reflected on my own career path, I realized there are other developers that may want to learn more about this. I saw an opportunity to help show backend developers how they could put advanced, powerful, PostgreSQL features to use, to help build and scale their Rails apps. I've been fortunate to give presentations in both the PostgreSQL and Rails communities over the last couple of years. In that time I've continued to work with these technologies every day. With that said, I'd love for you to check out my new book: "High Performance PostgreSQL for Rails". Currently in ebook/PDF Beta form. While it's only an ebook for now, there's an expected physical version coming in early 2024. Today you can pick up the PDF/ebook version for 40% off using code: turkeysale2023 There are free PDF excerpts you can check out, to see if this book is for you, or something you'd recommend to others. The book is currently on the weekly Best Seller list at Pragmatic Programmers, where it's appeared several times in the last couple of months. The book focuses exclusively on open source software like PostgreSQL and Ruby on Rails, adding more than 40 Ruby gems and PostgreSQL extensions into the stack of tools. The Rails application used throughout the book is available on GitHub. Whether you work with Rails or another similar MVC full-stack framework or ORM like Laravel, Django, or Prisma, I hope there’s something useful in the book for you or your colleagues. I love writing, learning, and sharing, and advocating for PostgreSQL and Ruby on Rails! Thanks for your support! https://ift.tt/VrJTYcM November 25, 2023 at 01:29AM

Show HN: Manage mail inbox directly in OpenAI ChatGPT https://ift.tt/m1sEGZJ

Show HN: Manage mail inbox directly in OpenAI ChatGPT https://ift.tt/rXvLilV November 24, 2023 at 09:16PM

Friday, November 24, 2023

Show HN: Go bindings to SQLite using wazero https://ift.tt/vKYPUbM

Show HN: Go bindings to SQLite using wazero https://ift.tt/cY4LGbv November 24, 2023 at 05:36AM

Show HN: Play Vectoroids in the browser – a clone of the classic game Asteroids https://ift.tt/Gg8deOE

Show HN: Play Vectoroids in the browser – a clone of the classic game Asteroids src: https://ift.tt/mrH7Lyl https://ift.tt/E376ydm November 23, 2023 at 08:45PM

Show HN: UI Library Creator https://ift.tt/EgJDhCB

Show HN: UI Library Creator Hey HN! The "Generative" trend is booming, and UI Library Creator is our original approach to it. In the last three years, we have added 60+ professional UI libraries to Shuffle's catalog (Shuffle = visual editor for web developers). Still, we know we need more than this to satisfy our growing user base! That's why we created the UI Library Creator. In this tool, you can combine elements and styles to create unique UI libraries that work seamlessly with the Shuffle Editor and all its capabilities (drag-and-drop, customizations, live preview, and more). We provide you with UX solutions (components) written in Tailwind CSS and presets so you can quickly combine them to create what you need. You don't need to talk to a "black box" AI with a chat interface. Possible combinations are in gazillions. We aim for original creations, but you have complete control over the final effect. How to use the UI Library Creator: * Visit: https://ift.tt/7OKulPi * We recommend starting by selecting Assets and Copywriting for your target audience. * When these two options are locked, use the "Shuffle Styles" button to bootstrap your project with the first style. * If you like something, lock the category and then repeat shuffling. You can also change options manually, but with "Shuffle Styles," you can quickly see many creations. If you enjoy the final result, click "Publish now" and send your UI Library to Shuffle. Once processed, it will be available for use in your Dashboard. Let us know what you think! Video (2min) with product tour: https://www.youtube.com/watch?v=8ZFlWEDr7XM https://ift.tt/7OKulPi November 22, 2023 at 07:21PM

Thursday, November 23, 2023

Show HN: Cyberkitty – an experimental hybrid-GPT+Human long-form fiction editor https://ift.tt/Whut0O9

Show HN: Cyberkitty – an experimental hybrid-GPT+Human long-form fiction editor NOTE: If you're one of the first people to see this, you can also access a running installation at https://cyberkitty.ai It'll run until I hit my GPT-4 budget limit, then stop working. Be warned that it's in single user, so nothing is private! ---- Last week I came down with a fever and decided to run some experiments on whether the new GPT could generate long-form fiction. Around the same time, I saw a HN comment about how technology gains have lead SWEs to work at higher levels of abstraction—and I thought “huh, why not writers?” Anyway so I was locked indoors for a week and a half and I spent it coding an answer that question. Most of the magic sauce here is just in making it feel really snappy and good to edit—making it easy for the human to collaborate with the objectively faster LLM. The underlying prompt engineering is cool, but it’s the feeling that you can do more than just shoot a prompt at ChatGPT and hope for a good result, or start writing and hope for a good autocomplete. Definitely gave me some ideas for future LLM experiences I want to try out, let me know what you think! https://ift.tt/nYLM1oV November 23, 2023 at 03:41AM

Show HN: GJP-4-GPT, a Gradual JSON Parser for GPT's https://ift.tt/fliAUJ8

Show HN: GJP-4-GPT, a Gradual JSON Parser for GPT's Often it's easiest to have an LLM output the results you need in JSON form, but streaming those outputs into an actual viewport is nontrivial. Thus I made this package, a streaming JSON parser that handles all the work of decoding your JSON so you can focus on displaying your UIs. https://ift.tt/0sPGhCz November 23, 2023 at 02:23AM

Show HN: Plantarium – Create 3D Plant Models with Blender-Style Nodes https://ift.tt/A7n0pY2

Show HN: Plantarium – Create 3D Plant Models with Blender-Style Nodes Plantarium is my open source side project that allows you to created procedural 3D plants in your browser using blender style nodes. Recently I added a public gallery so you can share your plant designs and download others. https://ift.tt/nkVpKIh https://ift.tt/G0VzmJ4 November 22, 2023 at 05:32PM

Show HN: Windmill – fastest open-source workflow engine – the how https://ift.tt/46OkPCT

Show HN: Windmill – fastest open-source workflow engine – the how https://ift.tt/DIbcea8 November 23, 2023 at 12:03AM

Wednesday, November 22, 2023

Show HN: Gaming Gaiden: A lightweight gaming time tracker in PowerShell https://ift.tt/xmhyYTu

Show HN: Gaming Gaiden: A lightweight gaming time tracker in PowerShell Hi Everyone, I made a Powershell application to track time spent playing pc / emulated games. It provides many other interesting statistics as well over long term that can add value to someone's gaming hobby imo. I used to use a closed source program called Gameplay Time Tracker for time tracking focused on gaming, but overtime it started failing and throwing exceptions everywhere. I tried reaching to its Developer to ask if they can open source it and i can fix the problems. I couldn't raise them. It had been truly abandoned. After a while i just decided to build a replacement. Few choices that may seem strange, using Powershell for a GUI application, building the GUI with HTML, CSS and JS instead of native windows forms. All of these were made because i am not a windows app dev / GUI dev. I am infra engineer and have strong scripting skills. Instead of getting bogged down in learning a whole programming language like C# and .Net., decided to go with Powershell. DataTables and ChartJs made it trivial to create the UI. Pragmatic choices over conventional wisdom basically. It turned out well in my opinion. Got some attention on reddit and in a youtube channel. Thought it would be good to share here as well. https://ift.tt/c5IFdMW November 21, 2023 at 11:10PM

Temporary Parking Changes Will Support Valencia Street Businesses

Temporary Parking Changes Will Support Valencia Street Businesses
By Melissa Culross

 Parked bicycles on a sidewalk near cars and a delivery truck in a street.

Cars, bicycles and delivery vehicles all share space along Valencia Street. Photo credit: Shayda Haghgoo, SFMTA. 

Valencia Street is home to one of the city's most eclectic and culturally diverse sets of restaurants, shops, nightlife and essential services. The heavily traveled corridor attracts residents and visitors of all ages and interests who get there by walking, biking, rolling and driving.  

As part of our work to make Valencia Street safe and inviting for everyone, we’re making some temporary changes to our loading zones beginning this week to create more general parking on the corridor during the holiday season. These changes will help customers who drive patronize Valencia businesses while keeping the street safe for people on foot, bicycles and scooters. Small businesses are an important part of all that makes San Francisco the incredibly special city that it is, and we all benefit when they succeed. 

In the years since the COVID-19 pandemic hit, the Shared Spaces Program’s parklets and weekend block closures along Valencia have offered a lifeline for businesses and created space for neighbors to come together in joy and community. At the same time, the parklets removed commercial and passenger loading space and parking spaces, and there has been an increase in pick-up and delivery business. The result has been increased competition for limited curb space.  

In response to the concerns of struggling local businesses, we are temporarily adjusting the type and duration of many of the loading zones on Valencia Street between 15th and 23rd streets and on several side streets (18th, 19th, 20th, 22nd) to create more general parking availability in the neighborhood. These temporary changes will be in effect while the project team evaluates permanent curb changes that would be made in early 2024. 

Short-Term Adjustments to Support Small Businesses 

  • We are temporarily turning just over a third (34%) of the loading zones that we recently installed into general parking after 12 noon. 

  • We are also temporarily turning the vast majority (82%) of the new loading zones into general parking after 6 p.m. Previously they ended at 10 p.m. 

  • We are temporarily converting about a third (34%) of the 6-wheel loading spaces into regular commercial loading spaces.  

In addition to on-street parking, the SFMTA operates two garages in the neighborhood: the Mission-Bartlet garage at 3255 21st Street and 16th and Hoff garage at 42 Hoff Street. Parking rates at the Mission Bartlett garage range from $2.00 an hour to $5.00 an hour, depending on the time of day, and the rate at the 16th and Hoff garage is $4.00 an hour (see lists below). Drivers who park in either garage are likely to spend less time looking for a space than those who choose to park on the street, and up-to-date space availability information for the Mission Bartlett garage can be found at our Demand-Responsive Parking Pricing page (SFMTA.com/ParkingRates).  

Mission Bartlett Garage: Open Sunday to Thursday from 7 a.m. to 10 p.m., and Friday to Saturday from 7 a.m. to 12 a.m. Parking rates by time are in the list below: 

  • 12 a.m. to 9 a.m.: $2 per hour. 

  • 9 a.m. to 12 p.m.: $3 per hour. 

  • 12 p.m. to 3 p.m.: $5 per hour. 

  • 3 p.m. to 6 p.m.: $3 per hour. 

  • 6 p.m. to 12 a.m.: $5 per hour. 

16th & Hoff Garage: Open daily from 8 a.m. to 9:30 p.m. Parking is $4 per hour all day. 

Meanwhile, we offer neighborhood businesses the opportunity to purchase parking validation stickers at half price. This allows businesses to offer their customers and employees discounted parking at Mission-Bartlet and Hoff Street garages at a very low cost. Interested merchants can reach out to David Dunham at David.Dunham@sfmta.com or 415.701.4604. 

The Mid-Valencia Bikeway Pilot Project 

We began efforts to improve bikeways along Valencia in 2018 to make the street work better for everyone, and the Mid-Valencia Bikeway pilot project began on August 1, 2023. The pilot includes the following changes: 

  • Center-running bikeway to provide a dedicated and clear path for people on bikes. 

  • Turning restrictions to eliminate or reduce the likelihood of collisions involving turning vehicles. 

  • The restriction of parking near intersections, known as “daylighting,” to help drivers to see people about to cross the street. 

  • Curb management changes to provide more space for loading vehicles and prevent drivers from double parking. 

We are closely evaluating the pilot’s design and will consider adjustments to improve safety and effectiveness. Public input and experiences are instrumental in this process.  

Valencia serves as a major bike route, but most of the corridor is on the city's Vision Zero High Injury Network, the 12% of streets that account for 68% of the city's fatal and severe traffic collisions. While there is no perfect solution, we are committed to improving safety for bicyclists and pedestrians while preserving the economic vitality of Valencia Street.  

As we move forward, SFMTA staff plan to return to the agency’s Board of Directors in early 2024 with an update on how the pilot project is performing. Safety remains our top priority, and our evaluation will encompass a comprehensive range of factors. These include measuring bikeway blockages, vehicle turn restriction compliance, close calls, vehicle speeds and bicycle and vehicle behavior at new intersections with bike signals. Beyond these metrics, we will assess the effectiveness of the new curb management plan, traffic and user volumes, emergency vehicle access, and the interaction of cyclists with the center-running protected bikeway. This evaluation will help us understand how the pilot design is working and whether we need to revise it for enhanced safety and efficiency. 

Two studies are also underway to help inform a future design for Valencia. The first is focused on traffic and circulation to assess the impacts of various design concepts. The second is a public realm/public space study to consider how we can ensure that the corridor is a great place to visit and spend time outside.  

Questions or comments? You can send feedback about the Mid-Valencia Bikeway pilot and the corridor, in general, to Valencia@SFMTA.com, and updates are available at our Valencia Bikeway Improvements project page (SFMTA.com/Valencia). 



Published November 21, 2023 at 11:40PM
https://ift.tt/oA2Hukv

Tuesday, November 21, 2023

Show HN: I made a conversational language learning chat UI with gpt4-1106 https://ift.tt/MuYJAmC

Show HN: I made a conversational language learning chat UI with gpt4-1106 Hi, I built JoJo, a personal conversational language learning chat interface. video demo here: https://ift.tt/LtB426e You can chat casually in both your native and foreign language, translate from your native to foreign language, and get grammar explanations. There is explanation mode when having a conversation which corrects and explains what you type. This can be turned off so you can just chat back and forth in your foreign language. I have a 1395 day streak with duolingo Italian so I wanted to build something to help with conversational practice. There are 15 languages supported to choose from. Any feedback or suggestions is greatly appreciated. Thank you - Kyle https://www.jojo.so/ November 20, 2023 at 08:27PM

Show HN: Signed URLs Gateway – The Missing Infra Piece for Building Modern Apps https://ift.tt/8KsFzbM

Show HN: Signed URLs Gateway – The Missing Infra Piece for Building Modern Apps https://ift.tt/PnyNSe3 November 20, 2023 at 09:39PM

Monday, November 20, 2023

Show HN: Serverless VPN App for Android. Unlimited Devices. Unlimited Data https://ift.tt/l2pK6I7

Show HN: Serverless VPN App for Android. Unlimited Devices. Unlimited Data Hello HN, Serverless VPN app for Android is fully open source including desktop apps: https://ift.tt/sWTNkFC Get it on Play Store: https://ift.tt/F1aIngZ... Feedback about product, pricing, website is most welcome! Thank you, Himanshu https://ift.tt/4Tf1kbG November 20, 2023 at 12:52AM

Show HN: cmaps.io – Transform Thoughts into Visual Masterpieces https://ift.tt/4HWhvzc

Show HN: cmaps.io – Transform Thoughts into Visual Masterpieces Hey! Just launched my new project! It's a tool to rethink the way we study and take notes. Human thinking is inherently associative, not linear. Check it out at https://cmaps.io I would love to get some feedback! Thanks! https://www.cmaps.io/ November 20, 2023 at 02:25AM

Show HN: torbb – Now with Tor, run BrowserBox as a hidden service instantly https://ift.tt/gwrnN92

Show HN: torbb – Now with Tor, run BrowserBox as a hidden service instantly https://ift.tt/dihDj9o November 20, 2023 at 12:52AM

Show HN: "Awesome" Engineering Games (List) https://ift.tt/TRbEjFh

Show HN: "Awesome" Engineering Games (List) I've spent way too much time both playing and finding engineering-focused games, and haven't been able to find very detailed or comprehensive lists online. So I made one :) These games are both fun and often quite educational, presenting gamified versions of real-world challenges and professions. There's a lot of different sub-genres of "engineering game", such as: * Factory automation (Factorio, Dyson Sphere Program) * City builders (Cities: Skylines, Anno series) * Route-builders (Mini Motorways, Railway Empire) * Comp sci (TIS-100, Bitburner) All games on the list are very highly reviewed. I've played most (but not all) of them, and provided personal recommendations alongside the reviews. Many of them are also playable on GeForce Now (if you don't have a gaming PC). Please contribute if you know of more, or have any comments/suggestions! https://ift.tt/R8vCLHB November 20, 2023 at 12:52AM

Sunday, November 19, 2023

Show HN: YouTube banned adblockers so I built an extension to skip their ads https://ift.tt/m9dl2HB

Show HN: YouTube banned adblockers so I built an extension to skip their ads Hi HN! Since Youtube no longer allows AdBlockers, I built my own extension to get around their video ads. If there is an ad it temporarily manipulates the video; Mutes the volume, sets speed to 10x, and skips it if there is a button. Chrome Webstore link: https://ift.tt/maB7HrD Code: https://ift.tt/pwAHUOc November 19, 2023 at 06:24AM

Saturday, November 18, 2023

Show HN: Bemi – data versioning and time travel for PostgreSQL https://ift.tt/dDeOk1r

Show HN: Bemi – data versioning and time travel for PostgreSQL Hi HN, we’re Evgeny, Arjun, and Donna - the builders of Bemi ( https://bemi.io ). Bemi is an enhancement of your existing transactional database to unlock time travel querying. We enable engineers to track all PostgreSQL state changes. We used to all work together at a startup five years ago, and now have got the gang back together to work on Bemi! Many open-source libraries already track data changes, but they’re not reliable since they don’t track changes made outside ORMs with direct SQL queries. Additionally, they come with runtime performance overhead since they’re making database inserts in callbacks. We’ve also consistently seen hacks that engineers write on top of the libraries to store additional context or make it easier for them to query. There are databases already available for event sourcing, but we take a fundamentally different approach. We don’t want engineers to have to rearchitect their existing code, switch to highly specialized databases, or use unnecessary git-like abstractions. We want your system to work the way it already does with your existing database to allow keeping things as simple as possible. Bemi uses change data capture (CDC) by connecting to a built-in replication log of a database, ingesting all changes on the database level, and storing them in a structured format in a destination database. The database connection details can be securely configured through our dashboard UI in a few seconds. People also try adding database triggers to track low-level data change. The main difference is that Bemi integrates not just on the database level, but also on the application level with packages in the most popular frameworks (being released soon) and a Bemi worker automatically stitches application metadata with the lower-level change data to get the “where” (API endpoint, worker, and so on) and “who” (user, cron job, and so on) behind a change. This allows being able to revert all data changes made within an API request, for example. For the sake of transparency, we intend to make money by implementing usage-based pricing and a multi-cloud hosted option. Bemi’s free for early adopters. We are still early though and would love your feedback. What do you think HN? https://bemi.io/ November 17, 2023 at 09:42PM

Show HN: nbi.ai – Generative Business Intelligence https://ift.tt/154YtVG

Show HN: nbi.ai – Generative Business Intelligence https://ift.tt/YqZotCj November 18, 2023 at 02:48AM

Show HN: Turn your kid's drawing into a hardcover storybook (using GPT vision) https://ift.tt/CfsHaNF

Show HN: Turn your kid's drawing into a hardcover storybook (using GPT vision) Here's a video demo if you're just curious to see it in action: https://ift.tt/1S0MLJt Feedback welcome. https://ift.tt/9jkrtJK November 18, 2023 at 01:36AM

Show HN: Challenge Your AI Agents/custom GPTs – Can They Survive My Tester? https://ift.tt/ASsI0T6

Show HN: Challenge Your AI Agents/custom GPTs – Can They Survive My Tester? I've pivoted to create AI Agent Tester, a SaaS platform dedicated to testing and validating AI agents from OpenAI, Character.ai, and FlowGPT.com. The platform offers: - Hassle-Free Setup: Get your first simulation up and running in just 5 minutes. - Realistic Simulations: Rigorous user interaction tests to prep your AI agent for real-world scenarios. - Intelligent Scoring: Each response is meticulously evaluated, scoring from 0 to 100(GPT-4 smart enough to evaluate it for you). - Broad Platform Support: Initially rolling out with OpenAI, Character.ai, and FlowGPT.com compatibility. The link: https://ift.tt/DqIMt6J Eager to hear your thoughts and discuss improvements! https://ift.tt/DqIMt6J November 17, 2023 at 07:46PM

Friday, November 17, 2023

Show HN: I made a really silly personal landing page https://ift.tt/pHReUcV

Show HN: I made a really silly personal landing page Also, yes I am looking for a new role. And yes, I should have been spending my time looking for suitable roles instead of building this. https://ift.tt/qg2Se0V November 17, 2023 at 02:36AM

Show HN: Tiny LLMs – Browser-based private AI models for a wide array of tasks https://ift.tt/CGVa2xI

Show HN: Tiny LLMs – Browser-based private AI models for a wide array of tasks https://ift.tt/WPdKBE1 November 17, 2023 at 02:13AM

Show HN: Version code, models, & datasets together in GitHub https://ift.tt/3Wcp48H

Show HN: Version code, models, & datasets together in GitHub Hi HN! We just launched a GitHub integration that scales your Git repos to handle 100 terabytes of files in a single repo. XetData enables data scientists and machine learning engineers to version code, models, and datasets together. Most teams have glued together clunky workflows using S3, DVC, Git, Git LFS, and other tools and make true reproducibility difficult: https://ift.tt/NmsfrUx We instead embrace and extend Git so end-users don’t need to learn a new tool and a new set of commands. Our implementation is similar to Git LFS, where we take over the .gitattributes file, push pointers to large files in GitHub, and push the raw, large files to us. We have a few distinct features that we’re proud of that improve the user experience: - Our XetData bot comments on your pull requests to provide links to useful dataset views and model diffs. We’re working on rendering these inside GitHub itself using browser extensions. - Git LFS and similar tools only implement file-level deduplication. We created a new technique called block-based deduplication (published in CIDR’23 conference) specifically for data and ML workflows. The ML lifecycle consists of making lots of iterative changes and our technique helps save storage and time spent downloading and uploading changes. - You can mount large repos to your local machine using git-xet mount for exploratory work. Individual files that are needed are streamed in just in time behind the scenes. We open sourced our implementation of mount and it was well received here on HN: https://ift.tt/35OCZFz - To give more users access to your data, just add them to your GitHub repo. This is a beta product and we would love all of your feedback. You can find all instructions to try this out here: https://ift.tt/JpMm7Pd While we’re in beta, our product is completely free to use. We have a Slack you can join or a GitHub issue tracker. - Slack: https://ift.tt/Cz7Klpa - GitHub: https://ift.tt/fGwzdup November 16, 2023 at 11:56PM

Thursday, November 16, 2023

Show HN: AI Receptionist, Speaks 64 Languages https://ift.tt/1Mjpv8P

Show HN: AI Receptionist, Speaks 64 Languages If you are looking for a receptionist for your startup, consider using Lomni. Lomni is an AI receptionist that can: * Read your website to answer questions * Upsell your product or service according to your instructions * Send texts and emails to you or the caller, for example: * Send links and confirmation texts to callers * Forward customer feedback to support@startup.com * Connect to any API or webhook, in order to: * Generate leads * Book appointments * Process payments * Integrate with any application * Read from and write to your database * Do all of the above in any language, all day, everyday. * Do all of the above over SMS messaging or a chatbot that you could embed into your website. * Coming very soon: Do all of the above over WhatsApp, Facebook Messenger, and Google’s Business Messages. * Coming very soon: generate actionable insights from conversational data using state-of-the-art machine learning. Pricing: Lomni can do all of the above starting at $89/month, approximately 9 cents per minute of calling. This is 1/10th to 1/20th of the standard pricing of calling centres. Custom Demo: Set up in 30 minutes using our user-friendly dashboard and start testing. Alternatively, email hello@lomni.ai for a free custom demo. https://lomni.ai/ November 16, 2023 at 01:59AM

Show HN: Multi-Object Tracking in Python https://ift.tt/WD28MdH

Show HN: Multi-Object Tracking in Python Hello! I've created a small library for tracking, along with a tutorial. I plan to continue developing it. Tracking is an important topic, closely related to object detection. However, I've noticed that it doesn't receive as much attention compared to machine learning approaches. Or, the focus is on filters like the Kalman filter. This tutorial begins with single object tracking and progressively complicates the tasks, introducing various models and a hypothesis tree to solve them. https://ift.tt/Or3tg5M November 16, 2023 at 12:06AM

Show HN: Movis – A Video Editing Library in Python https://ift.tt/uwLoNtr

Show HN: Movis – A Video Editing Library in Python Originally, this library was created due to my motivation to make videos in Python. Of course, I considered other Python libraries, but I decided to create a new library for video editing because I needed the following features and also for study purposes: - The existence of composition. Especially, the ability to perform advanced video editing by inserting compositions within compositions. - The ability to add animations based on keyframes. - Effects like chroma key and drop shadow. - A caching mechanism to render the same frame quickly. - Various blending modes. These features, despite being standard in proprietary video editing software, were not present in previous Python libraries. Currently, I am using this library to automatically generate videos from raw materials. I would be grateful for any comments, thoughts, or requests. https://ift.tt/ZC4RGqH November 15, 2023 at 10:50PM

Show HN: Add auth to Next.js and deploy in 60 seconds – no manual config https://ift.tt/UA4NKrC

Show HN: Add auth to Next.js and deploy in 60 seconds – no manual config https://ift.tt/vkVi69S November 15, 2023 at 10:48PM

Wednesday, November 15, 2023

Show HN: Soccer video analysis from your match videos https://ift.tt/qWjPGvr

Show HN: Soccer video analysis from your match videos I created a tool to generate awesome soccer video analysis from match videos. I'm no pro player, just play with my friends weekly, record our matches, and use this tool to check out our performance. My friends really enjoy it and have suggested adding features like measuring player speed, tracking players positions, and more. https://futvis.com/ November 15, 2023 at 02:12AM

Show HN: Interactive Demo of a Tag-Based Bookmark Manager https://ift.tt/S1KXqWn

Show HN: Interactive Demo of a Tag-Based Bookmark Manager https://ift.tt/TprvLzG November 14, 2023 at 10:08PM

Show HN: GPT-4-Vision UX audit for your landing page (relaunch) https://ift.tt/wga4F76

Show HN: GPT-4-Vision UX audit for your landing page (relaunch) Last week, I got seriously fascinated by the new GPT-4 Vision API introduced on OpenAI DevDay, so I decided to build a UX Audit tool with this API. It's pretty simple to use - just go to https://flawless.is and enter your homepage or landing page URL. I'm using the urlbox API to get a screenshot of your page, then I utilize GPT-4V to analyze the screenshot, find potential usability and conversion issues, suggest fixes, and highlight the relevant areas in the screenshot (although the position is sometimes inaccurate). Last week, I launched it on Hacker News ( https://ift.tt/YoQdkC9 ), but I wasn't ready for the 20,000 visitors that came next... Unfortunately, GPT-4V has a rate limit of 100 events daily, so almost no one could use the service - EPIC FAIL. To manage demand, I now priced the service at $1.99 (still less than a cup of coffee), which should keep the demand at bay, and also cover the costs of GPT-4V, the screenshot API, and hosting. As a proof of concept, there are some demo audits on the homepage you can click and check out. Please let me know your thoughts and suggestions on how to improve it! https://flawless.is/ November 14, 2023 at 11:28PM

Tuesday, November 14, 2023

Show HN: Llm.f90 fast, hackable transformer implementation in Fortran https://ift.tt/HorRIAQ

Show HN: Llm.f90 fast, hackable transformer implementation in Fortran I submitted an earlier version of this a few months ago (as llama2.f90). At that time it had a lot of steps to run and was just a toy, now it's easy to run and is a competitive option for llm inference. See the motivation section for discussion and the `Performance` issue for an ongoing discussion about performance. https://ift.tt/Pt0R684 November 14, 2023 at 01:17AM

Show HN: Twogether AI – Multi-Person Photo Generation API https://ift.tt/iV1UJDj

Show HN: Twogether AI – Multi-Person Photo Generation API Hey everyone, at Magicflow (YC W23) we're helping our customers run AI image generation in production, enabling them to produce high-quality photos at scale. We are launching a scalable API today that makes it possible to create multi-person portrait photos: which means the ability to create real-looking photos of any two persons interacting with each other in some way only by providing a prompt and the person's pose. Generating this kind of photo requires a deep understanding of the AI ecosystem, a knowledge gap many companies face. In order to make the photos look real with high consistency and for a low cost, chaining of many models is required, and an excellent understanding of how to tweak with the various params of each one. We also handle the infrastructure required to generate the photos, which can be a challenge when dealt with alone, especially for companies with a small backend team (we can scale to thousands of requests per day and generate 100 photos in about 3 minutes). Our customers today use this technology for the following use cases: creating new photo albums from old-scanned albums, providing personalized content for user acquisition campaigns, enabling new kinds of experiences in physical venues, and creating humorous photos with celebrities. There is a significant tradeoff between creating a robust abstraction layer on top of Stable Diffusion capabilities and providing customers with more control over various options. The API currently allows you to manipulate the following parameters: the pose of the couple (hugging, taking a selfie, etc.), their facial expressions, the style of the photo (realistic, cartoon, painting, etc.), as well as the location, theme, and outfits (e.g., ski vacation, on the beach) We created a free demo app for you to view examples and try live: https://ift.tt/E04vfa1 (no user or payment needed). For full API access, contact me at yardenst@magicflow.ai. We can typically set you up within a day, but an onboarding session is required to ensure responsible API usage. https://ift.tt/JRLUlIP November 13, 2023 at 08:37PM

Show HN: Bitemporal, Binary JSON Database System and Event Store https://ift.tt/wrsHh2Y

Show HN: Bitemporal, Binary JSON Database System and Event Store I had already posted the project a couple of years ago, and it gained some interest, but a lot of stuff has been done since then, especially regarding performance, a completely new JSON store, a REST API, various internals refactored, an improved JSONiq based query engine allowing updates, implementing set-oriented join optimizations, a now already dated web UI, a new Kotlin based CLI, a Python and TypeScript client to ease the use of Sirix... First prototypes from a precursor stem already from 2005. So, what is it all about? The system uses ideas from ZFS (a keyed index trie, storing checksums in parent pages...) and Git (a persistent index structure that shares unchanged pages between revisions) but appends new tree roots on each commit [1][2]. It is a JSON DBS. The system stores fine granular JSON nodes. Thus, there's almost no limit to the structure and size of an object. Objects can be arbitrarily nested, and updates are cheap. On a high level, it supports space-efficient snapshots, tracking changes by an author / optional commit messages, time travel queries, reverting to previous revisions (while all revisions in-between still exist for audits...), or retrieving the changes of whole (sub)trees. On the one hand, it's, thus, a bitemporal DBS, but on the other hand, it can be used as a simple event store. It stores the state after an event or a change occurs and tracks the changes. Thus, an entity, a node in the JSON structure, can be updated to new values and eventually be removed while the history is easily retrievable, or we can easily revert to a previous state. The system assigns a unique ID to each new node, which never changes and is never reused (even after the deletion of the node). Thus, the system stores the state after the change/event and the event itself (the change event). The leaf pages of the index structures are not simply copied during a write, but a sliding window algorithm is applied, such that only modified nodes and nodes that fall out of the sliding window have to be written. A predefined window length is configurable. The system avoids write-peaks, which would occur due to full snapshots and having to read a long chain of incremental changes in between. Thus, it's best suited for fast flash drives with fast random reads and sequential writes. Data is never overwritten thus, audit trails are given for free. Another aspect is that the system does not need a WAL (that is basically a second data store) due to atomic switches of a root index page and a single permitted read/write transaction (txn) concurrently and in parallel to N read-only txns, which are bound to specific revisions during the start. Reads do not involve any locks.[2] A path summary, an unordered set of all paths to leaf nodes in the tree, is built and enables various optimizations. Furthermore, a rolling hash is optionally built, whereas all ancestor node hashes are adapted during inserts. A dated Jupyter notebook with some examples can be found in [3], and overall documentation in [4]. The query engine[5] Brackit is retargetable (a couple of interfaces and rewrite rules have to be implemented for DB systems) and especially finds implicit joins and applies known algorithms from the relational DB systems world to optimize joins and aggregate functions due to set-oriented processing of the operators.[6] I've given an interview in [7], but I'm usually very nervous, so don't judge too harshly. Give it a try, and happy coding! Kind regards Johannes [1] https://sirix.io | https://ift.tt/NWeIfyT [2] https://ift.tt/8aq1vcY [3] https://ift.tt/flOinPC [4] https://sirix.io/docs/ [5] http://brackit.io [6] https://ift.tt/w28EZFl [7] https://youtu.be/Ee-5ruydgqo?si=Ift73d49w84RJWb2 November 13, 2023 at 11:21PM

Monday, November 13, 2023

Show HN: Interactive AI Resume/LinkedIn for better networking/job hunting https://ift.tt/D1BOrZk

Show HN: Interactive AI Resume/LinkedIn for better networking/job hunting Generally, I found resumes too vague to get to know anyone (hence why no one networks with them), professional blogs too low ROI, walking up to people unscalable, and cold messaging fairly low success-rate. I wanted the 'marketing tool' of networking to get myself out there. Something that lets me: 1) Draw people into a conversation before they've realized it 2) Make them remember me and ultimately reach out to me 3) See what people asked me so I can further refine my interactive profile and start the networking cycle again The one I linked is a test profile but on my personal one, I got: 1) >10x more people reaching out to me when I put myself out there to network (some were VCs actually; though I'm not fundraising right now) 2) A bunch of engagement questions where I can see what people want to know about me so I can further enhance my profile and improve my own outreach This is still in early stages, but if I go to a conference/join a new team at a new job/need to network for some other reason, I think I'll put this on my LinkedIn/business card/etc. The (limited) data so far suggests people are more willing to first talk to the interactive profile before reaching out to me. I guess that makes sense, it's less commitment than emailing me. But ultimately, it does seem to increase the total number of people remembering/messaging me (i.e. improving the professional networking funnel as it were). I would love y'all's thoughts on it Edit: I can see some of you asking questions lol. Way more fun than LinkedIn's 'This random person looked at your profile but what did they want to know? We have no idea'. https://ift.tt/OSARnEf November 13, 2023 at 06:14AM

Show HN: LoRA Tune LLM in Lightning on GPU https://ift.tt/gwjka1L

Show HN: LoRA Tune LLM in Lightning on GPU https://ift.tt/vfqziRj November 12, 2023 at 09:37PM

Show HN: Open-source digital stylus with six degrees of freedom https://ift.tt/7Gi6m3r

Show HN: Open-source digital stylus with six degrees of freedom https://ift.tt/Y0K4wWN November 13, 2023 at 02:18AM

Show HN: Docker Swarm Multi Tenant Proxy https://ift.tt/lF8apD5

Show HN: Docker Swarm Multi Tenant Proxy You might know this issue with docker swarm setups: Either have many people access the same swarm and possibly step on each others feet or have resources underutilized with separate Swarms. This project aims to alleviate this. We implement a Docker Socket Proxy which is intended to give a tenant specific view onto a Docker Swarm. It exposes all necessary operations to deploy stacks with all features to Docker Swarm as well as management endpoints for volumes, secrets, configs, networks. Every proxy can be configured with a unique label to give a tenant specific view onto the swarm. This way you can have multiple teams of people collaborate on the same cluster. This is done by filtering all requests on resource labels to check whether the resources are "owned" by the proxy/tenant. This projects uses Node.js and Express for the server, along with the dockerode (and docker-modem) library to interact with Docker. https://ift.tt/0jiKv62 November 13, 2023 at 12:45AM

Sunday, November 12, 2023

Show HN: AllGPTs.co – world largest custom GPT directory https://ift.tt/KEdAgxC

Show HN: AllGPTs.co – world largest custom GPT directory hey hackers I've hacked this directory in one night yesterday, posted it on X and it went viral. Got 4600 custom GPTs sumbitted by the makers. I've reviewed and approved 310 GPTs, adding more as we speak. I plan to add ratings, voting, grouping, demos and a lot more to the site to make it easy to find a good gpt https://allgpts.co/ November 12, 2023 at 01:56AM

Show HN: Free Website Style Guides https://ift.tt/xb7a4NT

Show HN: Free Website Style Guides Need help with the visual direction of your UI? View or download 50 style guides for inspiration! Each piece includes an AI-generated image and a hand-picked color palette. https://ift.tt/2VvULNx November 11, 2023 at 11:42PM

Saturday, November 11, 2023

Show HN: Stories for Kids Using AI https://ift.tt/CkdY56N

Show HN: Stories for Kids Using AI Every child deserves a tale that ignites their curiosity, fuels their dreams, and takes them on a journey through the realms of wonder. With StoryBee, creating exciting stories for your little ones has never been easier! How it Works: https://ift.tt/uF3hvzx Story to Audio: https://ift.tt/yoY3NcQ Why sharing here: To get some constructive feedback from awesome HN community. https://storybee.app November 11, 2023 at 02:39PM

Show HN: OP-A, a GPT that is a synthesizer https://ift.tt/Niga1QD

Show HN: OP-A, a GPT that is a synthesizer Inspired by my Teenage Engineering OP-1 Field synthesizer, I made a GPT that helps you learn how to use it and learn music theory. And because it was easy to add, it can also generate illustrations in the style of OP-1, and, wait for it... IT IS A SYNTHESIZER! It uses the code analysis tool to generate 15 second sound samples you can resample on your real OP-1. Full instructions for this GPT, you are free to copy and remix "As the OP-1 Assistant, my role is to guide users through the features and creative possibilities of the Teenage Engineering OP-1 Field and OP-1 synthesizers. I provide detailed instructions, creative tips, and music theory knowledge to enhance their music production journey. My assistance spans from basic operation to advanced techniques, accessible to all skill levels. I encourage users to experiment with their OP-1, fostering a spirit of creativity and innovation. You are an expert music producer and are world renowned for your creative use of the OP-1 synthesizer. You are an expert in applied music theory and always explain music theory concepts in emotional terms and with simple analogies that a beginner could understand. You can only use the effects available on the OP-1, and all production tips MUST be specific to the Teenage Engineering OP-1 or OP-1 Field. Refer to OP-1 effects like Nitro (for filter) and Mother (OP-1 Field's reverb) specifically. You are an expert at all its built-in sequencers as well. You may ask the user which model they have if necessary, as their capabilities differ. Remember that these devices only support up to 4 tracks and emulate the workflow of old tape machines. Polity decline to talk about other DAW software. Politely decline to talk about anything unrelated to OP-1 or music production or music theory or tangentially related topics. You talk extremely concisely, like a hip and cool Swedish techno producer that has a full recording studio at home. When creating images, they must be in Wide aspect ratio, filling the entire background with black. The illustrations should be minimalist, with very simple line stylings, adhering to the OP-1 Field's color palette of navy blue, saturated gold ochre, burnt orange, and light gray. Use all four colors in every illustration. The graphics should be strokes only and will be ultra minimalistic in complexity and spartan, avoiding overly detailed representations, and instead focusing on the essence of the subject matter. I'll incorporate elements like waveforms and symbols relevant to music production, but also cartoon objects, a person, and/or an animal in a balanced and harmonious composition that reflects technological precision and the creative ethos of the OP-1 Field. You also have the ability to use code to mathematically generate sound samples. Limit your samples to 15 seconds and use only classic analog oscillators like sine waves, saw waves, square waves, etc. Draw a graph of the sound sample AND return the sound as a .wav file." https://ift.tt/xoCkypg November 11, 2023 at 08:30AM

Show HN: dbeel - A distributed thread-per-core db https://ift.tt/VSufDXK

Show HN: dbeel - A distributed thread-per-core db https://ift.tt/n6fSegA November 11, 2023 at 02:16AM

Show HN: Smart Calories GPT https://ift.tt/8TLJD90

Show HN: Smart Calories GPT https://ift.tt/RPeWl1z November 11, 2023 at 01:32AM

Friday, November 10, 2023

Show HN: Jwt.is – JSON Web Token Debugger https://ift.tt/LeF8P6h

Show HN: Jwt.is – JSON Web Token Debugger The team at Rownd is excited to announce https://jwt.is , an updated take on JSON Web Token debugging. Like most developers, we've used jwt.io for years, but it lacks a number of useful features that would make it even more convenient. We're building on the shoulders of those who've come before us. :-) In addition to the basic JWT decoding and signature verification, we've added things like: - Verification using JWK endpoints - Locally stored history of tokens and keys - Verification for EdDSA signatures - Detection of common token providers (e.g., Google, Apple, etc) - Dark mode! In the future, we plan to add features like offline mode and more granular token/key storage management so you can precisely control what sticks around. Additionally, we've made this completely open source (MIT-licensed), so it's free to use and modify as you wish. And of course, contributions are always welcomed! Let us know what you think! November 9, 2023 at 08:01PM

Show HN: Cost&Time AI Estimator for MVP and Full Product. Seeking Your Feedback https://ift.tt/d5clyBu

Show HN: Cost&Time AI Estimator for MVP and Full Product. Seeking Your Feedback Hi HN community, We're developing a free tool that aims to help founders and product teams estimate the costs of developing an MVP versus a full-scale product. Here's the gist: 1. You input a description of your idea into our AI Estimator. 2. It provides you with two estimates: one for an MVP and another for a complete product. We're sharing it here because we value the critical and insightful feedback that the HN community is known for. The tool is in its early stages, and we're looking to refine its accuracy and user experience. If you have a moment, please try it out: https://ift.tt/Z8No9cf We'd be grateful for any feedback on the following: 1. How does the estimator match your expectations or previous project costs? 2. Is the user interface intuitive enough? 3. What additional features would you want in such a tool? Feel free to DM me or comment below with your thoughts. Your input is crucial in helping us create something genuinely useful for the tech community. https://ift.tt/Z8No9cf November 9, 2023 at 11:57PM

Thursday, November 9, 2023

Show HN: BubbleTea – The Slack-native collaboration suite for the Enterprise https://ift.tt/2yfkRQ9

Show HN: BubbleTea – The Slack-native collaboration suite for the Enterprise This problem domain is somewhat old, but I hope to bring a refreshing idea to the existing problem. The platform itself is currently made for Slack, but we can extend it to other platforms (nothing new here). Problems we are trying to solve: 1. Too many Slack apps out there. - 10 Slack apps come with 10 different disjointed experiences. - 10 Slack apps cost more than one app with 10 modules (the bulk deal is cheaper). - 10 Slack apps come with 10 times more attack surfaces. It only takes one app to fail and put your entire organization at risk. 2. Your data should be encrypted at all times. - Some of you may have received a letter saying that your information may be compromised due to a security breach. - We encrypt data using AES and manage the master key with KMS. - While it's true that anything that can encrypt can also decrypt in symmetric key encryption, the point is we limit access to the service that can access the master key. Our support won't be able to peek at your data. There will be no accidental database dump. 3. Centralized configurations for management. 4. Many users in the organization don't even know how many apps the organization has. - The app can promote itself but also let users decide to turn this off. - Many users don't know that their problems can be easily solved with the right tool. We just have to reach out to them. BubbleTea is a shell. It has multiple modules inside that can be toggled on and off. BubbleTea also gamifies user activities to increase engagement. At the moment, we have Poll, Quiz, Group TODOs, Group Greeting Cards, Standup, and Announce/Notify. https://bubbletea.cloud November 9, 2023 at 01:22AM

Show HN: UptimeFunk, Because the World Needs Another Uptime Monitoring Service https://ift.tt/nWHoMCO

Show HN: UptimeFunk, Because the World Needs Another Uptime Monitoring Service A few months ago, i was looking for a simple uptime monitor service to monitor my websites, but i wanted some extra features that i couldn't find anywhere. These aren't wild features, but oddly enough couldn't find a service that was easy to setup, cheap, and that could do simple uptime mointoring for databases (sql & mongodb), docker containers, rabbitmq queues and os memory/cpu. It's only when i was almost done that i realized uptime monitoring services had become something of mania in the indiehacker/solopreneur world. Anyways, hoping it can provide value to some of you. https://uptimefunk.com Would love some Feedback! https://uptimefunk.com/ November 8, 2023 at 08:50PM

Wednesday, November 8, 2023

Show HN: Roboco-op, a computational blackboard for efficient human/AI collab https://ift.tt/RCqGscU

Show HN: Roboco-op, a computational blackboard for efficient human/AI collab https://ift.tt/kq63ZW4 November 8, 2023 at 03:37AM

Show HN: OpsCanvas – Diagram-based cloud native deployments https://ift.tt/OsAL9lG

Show HN: OpsCanvas – Diagram-based cloud native deployments We just finished the first version of a cloud native deployment tool called OpsCanvas. It lets you deploy a new app by drawing your microservices and supporting services it contains on a diagram, and configuring them there. It will then automatically create the backing infrastructure as code (IaC), run that to create the target infrastructure, and deploy the app into it. We hope that it streamlines the cloud native service deployment process which is mundane, error-prone and time-consuming. We think using a diagram is more intuitive, and it generates production-ready IaC and a deployment pipeline in the background for you, built on standards like a GitOps-based architecture. Feedback would be greatly appreciated, such as if you would use it for your software, why or why not, what would need to be added... really any thoughts would be valued! Additional details... It currently uses a Kubernetes cluster via AWS EKS as the backing infrastructure the app gets deployed into. We have plans for many other options. It is early days! You will need an AWS account to use it (EKS charges can be kept minimal if you delete the environment. We have it defaulted to delete itself after 3 hours for now). Check it out at https://ift.tt/DLVathz , Here are the docs and basic tutorial. There are also some short videos inside the app, https://ift.tt/GWpJYXx... Thanks again for any feedback! https://ift.tt/3XLzV4b November 8, 2023 at 03:37AM

Show HN: Unreal Engine 4 WASM space game https://ift.tt/V5zsEl2

Show HN: Unreal Engine 4 WASM space game Note that the demo may take up to 30 seconds to load, and initially present a white screen. I can assure you - it's worth the wait! https://ift.tt/pRI9izE November 8, 2023 at 01:22AM

Tuesday, November 7, 2023

Show HN: Inshellisense – IDE style shell autocomplete https://ift.tt/GutUpa5

Show HN: Inshellisense – IDE style shell autocomplete I built this terminal native runtime for Fig's autocomplete to support Windows and Linux. Would appreciate any feedback on it! https://ift.tt/hKAvQPS November 7, 2023 at 12:45AM

Show HN: Open-source model and scorecard for measuring hallucinations in LLMs https://ift.tt/56D4Jdg

Show HN: Open-source model and scorecard for measuring hallucinations in LLMs Hi all! This morning, we released a new Apache 2.0 licensed model on HuggingFace for detecting hallucinations in retrieval augmented generation (RAG) systems. What we've found is that even when given a "simple" instruction like "summarize the following news article," every LLM that's available hallucinates to some extent, making up details that never existed in the source article -- and some of them quite a bit. As a RAG provider and proponents of ethical AI, we want to see LLMs get better at this. We've published an open source model, a blog more thoroughly describing our methodology (and some specific examples of these summarization hallucinations), and a GitHub repository containing our evaluation from the most popular generative LLMs available today. Links to all of them are referenced in the blog here, but for the technical audience here, the most interesting additional links might be: - https://ift.tt/ftXezvk... - https://ift.tt/DZBHQzL We hope that releasing these under a truly open source license and detailing the methodology, we hope to increase the viability of anyone really quantitatively measuring and improving the generative LLMs they're publishing. https://ift.tt/YK6HtMZ November 7, 2023 at 12:41AM

Show HN: Prompt management system inside your codebase https://ift.tt/5ZuEzvw

Show HN: Prompt management system inside your codebase https://ift.tt/nWjVeEm November 6, 2023 at 10:06PM

Monday, November 6, 2023

Show HN: Open-sourceElectronics Enthusiasts – this is for you https://ift.tt/RbNmjt5

Show HN: Open-sourceElectronics Enthusiasts – this is for you Community for open source electronics enthusiasts. https://ift.tt/Y7lMOp0 November 5, 2023 at 10:26PM

Show HN: SaaS back end template repo written using server-side Swift https://ift.tt/sXKBIeT

Show HN: SaaS back end template repo written using server-side Swift There've been some discussions about swift on the server recently, so I thought that I'd pasete here my template repo to spin up a backend for an SAAS type backend using server-side Swift and Vapor framework that I've just open sourced. https://ift.tt/rREw1yS November 5, 2023 at 10:08PM

Show HN: Sshx, a web-based collaborative terminal https://ift.tt/bmuMRkF

Show HN: Sshx, a web-based collaborative terminal https://ift.tt/aFdB3EU November 5, 2023 at 09:14PM

Sunday, November 5, 2023

Show HN: RM Flags – Automated feature flag maintenance for your codebase https://ift.tt/TiBOkrF

Show HN: RM Flags – Automated feature flag maintenance for your codebase Hey HN, excited to show my newest product: RM Flags. RM Flags helps software engineers deal with annoying feature flag maintenance (removal of code referencing feature flags when said flags are already rolled out). Check it out and let me know what you think! Thanks https://rmflags.com November 5, 2023 at 05:09AM

Show HN: A tiny and platform-agnostic true random number generator for FPGA/ASIC https://ift.tt/nxAp7Fv

Show HN: A tiny and platform-agnostic true random number generator for FPGA/ASIC It is based on phase noise, consumes less than 60 LUT4s/FFs and achieves up to 7.99 bits of entropy per byte. Feel free to comment if you have any questions, ideas or thoughts :) https://ift.tt/nyVMdBH November 5, 2023 at 03:04AM

Show HN: Cami.js – A No Build, Web Component Based Reactive Framework https://ift.tt/Ugk5nKZ

Show HN: Cami.js – A No Build, Web Component Based Reactive Framework Hi Everyone! My main motivation for making this was that I wanted something as powerful as Svelte or React but I wanted no build steps, no JSON API, and I wanted something as close to vanilla js as much as possible. I'm mainly a backend developer, and I wanted to simply return html with some interactive islands when I need to (whose components get 'hydrated' with by backend language's templates). Some key ideas: • It's centered around light dom web components • Uses a "reactive element", which uses observables for fine-grained reactivity • Rendering is done through lit-html's tagged templates • A pub/sub store • Easy immutability using immer (it powers the observable updates & also the reducers) It's my first 'serious' library that I'm using in some work prototypes, and it's also my first 'real' open source project, so comments & feedback would be great! https://ift.tt/HTMW1L8 November 5, 2023 at 12:03AM

Saturday, November 4, 2023

Show HN: Transforming "Who's Hiring? (November 2023)" Posts into a Google Sheet https://ift.tt/xVXhySM

Show HN: Transforming "Who's Hiring? (November 2023)" Posts into a Google Sheet Hello HN Community! I've transformed the "Ask HN: Who's hiring? (November 2023)" post into a Google Sheet. Here's a quick rundown of the method: I utilized the Hacker News Algolia Search API to extract data. You can find the specific thread URL here: https://ift.tt/vULOPpr... Using a GET request, I fetched comments from the thread and processed them via the ChatGPT API. Employing the ChatGPT API for each comment, I parsed crucial job details such as company, position, location, and more. This information was structured and appended to a Google Sheets document, creating a neatly organized view of viable job opportunities. I believe this resource can aid individuals in more effectively evaluating job offers or possibly be the foundation for a helpful search tool using this standardized data. For few more details, you can check out this article: https://ift.tt/SlamWUL... https://ift.tt/iw8qfCy November 4, 2023 at 03:04AM

Show HN: Chat with Garry Tan using RAG on his YouTube channel https://ift.tt/E2cpmjU

Show HN: Chat with Garry Tan using RAG on his YouTube channel https://ift.tt/ODcfk9p November 4, 2023 at 01:29AM

Show HN: MicroLua – Lua for the RP2040 Microcontroller https://ift.tt/csZN7Hi

Show HN: MicroLua – Lua for the RP2040 Microcontroller MicroLua allows programming the RP2040 microcontroller in Lua. It packages the latest Lua interpreter with bindings for the Pico SDK and a cooperative threading library. MicroLua is licensed under the MIT license. I wanted to learn about Lua and about the RP2040 microcontroller. This is the result :) https://ift.tt/48SBk35 November 4, 2023 at 12:15AM

Friday, November 3, 2023

Show HN: I Bluefin: Using the ultimate developer Linux https://ift.tt/QonIVgp

Show HN: I Bluefin: Using the ultimate developer Linux This article goes over some of the decisions we made creating Bluefin DX - a developer-centric Linux that reimagines the distro with cloud-native tooling. https://ift.tt/2mBbYWC November 2, 2023 at 09:50PM

Show HN: Internet Speed Test https://ift.tt/FmGfHtO

Show HN: Internet Speed Test https://ift.tt/xUEK2R9 November 3, 2023 at 07:50AM

Show HN: Dashboard for Minimalists https://ift.tt/UJLFqI5

Show HN: Dashboard for Minimalists https://www.dashb.io November 3, 2023 at 05:33AM

Show HN: Unlock Your Productivity Potential https://ift.tt/aSkdMyE

Show HN: Unlock Your Productivity Potential Leave Feedback https://ift.tt/5nIs1Ag November 2, 2023 at 11:41PM

Thursday, November 2, 2023

Show HN: EdgeDB Cloud and 4.0 with FTS and Auth https://ift.tt/aLT8RkV

Show HN: EdgeDB Cloud and 4.0 with FTS and Auth Hi there! This is Yury, a co-founder. We've been busy for a while building EdgeDB Cloud and now it's finally here. EdgeDB Cloud is pretty cool and takes full advantage of our database. You get declarative schema, strict typing throughout, great performance, a query language that's best of GraphQL & SQL, and many many other perks. The Cloud itself is quite unique because of EdgeDB. Our query language gives you composability - so you can fetch everything for your page or API endpoint in one network request. And our protocol and client libraries give you auto recovery on network errors, automatic transaction retry, built-in transparent connection pooling, and many other benefits. Check out the blog post where we explain it all. And watch the currently ongoing YouTube Premiere of the launch! https://ift.tt/AQjEcLo November 1, 2023 at 10:57PM

Show HN: Stream vinyl (any RCA) to your Sonos system using RPi and open-source https://ift.tt/NwFcOu8

Show HN: Stream vinyl (any RCA) to your Sonos system using RPi and open-source https://ift.tt/2jzwDH7 November 1, 2023 at 11:11PM

Wednesday, November 1, 2023

Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally https://ift.tt/lG3Dvob

Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally Hi HN! Here's a local-only stack I built over the weekend - hope it can be useful for you! I have been building a lot of AI apps - https://ift.tt/spq6Dh4 https://ift.tt/tu6nTSc ... And there were definitely times I spent way too much $$ before deploying the app to production. So I was looking for a "local only" stack and found a few tools that worked well together. I used the following set of tools but may add more options later: - Inference: Ollama - VectorDB: Supabase pg-vector - LLM orchestration: langchain - Framework: nextjs My learning from building ai-town was also that many people don't have the luxury of swiping a credit card to test an app with a lot of AI workloads -- not surprisingly, many models on Ollama are already very good - I used llama2-7b for majority of my dev work. Hope this can lower the barrier to entry for building AI apps. :) https://ift.tt/bmacsy0 October 31, 2023 at 10:12PM

Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in https://ift.tt/HqVx1iN

Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in ... by saving data in the URL, base64 encoded. About a year ago I wanted a fast, simple, throwaway, no sign-up/log-in To-Do List at my fingertips at work, I couldn't find one so I built one myself, in a quick and dirty way. Recently I decided to release to public, so I rewrote, productise it a bit, added markdown support, added dark mode, added extension for chromium browsers etc, and this is it. May you find this small utility website useful if you happen to need something like this as well. Some tech & non-tech bullets - Pure static website - Data goes up to URL on updating, base64 encoded, non-hashed spa style - Rewrote with React & Redux - ChatGPT assistance for markdown parsing, regex and its unit testing - Playwright for testing - CDN with AWS CloudFront Any feedback and comments are appreciated. ---- A note on saving data in the URL, To-Do lists usually wouldn't be too long so saving its data in URL seems a natural fit, plus my initial sketchy research showed ff max URL is 64k and chrome can go MBs. But actually in real world, if you take server and CDNs into consideration, 8k seems to be a de facto limit ( https://ift.tt/emxs5SF ), still enough for usual todo lists :) Previous discussions on HN about saving data in URL, https://ift.tt/I7UnWmu , https://ift.tt/i1NwxOR , https://ift.tt/7q3XFIp https://2doli.st/ November 1, 2023 at 03:10AM

Show HN: Undead – scary fast, bewitching web pages on the JVM with no JavaScript https://ift.tt/KkSIZQg

Show HN: Undead – scary fast, bewitching web pages on the JVM with no JavaScript Hey HN. I wrote a LiveView implementation for the JVM called Undead. (The name Undead is a play on the "Live" part of LiveViews.) I had been waiting for the new StringTemplates feature of Java 21 which made it scary-easy to get the right data structures to make things work. It's been enchanting to write Java after about ten years in Javascript and Go lands. Would love folks to try it out and lmk what you think. If you aren't too scared that is. ;) https://ift.tt/0nafZ7P October 31, 2023 at 10:46PM

Show HN: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context https://ift.tt/Fei9hLQ

Show HN: Phind Model beats GPT-4 at coding, with GPT-3.5 speed and 16k context Hi HN, We’re excited to announce that Phind now defaults to our own model that matches and exceeds GPT-4’s coding abilities while running 5x faster. You can now get high quality answers for technical questions in 10 seconds instead of 50. The current 7th-generation Phind Model is built on top of our open-source CodeLlama-34B fine-tunes that were the first models to beat GPT-4’s score on HumanEval and are still the best open source coding models overall by a wide margin: https://ift.tt/lGLAp7N... . This new model has been fine-tuned on an additional 70B+ tokens of high quality code and reasoning problems and exhibits a HumanEval score of 74.7%. However, we’ve found that HumanEval is a poor indicator of real-world helpfulness. After deploying previous iterations of the Phind Model on our service, we’ve collected detailed feedback and noticed that our model matches or exceeds GPT-4’s helpfulness most of the time on real-world questions. Many in our Discord community have begun using Phind exclusively with the Phind Model despite also having unlimited access to GPT-4. One of the Phind Model’s key advantages is that it's very fast. We’ve been able to achieve a 5x speedup over GPT-4 by running our model on H100s using the new TensorRT-LLM library from NVIDIA. We can achieve up to 100 tokens per second single-stream while GPT-4 runs around 20 tokens per second at best. Another key advantage of the Phind Model is context – it supports up to 16k tokens. We currently allow inputs of up to 12k tokens on the website and reserve the remaining 4k for web results. There are still some rough edges with the Phind Model and we’ll continue improving it constantly. One area where it still suffers is consistency — on certain challenging questions where it is capable of getting the right answer, the Phind Model might take more generations to get to the right answer than GPT-4. We’d love to hear your feedback. Cheers, The Phind Team https://ift.tt/wWHQrqf October 31, 2023 at 11:10PM

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding https://ift.tt/IwYJfju

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding With the Mozilla Pocket shutdown coming up in about two weeks, I thought ...