Wednesday, April 26, 2023

Show HN: I built an online programming language https://ift.tt/euDWBhy

Show HN: I built an online programming language https://ift.tt/CbLse10 April 27, 2023 at 06:08AM

Show HN: CheekyKeys – A Face-Controlled Keyboard https://ift.tt/8gYTBGf

Show HN: CheekyKeys – A Face-Controlled Keyboard https://ift.tt/YfaMxjR April 25, 2023 at 05:27PM

Show HN: Retro games hosted in Cloudflare Pages for free https://ift.tt/Sd7QxV4

Show HN: Retro games hosted in Cloudflare Pages for free Created some free sites to play online versions of retro MS games like Minesweeper, Solitaire and others such as Sudoku & Tic Tac Toe. I learned about Cloudflare's Pages at same time to host all the code at no cost. https://retrogmz.com/ April 27, 2023 at 12:18AM

Show HN: Trybsync – Reddit, but as an RSS Aggregator https://ift.tt/YOiZqnS

Show HN: Trybsync – Reddit, but as an RSS Aggregator https://ift.tt/hufBx3G April 26, 2023 at 11:23PM

Tuesday, April 25, 2023

Show HN: Use ChatGPT on a 2 Dimensional Interface https://ift.tt/mhHSuec

Show HN: Use ChatGPT on a 2 Dimensional Interface I build ChatGPT-2D with the idea to enable people to branch AI conversations interactively, pose contextual questions based on AI response and visualize your entire dialogue on a 2 dimensional map interface. What do you think? https://ift.tt/HR23M7C April 26, 2023 at 07:56AM

Show HN: ChatGPT Code Assistant https://ift.tt/JDu9S7q

Show HN: ChatGPT Code Assistant ChatGPT is excellent but you need to do a lot of copy and pasting for using it as a coding assistant. I created a simple plugin to give ChatGPT access to the web for documentation and also to the local file system. https://ift.tt/pD1kKmY April 26, 2023 at 05:58AM

Show HN: Google Meet, Zoom, Teams alternative Source code https://ift.tt/ohbsv3u

Show HN: Google Meet, Zoom, Teams alternative Source code https://ift.tt/Cj02l94 April 26, 2023 at 03:43AM

Show HN: Ordently – Consciously plan your day and your life https://ift.tt/jpgxfst

Show HN: Ordently – Consciously plan your day and your life I've been using a task management tool for the past 1 year that I built. A few months ago, I spent some time to make it more generic because my partner wanted to use it as well and she's been loving it ever since. Love her, but she's a bit biased. Firstly, this is a todo app for your life. Existing tools are built around how we work as employees in a company. With a company, all the habits, goals, vision and rituals are given to you in an employee handbook. The company is our coach, and in most cases, we listen and do as the coach says. Its easier to get things done in this environment. In our personal lives, we gotta figure out our goals, work on our habits and setup rituals. We're also more flexible, more forgiving on when we want to do certain things and more rigid on the others. The Daily Planner is central to that ideology, working with one off and repeatable tasks . You onboard with your day first, could be as simple as calling your mum or going on a walk or do yoga. As you get more comfortable, you start to consciously build a life that you want to live by creating rituals and setting goals as you get more confident. Personally, I haven't been able to get that through Todoist or Notion. https://ift.tt/5jzcvg0 April 26, 2023 at 02:51AM

Show HN: I built a multiplayer voxel browser game engine https://ift.tt/7zIcUt1

Show HN: I built a multiplayer voxel browser game engine https://ift.tt/7wNPBmE April 26, 2023 at 12:30AM

Show HN: Introducing Palacio Albums – Create, Share and Explore Photo Albums https://ift.tt/CYtyLvM

Show HN: Introducing Palacio Albums – Create, Share and Explore Photo Albums https://ift.tt/sR38wbp April 25, 2023 at 12:32PM

Show HN: Create EU E-Label QR-codes for wines and spirits https://ift.tt/FpDMgZJ

Show HN: Create EU E-Label QR-codes for wines and spirits As a result of new EU regulations, nutritional information and ingredient listing must be provided for wines and flavored wine products from December 2023, either printed on the physical label or in digital form, e.g., as a QR-code. e-label.io is the fastest and easiest way to the EU E-Label for wines and spirits. If you know a winiery or distilleries which sells to the eu it would be awesome if you could share the page with them. Feedback is highly appreciated https://e-label.io April 25, 2023 at 11:47AM

Monday, April 24, 2023

Show HN: A website to generate Magic: The Gathering cards https://ift.tt/B1JVIXq

Show HN: A website to generate Magic: The Gathering cards I created a website that utilizes OpenAI's LLM to generate realistic Magic cards based on a prompt. Using LLMs to generate Magic cards (or generate anything these days) is not new, but I've tried to put this together into a nice package and I am planning on making future improvements. You can generate some pretty flavorful cards depending on what prompt you provide. There are some issues since this is an early version. You will see cards that are just flat out incorrect or that do not make sense. I also will not guarantee the website will always work, so please be nice :) You will also notice the website domain name is a random one generated by Azure (if people like this, I may get a real one). Anyways, give it a shot and let me hear your feedback or features you would like to see. Thank you and hope you have fun generating! https://ift.tt/CDSuRao April 24, 2023 at 10:49PM

Show HN: A C++ web/application framework I have been building for the last 12yrs https://ift.tt/pmg8tWa

Show HN: A C++ web/application framework I have been building for the last 12yrs Back then there were not a lot of frameworks for C++ like there are available now, gradually added serialization, reflection, orm, modules for apache|nginx, then started adding programming language integration and then finally added support for building on various Os'es and also support for most of the build tools out there. https://ift.tt/aoxzrGs April 24, 2023 at 06:47PM

Show HN: Encryption for App Developers https://ift.tt/F5teNzU

Show HN: Encryption for App Developers https://phase.dev April 24, 2023 at 07:07PM

Show HN: I quit my job to build a Kubernetes GUI with Rust https://ift.tt/FEUr3gk

Show HN: I quit my job to build a Kubernetes GUI with Rust About a year ago I was working on a project with mirrored Kubernetes clusters deployed across various regions. Constantly switching contexts was a big pain for me and I badly needed something more practical to work with multiple clusters, ideally simultaneously. At that time everyone was talking about Rust and I really wanted to try it out. I then found Tauri, a framework to build GUI apps with Rust + JavaScript. I was sold. I learned Rust and built the app I always wanted to use. Fast, lightweight and with the ability to connect to multiple clusters simultaneously. Fast forward to today, there’s a few thousand users and I’ve quit my job to go all in on this product. Would love to get you to try the app and share your feedback. It would mean a lot to me! Thanks! https://aptakube.com April 24, 2023 at 06:40PM

Show HN: Q&A Bot talking in Hinglish about PDFs https://ift.tt/SzZH7nd

