This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Sunday, April 9, 2023
Show HN: Shell-maker, a maker of Emacs shells https://ift.tt/rep3Yu8
Show HN: Shell-maker, a maker of Emacs shells https://ift.tt/RGYqMOP April 9, 2023 at 02:53PM
Saturday, April 8, 2023
Show HN: GPT-4 powered vegetable growing advice https://ift.tt/GxodIFB
Show HN: GPT-4 powered vegetable growing advice https://ift.tt/zStRrI6 April 9, 2023 at 02:57AM
Show HN: A ChatGPT TUI with custom bots https://ift.tt/vECsMBx
Show HN: A ChatGPT TUI with custom bots Hi HN! We just shipped a full-featured TUI (Text User Interface) for chatting with your Marvin bots, powered by GPT 4 or GPT-3.5. Like all of Marvin, it's fully open-source and we hope you find it useful. To launch it, upgrade and run `marvin chat`. The TUI is built with Textual ( https://ift.tt/Tn8aY96 ) and uses some of its newest features including background workers and modals. We've made base TUIs before but this is the first one that's a true "app" with many screens and coordinated global state. Happy to answer any questions about working with Textual - once it "clicked" it was surprisingly similar to building a traditional front end! Small note: Terminal.app on MacOS isn't great for TUIs, so while it'll work, we suggest an alternative terminal. One of our goals with the TUI was to integrate Marvin's bots into the familiar chat UX. Bots can have distinct personalities, instructions, and use plugins, so each one is like a mini "conversational application." You might know about Marvin because of AI Functions, but at its core Marvin is a library for building and deploying bots (in fact, AI functions are actually a bot!). We started building the TUI as a way to quickly explore and assess our bots' capabilities. It quickly became so useful that we decided to make it a first-class experience. We've preloaded several bots, including one that can guide you through an RPG and another that is obsessed with explaining regex, and will add many more. You can even create your own bots just by asking the default bot (Marvin) to help you. We hope the TUI is a fun way to quickly interact with your bots and it was a great way for us to learn Textual. Please check out the code and let us know what enhancements we can add! https://ift.tt/s8htLq7 April 9, 2023 at 12:40AM
Show HN: Hacker News from Alternate Dimension (With Everything LLM-Generated) https://ift.tt/FmQkBRh
Show HN: Hacker News from Alternate Dimension (With Everything LLM-Generated) I recently discovered that LLMs can generate hilarious tech article titles, so I took it to the next level by generating coherent and entertaining comment threads, article content, and images. It will be automatically updated, so you'll never get bored. Enjoy! P.S. I've added robots.txt so I hope it doesn't gets indexed. https://ift.tt/5yZseVX April 9, 2023 at 12:36AM
Friday, April 7, 2023
Show HN: ChatGDB – GPT-Powered GDB Assistant https://ift.tt/oVGi6sD
Show HN: ChatGDB – GPT-Powered GDB Assistant ChatGDB is a tool designed to superpower your debugging experience with GDB, a debugger for compiled languages. Use it to accelerate your debugging workflow by leveraging the power of ChatGPT to assist you while using GDB! It allows you to explain in natural language what you want to do, and then automatically execute the relevant command. Optionally, you can ask ChatGPT to explain the command it just ran or even pass in any question for it to answer. Focus on what's important - figuring out that nasty bug instead of chasing down GDB commands at the tip of your tongue. See it here: https://ift.tt/e42bM1T https://ift.tt/e42bM1T April 7, 2023 at 10:26PM
Show HN: Find Perfect App for Self Hosting https://ift.tt/5BvwagP
Show HN: Find Perfect App for Self Hosting The website is just another interface to awesome-selfhosted[0] list. I am no front-end developer so please bear with me as I improve the design and add more capabilities like filter and sort. The website looks good on desktop and on mobile in landscape mode. [0]: https://ift.tt/IkD4Op3 https://ift.tt/AxQOvMF April 7, 2023 at 11:23PM
Show HN: Shoogle – fast, FOSS and tracking-free Yellow Pages powered by OSM data https://ift.tt/uUyRgOr
Show HN: Shoogle – fast, FOSS and tracking-free Yellow Pages powered by OSM data https://us.shoogle.net/ April 7, 2023 at 05:23PM
Show HN: I built a website editor for TailwindCSS https://ift.tt/rKcTFEC
Show HN: I built a website editor for TailwindCSS https://www.webase.com/ April 7, 2023 at 09:02PM
Show HN: Building musical synthesizers with SQL queries https://ift.tt/ZmOTHcI
Show HN: Building musical synthesizers with SQL queries If you already know what bytebeat is, you don't need an explanation. If not, check my project :) Here is how it looks: SELECT mono(output( arraySum(x -> 1 / 6 * running_envelope(30 * (1 + x / 6), time, 0.05 * x, 0.005, lfo(0, 0.25, sine_wave, time / 8), 0.1) * sine_wave(time * 80 * exp2(x / 3)), range(12)))) FROM table; To check how it sounds, find the examples in the repository https://ift.tt/WHvnrND https://ift.tt/WHvnrND April 7, 2023 at 08:59PM
Show HN: Chrome extension to improve productivity with ChatGPT https://ift.tt/2B8mysx
Show HN: Chrome extension to improve productivity with ChatGPT https://ift.tt/uDCYk1U April 7, 2023 at 08:02PM
Show HN: Scan your blog for broken outgoing links https://ift.tt/LMroPnh
Show HN: Scan your blog for broken outgoing links I built this small proof-of-concept interface that lets you scan a URL or the pages in a .XML sitemap for broken outgoing links. I use this to find issues with links in my own blog and I'm wondering if this is useful for others! I also have some cases of false positives showing up and I'd be interested in knowing if you have suggestions to better handle those cases. https://ift.tt/b1O0NvB April 7, 2023 at 01:38PM
Thursday, April 6, 2023
Show HN: The Future of Data APIs https://ift.tt/Ao8mZ2u
Show HN: The Future of Data APIs Hello everyone, I'm Matteo, and, over the last few months, I have been working with my co-founder and other folks from Goldman Sachs, Netflix, Palantir, and DBS Bank to simplify building data APIs. I have personally faced this problem myself multiple times, but, the inspiration to create a company out of it really came from this Netflix article (https://ift.tt/FQyMKfX). You know the story: you have tons of data locked in your data platform and RDBMS and suddenly, a PM asks to integrate this data with your customer-facing app. Obviously, all in real-time. And the pain begins! You have to set up infrastructure to move and process the data in real-time (Kafka, Spark, Flink), provision a solid caching/serving layer, build APIs on top and, only at the end of all this, you can start integrating data with your mobile or web app! As if all this is not enough, because you are now serving data to customers, you have to put in place all the monitoring and recovery tools, just in case something goes wrong. There must be an easier way !!!!! That is what drove us to build Dozer. Dozer is a simple open-source Data APIs backend that allows you to source data in real-time from databases, data warehouses, files, etc., process it using SQL, store all the results in a caching layer, and automatically provide gRPC and REST APIs. Everything with just a bunch of SQL and YAML files. In Dozer everything happens in real-time: we subscribe to CDC sources (i.e. Postgres CDC, Snowflake table streams, etc.), process all events using our Reactive SQL engine, and store the results in the cache. The advantage is that data in the serving layer is always pre-aggregated, and fresh, which helps us to guarantee constant low latency. We are at a very early stage, but Dozer can already be downloaded from our GitHub repo (https://ift.tt/12h9jJD). We have taken the decision to build it entirely in Rust, which gives us the ridiculous performance and the beauty of a self-contained binary. We are now working on several features like cloud deployment, blue/green deployment of caches, data actions (aka real-time triggers in Typescript/Python), a nice UI, and many others. Please try it out and let us know your feedback. We have set up a samples-repository (https://ift.tt/GnXvK0E) for testing it out and a Discord channel (https://ift.tt/02KmfG7) in case you need help or would like to contribute ideas! Thanks Matteo April 6, 2023 at 11:46AM
Show HN: Curiosity of the Day https://ift.tt/GijY8yw
Show HN: Curiosity of the Day Hey HN! I've built Curiosity of the Day to help people increase their knowledge of the world, one day at a time. Each day, it presents the user with a new fact or piece of knowledge about anything from history and science to art and culture. I’d love to get some feedback on ways to make the app better, and any other ideas on how to make learning more fun and engaging. https://ift.tt/dIOqrhM April 6, 2023 at 05:27PM
Show HN: I feed all my daily entries to an AI (ChatGPT) https://ift.tt/UdAzqcb
Show HN: I feed all my daily entries to an AI (ChatGPT) Hello there! I hope you're doing well today! I wanted to share something with you. Recently I was on the hunt for the best way to journal daily. Well, I had this idea - what if I could feed all my daily entries to an AI (ChatGPT), and create a friendly, supportive character like Socrates or Simon Sinek? This way, I could ask any questions about my life and mental health, and get some amazing advice on how to improve myself! The results have been absolutely mind-blowing ! I even made a short GIF to show you how it works - check it out! - https://ift.tt/zRklmb1 I've shared this with my friends, and they loved it so much that they've been asking me to create a full-featured journalling app with an AI assistant! What do you think? Would you be interested in using an app like this? I'd love to hear your feedback and thoughts on this. Please feel free to drop a comment and let me know what you think! Right now, I'm just collecting a waitlist of people who are interested in the app, so if you're interested, here is a link for signup to waitlist - https://ift.tt/1IXdiOM .If I can get 100 people on the waitlist in the next few days, I'll launch the app! April 6, 2023 at 12:16PM
Show HN: Create AI Art with your phone (Android app, Stable Diffusion) https://ift.tt/ypJ6oBr
Show HN: Create AI Art with your phone (Android app, Stable Diffusion) https://ift.tt/wCVQ04h April 6, 2023 at 12:43PM
Wednesday, April 5, 2023
Show HN: Efficient Data Formats for GPT https://ift.tt/g38BLeE
Show HN: Efficient Data Formats for GPT https://ift.tt/HpeFsjm April 6, 2023 at 03:06AM
Show HN: AI Bartender – The multi-personality GPT bartender https://ift.tt/2jkHxlJ
Show HN: AI Bartender – The multi-personality GPT bartender https://ift.tt/qxaQcEk April 6, 2023 at 03:43AM
Tuesday, April 4, 2023
Show HN: I built a real life version of Her https://ift.tt/wpejGWF
Show HN: I built a real life version of Her https://ift.tt/JZSO0FU April 5, 2023 at 07:27AM
Show HN: GPT-4 powered brand name generator https://ift.tt/zxIn7vT
Show HN: GPT-4 powered brand name generator As a fun weekend project to take a break from the everyday work-university cycle, I've messed around with OpenAI's GPT-4 API and created a simple name generator with it. In the coming days, I'll be adding more features. https://www.namique.xyz/ April 5, 2023 at 04:49AM
Show HN: Live coaching app for remote SWE interviews, uses Whisper and GPT-4 https://ift.tt/UNuZJxt
Show HN: Live coaching app for remote SWE interviews, uses Whisper and GPT-4 Posting from a throwaway account to maintain privacy. This project is a salvo against leetcode-style interviews that require candidates to study useless topics and confidently write code in front of a live audience, in order to get a job where none of that stuff matters. Cheetah is an AI-powered macOS app designed to assist users during remote software engineering interviews by providing real-time, discreet coaching and integration with CoderPad. It uses Whisper for audio transcription and GPT-4 to generate hints/answers. The UI is intentionally minimal to allow for discreet use during a video call. It was fun dipping into the world of LLMs, prompt chaining, etc. I didn't find a Swift wrapper for whisper.cpp, so in the repo there's also a barebones Swift framework that wraps whisper.cpp and is designed for real-time transcription on M1/M2. I'll be around if anyone has questions or comments! https://ift.tt/wyC09Af April 5, 2023 at 05:06AM
Show HN: CartoSVG – create beautiful map visualizations easily https://ift.tt/Pf2697p
Show HN: CartoSVG – create beautiful map visualizations easily This project aims at making the creation of rich interactive maps easy, with no compromise on the visual quality. A goal is also to export the final SVG as lightweight as possible, with no dependency on external libraries, which are usually needed to have interactive maps on a website. Feel free to explore the examples (the “examples” dropdown at the top-right) to explore what is possible to design with CartoSVG. https://cartosvg.com April 5, 2023 at 12:35AM
Show HN: NanoApp.dev – Turn JSON into Native Mobile App https://ift.tt/4Da8dnb
Show HN: NanoApp.dev – Turn JSON into Native Mobile App https://ift.tt/S8Ynazk April 4, 2023 at 11:04PM
Show HN: I built a simple IPTV player with M3U support and fuzzy finding in bash https://ift.tt/HzomrBC
Show HN: I built a simple IPTV player with M3U support and fuzzy finding in bash https://ift.tt/nyqhSba April 4, 2023 at 11:40PM
Show HN: I made a GPT-powered job board https://ift.tt/onuZPYR
Show HN: I made a GPT-powered job board https://hiring.cafe/ April 4, 2023 at 11:36PM
Monday, April 3, 2023
Show HN: Garson.io helps product people write like a pro https://ift.tt/M8oFuj3
Show HN: Garson.io helps product people write like a pro If you struggle with writing a professional email, blogpost or documentation article or it takes you too much time, Garson is here to help. AI powered concierge that can improve the quality of your write ups. https://garson.io April 4, 2023 at 09:52AM
Show HN: Abstract coding using GPT 4 https://ift.tt/IyGgZ39
Show HN: Abstract coding using GPT 4 https://ift.tt/5TARPJv April 4, 2023 at 09:28AM
Show HN: Generate Textual Descriptions for Images https://ift.tt/cnx10ZS
Show HN: Generate Textual Descriptions for Images https://scenex.jina.ai April 4, 2023 at 05:58AM
Show HN: Daba – Turn your JSON into a database https://ift.tt/k5lb1Ro
Show HN: Daba – Turn your JSON into a database Hi all, I built this tool when I needed a simple LocalStorage-esque database for a client project, and figured others might want something similar. Basically turns your JSON into a query-able, hosted database in seconds. You can read/update/delete JSON files by path, just like you would in Javascript. So, something like get(”users[7].address”) And while we’re at it, I also built a simple file storage service where you upload a file and it gives you the URL back. A lot of my (and other devs friends') side projects will never require more data than a JSON file can handle. Yet we always have to go through the hoops of setting up and using databases meant to handle huge amounts of data. There are many other services that could benefit from the same minimalist philosophy. The idea is to have a bunch of building blocks of different services, and let the developer scale up/down the complexity as they see fit. I'm working on more services for daba (In no particular order: SQLite db?, auth, emails, …) You can use this for any applications where the data can fit in a JSON file. (e.g. Website CMS, blog, portfolio, small mobile apps, internal tools, …). You’ll be surprised at how much data a 20mb JSON file can hold: https://ift.tt/IDtAp3w... Let me know what you think https://www.daba.so April 4, 2023 at 02:24AM
Show HN: Img2irc – convert images to IRC or ANSI, with post-processing filters https://ift.tt/5OS3TJx
Show HN: Img2irc – convert images to IRC or ANSI, with post-processing filters https://ift.tt/2OxcbSJ April 4, 2023 at 02:36AM
Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ift.tt/ZCz4pkm
Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ycinterview.ai/ April 4, 2023 at 12:55AM
Show HN: Pubnix.pink, a public-access Void Linux system https://ift.tt/a6XZjxS
Show HN: Pubnix.pink, a public-access Void Linux system This is a hobby project I've been working on, any feedback is greatly appreciated! https://pubnix.pink April 3, 2023 at 11:40PM
Show HN: Goru, an experimental, Go-inspired concurrency library for Ruby https://ift.tt/r2jLgPS
Show HN: Goru, an experimental, Go-inspired concurrency library for Ruby Hey folks, wanted to show this off and get feedback. Still early/experimental but there are quite a few concepts I'm excited about here. This project came about while writing a program in Go and loving its approach to concurrency. Being a long-time Rubyist I immediately started to think about what similar concepts might look like in Ruby. I set out with two main design constraints: 1. Lightweight: I didn't want routines to be backed by fibers or threads. Having been involved some in the async project ( https://ift.tt/lVvM1N3 ), I had some experience using fibers for concurrency but was curious if they could be avoided. 2. Explicitness: Routine behavior must be written to describe exactly how it is to behave. I always felt like concurrent code was hard to fully understand because of the indirection involved. On the spectrum between tedium and magical I wanted to err more on the side of tedium with Goru. Goru routines are just blocks that are called once for every tick of the reactor. It is up to the developer to implement behavior in terms of a state machine, where on each tick the routine takes some action and then updates the state of the routine for the next tick. This fulfills both design constraints: 1. Because routines are just blocks, they weigh in at about ~345 bytes of memory overhead. 2. Routine behavior is explicit because it is written as a state machine inside the block. Couple more features worth noting: * Goru includes channels for buffered reading/writing (similar to channels in Go). * Goru ships with primitives for non-blocking IO to easily build things like http servers. Curious your thoughts! https://ift.tt/peUMHr2 April 3, 2023 at 07:17PM
Sunday, April 2, 2023
Show HN: Resource Forks https://ift.tt/mRDg37W
Show HN: Resource Forks https://ift.tt/ZerRFQ3 April 3, 2023 at 09:03AM
Show HN: Cloud.museum the first SSG coded by ChatGPT https://ift.tt/1v6yMbw
Show HN: Cloud.museum the first SSG coded by ChatGPT ChatGPT can code pretty well but not without some help. After 100+ interactions here is the first ever static site generator coded entirely by ChatGPT. There is a NodeJS and even a Swift version. What do you think ? https://cloud.museum April 3, 2023 at 05:44AM
Show HN: I Got ChatGPT to Write Complete Programs https://ift.tt/uZPhYEl
Show HN: I Got ChatGPT to Write Complete Programs https://ift.tt/bqJ5u0Z April 3, 2023 at 03:42AM
Show HN: Aicmd – Write difficult shell commands using natural language for free https://ift.tt/p1wDAny
Show HN: Aicmd – Write difficult shell commands using natural language for free Ever tried to write a shell commands but can't remember the syntax or parameters? aicmd is a CLI tool that allows you to write commands using natural language and is free of charge. No subscription or OpenAI key required. Check it out! https://aicmd.app April 2, 2023 at 11:46PM
Show HN: Shhhbb, an SSH BBS https://ift.tt/tOP50AU
Show HN: Shhhbb, an SSH BBS Hello all :) I made this BBS for fun and thought you all would enjoy it. It's not perfect, but it's been a fun exercise! see it: https://ift.tt/zy5w62N try it: ssh -p 2223 shhhbb.com host it: https://ift.tt/hjBrQxb why? Every year I challenge myself in some new way, this year it is to push one project per week. You might recognize my static site generator [0] or my releaser for go [1] from previous posts as one of these weekly projects. If you want to join me in doing this, it's been a blast and I highly recommend it! Maybe we can chat on the bbs about it :) [0] - bearclaw tiny static generator - https://ift.tt/iDdL1cF [1] - release.sh release builder for go - https://ift.tt/iDdL1cF need: I'd love a few co-conspirators, or even some new friends for the bbs software or the bbs itself. A lofty nice-to-have goal is meeting a few other similarly motivated people to conspire with on a weekly basis. If that's you, drop me a line! goals: I have about half of an admin interface endpoint pushed up, which I'd like to finish. I realized mid-commit that I'd lacked some other material in a previous commit, and in pushing it up, I ended up pushing half the admin feature. Stay tuned for that. I'd also like to implement a feature where I surrender the socket to a new process so I can upgrade the binary without dropping all of the connected users. I'm not sure on the feasibility of this, but all the words fit together, so it'll be tried. https://donuts-are-good.github.io/shhhbb/` April 2, 2023 at 10:10PM
Show HN: Integrating puzzle rush and spaced repetitions for chess training https://ift.tt/tPgXLsG
Show HN: Integrating puzzle rush and spaced repetitions for chess training Hi HN! I’m publicly releasing BraiMax Chess, a web app I built during the last three months; it’s based on a training technique which brought me from around 1700/1800 to 2000 rating (superblitz) on lichess. Here it is: https://ift.tt/oKT0ye6 Background story: during lockdown I decided to try and improve at chess, which I was playing online a lot. Bought a few books, tried all the websites and apps I found. This serious study helped a lot in understanding the game better, but didn’t improve my results as much as I hoped. It also was very hard work, and after a few months I stopped having the motivation to continue. Around that time I discovered Puzzle Rush on chess.com; that one was the most enjoyable chess-related thing I could do besides playing games, and it helped with tactics, but I soon plateaued - until I thought about combining that with spaced repetitions. I would manually review the puzzles I had failed, and add them to a rudimentary spaced repetitions system I had hacked together. It was a bit of work, but still enjoyable enough to stick to it; that’s when I started getting noticeably better and better, making fewer blunders, and climbing the rating. Late last year I decided to take some time off after leaving my last job; during the break I felt an itch and decided to create a website which would allow anybody to use the same technique I described above, but in a much easier/integrated way. After three months of full time work on it, it’s ready! Let me know what you think Dan https://ift.tt/YatgjO6 April 2, 2023 at 03:06PM
Saturday, April 1, 2023
Show HN: Rock Paper Scissors Online Game https://ift.tt/Ou6bY0h
Show HN: Rock Paper Scissors Online Game I created online rock paper scissors game with Nuxt.js and node.js (socket.io) https://ift.tt/mk049Xj April 2, 2023 at 02:25AM
Show HN: Build your own no-code editor with Reka.js https://ift.tt/Ne2R7Sv
Show HN: Build your own no-code editor with Reka.js Much of the complexity surrounding building no-code editors come from architecting the state management system to power such editors: how can we allow end-users to create and edit entire UI components directly from the browser? Reka solves this by providing an AST-powered state system that enables end-users to create UI components that are nearly as complex as ones that developers could write in code; along with an interpreter to efficiently compute an output that could be rendered on the browser. Furthermore, Reka provides additional extensions, such as enabling real-time collaboration via CRDTs; or you could build a custom extension to support additional functionalities such as a commenting system. All that's left is for you to build your own UI abstractions on top of Reka — designing your editor UI/UX and providing easy-to-use buttons/controls for your end-users to mutate the underlying state in Reka. Github: https://ift.tt/i1AK3RY https://reka.js.org April 1, 2023 at 05:00PM
Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa) https://ift.tt/vFgJmSN
Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa) https://ift.tt/bqpJrdU April 1, 2023 at 06:17PM
Show HN: AI Shakespeare https://ift.tt/hEtVliJ
Show HN: AI Shakespeare These days thinking of ways to uniquely show off a text to speech model is tough, as there are a lot of them out there. We thought it would be fun for April 1 to show something a bit on the silly end of things -- we trained our TTS model on "Shakespearean" theatrical voices, and used GPT to generate short plays which are then "acted" out. This lets us show the versatility of our model, that we use in more "serious" settings for generating branded voices for particular languages or accents. It should be noted, the dataset is of our own curation; all voice actors were compensated with full knowledge of being used for TTS and were thrilled to be part of a creative project like this. We resample the speaker embedding space to find voices that are different from any one particular actor. https://ift.tt/CL9KGHx April 1, 2023 at 02:00PM
Show HN: Use cookies from Chrome (CDP) in cURL without copy pasting https://ift.tt/iEygkPp
Show HN: Use cookies from Chrome (CDP) in cURL without copy pasting https://ift.tt/Y7vHmd5 April 1, 2023 at 04:33PM
Show HN: Coursemate, connect with other self learners https://ift.tt/2VU6LDo
Show HN: Coursemate, connect with other self learners Hey Hacker News! My name is Collin, 18 years old and doing a gap year after finishing high school last year. This was my first real project after starting to learn web development around 5 months ago. I came up with this idea as it was a real pain for me to find other people from my country and especially my age, learning and taking online courses about the same stuff online. Lots of these online courses include their own discord communities and forums, but I still found it very hard to connect with other people in there. Thats why I built Coursemate. I would love to get your feedback on it! :) https://ift.tt/FedoA9J April 1, 2023 at 02:08PM
Friday, March 31, 2023
Show HN: ParallelGPT – Batch processing with ChatGPT on low-code spreadsheet UI https://ift.tt/o3DTKbf
Show HN: ParallelGPT – Batch processing with ChatGPT on low-code spreadsheet UI We made ParallelGPT - a tool that lets you bulk process chatGPT on a spreadsheet UI instead of one-by-one conversation style. Hopefully this saves you time and hassle - especially if you want to build an operational process around it and want to collaborate your team. You can give it a quick spin on this live demo playground: https://ift.tt/REK1P0W... I am the co-founder of Rowy( https://www.rowy.io ), an open-source low-code platform, and we built ParallelGPT as a fun showcase of what you can do with low-code. There are tons of exciting AI apps you can build with low-code, and we're always happy to chat about any ideas you have and assist on our Discord. https://ift.tt/TnjXbWx April 1, 2023 at 06:17AM
Show HN: Simply explain 20k concepts using GPT https://ift.tt/avzweuy
Show HN: Simply explain 20k concepts using GPT Hi HN! I made a tool that autogenerates simple, high-level explanations of concepts and organizes them in a somewhat university course-like structure so that it's easier to see how things are structured. Currently it has about 20,000 concepts on a range of topics but that's just what I generated so far, it should work with more obscure topics in the future. I love learning about random topics where I don't have a good background in like history or linguistics, but it's hard to figure out what topics there (you don't know what you don't know) are in certain fields and what they are even about, so this was a way to get the high level idea about random things that I wanted to know about. It also only uses the information in the GPT model at the moment, so obviously information can't be trusted completely and you should definitely double check any information you read here by Googling. I'm thinking of doing the Bing Chat approach for the next version and adding references, but don't have that yet Hopefully someone else finds this useful even if it's not perfect! https://ift.tt/ItKXifT April 1, 2023 at 03:54AM
Show HN: Cadseer. a parametric solid modeling CAD desktop application https://ift.tt/mFuzh0i
Show HN: Cadseer. a parametric solid modeling CAD desktop application Cadseer is in the same genre as: solidworks, inventor, freecad etc... Cadseer is alpha software, so lots of missing features, bugs, crashes, file incompatibilities etc... About me: I spent 15 years designing stamping dies on a high end cad system. During that time, I also developed and marketed extensions/plugins toward that cad system. Through that experience, I came disillusioned with 'vendor lock-in' and proprietary software in general. I basically retired, took the vow of poverty and moved all my computing to open source. I have since, and continue to, try and improve the open source cad environment. https://ift.tt/rUJVyEc April 1, 2023 at 12:05AM
Show HN: Multi-Display Screen Sharing with CoScreen by Datadog https://ift.tt/R79S8AO
Show HN: Multi-Display Screen Sharing with CoScreen by Datadog Good to be back on HN with all-new CoScreen, a little more than 3 years after it launched over here! With CoScreen 5.0, you can now share your windows from multiple displays at the same time, a long standing request by our most avid users and impossible in other apps. It also has a lightning-fast, Rust-based window compositing, scaling, and streaming engine now. CoScreen was always meant to be different so that you and your team can share your screens simultaneously and multi-directionally, and to be able to control what is being shared. We saw it as a natural extension and closely coupled with your OS — instant, fast, and seamless. A better way to pair program, debug tough incidents, or jam on great ideas by sharing multi-modal information like code, commands, graphs, or logs. All that made a lot of sense conceptually but to be frank, it was hard to get it right. Now a part of Datadog and with major parts of our app rewritten in Rust, we feel we’re closer than ever. Here’s what pair programmers liked about CoScreen, so we made it even better: - High definition code sharing: Windows are video-streamed in real-time at their native resolution whenever possible. You never have to search for your IDE anymore or be anxious to share the wrong window. - Multi-directional collaboration: You can share, while Alice shares, while Bob shares. Side-by-side, across multiple displays. With built-in crisp audio and video chat. - 60FPS+ super smooth mouse pointers. Type, click, and draw on any shared window as if it was your own. What some of you did NOT like, so we fixed it in CoScreen V5: - CPU utilization and latency have been reduced drastically as various parts of our desktop client are now implemented in Rust, building on crates such as cxx, rust-skia, iced, as well as Neon for our native remote control plugins. - No more accidental clicking into remote windows through the new remote window toggles. - You’re no longer bound by your displays, can share windows from multiple of them at the same time and even move them across displays while sharing without stopping. - You’ll also soon be able to join meetings from your browser from any platform. CoScreen runs on macOS (x64 and Apple Silicon), Windows, soon also on the web and is currently free. We’re planning to charge for larger teams and enterprise features in the future. Hopefully - finally - we’ll also have a Linux version one day. Tell us if you need it urgently and if you have any other requirements! https://ift.tt/BOv6pPr March 31, 2023 at 07:21PM
Thursday, March 30, 2023
Show HN: Random Aerial Airport Views https://ift.tt/W7JQRvg
Show HN: Random Aerial Airport Views Hi HN! Sharing Random Airport Inspired by RandomStreetView (which I find weirdly addictive), and a passion for air travel. Probably not for everyone, but I hope some of you find it interesting! Needless to say, open to feedback! Enjoy clicking! Further reading: TECH: It's Build in React, NodeJS, with a Notion DB. The code is public on Github. It is spaghetti though ... Especially open to feedback here. DB: The db is publicly available (and editable), I can add the link in comments if anyone would like to have a look . KNOWN ISSUES: I would like to improve the design, pic loading performance and quality of (some) pics. https://ift.tt/3PBqbo9 March 31, 2023 at 10:27AM
Show HN: Free Online Screen Recorder MP4 and WEBM https://ift.tt/kJqLUfl
Show HN: Free Online Screen Recorder MP4 and WEBM https://ift.tt/YgWfDUE March 30, 2023 at 05:04PM
Show HN: The AI Manifesto for Humanity https://ift.tt/w2ZD5OP
Show HN: The AI Manifesto for Humanity see comments https://ift.tt/O91f7Sb March 30, 2023 at 04:22PM
Show HN: Yesterday I open sourced StratusGFX, a realtime 3D rendering engine https://ift.tt/JqVrLHB
Show HN: Yesterday I open sourced StratusGFX, a realtime 3D rendering engine It's been closed source for a long time while I worked on it on and off as a hobby research project, but yesterday the repo was made public for the first time under the MPL 2.0 license. A feature reel showing its capabilities can be found here: https://ift.tt/hEYa9wJ... A technical breakdown of a single frame can be found here: https://ift.tt/hTyG02x... It's still in a very beta state (bugs and instability expected), but I felt like it was a good time to make it public since a lot of its core features are mostly presentable. I plan to continue working on it in my spare time to try and improve the usability of the code. Two main use cases I could see for it: 1) People using it for educational purposes. 2) People integrating it into other more general purpose engines that they're working on since Stratus is primarily a rendering engine. Any extensions to the rendering code that are made public would then further help others. So I think it will remain very niche but I'm hoping it will still be helpful for people in the future. https://ift.tt/mQtU1lV March 30, 2023 at 03:25PM
Wednesday, March 29, 2023
Show HN: Sendsecurely.io – an audited secure file sharing platform https://ift.tt/JANojPt
Show HN: Sendsecurely.io – an audited secure file sharing platform Hi HN! tldr: SendSecurely is a secure platform to send sensitive documents and files to others. All files are encrypted locally before uploading to SendSecurely. The decryption keys are also encrypted and managed by a new audited database system. Anytime anyone accesses the decrypted keys, an audit log is created letting you keep track of everyone you have shared the file with and when they have accessed it. We would love for you to try this new system and share feedback! long (and technical) story: My partner and I have been working for the past 2 years on building a new privacy-oriented database system called EthicalDB. EthicalDB utilizes blockchain technology to codify both database schema and database permissions. All data in EthicalDB must be associated with an entity in the database and predefined by the schema as public or private data. Permissions are also defined in the schema. Private data is stored encrypted within EthicalDB in a special way that requires multiple nodes to provide decryption keys to access the private data. This forms the basis of governance and accountability in the system such that no one node can access the private data. For private data to be accessed, a private data request must be submitted to the blockchain ledger from an entity existing within EthicalDB. The nodes validate that the entity has permission to access the requested private data and then submit decryption keys for the entity to be able to access the data. In this way, there is no separation between data access and audit - you must submit a data request to get access to the data. We view this radically different architecture and design from traditional database systems as necessary if we wish to codify privacy policies and truly have support for individual personal data ownership and protection. After a combined 25 years working as internet application developers, my partner Travis and I saw that database systems sucked at storing personal data and any attempt to do so was an afterthought. Core problem: every database system is designed assuming the hosting organization has full ownership of all the data within the system. We asked ourselves what would a database system look like if a system was designed from the ground up to respect privacy and personal data ownership? - EthicalDB is what resulted. There are many uses we can see for EthicalDB, but one of the first applications we felt comfortable building and releasing to the public is a secure file sharing platform. We would love input and feedback on SendSecurely! We'd be also happy to discuss with anyone interested a technical deep dive on the EthicalDB technology. Thanks for checking this out! https://ift.tt/of7jVli March 30, 2023 at 09:50AM
Show HN: Type Safe SQL Query Builder https://ift.tt/RQf6lLp
Show HN: Type Safe SQL Query Builder https://kysely.dev/ March 30, 2023 at 08:58AM
Show HN: Marvin – build AI functions that use an LLM as a runtime https://ift.tt/yZzXu8Q
Show HN: Marvin – build AI functions that use an LLM as a runtime Hey HN! We're excited to share our new open-source project, Marvin. Marvin is a high-level library for building AI-powered software. We developed it to address the challenges of integrating LLMs into more traditional applications. One of the biggest issues is the fact that LLMs only deal with strings (and conversational strings at that), so using them to process structured data is especially difficult. Marvin introduces a new concept called AI Functions. These look and feel just like regular Python functions: you provide typed inputs, outputs, and docstrings. However, instead of relying on traditional source code, AI functions use LLMs like GPT-4 as a sort of “runtime” to generate outputs on-demand, based on the provided inputs and other details. The results are then parsed and converted back into native data types. This “functional prompt engineering” means you can seamlessly integrate AI functions with your existing codebase. You can chain them together with other functions to form sophisticated, AI-enabled pipelines. They’re particularly useful for tasks that are simple to describe yet challenging to code, such as entity extraction, semantic scraping, complex filtering, template-based data generation, and categorization. For example, you could extract terms from a contract as JSON, scrape websites for quotes that support an idea, or build a list of questions from a customer support request. All of these would yield structured data that you could immediately start to process. We initially created Marvin to tackle broad internal use cases in customer service and knowledge synthesis. AI Functions are just a piece of that, but have proven to be even more effective than we anticipated, and have quickly become one of our favorite features! We’re eager for you to try them out for yourself. We’d love to hear your thoughts, feedback, and any creative ways you could use Marvin in your own projects. Let’s discuss in the comments! https://ift.tt/wd2mjUW March 30, 2023 at 07:34AM
Show HN: SpamZappr – AI-Powered Spam Detection Solution https://ift.tt/SnWMguq
Show HN: SpamZappr – AI-Powered Spam Detection Solution If you're looking for a cutting-edge solution to keep spam at bay and create a cleaner online space, then look no further than SpamZappr! Our AI-powered spam detection tool will revolutionize the way you manage spam in your online community. Spam is an ever-present issue in the digital world, and it can be a frustrating and time-consuming problem for anyone trying to manage an online community. That's why we created SpamZappr, a powerful tool designed to effortlessly detect and filter spam with AI technology. Our goal with SpamZappr is to make managing online communities easier and more enjoyable for everyone. With our tool, you can protect your users from malicious content, improve user engagement, and maintain a professional online presence. What's more, we've made it incredibly easy to integrate SpamZappr into your existing platform or application. Our developer-friendly API lets you quickly implement spam detection, so you can focus on what really matters: building a strong and engaged community. https://spamzappr.com March 30, 2023 at 05:51AM
Show HN: Hacker News Summarizer (Chrome Extension) https://ift.tt/feCYVz0
Show HN: Hacker News Summarizer (Chrome Extension) Hey Hacker News community, We're excited to announce the launch of our new Chrome extension, "Hacker News Summarizer," which uses OpenAI API to summarize articles on Hacker News. It helps you quickly understand the key takeaways without reading the whole article. Plus, no login or confirmation is required to use it! Simply install the extension and click the "summary" link next to "comments" when you want to read an article. Disclaimer: Not all articles are summarised, or supported but we will change and try to support them later. Additionally, this extension is not affiliated with OpenAI or Hacker News. Chrome Extension: https://ift.tt/0RzjN3W ... Try it out today and let us know what you think in the comments below! Thanks, The Hacker News Summarizer team https://ift.tt/G0LDNTo March 29, 2023 at 04:18PM
Show HN: GPT-3.5-turbo wrapped inside my personal website https://ift.tt/JqrZXVW
Show HN: GPT-3.5-turbo wrapped inside my personal website https://ift.tt/mTqV31J March 29, 2023 at 03:04PM
Show HN: Atmos – Everything you need to create color palettes https://ift.tt/LvoxtrQ
Show HN: Atmos – Everything you need to create color palettes https://atmos.style March 29, 2023 at 01:08PM
Tuesday, March 28, 2023
Show HN: Tampermonkey userscript for removing HN threads via predefined regexes https://ift.tt/GxnEUSd
Show HN: Tampermonkey userscript for removing HN threads via predefined regexes https://ift.tt/LX625hf March 29, 2023 at 09:15AM
Show HN: Customizable, embeddable Chat GPT based on your own documents https://ift.tt/gLzBsNp
Show HN: Customizable, embeddable Chat GPT based on your own documents https://libraria.dev/ March 29, 2023 at 06:41AM
Show HN: Call Gen Z GPT 1-650-729-9536 Built with Vocode (YC W23) and Rime TTS https://ift.tt/m9rC1T4
Show HN: Call Gen Z GPT 1-650-729-9536 Built with Vocode (YC W23) and Rime TTS Hey HN! Try calling: +16507299536 to talk to Gen Z GPT. This a quick demo of what you can do with Vocode (open source toolkit for building voice-based LLM applications). We've collaborated with Rime using their text-to-speech for this demo! https://ift.tt/M9QWSiG March 29, 2023 at 02:21AM
Show HN: GPT4 vs. GPT3:What you should know https://ift.tt/7OlhxTU
Show HN: GPT4 vs. GPT3:What you should know https://ift.tt/42MHgf7 March 28, 2023 at 08:22PM
Show HN: DiskerNet – save and index web content locally https://ift.tt/Qv1JR5S
Show HN: DiskerNet – save and index web content locally https://ift.tt/ylUNEkD March 28, 2023 at 05:32PM
Show HN: Using Voice to Interact with ChatGPT https://ift.tt/Z36N5fW
Show HN: Using Voice to Interact with ChatGPT Hi HN, During the weekend, I built a Chrome extension for ChatGPT that allows you to interact with it using your voice. Currently, it supports more than 10 languages, and I will add more gradually if requested. Although it's still in its early stages, I would be happy to receive critical feedback! https://ift.tt/ig8ls7W March 28, 2023 at 03:28PM
Show HN: PoachMe.dev, Reclaim Your Time https://ift.tt/G5IoFhe
Show HN: PoachMe.dev, Reclaim Your Time A couple of months ago, I posted about my stealth startup on HN and got a lot of friendly help and signups so I'm officially launching today to a wider audience. All of the features highlighted here are "FREE" (we just take a cut from your scheduled recruiter calls) PoachMe.dev is your one stop shop to being paid for the time you spend with recruiters on finding a job. From the hiring manager, to the recruiter, to the HR team cutting you an offer letter, every single person in the chain is getting paid while a candidate gets to pretend their money and time and resources aren't dwindled every time they take an interview so this turns it back on it's head. Have you ever received a random message asking for a random technology you don't have while also claiming "you're a perfect fit"? Send them a pre-composed "reply template message" from PoachMe ("Great. Please book a slot on my calendar and we can chat more about this. You'll receive my resume upon confirmation of the booking. https://ift.tt/hLdZfbK ") so they can schedule and pay for your time. You will be surprised how many great recruiters will blatantly tell you that you are not worth your time as soon as they're asked to pony up even $100/hr while making an easy 10k for placing you at a company. If your skills have value, you can cut through the recruiter chaff and get to the recruiters who are actually easy to work with in one easy step. After we built this core feature, we've branched out to creating a career snapshot (https://ift.tt/tXyId21) which allows you to showcase your skills in one single screen without it being a resume and have started work on a virtual business card you can update and flash unto NFC cards so you have a digital business card you can carry around with you ( https://ift.tt/RZtEQKD ) Sign up today using the following limited signup code ( https://ift.tt/mSMCDNH ). Although I am sure I am able to scale this startup to any size, limiting signups is a super easy way to not get HN-hugged-to-death. https://ift.tt/7ui9ZM5 March 28, 2023 at 01:45PM
Monday, March 27, 2023
Show HN: Regex.ai – AI-powered regular expression generator https://ift.tt/MuxWTXo
Show HN: Regex.ai – AI-powered regular expression generator Regex.ai is an AI-powered tool that generates regular expressions. It can accurately generate regular expressions that match specific patterns in text with precision. Whether you're a novice or an expert, Regex.ai's intuitive interface makes it easy to input sample text and generate complex regular expressions quickly and efficiently. Overall, Regex.ai is a game-changer that will save you time and streamline your workflow. https://regex.ai/ March 28, 2023 at 07:25AM
Show HN: A Podcast Q&A App Powered by GPT https://ift.tt/6IvkBEZ
Show HN: A Podcast Q&A App Powered by GPT DrPawd is a GPT powered app for answering questions from podcasts. Not only does it provide the answer but also provides the timestamps in the relevant episodes where the hosts discuss the topic. It also features a personalized episode page where the user can ask questions specifically to the episode, read summary of the episode and find related episodes which they might find interesting. Right now some of the most popular podcasts such as HubermanLab, Peter Attia's TheDrive, StarTalk and Stuff You Should Know are supported with more to come. This is still early stage and UI needs more refinements but happy to hear critical feedback. https://drpawd.com March 27, 2023 at 05:47PM
Show HN: Flightle https://ift.tt/raoXMzp
Show HN: Flightle https://ift.tt/ls4mfeP March 27, 2023 at 05:35PM
Show HN: Hacker Cabin https://ift.tt/4FWPNl3
Show HN: Hacker Cabin https://ift.tt/LmFXAGY March 27, 2023 at 05:30PM
Show HN: GPT My Life https://ift.tt/vdHeBlo
Show HN: GPT My Life Have you ever considered just letting AI control your life? I mean, it's clearly superior to humans in every way. AI never gets tired, it never gets emotional, and it never makes mistakes. So why bother trying to control your own life when you could just let the machines do it for you? Just sit back, relax, and let GPT-3 plan your day. After all, what could possibly go wrong? https://gptmylife.com/ March 27, 2023 at 04:59PM
Show HN: KGraph, a GPU-accelerated graph plotter https://ift.tt/36DLl1y
Show HN: KGraph, a GPU-accelerated graph plotter Have you ever lost your mind at Desmos or Geogebra for occasionally being so god-damn slow and laggy? I have and, as a result, decided to make my own, GPU-accelerated (webgl2) graph plotter that renders equations, shaded plots, etc. with butter-smooth framerates. Equations we are used to think as unplottable (with usable real-time performance), like for example `e ^ (sin(x) * x ^ 2 * cos(y)) = cos(e ^ (x * y))`, will render just as smoothly [0] as something simple, like `y = x ^ 2`. Goals: * Rendering (almost) any equation without performance problems * Enabling acquiring new insights from being able to closely interact with complicated equations * Having an intuitive, easy-to-use and not-buggy interface Non-goals: * Being a general-purpose CAS software KGraph is under active development, and features such as parametric equations are coming in the near future! Thank you for your feedback! [0]: https://ift.tt/u9WlSzP... https://ift.tt/tdYfMRx March 27, 2023 at 03:04PM
Show HN: SlickGPT https://ift.tt/Zq1zB3G
Show HN: SlickGPT SlickGPT is a light-weight "use-your-own-API-key" ChatGPT client written in Svelte. It offers GPT-4 integration, a userless share feature and other superpowers. https://ift.tt/0Hdq6JB March 27, 2023 at 01:12PM
Sunday, March 26, 2023
Show HN: Notclick.in – summarize YouTube videos with ChatGPT https://ift.tt/D6pVgPk
Show HN: Notclick.in – summarize YouTube videos with ChatGPT https://notclick.in March 27, 2023 at 07:33AM
Show HN: Jailbreaking GPT3.5 Using GPT4 https://ift.tt/Hhv7lYN
Show HN: Jailbreaking GPT3.5 Using GPT4 https://ift.tt/zKC9Rjo March 26, 2023 at 08:41PM
Show HN: Pangolier – Write UI tests for the web platforms in YAML https://ift.tt/VbtCs2j
Show HN: Pangolier – Write UI tests for the web platforms in YAML I made this as a toy/proof-of-concept. This is a port of [Maestro]( https://ift.tt/81BKSsr ) but for the web platform. Uses [Playwright]( https://playwright.dev/ ) under the hood. https://pangolier.dev// March 26, 2023 at 06:52PM
Show HN: I made a non-trivial iOS app with GPT-4 in just a few hours https://ift.tt/Eu3C9OJ
Show HN: I made a non-trivial iOS app with GPT-4 in just a few hours After being inspired by your responses to the Ask HN thread yesterday ( https://ift.tt/qab5zD7 ), I decided to see if I could use ChatGPT to make a functioning app. I picked a random project idea out of my Notebook of Amazing Ideas, and spent just a couple of hours using GPT-4 to build it. I've never built an iOS app before, and even if I made something like this as a web app (my usual job), I would expect it to take at least a week. My process was basically 1) Ask ChatGPT to write some code 2) Copy and paste the code into the right files (this took a little bit of React knowledge on my part). 3) Run the code and paste any errors back to ChatGPT and ask it for suggested solutions. 4) Repeat. https://ift.tt/KHonRU7 March 26, 2023 at 02:13PM
Saturday, March 25, 2023
Show HN: Grant-Funded FAFSA help, 1:1 college access coaching, and Fin Aid https://ift.tt/HUxD5yK
Show HN: Grant-Funded FAFSA help, 1:1 college access coaching, and Fin Aid https://ift.tt/zitCu4w March 26, 2023 at 08:09AM
Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT https://ift.tt/2hDbuQG
Show HN: 13Sheep – a JavaScript game largely authored by ChatGPT 13 Sheep is a quick roll-and-write game designed by Moritz Dressler, intended for one or more players. By drawing fences on a grid, players try to protect as many sheep as possible before the wolf comes. I reproduced the rules in an online experience, allowing for additional user customization compared to the pen and paper version. A lot of the code comes from a conversation I had with chatGPT. Here's a blog detailing the prompts used in the conversation with chatGPT: https://ift.tt/wMIU6Et https://ift.tt/rBCmEvS March 26, 2023 at 05:51AM
Show HN: Lunette – A word processor designed around writing, not formatting https://ift.tt/xIhDBXp
Show HN: Lunette – A word processor designed around writing, not formatting https://lunette.app/ March 26, 2023 at 03:04AM
Show HN: Kepler Book – A Way to Document and Share Errors https://ift.tt/tP3WnGm
Show HN: Kepler Book – A Way to Document and Share Errors Kepler is a website to explain code errors in a context-driven way, instead of scouring the internet for solutions to obscure programming errors? This is an experimental project. Inspired by the popular Stack Overflow and Val Town. Kepler-Book is a new platform that allows developers to easily write and document errors for others to read and understand the context. Most times i was tired of struggling with obscure programming errors and wish there was a better way to document and share our solutions, check out Kepler-Book today. The team behind the platform is eager to hear feedback from the Hacker News community and is committed to making Kepler-Book the go-to platform for documenting and sharing errors. https://ift.tt/UVzYC3d March 25, 2023 at 04:14PM
Show HN: ChatGPT Plugins are a security nightmare https://ift.tt/lcsJ5uD
Show HN: ChatGPT Plugins are a security nightmare https://ift.tt/ZncBTEC March 25, 2023 at 05:09PM
Show HN: CommandClick: WebBrowser enforced by JavaScript and shellscript(Termux) https://ift.tt/FBL2WCn
Show HN: CommandClick: WebBrowser enforced by JavaScript and shellscript(Termux) CommandClick is low code android app making tool. On the surface, CommandClick is web browser. In fact, this is low code android app making tool. Surely, CommandClick can customize brosser But feature. Futher more, you can original android app by low code. Please check my readme! https://ift.tt/AG5b0Jh March 25, 2023 at 09:58AM
Show HN: FTX Creditor – Confirm that the bankruptcy court has your claim https://ift.tt/1rxEbLl
Show HN: FTX Creditor – Confirm that the bankruptcy court has your claim FTX Creditor is the easiest way to confirm that the bankruptcy court knows about your claim. Background: Last week, FTX published 1.3M anonymized user accounts in a Schedule F filing that lists the unsecured creditors they know about. 1.3M is a huge number, but it may be less than half of the total users FTX had. If your account is not listed, file a proof of claim with the bankruptcy court, or they may not treat you as a creditor (Federal Rules of Bankruptcy Procedure: Rule 3003). The data was uploaded as a series of PDFs, which makes it hard to find your claim, especially if you don’t remember the exact amounts you had and have to fuzzy match with cmd+f! We built FTX Creditor so that you can find your claim with the information you have. Features: - Find claims by: - Assets. If you remember having 4-5 BTC, 10-20 ETH, 0-100 SOL, you can filter 1.3M claims down to 4. - USD value. The face value of a claim is the account value on November 11, the day FTX filed for bankruptcy. You can exclude “Sam Coins” from the value calculation. The court may ignore the value of assets closely associated with SBF, such as FTT and SRM. - Customer code. - See the court document a claim was listed in. - Subscribe for notifications about events that may impact your claim, such as when the court sets the deadline to file a proof of claim. - Search for terms across all public court filings. Future Work: - Creditors who are interested in selling their claims can receive offers from buyers. - Explore aggregate statistics across accounts and assets. - FAQ on the most relevant parts of the bankruptcy process. FTX creditors, we got this! https://ift.tt/MfjB1gc March 25, 2023 at 02:12AM
Friday, March 24, 2023
Show HN: Sync your keys and configs via an encrypted Git https://ift.tt/cvWintV
Show HN: Sync your keys and configs via an encrypted Git https://ift.tt/CtKPq89 March 25, 2023 at 04:07AM
Show HN: Her – An AI assistant powered by ChatGPT https://ift.tt/aEFkd2Y
Show HN: Her – An AI assistant powered by ChatGPT https://ift.tt/jyRpMdu March 25, 2023 at 01:28AM
Show HN: Use ChatGPT, Bing and Bard in one app https://ift.tt/BE6St9F
Show HN: Use ChatGPT, Bing and Bard in one app https://ift.tt/6wDAWiC March 24, 2023 at 04:29PM
Show HN: Hacker News Summarizer (Chrome Extension) https://ift.tt/KCiuxsS
Show HN: Hacker News Summarizer (Chrome Extension) Hey Hacker News community, We're excited to announce the launch of our new Chrome extension, "Hacker News Summarizer," which uses OpenAI API to summarize articles on Hacker News. It helps you quickly understand the key takeaways without reading the whole article. Plus, no login or confirmation is required to use it! Simply install the extension and click the "summary" link next to "comments" when you want to read an article. Disclaimer: Not all articles are summarised, or supported but we will change and try to support them later. Additionally, this extension is not affiliated with OpenAI or Hacker News. Chrome Extension: https://ift.tt/VSd31ZT... Try it out today and let us know what you think in the comments below! Thanks, The Hacker News Summarizer team https://ift.tt/i3uQs76 March 24, 2023 at 04:18PM
Show HN: Unity AI Asset Generation https://ift.tt/LyMnBIe
Show HN: Unity AI Asset Generation Hello HN - like a lot of programmers, I am really excited by everything going on with ChatGPT/DALL-E. I am a game developer by trade, and I think there is a lot of potential to change workflows for game development. I was very inspired by Keijiro Takahashi's prototypes for asset generation using OpenAI within Unity, so I tried to make a more generic means of generating text and image assets within the Unity Editor using OpenAI's APIs. I've been surprised by the success so far - it definitely has it's limits, but I think we have just begun to scratch the surface of the potential here. https://ift.tt/RShqy7Y March 24, 2023 at 11:59AM
Thursday, March 23, 2023
Show HN: ChatGPT develops a Dungeons and Dragons multiplayer game https://ift.tt/gH6jZDe
Show HN: ChatGPT develops a Dungeons and Dragons multiplayer game https://ift.tt/Ib5jE0Y March 24, 2023 at 07:25AM
Show HN: Create a “rogue” WiFi AP & Captive Portal with a Raspberry Pi https://ift.tt/dzHF2My
Show HN: Create a “rogue” WiFi AP & Captive Portal with a Raspberry Pi This project makes a Raspberry Pi pretend to act as a WiFi hotspot with a captive portal. It does not actually provide an internet connection to connected clients, but simply triggers their captive portal detection, which causes them to present users with a browser window containing content of your choosing. I created this for security tinkering purposes, but also because I found the documentation for similar projects lacking. I've attempted to document and explain the salient points of the entire Raspberry Pi Linux configuration relating to the captive portal. https://ift.tt/5mwJyzl March 24, 2023 at 03:20AM
Show HN: AlpacApp – An Extendable and Highly Customizable Website Builder https://ift.tt/93LBM4n
Show HN: AlpacApp – An Extendable and Highly Customizable Website Builder Hey HN, I'm Yassine and today I'm launching AlpacApp (formerly yawb.io), a modern website builder with four distinctive qualities: 1. With a single click, you can export your project as a Zip file and host it yourself if you wish. 2. You have full control over the design of the website. Click on any element and start customizing the styling properties. 3. You can create your own blocks to extend the functionality of AlpacApp. You can even, download, share and upload blocks. 4. It features a built-in Notion integration to embed your notion pages directly in your website. Write in Notion and Design in AlpacApp. I truly believe in this project and while there are already plenty of website builders available out there, none of them provides the level of customizability and flexibility that Alpac.App provides! I'm really open to feedback and any requests. You can follow my build in public journey on twitter: https://twitter.com/ybouane Yassine https://alpac.app/ March 24, 2023 at 01:03AM
Show HN: PromptLab–Prompt Chain Iteration for Nontechnical Users https://ift.tt/2x37sLN
Show HN: PromptLab–Prompt Chain Iteration for Nontechnical Users Hey HN! We built a user-friendly tool that allows non-technical domain experts to explore and evaluate the effects of LLM-generated prompt chains on large datasets (via CSV). Our solution wraps around the ChatCompletions API (gpt-3.5-turbo), offering an accessible interface for users who lack the skills to work with Jupyter notebooks or other tooling. The current feature set is minimal, tailored to our friend's specific needs. We're eager to improve and expand the tool, so please share your feedback and suggestions--brutal honesty is okay! Note--we have the space for the OpenAI API key because we don't know how many people will use this and don't want to run up our GPT bill . Sorry for the inconvenience for those who don't have a key :(( Demo video: https://ift.tt/8HnfAN0... Initial CSV from demo: https://ift.tt/EyLDuVQ... Result CSV from demo: https://ift.tt/pvAXEHT... https://ift.tt/04DGqlP March 24, 2023 at 12:09AM
Show HN: Gyeeta – An Open Source and Free Observability Tool https://ift.tt/5OU4snA
Show HN: Gyeeta – An Open Source and Free Observability Tool Hello Everyone, We are excited to announce the public release of Gyeeta - https://gyeeta.io Gyeeta is a free, eBPF based Open Source (GPLv3) Observability tool which provides the following capabilities : - Service Level Statistics such as Queries/sec (Requests/sec), Response Times (Latency) and HTTP Errors (if HTTP based) with no manual inputs or integrations. Monitors binary / proprietary network protocol or non HTTP Service statistics as well. - Service Maps, Process and Host level Network Flows with info on all Services and Processes. - Detection of Host and Process Level CPU starvation, Virtual Memory or IO Bottlenecks. - Monitor all applications without any instrumentation or tapping irrespective of the programming language used. - Self Learning Algorithms that can detect Anomalies, Contention or Degradation without any manual inputs. - Advanced Cluster, Service or Process Level Alerts using a powerful Web UI or REST APIs. - All Data In-House (On Prem). Not a SaaS tool. - All Linux Kernels released since 2016 supported (Linux Kernels v4.4.x or higher). Gyeeta is optimized (C++ based) for minimal CPU and Memory requirements. Website : https://gyeeta.io Github link https://ift.tt/8s3tEB4 https://gyeeta.io/ March 23, 2023 at 01:26PM
Wednesday, March 22, 2023
Show HN: Wrapper around restic for Docker Compose https://ift.tt/yFvfGtn
Show HN: Wrapper around restic for Docker Compose auto-restic is a tool for automatic backup and restore persistent data in docker compose. It uses restic under the hood but offers scheduled jobs, web notifications, and automatic recover (volume is empty and there is backup in cloud) if needed. https://ift.tt/RkeKoLN March 23, 2023 at 06:11AM
Show HN: Cursor – IDE built for coding with GPT-4 https://ift.tt/xKSU4Jf
Show HN: Cursor – IDE built for coding with GPT-4 https://www.cursor.so/ March 23, 2023 at 03:41AM
Show HN: GPT-4 autonomously editing a program allowing it to edit programs https://ift.tt/XFgpMex
Show HN: GPT-4 autonomously editing a program allowing it to edit programs https://ift.tt/IeUhtZN March 23, 2023 at 02:55AM
Show HN: Dungeon Map Doodler Beta - Free online map drawing tool https://ift.tt/sBMAoq4
Show HN: Dungeon Map Doodler Beta - Free online map drawing tool This is a D&D map making tool I've been working on for a while now, but I just added some new features to the beta that I think HN users might find neat. When building a world map, you can use "Dynamic Brushes" to draw organic looking terrain. This is achieved entirely with svg filters and javascript canvas, no fancy libraries or anything. This came with a pretty large rewrite of some of the underlying code, so I'm sure there's a number of bugs I haven't come across, but I'd love to hear your opinions on it! https://ift.tt/6mTwu2J March 23, 2023 at 01:48AM
Show HN: Unscribbler – Simple Handwriting Reader https://ift.tt/BsyKprw
Show HN: Unscribbler – Simple Handwriting Reader This is a handwriting-to-text converter! Just follow the instructions on the page and you're good to go :) Background: I've been tutoring on the side for a while and it's apparent that the whole process can be smoothed out, with the end goal being an AI tutor buddy with a stylus interface. This is a little step in that direction. As for implementation details, I forked excalidraw (at https://ift.tt/aYCdBHz ), got a gcp free tier instance running, and scraped together a Google K8s Engine cluster serving with torchserve. Luckily there's a great deal on the public preview of c3 cpus at the moment. For the model, I'm using trocr-base-handwritten ( https://ift.tt/ah2A0P9 ). Let me know if anyone has any ideas, suggestions, and/or tips! https://ift.tt/gudWr8y March 22, 2023 at 10:51PM
Subscribe to:
Posts (Atom)
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...
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...