Show HN: Q&A Bot talking in Hinglish about PDFs Such an amazing time to build applications that can actually make a difference in everyday lives! We've built a simple Q&A bot that can answer your questions in 𝐇𝐢𝐧𝐠𝐥𝐢𝐬𝐡 about any pdfs, wrapped it with a simple command 𝐥𝐜-𝐬𝐞𝐫𝐯𝐞 𝐝𝐞𝐩𝐥𝐨𝐲 𝐩𝐝𝐟_𝐪𝐧𝐚, your bot is now ready to be part of your application stack, I've uploaded a demo where I talk to the bot in half-hindi & half-english about an insurance document - https://twitter.com/_deepankarm_/status/1650447522111029248 https://ift.tt/FBf2mNZ April 24, 2023 at 04:07PM

Show HN: Smart Social News Service (In Development) https://ift.tt/xeaskMT

Show HN: Smart Social News Service (In Development) https://ift.tt/W4U1Tft April 24, 2023 at 02:31PM

Sunday, April 23, 2023

Show HN: ChatGPT-Powered AI Girlfriend App – Experience the Future of Romance https://ift.tt/mAPjrxu

Show HN: ChatGPT-Powered AI Girlfriend App – Experience the Future of Romance https://ift.tt/C2qgBao April 23, 2023 at 11:54PM

Show HN: I was frustrated with pricing of PagerDuty et al., so made it myself https://ift.tt/b7Qgkns

Show HN: I was frustrated with pricing of PagerDuty et al., so made it myself https://allquiet.app April 23, 2023 at 03:59PM

Saturday, April 22, 2023

Show HN: I made a website for letter writing and slow communication https://ift.tt/JNyDo3b

Show HN: I made a website for letter writing and slow communication After struggling to keep in touch with a friend who moved away to Japan, I set out to build something that enabled deep conversations without the pressure and required scheduling of instant messaging https://ift.tt/DNHsfbx April 22, 2023 at 10:24PM

Show HN: Torb – make Kubernetes DevOps easier https://ift.tt/suvatDh

Show HN: Torb – make Kubernetes DevOps easier https://ift.tt/j1gaRWY Hey HN, about 9 months ago I was getting infrastructure set up for a project and it was taking way too long. It took hours before I was even able to begin working on the project itself instead of the infrastructure and it wasn't particularly pleasant. I got fed up and that's when I started thinking about how I could make it easier for people to develop with Kubernetes locally and then quickly deploy to a production environment in a consistent way that respects a set of best practices and leveraging some common infrastructure tools like Terraform and Helm under the hood. The result of this was Torb. The mission is to make it simple and easy for software engineers to create and deploy infrastructure on Kubernetes with best practices in place. For now I've been focusing on getting projects launched on an existing cluster, but I'd like to eventually help with bootstrapping clusters as well. I've been dog fooding this on my own projects for a bit now and have also had some friends who are using the tool and giving me feedback. April 23, 2023 at 04:01AM

Show HN: I'm building a Strava alternative without all the social media crap https://ift.tt/cHE02Jn

Show HN: I'm building a Strava alternative without all the social media crap I'm working on https://cubetrek.com , a web app to manage, visualize and compare your running, hiking, mountainbiking, skiing... activities. Some features include: a github-style calendar heatmap, 3D visualization of tracks (especially useful for hill climbs and mountaineous terrain in general), a world map displaying all your activities at once. Excluded features: although you can share yoir tracks to the world, should you choose so, there are no friends, no likes, no comments, i.e. none of that social networking stuff. And no ads. Any feedback is appreciated, let me know what you think, what to improve! https://cubetrek.com April 23, 2023 at 03:23AM

Show HN: I designed and coded my portfolio as a freelance designer https://ift.tt/rdTKf9S

Show HN: I designed and coded my portfolio as a freelance designer Feel free to share any feedback. Thank you. https://ift.tt/v7hK416 April 23, 2023 at 01:59AM

Show HN: Personal diary powered by AI – AIDiary https://ift.tt/XpJ0qWn

Show HN: Personal diary powered by AI – AIDiary https://aidiary.io April 22, 2023 at 06:23PM

Show HN: I made a website with musical exercises for beginner musicians https://ift.tt/u1jS0D7

Show HN: I made a website with musical exercises for beginner musicians https://ift.tt/iqpuahO April 22, 2023 at 05:10PM

Show HN: I made a SQL game to help people learn / challenge their skills https://ift.tt/s4d7KkY

Show HN: I made a SQL game to help people learn / challenge their skills https://ift.tt/NncRBUj April 22, 2023 at 04:10PM

Friday, April 21, 2023

Thursday, April 20, 2023

Show HN: We built a ClickHouse-based logging service https://ift.tt/lpjLEnr

Show HN: We built a ClickHouse-based logging service Hey hn! I'm one of the co-founders of highlight.io, an open source monitoring tool. Today we're sharing a ClickHouse-based logging solution we've been working on. We wanted to showcase how we built it and share how you could try it out to give feedback. Since we started working on highlight.io, we've been hyper-focused on "cohesion", or ensuring that when you install your monitoring stack, all of the resources in that stack (user interactions, requests, traces, logs, etc.) are connected in a consumable way. We've written up more about our philosophy on this here [1]. We started building towards this by connecting your client-side app and your server-side exceptions with session replay and exception monitoring; i.e. if an error happened in a server-side app, we would make it easy (with session replay) to trace all the steps that a user took leading up to it. Especially for larger companies using highlight.io, the request to tie in logs came up repeatedly, and we wanted to build this with the same philosophy in mind. Now, you'll see client-side and server-side logs all in one place, brought together in the context of a user session, as well as logs in the context of an error. Like the rest of our stack, this project is written in Go and Typescript, and for log ingestion/querying, we're using ClickHouse [2]. Before deciding on ClickHouse, we were planning to use OpenSearch (an aws fork of elasticsearch [3]) for this part of our product, but as our traffic has increased, we encountered quite a few pains with write throughput for OpenSearch. After evaluating a few options, we eventually landed with ClickHouse (their cloud offering was icing on the cake), which has also proven to be much more cost-effective so far. Building with ClickHouse from scratch has been an exciting journey. Eric (the mastermind behind this project) wrote a blog post [4] on a handful of ClickHouse learnings we've gathered since starting the project. For those wanting to try out the product locally, you can run the following commands [5]: git clone --recurse-submodules https://ift.tt/BVFdxAS cd highlight/docker; ./run-hobby.sh; To send logs to highlight, you can use your own OpenTelemetry implementation [6] or use our SDKs [7] which provide lightweight wrappers over OTEL. Like the rest of highlight.io, we plan to make money from this with our hosted cloud offering. For those interested in trying out the cloud-hosted version, you can get setup at app.highlight.io. To open the floor for feedback, we would love to get some thoughts on what we've built so far. Beyond that, what are parts of a logging product you wish you had with your current setup? And are there any notable pain-points of using a hosted monitoring product? (We're toying with the idea of an enterprise deployment). Excited to hear from everyone. [1]: https://ift.tt/1prvoBV [2]: https://clickhouse.com [3]: https://ift.tt/5g3fxGL [4]: https://ift.tt/5NmY3uo... [5]: https://ift.tt/4aO1Qck... [6]: https://ift.tt/GyYdoxr... [7]: https://ift.tt/HqURkfn... https://ift.tt/2ODPCqx April 20, 2023 at 10:56PM

Show HN: AI prompt-to-storyboard videos w/ GPT, Coqui voices, StabilityAI images https://ift.tt/ybk4cOC

Show HN: AI prompt-to-storyboard videos w/ GPT, Coqui voices, StabilityAI images I had 2 weeks off from work and wanted a pet project before heading back. With GPT and Generative AI in the news, I decided to chain multiple Al products together to build something really cool. I set my end goal to be: prompt-to-storyboard (aka fun videos generated purely via generative AI). There exists some prompt-to-video products, but I wanted to tell stories with audio as well. The end product takes an initial prompt and produces a series of images and audio files, which I then combine (with subtitles) into the final video. To showcase videos, there is a basic upvote/downvote leaderboard. Text | OpenAI https://openai.com/ Text is generated in a few high-level steps that I ask GPT to work through. These are all based on the initial user prompt, as such (ideally) indirectly controlled by the user. - Create a concept for a movie scene based on the prompt, including the theme and setting - Define each character in the scene - Define how each character looks - Define how each character sounds - Define 'frames' of the storyboard All of this textual information is defined in a JSON object I describe to GPT. I then take GPT's output and build the storyboard with the tools below. Voices | Coqui https://coqui.ai/ From the GPT output, I needed three major pieces of information to build voices in a way that I found satisfying: - Description of the voice - Description of the performance - Text of the actual dialog spoken Coqui has a product called 'prompt-to-voice', where you can describe how a character will sound and a custom voice is made for that character - this is how GPT defines the characters to use in the storyboard. As such, every voice is unique per storyboard. GPT will decide that a certain character is an "older man with a raspy voice", and I'll ask Coqui for that type of voice. In addition to this, in order to describe the performance, GPT outputs a basic emotion to summarize the line of dialog (happy, sad, angry, etc) - this is also sent to Coqui per audio clip generated. Images | Stability AI https://stability.ai/ While I originally setup the storyboard generator to use DALL-E due to already integrating with OpenAl for GPI, I found the cost prohibitive. As such, the images generated for the storyboards are from Stability Al's Stable Diffusion (stable-diffusion-512-v2-1). I combine the description of the frame that GPT provides, in addition to the theme and setting that GPT output for the whole storyboard, to generate each frame. Since GPT controls the data sent to Stable Diffusion with the description of the frame as well as the theme and setting, if your prompt dictates a theme it should hopefully translate into a theme in your storyboard. Both the storyboard and the 'prompt enhanced' image generation in the 'Create Content' tab pre-feed a GPT request with a summary of Stability Al's prompt guide. It will try and pick keyword weights to improve the image, and much like the setting and theme, keywords should be influenced by the initial prompt provided to the product. Conclusion: Have fun and make my 2 weeks of work seem worth it! Voting on storyboards and creating storyboards both require a simple Google login to get access. https://meyer.id April 21, 2023 at 05:35AM

Show HN: Create new files in macOS Finder https://ift.tt/Mv0rfEh

Show HN: Create new files in macOS Finder Hi HN! One of the feature that is lacking in MacOS Finder is the ability to create a new file in any folder. This repo provides a quick action workflow that adds this functionality to Finder. https://ift.tt/sKzyuOU April 21, 2023 at 04:49AM

Show HN: Create your own full-featured VPN server https://ift.tt/6W1MNVI

Show HN: Create your own full-featured VPN server We think VPN providers encrypt our data and increase our security and it is true but there is a problem: we have to share our data with them instead of ISPs. AdminVPN is a side project that allows ordinary people to create their own VPN server. PS: This is my first post here, your feedback is really appreciated! https://adminvpn.co/ April 20, 2023 at 10:18PM

Show HN: LLM Playground, compare results side by side https://ift.tt/BjqHXmv

Show HN: LLM Playground, compare results side by side https://ift.tt/jbioHKQ April 21, 2023 at 01:48AM

Show HN: Komorebi – Windows 11 tiling window manager quickstart guide https://ift.tt/qv5WwQl

Show HN: Komorebi – Windows 11 tiling window manager quickstart guide https://www.youtube.com/watch?v=cBnLIwMtv8g April 21, 2023 at 01:23AM

Show HN: InsightFlow https://ift.tt/RYAOE8F

Show HN: InsightFlow Hey everyone, sharing InsightFlow, a (long) weekend project I made using GPT4. I am bit anxious sharing it since I barely knew how to code in Python before but I was simply amazed on how much GPT was able to help me write something that actually works (I hope). My goal was to create a library that empowers people to ask questions from their data, regardless of its source. InsightFlow does just that, it has some modules that allow s parsing information existing in (for now) video (its audio part), html, and in general text and provides a chat interface on top. I would love to expand this to image and eventually video parsing. I know there are some companies that aim for the same but I could not find an opensouce alternative for it. I tried making it modular so different modalities can be added later on. https://ift.tt/7l1ypnv April 20, 2023 at 06:22PM

Show HN: Create Comics Using Stable Diffusion https://ift.tt/56P7FtJ

Show HN: Create Comics Using Stable Diffusion https://ift.tt/d3TLt1Q April 20, 2023 at 12:11PM

Wednesday, April 19, 2023

Show HN: Question Extractor: turn text into LLM finetuning data https://ift.tt/IBL6SUm

Show HN: Question Extractor: turn text into LLM finetuning data https://ift.tt/fQoFN8T April 20, 2023 at 06:17AM

Show HN: ChatGPT to control your own app (text-to-action library) https://ift.tt/faH6Ych

Show HN: ChatGPT to control your own app (text-to-action library) ActionIt is a text-to-action library built to make it easier to perform actions based on natural language input. It opens the way for applications that don't only retrieve information but actually interact with functions, extracting necessary parameters or asking follow-up questions where necessary. In simple terms, your functions are presented to ChatGPT and the correct one is chosen and executed based on a natural language input. Would love any feedback or feature requests:) https://ift.tt/QE42VXq April 20, 2023 at 03:34AM

Show HN: AI Assisted Coding Tutorials https://ift.tt/eFPL6jk

Show HN: AI Assisted Coding Tutorials https://ift.tt/waKAnjV April 20, 2023 at 12:40AM

Show HN: GoGoBrowse – A Peer to Peer Web Browser https://ift.tt/VkJoC0M

Show HN: GoGoBrowse – A Peer to Peer Web Browser Hi HN! GoGoBrowse is a side project I've been working on that allows 2 users to browse the web together while voice chatting. It's a proof of concept for a new model of browsing the web I've been thinking about. My thought is that before a leap to a 3D Metaverse, we need a 2D Metaverse, which is simply social web browsing. I wrote more about it here: https://ift.tt/rhCfJZP... Though the goal of an entirely social web browser is still quite a ways off, I think of this as a small first step in that direction. I'd love any feedback on the app itself, and the general concept of social web browsing. https://gogobrowse.com April 19, 2023 at 11:50PM

Show HN: A web decision game 99% coded by GPT4. Uses agent to decide win/loss https://ift.tt/w8cgXIE

Show HN: A web decision game 99% coded by GPT4. Uses agent to decide win/loss Yeah... so I know some software development concepts well I haven't written any code in 10 years, so like half the time was just getting a development setup. At first it suggested PyCharm and honestly it wasted a lot of time. Eventually I got VS Code and GPT just seems to understand it so much better. The real secret to getting good responses with GPT-4 during this I found is to restart the conversation fresh with a complete description of what you need (2-3 paragraphs of detail is great) and the rest as code. [detailed description of what you need, make sure it's detailed and specific add examples if possible] #### [insert all the code, the more you can fit the better] That first code block it gives you back on the first output is the cleanest by far. If there is an error and you submit it back in the same chat conversation, it just gets diluted/saturated over time, hallucinations go up etc. So if there is a bug rather than continue in the same convo, repeat this process in a brand new conversation. Each time it gives a much cleaner, fresher look at the code and goals needed. If your codeblock is really small then this isn't so important, but I'm trying to maximize the amount of code per prompt for best responses. I also make sure to split files by concerns so they don't get too big for the prompt window otherwise it's annoying. #### And lastly the other interesting thing about this project is this simulates an Agent loop where it is constantly trying to determine if the player won or lost, decide what the next most cohesive step is based on the human feedback (click emoji) and looping it. Actually that was my main interest for the project and I just wanted to get something published as a secondary goal. Most of my time was probably spent playing with the prompt and trying to to see if I could get it to determine if the goal was achieved but its actually a hard problem and I have some cool ideas for the next project. https://ift.tt/4d6ShFC April 19, 2023 at 11:41AM

Show HN: Karma Design Suite – A powerful wireframe and UI toolkit for designers https://ift.tt/fXzwGE2

Show HN: Karma Design Suite – A powerful wireframe and UI toolkit for designers We've designed an extensive wireframe kit and a more extensive set of UI kits. All feedback is appreciated. https://karma.design/ April 19, 2023 at 04:31PM

Tuesday, April 18, 2023

Show HN: No-cloud P2P file transfer in the browser using latest WebTorrent v2 https://ift.tt/JnruK9k

Show HN: No-cloud P2P file transfer in the browser using latest WebTorrent v2 https://file.love/ April 18, 2023 at 10:27PM

Show HN: Database for analyzing US companies, visualize using Apache SuperSet https://ift.tt/AgB26qa

Show HN: Database for analyzing US companies, visualize using Apache SuperSet My main motivation was that I wanted to be able to drill down and filter across all the available stocks, look at the data for myself, and narrow down on the stocks I am interested based on my own sets of criteria, and make data-driven analysis for my personal investment strategies. I used PostgreSQL as the backend database for ELT data pipelines, and used Citus Data cstore_fdw for columnar compression for the final dataset. All financial data is coming from SEC Edgar, https://ift.tt/HzquX17 . I used Python for downloading most of the data. I also run the data load development locally on my home Ubuntu server that I built 5 years ago. I bought 4TB of M2 disks for best database performance, with PRIME B360M-A motherboard and Intel Chip Coffee Lake S. I built the website simply using WordPress, and I run Apache Superset using gunicorn via Apache Webserver reverse proxy. The registration form I had to build myself with PHP and some JavaScript, because it needed to automatically create a SuperSet user upon registration. Otherwise, I would need to input everyone manually. I used Python again for the data integration. Please don't use the database directly as an investment tool, as its in Beta, and the data still needs to undergo heavy data quality checks, please confirm all the numbers yourself, as I provide a link for every company to the SEC filings. https://ift.tt/JmlbAQ4 April 19, 2023 at 02:46AM

Show HN: AI Playground by Vercel Labs https://ift.tt/T5gAenr

Show HN: AI Playground by Vercel Labs Hey, Jared Palmer (creator of this playground) here. Really excited to ship this. I’ve been building this over the past few weeks to compare LLMs from different providers like OpenAI, Anthropic, Cohere, etc. At Vercel, I manage our Frameworks division (including Next.js, Svelte, and Turbo) and wanted to also dogfood some of the latest features in a slightly larger application. This playground takes a lot of inspiration from https://nat.dev and is built on Tailwind, ui.shadcn.com, and some upcoming Vercel products we’re announcing soon. We’re going to continue adding models to compare and add other frameworks to generate code snippets from. https://play.vercel.ai April 19, 2023 at 04:08AM

Show HN: Offsuit – Casual Poker, Redesigned https://ift.tt/K2VDea8

Show HN: Offsuit – Casual Poker, Redesigned For the past year my friend and I have been building a dead simple offline poker app that we actually wanted to spend time in. No constant pop-ups. No account needed. No waiting for tables. No fake felt or neon. Just free poker against intelligent AI opponents with helpful in-game stats. We’ve started offline, but are working towards online-multiplayer, tutorials for new players, and more in-game stats. Would love your feedback! https://offsuit.app/ April 18, 2023 at 07:37PM

Show HN: Cfddns – A No Nonsense Script to Dynamically Update Cloudflare IP https://ift.tt/echm2ol

Show HN: Cfddns – A No Nonsense Script to Dynamically Update Cloudflare IP I couldn't find a decent tool to dynamically update IP address in my Cloudflare account, so I created one for me. Thought share with others. It can be run directly, as a scheduled task, and as a docker container. Only API token and target domain is required. https://ift.tt/j1pleR7 April 18, 2023 at 04:30PM

Monday, April 17, 2023

Show HN: Cyte – A visual, searchable knowledge base of your screen time https://ift.tt/2vb17Rd

Show HN: Cyte – A visual, searchable knowledge base of your screen time https://ift.tt/mkO3Lju April 18, 2023 at 07:19AM

Show HN: ThinkGPT: a library to prompt GPT to think, memorize and self-refine https://ift.tt/6KkFT8m

Show HN: ThinkGPT: a library to prompt GPT to think, memorize and self-refine https://ift.tt/0ce5k9s April 18, 2023 at 04:36AM

Show HN: MindPop – Great Lectures Set to Ambient https://ift.tt/Ffi56gJ

Show HN: MindPop – Great Lectures Set to Ambient https://ift.tt/8xDfjMW April 18, 2023 at 04:25AM

Show HN: Quorbo – a quick and quirky quest for the quote https://ift.tt/qe2XQpz

Show HN: Quorbo – a quick and quirky quest for the quote Hey HN, Today I'm launching Quorbo (www.quorbo.com): a simple letter-revealing game (think Wheel of Fortune with some twists) where you get 6 turns to guess the day's quote! It's my first post-parenthood side project and first web game. Being a working dad has caused me (for the first time, believe it or not) to focus on simplicity. Up until about a year ago, endless free time secretly plagued me... because I love _building_, and more free time meant: more room to add complexity. Not anymore! Quorbo is the first of my initial batch of three simple word games, and I can't wait to make more. Let me know what you think! (improvements, bugs / quirky behavior / stumbling blocks, any and all feedback welcome!) Enjoy! https://quorbo.com April 18, 2023 at 03:16AM

Show HN: Instant AI Powered Support https://ift.tt/ygMtdkc

Show HN: Instant AI Powered Support Create a virtual assistant for your product with a single click 1. Tell us your website 2. Choose the pages you'd like Bubbly to learn from 3. We will instantly create a GPT3 AI Bot that can answer any question about your product or service. https://ift.tt/z9qJiWk April 18, 2023 at 01:43AM

Show HN: Serverless Monitoring Designed for Developers and DevOps Teams https://ift.tt/qjSoufT

Show HN: Serverless Monitoring Designed for Developers and DevOps Teams https://ift.tt/O2jRpne April 17, 2023 at 03:47PM

Sunday, April 16, 2023

Show HN: No-Auth Twitter API Endpoints (GraphQL) https://ift.tt/EOtoAuR

Show HN: No-Auth Twitter API Endpoints (GraphQL) Simple GraphQL endpoints that can be used to pull data without authentication. https://ift.tt/vdEyfSm April 17, 2023 at 06:26AM

Show HN: Ruby WhatsApp SDK Gem https://ift.tt/C6VqMbT

Show HN: Ruby WhatsApp SDK Gem Whatsapp Ruby SDK gem Whatsapp released the Cloud API. I had an App that uses Whatsapp, and I extracted all the Ruby code that talks to the API into a gem and made it public. The gem provides the ability to connect with Whatsapp API. Amongst them, you can: - Interact with Business Profiles. - Interact with Phone numbers. - Interact with Media: audio, videos, images, stickers, templates, and documents (Upload/Download, send, receive). - Send and receive messages (text, templates and others). I'm looking for suggestions to make it better. I'm sure the people in HN could provide great feedback I could use to improve the library. https://ift.tt/UrnlsCG Thank you! https://ift.tt/UrnlsCG April 17, 2023 at 06:06AM

Show HN: Insight, an autonomous AI that can do medical research https://ift.tt/qgKDxiX

Show HN: Insight, an autonomous AI that can do medical research I am working on an AI that uses multiple LLM based agents to do medical research on any topic you choose! The program terminates after a set number of iterations and all of the findings are saved. Still a work in progress but it is showing some promising results imho! Would love to receive any critical and constructive feedback, collaborate, Review your PRs, or discuss your ideas!! https://ift.tt/HB0VQxn April 17, 2023 at 03:15AM

Show HN: Gptrpg A demo of an GPT-based agent existing in an RPG-like environment https://ift.tt/gZIU2pG

Show HN: Gptrpg A demo of an GPT-based agent existing in an RPG-like environment https://ift.tt/BgDv5pM April 17, 2023 at 02:14AM

Show HN: Let your body be the gamepad https://ift.tt/yrCg87k

Show HN: Let your body be the gamepad Hi HN, I made a keyboard emulator that tracks your body pose and emits the key presses accordingly. My main motivation was to make my kids move more on rainy days. I already made a couple of mini-games using the body pose [1-3], and those were definitely fun to make and play! However, once the kids learned the tricks, they got bored. I could only produce that much content myself, and soon realized that I lack time for churning out games. Finally, I decided to tap into an endless pool of PC games, preferrably simple and less addictive ones like the Gameboy and DOS games. This project has been also inspired by [4], which has been featured on HN recently. [1]: https://ift.tt/GLKM98H [2]: https://ift.tt/5QPbKcO [3]: https://ift.tt/MsizR9b [4]: https://ift.tt/lvf9CgW https://ift.tt/OSuiGmI April 17, 2023 at 01:12AM

Show HN: TypeAPI – An OpenAPI alternative optimized for code generation https://ift.tt/tXJA1Va

Show HN: TypeAPI – An OpenAPI alternative optimized for code generation https://typeapi.org/ April 16, 2023 at 04:14PM

Show HN: German Translation of the Rust Book https://ift.tt/WTwDm0c

Show HN: German Translation of the Rust Book I have just published a paperback and an e-book of the German translation of the Rust book from Steve Klabnik and Carol Nichols: Die Programmiersprache Rust https://rust-lernen.de/ The translation itself is available for free on GitHub. https://rust-lernen.de/ April 16, 2023 at 02:58PM

Show HN: Use GitHub Actions to generate a warm up routine https://ift.tt/8pYdT1K

Show HN: Use GitHub Actions to generate a warm up routine Morning everyone - I made this because I really didn't want a new SaaS subscription to "be more productive". Turns out, you can do a lot with just a cronjob, GitHub Actions and CSV file! It works quite nicely because Issues created actually can have toggle-able checkboxes so you can mark yourself as you do them. https://ift.tt/3lGdsqX April 16, 2023 at 01:55PM

Saturday, April 15, 2023

Show HN: PromptLab – A Raycast Extension for creating context-aware AI commands https://ift.tt/mBjQ8En

Show HN: PromptLab – A Raycast Extension for creating context-aware AI commands https://ift.tt/gjo7Yfw April 16, 2023 at 06:05AM

Show HN: Super Stack Solitaire https://ift.tt/Jwc4m52

Show HN: Super Stack Solitaire Solitaire with a retro NES aesthetic. Two game modes - Klondike and Pyramid. Design, sound, art and programming done by me. Play in browser for free or support my work by purchasing the downloadable version. https://ift.tt/WdgTRrZ April 16, 2023 at 12:36AM

Show HN: Pitchleague.ai – Perfect Your Pitch Deck https://ift.tt/UVMt7Lv

Show HN: Pitchleague.ai – Perfect Your Pitch Deck Hey H, We're excited to share that we've already assisted over 800 founders in refining their pitch decks with our recently launched Pitch League AI. Created during a one-day hackathon, our tool harnesses the power of GPT-4 to help founders iterate and enhance their pitch decks. We've observed founders uploading their decks multiple times and making improvements based on the AI-generated feedback. Our mission is to support as many founders as possible in raising funds for their startups, starting with perfecting their pitch decks. While Pitch League AI is still a work in progress, users have found it genuinely helpful thus far. The platform extracts text from PDFs and employs GPT-4 prompts to evaluate and ensure the completeness of pitch decks across various categories, including deck length, grammar & spelling, and the inclusion of vital information (e.g., problem, solution, team, etc.). We'd love to hear your thoughts and suggestions on how we can enhance Pitch League AI and any additional features you believe would be valuable. Looking forward to your feedback! Cheers. https://ift.tt/2YbL68h April 16, 2023 at 01:46AM

Show HN: ConversionWhiz – Structured feedback on any URL using OpenAI https://ift.tt/01T5yNi

Show HN: ConversionWhiz – Structured feedback on any URL using OpenAI https://ift.tt/9HSKW58 April 15, 2023 at 08:36PM

Friday, April 14, 2023

Show HN: Scan documents and convert them to PDF with just JavaScript https://ift.tt/wIsf8VL

Show HN: Scan documents and convert them to PDF with just JavaScript https://ift.tt/sw9FODC April 15, 2023 at 06:59AM

Show HN: What Should I Cook – Cooking Ideas https://ift.tt/sGUaFzP

Show HN: What Should I Cook – Cooking Ideas Hey all, I made this prototype called What Should I Cook to help me think of what to cook. It is still a WIP but I feel comfortable sharing it now. I am still adding recipes and some features! Please try it out and let me know what you think. https://ift.tt/QtYoDBz April 15, 2023 at 06:59AM

Show HN: MVP for Startup Ideas for Sale https://ift.tt/ch1nWIa

Show HN: MVP for Startup Ideas for Sale https://ift.tt/ltzZfIG April 15, 2023 at 06:39AM

Show HN: TYON, a Simple JSON Alternative https://ift.tt/mr8TNRk

Show HN: TYON, a Simple JSON Alternative TYON (typed object notation) is my attempt to address the main frustrations I have with JSON. 1. Key repetition - you can specify the key names once at the start of a list or map, instead of on each object separately. 2. Escaping strings - everything in a string is literal except for " which is escaped as "". This makes writing regexes and multiline text easier without introducing a bunch of different string styles or excess escaping, which I am not a fan of. 3. While not nearly as important as the first two to me, I did reduce symbol clutter when possible. Files are implicitly maps, keys don't require quotes in most cases, and you don't need commas between items. 4. Decoupling syntax and data formats - TYON has recommended formats for interoperability, but none of these are part of the core spec, so tools are equally welcome to just treat everything as a string. The linked repo contains the spec and a cli app that provides formatting, validation, and conversion to JSON. https://ift.tt/7cYAid2 April 15, 2023 at 03:10AM

Show HN: Example POC to run the Dolly V2 12B model in 8bit mode https://ift.tt/xJ28lHU

Show HN: Example POC to run the Dolly V2 12B model in 8bit mode I banged this out today because nobody seems to have figured this out yet (and I wanted to play with this model). I was inspired by the fact that Simon Willison was struggling to get this running[0], so I wanted to take a crack at it! This is by no means "clean", but it is a baseline for others to hack from. Feel free to send over PRs and I'll land them! (I'd love it somebody used this to glue this into this webui[1].) 0: https://ift.tt/h0p53gH 1: https://ift.tt/sPeqfQu https://ift.tt/PCLIRlQ April 15, 2023 at 04:16AM

Show HN: A curated list of remote jobs https://ift.tt/0NI5nzV

Show HN: A curated list of remote jobs https://ift.tt/QEANgym April 15, 2023 at 12:37AM

Show HN: Don't Hold Your Breath – Breathing Analysis with Polar H10 HR Monitor https://ift.tt/hyZMV5K

Show HN: Don't Hold Your Breath – Breathing Analysis with Polar H10 HR Monitor A person's heart rate fluctuates based on factors such as activity, environment, and mental state. Additionally, heart rate variations occur on a much shorter timescale, with changes happening every few seconds. During inhalation, heart rate slightly increases, and it decreases again during exhalation, a phenomenon known as respiratory sinus arrhythmia. There are several reasons for this. Firstly, an increase in volume within the thoracic cavity (the space between the ribs) leads to a corresponding drop in pressure, which is counteracted by a rise in heart rate to regulate blood pressure. Secondly, breathing is deeply intertwined with the autonomic nervous system, which involves the opposing activation of the parasympathetic ("rest and digest") and sympathetic ("fight or flight") responses. By measuring heart rate variability and regulating our breath, we can gain insight into our stress response and learn to control it. The Polar H10 heart rate monitor provides basic heart rate measurements from a chest strap ECG, compatible with a number of fitness tracking apps that monitor heart rate zones wirelessly using bluetooth. The device also provides raw sensor data including an accurate measure of the timing between heartbeats (interbeat interval, with millisecond resolution) and 200 Hz accelerometer data. In this project this information is used to measure breathing rate and heart rate variability, and explore the relationship between the two. https://ift.tt/lAHErQg April 15, 2023 at 12:36AM

Thursday, April 13, 2023

Show HN: Using zod to get structured and typed output from ChatGPT in TypeScript https://ift.tt/oYNLiDt

Show HN: Using zod to get structured and typed output from ChatGPT in TypeScript https://ift.tt/HYAWf2k April 14, 2023 at 03:47AM

Show HN: Ampersand – “Terraform for Integrations” https://ift.tt/XACIJoR

Show HN: Ampersand – “Terraform for Integrations” Hey HN! I’m one of the co-founders of Ampersand and we’re excited to launch our developer docs today! Ampersand is built for SaaS engineers who want to: - Read data from their customers’ SaaS (e.g. Salesforce, Hubspot). - Write data to their customers’ SaaS. - Subscribe to events happening in their customers’ SaaS (including creates, deletes and field updates). We feature a Terraform-like declarative interface for defining integrations, embeddable UI components for your users to set up and manage their integrations, and a management console for your team to monitor and troubleshoot. We’re launching our docs ahead of our product because we believe that docs are one of the most important things to get right in building a developer product, and we want to get early feedback on it. Looking forward to hearing your feedback in the comments below! https://ift.tt/tnW9CKm April 14, 2023 at 02:38AM

Show HN: Extract clips from YouTube (without downloading whole video) https://ift.tt/8t6nXwp

Show HN: Extract clips from YouTube (without downloading whole video) https://ift.tt/ya1AwvQ April 13, 2023 at 10:00PM

Show HN: Google Analytics alternative with the most generous free tier https://ift.tt/Sje7CaQ

Show HN: Google Analytics alternative with the most generous free tier https://ift.tt/LYiTbzV April 12, 2023 at 07:10PM

Show HN: ZP a cli cmd built in rust to copy things to the clipboard https://ift.tt/poNVDAO

Show HN: ZP a cli cmd built in rust to copy things to the clipboard `zp` is a custom command used to copy the contents of a source file or of the std output buffer to the clipboard, allowing users to easily paste the contents into another file or program. https://ift.tt/sg3xzVd April 14, 2023 at 12:21AM

Show HN: NeverPrinter – find and use thousands of nearby printers https://ift.tt/J9XkiZD

Show HN: NeverPrinter – find and use thousands of nearby printers Hi all, My friends and I have created a Chrome extension and we are looking for feedback on whether people find it useful or not. The extension is intended to serve as a home printer substitute for people (like us) who don't want or need their own printer at home. It makes it easy to send documents to nearby office supply / shipping stores for printing and pickup. Installing the extension adds a printer named NeverPrinter to your list of available printers in Chrome. When you print a document with NeverPrinter, a new tab opens allowing you to select which nearby store you want to send the document to. This is the latest iteration in an ongoing project my friends and I have been working on. We would love to hear any positive or negative feedback. You can get the extension by going to the Chrome Web Store and searching for "NeverPrinter." Or you can visit https://ift.tt/4heqwc1 , which will redirect you there. https://ift.tt/0xg7UhP April 13, 2023 at 11:18PM

Wednesday, April 12, 2023

Show HN: A minimalist net worth tracker for individuals https://ift.tt/9RGdiE6

Show HN: A minimalist net worth tracker for individuals Hi HN, Today I'm launching the Net Worth Tracker by Flow Finance, a beautiful and minimalist Excel template that allows individuals to track their assets, liabilities, income, and spending on a monthly basis. The focus of this template is understanding long-term trends in the incoming and outgoing expenses for an individual—always with a focus on maximising insights while minimising user inputs. This project was created because the alternatives, frankly, are completely overwhelming. A friend of mine introduced me to the FIRE Movement and, after doing deep dives through Reddit, I tried to find templates to help facilitate a financial tracking system of my own. Every template felt like complete overkill: portfolio tracking for shares, mortgage repayment calculators, even a kind of speedometer which moved depending on my savings rate. Clever, no doubt, but unnecessary for my purposes. After years of tinkering and refining what I truly wanted out of this spreadsheet, I realised it was to clearly understand the flows of my finances. This spreadsheet does not attempt to compete with a typical FIRE spreadsheet or tools like YNAB/Mint, it is about capturing the big picture once a month and essentially taking a snapshot of my financial health. I've priced this spreadsheet at $15 which I believe is a fair price for the value you'll see in taking more control over your personal finances, however as an added incentive (and because I am proud of what I've created and would love more people to use it), I'm currently offering a 50% discount to all HN users, who can use the code f3g27mt at the Gumroad checkout. Thank you for your time and I sincerely hope this product can assist you as much as it has for me. I am more than happy to answer any questions you may have so please feel free to comment below or reach out at contact@getflow.finance. Thank you! https://ift.tt/LFM6QZ3 April 13, 2023 at 04:37AM

Show HN: GPTCache – Redis for LLMs https://ift.tt/oYbKUSa

Show HN: GPTCache – Redis for LLMs Hey folks, As much as we love GPT-4, it's expensive and can be slow at times. That's why we built GPTCache - a semantic cache for autoregressive LMs - atop the vector database Milvus and SQLite. GPTCache provides several benefits: 1) reduced expenses due to minimizing the number of requests and tokens sent to the LLM service 2) enhanced performance by fetching cached query results directly 3) improved scalability and availability by avoiding rate limits, and 4) a flexible development environment that allows developers to verify their application's features without connecting to LLM APIs or network. Come check it out! https://ift.tt/Qo3G1PH https://ift.tt/jlJ9VLN April 13, 2023 at 03:14AM

Show HN: Let's find Pokémon that are the same height and weight as you https://ift.tt/4ae39km

Show HN: Let's find Pokémon that are the same height and weight as you https://ift.tt/pntJH3e April 13, 2023 at 05:51AM

Show HN: Twitter API Reverse Engineered https://ift.tt/G8WwYEZ

Show HN: Twitter API Reverse Engineered endpoints: /graphql /1.1 /2 /i https://ift.tt/PNHXOJR April 13, 2023 at 05:20AM

Show HN: I’m building an autonomous business run by ChatGPT https://ift.tt/lNzoQ04

Show HN: I’m building an autonomous business run by ChatGPT Hey HN!! I just shipped a project called Airfeed: https://airfeed.co/ Here's how it works: 1. You tell it the research topics you're interested in following This can be anything -- LLMs, chatbots, image generation, scaling model inference, small language models, datasets, etc. 2. Every morning, it filters new AI research papers for quality work that is relevant to your configured topics, and sends you an email summary. Here's a sample email: https://ift.tt/nxPNYaS --- As a fun experiment, I've made everything completely autonomous: Every morning, ChatGPT takes care of filtering/processing all research papers & writing each email. --- Why I built this: I think there needs to be a better way for engineers, researchers, and AI product builders to stay up to date on the latest AI research that's relevant to whatever they're working on. For someone building LLMs, this could mean keeping up with research papers covering multiple topics, ex: scaling attention, model architecture, new datasets, new fine-tuning techniques, etc. --- How this is different from other newsletters: This isn't a generic AI newsletter. It's research-focused & personalized, since it only highlights the papers that might be relevant to you (based on your specific topics). I found this to be useful, since a lot of papers are irrelevant and/or low quality. --- When building maroofy.com [1], I would regularly read the latest research papers on everything related to: contrastive learning, vector embeddings, music classification, etc. So, I thought it would be nice to build something that filters/summarizes just the new research papers covering topics I care about, and sends me the top ones in a daily, morning email. Would love any feedback!! :D [1] https://ift.tt/XIl9g05 https://airfeed.co/ April 13, 2023 at 03:22AM

Show HN: GPT-4-powered web searches for developers https://ift.tt/h2sEkx9

Show HN: GPT-4-powered web searches for developers Hi HN, Today we’re launching GPT-4 answers on Phind.com, a developer-focused search engine that uses generative AI to browse the web and answer technical questions, complete with code examples and detailed explanations. Unlike vanilla GPT-4, Phind feeds in relevant websites and technical documentation, reducing the model’s hallucination and keeping it up-to-date. To use it, simply enable the “Expert” toggle before doing a search. GPT-4 is making a night-and-day difference in terms of answer quality. For a question like “How can I RLHF a LLaMa model”, Phind in Expert mode delivers a step-by-step guide complete with citations ( https://ift.tt/Mn2i4hd... ) while Phind in default mode meanders a bit and answers the question very generally ( https://ift.tt/pR2Ccro... ). GPT-4 is significantly more concise and “systematic” in its answers than our default model. It generates step-by-step instructions over 90% of the time, while our default model does not. We’re particularly focused on ML developers, as Phind can answer questions about many recent ML libraries, papers, and technologies that ChatGPT simply cannot. Even with ChatGPT’s alpha browsing mode, Phind answers technical questions faster and in more detail. For example, Phind running on “Expert” GPT-4 mode can concisely and correctly tell you how to run an Alpaca model using llama.cpp: ( https://ift.tt/WN5XjIQ... ). In contrast, ChatGPT-4 hallucinates and writes a make function for a fictional llama.cpp. We still have a long way to go and would love to hear your feedback. https://www.phind.com April 12, 2023 at 11:14PM

Tuesday, April 11, 2023

Show HN: Automatically Generate Company Names with Available Domains https://ift.tt/8piXSG7

Show HN: Automatically Generate Company Names with Available Domains I have found myself running into the issue where I think of a great project or company name, but the domain is already taken multiple times. I decided to create this simple project which uses openai and route53 (hence the name) to generate available domains for a company based on keywords, rather than just come up with new company names. https://53names.com April 12, 2023 at 01:46AM

Show HN: Discord Time formatting with natural language processing https://ift.tt/FnyI3Mg

Show HN: GPT–LLM native macOS app with time travel, versioning, search https://ift.tt/Ghvck3s

Show HN: GPT–LLM native macOS app with time travel, versioning, search Hey everyone! I made a Mac app for exploring large language models. It’s fast, small, has a tiny memory footprint. It’s immutable by design with both immediate time travel and automatic versioning as foundational elements. The app is written in Swift and a bit of Rust for the tokenizer. I used SwiftUI for structure and animations and Cocoa for advanced behavior. All storage is SQLite and local-only. You can go through the database as needed and backup it as well. The app has support for variants, which is the `n` parameter in the OpenAI chat completion API—equivalent to the drafts feature in Bard. It shows model- and ChatML-aware tokens and cost, and it dynamically adjusts response length in function of prompt length and context length. It supports hiding runs that are not useful, marking the ones that are notable, and going through the ancestry of the current run. It also has support for examples, as specified in ChatML, conversation names and personal and local-only notes. The full-text search works across all stored text and it has support for `all`, `any`, `prefix` and `phrase` matching; the results are time-ordered rather than ranked for the time being. There are several shortcuts and more are coming so that the app can be used entirely by keyboard. You can export to JSON and all data is exported. The app is sandboxed and notarized. The API keys are stored securely in the Keychain. Next I plan to implement combinatorial runs (mixing multiple values of the same parameter and multiple models as well) and full Markdown support. Currently only OpenAI’s conversational models are supported (GPT 3.5, GPT 4 8K, GPT 4 32K), but I’ll be adding support for local models and custom ChatML endpoints as soon as possible. Give it a try. Any and all feedback welcome! Thoughts and questions as well! William https://thellm.app April 11, 2023 at 11:34PM

Show HN: Profile Writer for Dating Apps https://ift.tt/rIMlvje

Show HN: Profile Writer for Dating Apps Hi folks. We built a fun app that asks a few questions and spins them into a dating app profile. Would love to hear what you think. https://ift.tt/fw8HR2i April 11, 2023 at 08:56PM

Show HN: Local-first secret manager for developers https://ift.tt/Dda1mlS

Show HN: Local-first secret manager for developers https://ift.tt/eWv8SHO April 11, 2023 at 08:45PM

Show HN: Sheet Markup – add spreadsheets to a Markdown document https://ift.tt/8k3AUE4

Show HN: Sheet Markup – add spreadsheets to a Markdown document GitHub: https://ift.tt/EoTqstf https://ift.tt/yk4ZeT7 April 11, 2023 at 06:02PM

Show HN: Rust Guideposts – 100+ topics to help learn about Rust https://ift.tt/iE0daYK

Show HN: Rust Guideposts – 100+ topics to help learn about Rust I'm teaching Rust to compsci students and recent grads who are joining tech teams. I'm creating a guide of many Rust topics and their summaries. https://ift.tt/x5ZFEap The guide is free and open source. I'm seeking ideas for improvements, to help newcomers to Rust and its ecosystem. In addition to the repo, the guide is available as an ebook PDF, with pay-what-you-wish pricing. https://ift.tt/QzSldE0 My goal is to help many people learn about Rust, so I greatly appreciate your advice and you sharing the guide if you wish. Thanks! April 11, 2023 at 12:47PM

Show HN: Skip the SSO Tax, access your user data with OSS https://ift.tt/xPW6QA1

Show HN: Skip the SSO Tax, access your user data with OSS As the former CTO of an Insurtech and Fintech startup I always had the “pleasure” to keep regulators and auditors happy. Think of documenting who has access to what, quarterly access reviews, yearly audits and so on… Like many others we couldn’t justify the Enterprise-plan for every SaaS tool to simply get access to SSO and SCIM/SAML APIs. For Notion alone the cost would have nearly doubled to $14 per user per month. That’s insane! Mostly unknown to people, SSO Tax also limits access to APIs that are used for managing user access (SCIM/SAML). This has proven to be an incredibly annoying roadblock that prevented me from doing anything useful with our user data: - You want to download the current list of users and their permissions? Forget about it! - You want to centrally assign user roles and permissions? Good luck with that! - You want to delete user accounts immediately? Yeah right, like that's ever gonna happen! It literally cost me hours to update our access matrix at the end of every quarter for our access reviews and manually assigning user accounts and permissions. I figured, there must be a better way than praying to the SaaS gods to miraculously make the SSO Tax disappear (and open up SCIM/SAML along the way). That’s why I sat down a few weeks ago and started building OpenOwl ( https://ift.tt/S0t9KQF ). It allows me to just plug in my user credentials and automatically download user lists, including permissions from SaaS tools. Granted, OpenOwl is still a work in progress, and it's not perfect. At the moment it's limited to non-SSO login flows and covers only 7 SaaS vendors. My favorite part is that you can configure integrations as “recipes”. The goal was for anybody to be able to add new integrations (IT managers and developers alike). Therefore you ideally don’t even have to write any new code, just tell OpenOwl how the new SaaS vendor works. What do you think? Have you dealt with manually maintaining a list of users and their permissions? Could this approach get us closer to overcoming parts of the SSO Tax? https://ift.tt/S0t9KQF April 11, 2023 at 06:10PM

Monday, April 10, 2023

Show HN: The Hardware Lottery https://ift.tt/2gt9wVk

Show HN: The Hardware Lottery https://ift.tt/ToiNKZY April 10, 2023 at 04:01PM

Show HN: The Coolest advancements in AI this week https://ift.tt/ED20xMh

Show HN: The Coolest advancements in AI this week I hope you find these AI breakthroughs and projects as exciting as I do! I'd love to hear your thoughts, opinions, and predictions about these advancements in the comments below. Let's have a lively discussion! I'm also excited to announce that I've started a free daily newsletter called "The AI Revolution" to help you stay updated on the latest AI advancements, all in one place. Today's post is just the first issue, and I'm completely open to suggestions for improving tomorrow's newsletter. Your feedback will be invaluable in shaping this resource. Subscribe to "The AI Revolution" and never miss an update: https://ift.tt/fsQoGgL And feel free to follow us on Twitter for more recent updates: https://twitter.com/TheAIRevolu Looking forward to your thoughts and ideas! https://ift.tt/MUbPxsd April 10, 2023 at 06:05PM

Show HN: Bridging the Gap Between Generative AI and Human Intelligence https://ift.tt/qHzWblZ

Show HN: Bridging the Gap Between Generative AI and Human Intelligence https://ift.tt/lhJOWLM April 10, 2023 at 01:08PM

Show HN: Nudge: A command line tool for sending notifications via pushover https://ift.tt/84FOtvK

Show HN: Nudge: A command line tool for sending notifications via pushover https://ift.tt/B5eAWyf April 10, 2023 at 12:57PM

Sunday, April 9, 2023

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