ads
Wednesday, July 31, 2024
Show HN: Shadow IT Scan – Uncover SaaS Apps, Users and Risky OAuth Scopes https://ift.tt/GjzA8EB
Show HN: Shadow IT Scan – Uncover SaaS Apps, Users and Risky OAuth Scopes Hey HN, TL;DR: We’ve launched a free version of our Shadow IT scanner to identify which SaaS apps are used in your company, who uses them, and if they have high-risk OAuth scopes. Philip and I went through YC with AccessOwl in 2022. We started the company because, in our previous roles, we struggled to track all the SaaS apps, users, and granted OAuth scopes. The Shadow IT scanner started as a small feature within AccessOwl, which manages SaaS vendors and user accounts centrally. But a standalone scanner would have made our lives so much easier in our previous roles. So, we thought, why not release it? And here it is: a free, standalone Shadow IT scanner! Hope you find it useful :) The Shadow IT scan helps with: 1. Offboarding: Employees often don’t report all the apps they sign up for, making it tough to track and secure these accounts when they leave, especially with the common SSO tax. 2. Security: OAuth scopes are quickly granted but rarely reviewed or removed, leading to organizations unknowingly spreading their data. 3. Compliance: Auditors need a list of SaaS vendors, which is hard to compile when employees sign up for tools independently. Any surprises in your scan? What features would you like to see in the next version? Looking forward to your feedback! FAQ What’s Shadow IT? Unauthorized SaaS apps within an organization not centrally managed, posing security and compliance risks. How does it work? Our tool connects to your Google Workspace or M365 instance, identifies OAuth tokens granted, and maps them to known SaaS tools. Note: In this v1 version, it only detects apps using the “Sign in with Google/Microsoft” button. Who is this for? Typically IT and InfoSec teams, but in smaller companies, it may fall under the CTO. Is it safe to use? Yes, reading OAuth tokens is standard for SaaS management tools. Data extraction only occurs when you initiate a scan. AccessOwl is SOC 2 Type II audited and GDPR compliant. https://ift.tt/RgDH02I July 31, 2024 at 07:05PM
Show HN: Shimmr: Free iOS App Uses CIA Findings to Enhance Meditation and Focus https://ift.tt/6cMXvpN
Show HN: Shimmr: Free iOS App Uses CIA Findings to Enhance Meditation and Focus https://ift.tt/YQE6WtB August 1, 2024 at 01:28AM
Show HN: FP32 matmul of large matrices up to 24% faster than cuBLAS on a 4090 https://ift.tt/UrTc0zE
Show HN: FP32 matmul of large matrices up to 24% faster than cuBLAS on a 4090 I decided to share a CUDA kernel I wrote over 5 months ago. Nvidia's hardware and software may surprise you. https://ift.tt/6fPbTOA August 1, 2024 at 01:39AM
Show HN: Dashboards as Code – We make dashboards more programmable https://ift.tt/L16FWTx
Show HN: Dashboards as Code – We make dashboards more programmable As engineers building a BI tool, we thought, why not treat analytics like software development? We believe dashboards should be as-code because this allows you to: * Treat dashboards as programmable objects and build reusable components/functions. * Dynamically generate charts or dashboards. * Version control every dashboard in a Git repository. * Automate and integrate your dashboards with your workflow. So, we built one! It’s still a work in progress, but you can tinker with it here: https://ift.tt/5gvfAJK Feedback is very welcome and appreciated. July 31, 2024 at 09:43PM
Tuesday, July 30, 2024
Show HN: A Path-Based Data storage/retrieval web service to prevent crawling https://ift.tt/LT4GQXO
Show HN: A Path-Based Data storage/retrieval web service to prevent crawling I listed my email on GitHub, and it got collected and used without my consent... To prevent this, I created a simple service using Django and PostgreSQL. As you can see when you access the site, you can save data by specifying a path. Think of it as a global key-value storage designed simply to prevent crawling. The data is not stored in an encrypted form, so please do not save sensitive information. Thank you. P.S.: Yes, I am a Faker's fan. https://hideonbush.com/ July 31, 2024 at 06:10AM
Show HN: I made a tool to easily transform and manipulate your JSON data https://ift.tt/Qn8AjrF
Show HN: I made a tool to easily transform and manipulate your JSON data Hey NN, I've create a tool that allows you to easily manipulate and transform json data. After looking round for something to allow me to perform json to json transformations I couldn't find any easy to use tools or libraries that offered this sort of functionality without requiring learning obscure syntax adding unnecessary complexity to my work or the alternative being manual changes often resulting in lots of errors or bugs. This is why I built JSON Transformer in the hope it will make these sort of tasks as simple as they should be. Would love to get your thoughts and feedback you have and what sort of additional functionality you would like to see incorporated Thanks! :) https://ift.tt/ug50K6F (Link in case the other url doesn’t work) https://ift.tt/ug50K6F July 31, 2024 at 12:55AM
Show HN: Outlit – AI Agents to Empower Non-Legal https://ift.tt/Iv7FhJ9
Show HN: Outlit – AI Agents to Empower Non-Legal Hey HN, I'm Leo, a cofounder at Outlit. After a year of coding, we have finally launched Outlit. Outlit was born post ChatGPT when we realized that AI can help empower everyday people to take on contract work and not have to rely on expensive lawyers all the time. Right now we are mainly focused on SaaS Agreements but have playbooks for other agreements (Partnership, Services, NDA). We also have a cool knowledge base feature that lets you semantically search across all your contracts. Would love some honest feedback. Thanks HN. https://outlit.ai July 30, 2024 at 10:22PM
Monday, July 29, 2024
Show HN: FastHTML, a new Python-based system for writing web applications https://ift.tt/6lfpHQq
Show HN: FastHTML, a new Python-based system for writing web applications https://ift.tt/5rKRSFG July 30, 2024 at 04:52AM
Show HN: Magic Tables – Website to CSV/JSON https://ift.tt/Jdr4zlW
Show HN: Magic Tables – Website to CSV/JSON https://ift.tt/BgCreqd July 30, 2024 at 02:52AM
Show HN: Chrome Extension to Open Google Maps Locations in Apple Maps https://ift.tt/y57u32U
Show HN: Chrome Extension to Open Google Maps Locations in Apple Maps Pretty simple extension that displays a prompt notification on Google Maps to open the address you’re viewing in Apple Maps. https://ift.tt/rWRjPi1 July 30, 2024 at 12:03AM
Show HN: A task manager for simple tasks that do not fit in Jira https://ift.tt/JI4EtrU
Show HN: A task manager for simple tasks that do not fit in Jira Hello HN! I've been building this side project which is a task manager as simple and as powerful as I've been able to built it. It's specially thought for the tasks that you must complete at work, and you want to remember but you want to avoid all the bureaucracy of some TO-DO apps like JIRA. It's been quite a journey to build it. Its backend lives in Amazon Lightsail, and for now it's a Django app with a SQLite database. I'm quite surprised on how good SQLite has been performing on all the tests so far. The frontend it's a React app. Everything is pretty standard, but those are technologies I feel really comfortable working with. If someone wants to try it out or has any thoughts about the app, please do not hesitate to share them here :) https://www.wiseowl.cat July 29, 2024 at 09:39PM
Sunday, July 28, 2024
Show HN: How I wrote a LaTeX paper without writing any LaTeX https://ift.tt/UljSQPN
Show HN: How I wrote a LaTeX paper without writing any LaTeX Stempad is an online scientific text-editor. I built it because I wanted a way to do fast scientific writing with just my keyboard, and LaTeX wasn't cutting it. I recently launched the ability to export Stempad documents to LaTex. I tested it by rewriting part of a paper I found online (Metabolic scaling in small life forms by Marc E. Ritchie & Christopher P. Kempes) and exporting it. You can try the editor and export yourself using the post url. The export button is on the top right of the page. In case you want to see the result directly, this was it: https://ift.tt/QA8oSxM Feedback is really appreciated! If anyone thinks they might find Stempad useful, let me know and I'd love to get in touch. https://ift.tt/mFTeSGR July 29, 2024 at 05:54AM
Show HN: Run Llama 3.1 8B in the browser https://ift.tt/GjMuZgl
Show HN: Run Llama 3.1 8B in the browser https://app.wiz.chat July 29, 2024 at 01:59AM
Show HN: A football/soccer pass visualizer made with Three.js https://ift.tt/0hjcFiE
Show HN: A football/soccer pass visualizer made with Three.js I've been working on a football pass visualiser for the past week. It uses open data from StatsBomb to analyse and visualise passing patterns, allowing users to explore and filter the data by pass distance, team and players. https://ift.tt/CwmsT4N July 29, 2024 at 03:45AM
Show HN: ThinkPost – split-panel note taking & brainstorming app for devs https://ift.tt/NlIKJLX
Show HN: ThinkPost – split-panel note taking & brainstorming app for devs ThinkPost is an Interactive split-panel diagramming, draggable block-based note-taking, and brainstorming tool. I developed ThinkPost as a side project for few months now. Basic idea is parallel streaming of ideas. It's a desktop web app with a very scaled down mobile version just for support. Whole my career I had been working with startups and specifically early stage ones, and it's a big responsibility to devise a feature on our own, think deeply about it in different streams (logically, security, re-usability, platform APIs etc.) and even present distilled part of it to stakeholders (Often times non technical people). Even now I run backend/infra/mobile/qa/customer support/integrations for a healthcare startup, so stakes are high. There's a lot of self brainstorming in multiple streams and then there's also distillation process. I couldn't really work with single page notepads for that streaming process. We should be able to note down in split-panels, so there's space for parallel ideas. Many note-taking apps today single-paged have high-think-threshold (windows notepad/apple notes have very low-think-threshold), you have to think before you write in them, so not a good option for quick ideas. So built a platform specifically for everyone who can parallel stream ideas in split panels Textually (low-think-threshold), write as they like), Diagrammatically, Code-wise or even Quick Maths. And also move the idea blocks across panels or within! or Open a new tab if you want more! I'm personally a massive user of my app because I plan everything at my current job via this app, run meetings, self-brainstorm features, study requirements, visualize code-ideas, an develop this when I get time as well. All completely free. Might run ads later. https://thinkpost.io - Try! no login needed. More comprehensive introduction: https://ift.tt/1mn4jXA... https://thinkpost.io July 28, 2024 at 11:19PM
Saturday, July 27, 2024
Show HN: Semantic Grep – A Word2Vec-powered search tool https://ift.tt/uDrQ6q9
Show HN: Semantic Grep – A Word2Vec-powered search tool Much improved new version. Search for words similar to the query. For example, "death" will find "death", "dying", "dead", "killing"... Incredibly useful for exploring large text datasets where exact matches are too restrictive. https://ift.tt/mulNq24 July 28, 2024 at 01:02AM
Show HN: Applesoft BASIC editor with example programs https://ift.tt/lRh2F9I
Show HN: Applesoft BASIC editor with example programs This is an Applesoft BASIC editor that extracts and updates code into a live Apple II VM. You can load examples through the dropdowns at the top-right of the screen. The CodeMirror-based editor separates out 'stacked' BASIC lines to make them easier to read. https://ift.tt/6I2olRi July 27, 2024 at 12:45AM
Friday, July 26, 2024
Show HN: Create diagrams of complex data flows in software systems https://ift.tt/9JcULpz
Show HN: Create diagrams of complex data flows in software systems Hello HN, It has been a while since I contributed to the web, so I decided to get back in shape and publish "something". This app is a POC of "what if diagrams were more dynamic". I'm a software engineer by trade, and with conventional tools, I often times struggle to explain flows of data in complex software systems. I got inspired by video games like The Incredible Machine and Factorio, as in some ways, software systems tend to become Rube Goldberg-esque machines ;) As a side quest, I also wanted to craft diagrams faster than text-based tools (ex: mermaid), as I am always forgetting their syntax. If you try the app, you will certainly struggle with its UI, especially when crafting flows, as I used all my brain juice on the core idea. I have cool features in my head for a v1 but today I really wanted to simply show what I got. You can access the app directly at https://gg-charts.com and there are some examples in the Github README to get you started. Happy to answer questions and humbly receive your honest feedback on this crazy idea! https://ift.tt/Jn9CqXm July 26, 2024 at 11:57PM
Show HN: Anime AI – Instantly Transform Photos and Text into Anime Art https://ift.tt/u5JaN1T
Show HN: Anime AI – Instantly Transform Photos and Text into Anime Art Discover Anime AI, a revolutionary platform that transforms your photos and text prompts into stunning anime-style images in seconds. No drawing skills or AI knowledge required. Experience the magic of turning ordinary photos into vibrant anime masterpieces and effortlessly share your creations. Try it today at animeai.show and let your imagination soar We’re excited to introduce Anime AI ( https://ift.tt/nKHq3lU ), a cutting-edge platform that transforms your photos and text prompts into stunning anime-style images in seconds, no drawing skills or AI knowledge required! You can see a quick overview of Anime AI at our website. Anime AI was born out of our passion for anime and the desire to make creative expression more accessible to everyone. Our platform offers: Instant AI Anime Art Creation: Easily generate high-quality anime art from text prompts in just a few seconds. Our user-friendly interface ensures anyone can create beautiful anime images without hassle. Photo to Anime Transformation: Watch your photos turn into vibrant anime masterpieces. Insert yourself, friends, or family into fantastical anime scenes effortlessly. Effortless Sharing: Share your anime creations directly on social media or download them to your device with a single click. We’re continuously developing new features to enhance your creative journey. Try Anime AI today and unleash your imagination! Any feedback would be much appreciated! https://animeai.show/en July 26, 2024 at 10:50PM
Show HN: Word Slicer https://ift.tt/6Uh7V1f
Show HN: Word Slicer Hi. I created a small word game and would love someone to give it a try and let me know what you think. Thanks! https://wordslicer.com July 26, 2024 at 07:24PM
Thursday, July 25, 2024
Show HN: Simple headless, serverless, static, git-based CMS https://ift.tt/krhwxpJ
Show HN: Simple headless, serverless, static, git-based CMS I couldn't find a CMS that met all my needs, so I built this prototype. It works for my purposes. I'm curious if anyone else finds it interesting or useful. If there's enough interest, I may continue working on it. Feedback welcome! https://ift.tt/koleMpg July 25, 2024 at 08:41PM
Wednesday, July 24, 2024
Show HN: Unsearch, an open source alternative to Google Chrome Sync https://ift.tt/3EfoB20
Show HN: Unsearch, an open source alternative to Google Chrome Sync I use several browsers between college, work and home and I like to have them synced so I can find websites I've searched for in a browser when I don't have access to it or access my bookmarks. I don't like the idea of using any of the sync services offered by the major browsers because of how they might use my data, because they lack some features I'd like to have, and because they all try to lock you into their ecosystem. So I'm building an open source cross-browser manager for browsing activity. I would love to hear your thoughts on this concept, and if you have any questions or suggestions, please let me know. https://ift.tt/87ACMJ1 July 25, 2024 at 12:18AM
Show HN: SchemaFlow – A New Way to Handle Database Migrations https://ift.tt/Ru2SZnT
Show HN: SchemaFlow – A New Way to Handle Database Migrations https://ift.tt/zCULArf July 25, 2024 at 12:35AM
Show HN: AI over Email https://ift.tt/t1mCVPw
Show HN: AI over Email https://ift.tt/haxIBYZ July 24, 2024 at 04:34AM
Tuesday, July 23, 2024
Show HN: Briefer – multiplayer notebooks with schedules, SQL, and built-in LLMs https://ift.tt/xN6WjHq
Show HN: Briefer – multiplayer notebooks with schedules, SQL, and built-in LLMs Hi HN! We're Lucas and Lucas from Briefer and we're building better notebooks. Our notebooks are kind of a mix between Notion and Jupyter with extra features, like the ability to schedule notebooks, turn them into dashboards and apps, and write SQL queries whose results turn into data frames automatically. We're building better notebooks because we think they're a great idea poorly executed - for three reasons. The first problem with notebooks is that they're difficult to share. Non-technical people don't want to download docker containers and install Python libraries to see what the data team is doing. Then, the data team takes screenshots of their work and pastes them somewhere else. The issue with this approach is that the data gets stale, and the output is not interactive, so it's difficult to get feedback and iterate. The second problem with notebooks is that they get too messy too quickly. One morning you have 10 blocks, and by the end of the day you have 192, but only six of them are meant to be seen by other people and the rest is just you jiu-jitsuing with the data. Consequently, even if non-technical people could see your work, they'd have a hard time figuring out what's happening. The third problem with notebooks is that it takes too much work to do simple things like when you want to query a database. In that case, you need to have the database credentials in your machine, and you have to write a bunch of wrapper code. Calling APIs, plotting simple graphs, and adding interactive components is equally as annoying. We're solving the sharing problem by bringing notebooks to the cloud (so you can schedule them) and using CRDTs to manage their state. Whenever you edit a Briefer notebook, we reconcile that using Yjs, and then propagate it to everyone else who's editing that notebook. Regarding compute instances, each workspace gets its own, and we provision them on demand. By the way, we manage the execution state of your blocks using Yjs too, which makes it much more stable and responsive across all clients. When you click "run", for example, we don't immediately send a request to run the block. Instead, we change the block's state to "execution-requested". Then, the observers in the back-end react to the change and update the block's state with the results. In other words, the front end and the server communicate with each other through the notebook's state. One side updates the state, and the other reacts. To solve the "messiness" issue, we've invested a lot of time in designing clean notebooks and allowing you to organize blocks in ways that make them more presentable. In Briefer, you can group multiple blocks into tabs and decide which blocks appear in the published version of your notebook. That way, you can hide all that data wrangling and focus on results. We also know that a vertical format is not always the best way to display results, so you can use your notebook's outputs to build dashboards too. Last but not least, we're reducing friction in simple tasks like plotting graphs and querying databases. In Briefer, you can plot graphs using a click-through interface, and if you need to plot something more intricate like a Sankey chart there's also a built-in AI assistant that you can prompt to generate code. When it comes to queries, we turn their results into dataframes automatically, and you can use SQL to query uploaded files too (we use DuckDB for that). We're really happy we get to show this to you all, thank you for reading about it! Please let us know your thoughts and questions in the comments. https://ift.tt/ROlJysr July 23, 2024 at 08:30PM
Show HN: Slab – A programmable markup language for generating HTML https://ift.tt/4ElYuLH
Show HN: Slab – A programmable markup language for generating HTML https://slab-lang.org/ July 23, 2024 at 11:02PM
Monday, July 22, 2024
Show HN: I packaged all of the productivity advice into one product https://ift.tt/QIirNSC
Show HN: I packaged all of the productivity advice into one product Hey hackers, Like many of you, I'm always trying to optimize my productivity, and I have tried a lot of apps out there to do so. I didn't find the exact one that I could use, so I built one for myself. Check it out and let me know if you have any thoughts! https://www.focusmax.io July 22, 2024 at 10:24PM
Show HN: Google URL Shortener Import Tool https://ift.tt/FAKlJi2
Show HN: Google URL Shortener Import Tool Hey HN, since Google announced a few days ago that their short links will stop working next year[1], I created a small tool that allows you to import batches of goo.gl short links into the URL Shortener I maintain (Short Menu) for free. After the import you'll get a CSV with a mapping between old/new links so you can easily update your content. I figured this could be quite helpful for those who still rely on functioning goo.gl links and speed up the migration a bit. Links: [1] https://ift.tt/9JQDhtO https://ift.tt/tgz6vFI July 23, 2024 at 02:46AM
Show HN: OpenDataCapture an electronic data capture platform for data collection https://ift.tt/idomUFy
Show HN: OpenDataCapture an electronic data capture platform for data collection Hi HN, We're the Douglas Neuroinformatics Platform[1], and we've been working on Open Data Capture, a web-based electronic data capture (EDC) platform for continuous clinical and research data collection. You can use it to administer instruments (like forms and interactive tasks) either in-person or remotely. The platform is based on a fundamentally longitudinal data model. Unlike other EDC platforms, which are centered around the concept of a study with rigid timepoints, Open Data Capture is designed for continuous data capture. Data is associated with a given session, which includes metadata such as date, time, and mode (i.e., in-person or remote). We've designed the system around the core restriction that many hospital institutions demand that data remain on-premise, while clinician-researchers often want to evaluate clients outside the institution with research questions. This has resulted in our innovative gateway concept, where assigned remote assessments are pushed onto an internet accessible service, and responses are encrypted in-place with HPKE[2] until the backend pulls them into the backend database. This makes the deployment firewall-friendly provided you can launch a minimal VPS or VM host somewhere globally accessible. We're also a big fan of making things easy to deploy, so we supply a docker-compose stack which can bring up a demo instance easily to run locally. The platform is free, open source, and written in TypeScript, with a NoSQL database underneath. Users can write instruments in TypeScript using a type-safe declarative form system (with native i18n support built in) or wrap and integrate completely arbitrary interactive tasks written in JavaScript (with optional support for TypeScript and JSX). Under the hood, this is based on dynamic imports and native ESM. There’s a browser-based IDE (the Instrument Playground) with live reloading and full Intellisense where you can try creating your own instruments. We have a local deployment going live at our institution and appropriately-licensed (free) instruments we're deploying here will be integrated directly into the codebase. Our future plans include expanding our instrument types to allow for binary data storage with an s3-like backend, and with abstractions for data types, like actigraphy, and MRI. Check it out on GitHub[3], try the Instrument Playground[4], or see the Live Demo[5]. Would love to hear everybody’s thoughts! Links: [1] https://ift.tt/LfaPNwr @gdevenyi @joshunrau [2] https://ift.tt/m89d0ZK [3] https://ift.tt/KhaP7oX [4] https://ift.tt/tJv2uUE [5] https://ift.tt/FnvrEhM https://ift.tt/KhaP7oX July 23, 2024 at 12:43AM
Sunday, July 21, 2024
Show HN: Create how-to videos and guides fast https://ift.tt/neB3dxT
Show HN: Create how-to videos and guides fast Hey HN, I'm Kamal, a 20 year old builder from India, with a team of 4. I was building an AI-powered course builder initially, and once we started getting some paying customers biggest problem that we encountered was teaching them how to use the product. I wanted to create help centre but I couldn't, probably the procrastination, because I felt like it was a huge task. So, me and my co-founder decided to make creating videos and guides for this help centre fast and easy. This is where Kroto comes in, you just record a product/process walkthrough and it generates studio quality how-to videos with zoom-in and transition effects along with a step-by-step guide with GIFs for every action. Here's the demo: https://www.youtube.com/watch?v=JmeeNmpNepY I want to know if you guys also face similar issues, and want to get some feedback on the product. Biggest issues right now: Publishing time way too long, editor not optimised, no way to remove or add more zoom-ins in the video. https://www.kroto.one July 21, 2024 at 11:43PM
Show HN: Hyve Tile, a puzzle game but I can't solve it https://ift.tt/DJ1L84w
Show HN: Hyve Tile, a puzzle game but I can't solve it I created a puzzle game after some recent years of hiatus from game development. It was a puzzle game where you have to assemble a randomized tiles. You can view the preview using eye icon on the top right side. You also can undo your previous step. I created this game using Unity because I am already familiar with it. If you encounter the tiles is not randomized, please try recreate the tile again, I don't exactly know why it's happenning. Thank you https://ift.tt/tL7r3z4 July 21, 2024 at 07:19PM
Show HN: Improve English Vocabulary by Reading Emails Daily https://ift.tt/ksTailZ
Show HN: Improve English Vocabulary by Reading Emails Daily https://ift.tt/GcbTsUI July 21, 2024 at 10:33PM
Saturday, July 20, 2024
Show HN: Local Devin – powered by Sonnet 3.5 https://ift.tt/kbKYmjc
Show HN: Local Devin – powered by Sonnet 3.5 https://ift.tt/0NykBEG July 21, 2024 at 04:54AM
Show HN: JSON-Threat-Protection Rust High-Performance Crate https://ift.tt/6PUSrHw
Show HN: JSON-Threat-Protection Rust High-Performance Crate https://ift.tt/PLjhWBK July 21, 2024 at 07:31AM
Show HN: Live Demo of GraphRAG with GPT-4o mini https://ift.tt/BNn6m7u
Show HN: Live Demo of GraphRAG with GPT-4o mini Hi HN, Microsoft recently open-sourced the GraphRAG framework, which enables more contextual responses than traditional vector-based RAG, especially for summarization-focused queries on textual data. However, a common critique is the LLM costs for constructing the knowledge graph. With the newly released GPT-4o mini, working with GraphRAG would now be ~30x cheaper. We built a demo with quarterly earning call transcripts from a few S&P 100 companies comparing GraphRAG with GPT-4o, GraphRAG with GPT-4o mini, and Baseline RAG. Try out the demo here: https://ift.tt/MekKy03 Looking forward to your feedback! https://ift.tt/MekKy03 July 21, 2024 at 01:41AM
Friday, July 19, 2024
Show HN: AI Negotiation roleplays for training and fun https://ift.tt/zeT54SN
Show HN: AI Negotiation roleplays for training and fun Dear Hackers, for a friend of mine I recently developed a prototype that allows him to let the job candidates for sales positions prove their negotiation skills. I now turned it into a public demo, to get your feedback. First situations: House Negotiation is live, and Hostage Takers follows. Have fun and tell me what you think. https://ift.tt/A9DsrwZ July 20, 2024 at 04:16AM
Show HN: Spectral – Visualize, explore, and share code in Python/JS/TS https://ift.tt/KmsHzSU
Show HN: Spectral – Visualize, explore, and share code in Python/JS/TS https://ift.tt/7Eu9vfD July 20, 2024 at 02:52AM
Show HN: 80+ CLI tools to build, browse, and blend your media library https://ift.tt/Z1lbCSV
Show HN: 80+ CLI tools to build, browse, and blend your media library https://ift.tt/Dh95cyZ July 20, 2024 at 12:31AM
Show HN: Building a Next.js and Firebase boilerplate to save 80% of my time https://ift.tt/Mv9fVjG
Show HN: Building a Next.js and Firebase boilerplate to save 80% of my time https://ift.tt/wPvVYXc July 19, 2024 at 03:32PM
Thursday, July 18, 2024
Show HN: ChatGPT Chrome Extension to Keep Temporary Chat Enabled https://ift.tt/jBTVqry
Show HN: ChatGPT Chrome Extension to Keep Temporary Chat Enabled https://ift.tt/XMxE21S July 19, 2024 at 11:05AM
Show HN: NetSour, CLI Based Wireshark https://ift.tt/jfm7XEN
Show HN: NetSour, CLI Based Wireshark This code is still in early beta, but i sincerley hope it will become as ubiquitous as VIM on Linux. https://ift.tt/6K0pzfa July 19, 2024 at 09:17AM
Show HN: How we leapfrogged traditional vector based RAG with a 'language map' https://ift.tt/esLSx3P
Show HN: How we leapfrogged traditional vector based RAG with a 'language map' TL;DR: Vector-based RAG performs poorly for many real-world applications like codebase chats, and you should consider 'language maps'. Part of our mission at Mutable.ai is to make it much easier for developers to build and understand software. One of the natural ways to do this is to create a codebase chat, that answer questions about your repo and help you build features. It might seem simple to plug in your codebase into a state-of-the-art LLM, but LLMs have two limitations that make human-level assistance with code difficult: 1. They currently have context windows that are too small to accommodate most codebases, let alone your entire organization's codebases. 2. They need to reason immediately to answer any questions without thinking through the answer "step-by-step." We built a chat sometime a year ago based on keyword retrieval and vector embeddings. No matter how hard we tried, including training our own dedicated embedding model, we could not get the chat to get us good performance. Here is a typical example: https://ift.tt/wpsoVMh... If you ask how to do quantization in llama.cpp the answers were oddly specific and seemed to pull in the wrong context consistently, especially from tests. We could, of course, take countermeasures, but it felt like a losing battle. So we went back to step 1, let’s understand the code, let’s do our homework, and for us, that meant actually putting an understanding of the codebase down in a document — a Wikipedia-style article — called Auto Wiki. The wiki features diagrams and citations to your codebase. Example: https://ift.tt/pS3XgzF This wiki is useful in and of itself for onboarding and understanding the business logic of a codebase, but one of the hopes for constructing such a document was that we’d be able to circumvent traditional keyword and vector-based RAG approaches. It turns out using a wiki to find context for an LLM overcomes many of the weaknesses of our previous approach, while still scaling to arbitrarily large codebases: 1. Instead of context retrieval through vectors or keywords, the context is retrieved by looking at the sources that the wiki cites. 2. The answers are based both on the section(s) of the wiki that are relevant AND the content of the actual code that we put into memory — this functions as a “language map” of the codebase. See it in action below for the same query as our old codebase chat: https://ift.tt/wpsoVMh... https://ift.tt/wpsoVMh... The answer cites it sources in both the wiki and the actual code and gives a step by step guide to doing quantization with example code. The quality of the answer is dramatically improved - it is more accurate, relevant, and comprehensive. It turns out language models love being given language and not a bunch of text snippets that are nearby in vector space or that have certain keywords! We find strong performance consistently across codebases of all sizes. The results from the chat are so good they even surprised us a little bit - you should check it out on a codebase of your own, at https://wiki.mutable.ai , which we are happy to do for free for open source code, and starts at just $2/mo/repo for private repos. We are introducing evals demonstrating how much better our chat is with this approach, but were so happy with the results we wanted to share with the whole community. Thank you! https://twitter.com/mutableai/status/1813815706783490055 July 19, 2024 at 01:40AM
Wednesday, July 17, 2024
Show HN: TextBin – An Open Source PasteBin Alternative https://ift.tt/rjKohdP
Show HN: TextBin – An Open Source PasteBin Alternative I wanted to challenge myself with open-source projects and learn something new. This project helped me explore deployment and building APIs in GoLang. This is the first of probably 3 phase deployment. In this launch, all the texts will be public and there's not authentication or private texts. In the next one, I'll add individual and organizational level authorization and eventually build a social media kind of feature where you can comment and like texts, follow users. If you have any feedback, then please let me know, thanks. https://ift.tt/RHbI1eC July 17, 2024 at 09:03PM
Show HN: OpenMetadata – OSS platform for data discovery observability governance https://ift.tt/Robnstq
Show HN: OpenMetadata – OSS platform for data discovery observability governance Hi HN, OpenMetadata is an open-source metadata platform built to solve complex data management challenges and deliver high quality data assets. It’s based on the experiences of solving the data problems encountered at companies like Uber and Hortonworks. Our team includes the creators of Hadoop, Atlas, and Uber Databook, as well as committers/PMC of projects like Apache Kafka and Storm. Unified Metadata Platform * Unified: A single platform for data discovery, governance, and data observability. * API-first: Standardized metadata specifications using well-designed REST APIs, crucial for anyone consuming or pushing metadata for modern data teams. * Metadata platform: The data catalog is just one of the many applications of metadata built on the platform, vs different siloed data catalog tools, quality tools, governance tools, etc. that each have to be set up and maintained. Please check out more details about our project at https://ift.tt/QkDB8rN and join our community in Slack https://ift.tt/TxsJc8p . You can also try out our live product sandbox with demo data at https://ift.tt/TqAEX4B . https://ift.tt/xFHOAk8 July 17, 2024 at 11:18PM
Tuesday, July 16, 2024
Show HN: Wrote a JSON parser from scratch in go https://ift.tt/pP4Os0k
Show HN: Wrote a JSON parser from scratch in go First time ever working on something like this, check it out https://ift.tt/JvKRW2j July 17, 2024 at 12:22AM
Show HN: Turn voice messages to beautiful journals https://ift.tt/cGE10j6
Show HN: Turn voice messages to beautiful journals https://ift.tt/qCfAhV1 July 13, 2024 at 07:38AM
Monday, July 15, 2024
Show HN: TargetJ – New JavaScript framework that can animate anything https://ift.tt/KT4oC73
Show HN: TargetJ – New JavaScript framework that can animate anything I am excited to introduce to you TargetJ, a new JavaScript framework that can animate anything. I have been working on this project for over two years, driven by the complexity of current UI frameworks. You can find the interactive documentation at www.targetj.io. I hope you find it useful for creating great web experiences. If you have any questions about the framework or want to share your thoughts, please leave a comment below. I’m eager to hear from you! https://ift.tt/S8DcEIb July 16, 2024 at 01:36AM
Show HN: PeachML – The Instant AI Marketplace https://ift.tt/9TtjHyR
Show HN: PeachML – The Instant AI Marketplace We’ve started an AI marketplace where creators can instantly deploy their models for free and make money when other people use them. There’s a short interactive tutorial on the landing page, give it a try. Our API and payment support are not in place quite yet, so you can play around with our app in the browser for free for a few more days. Enjoy! If you have questions or comments, post in the discussion below or email jesse@peachml.com if you want a private conversation with us. Jesse & John peachML https://peachml.com July 15, 2024 at 10:58PM
Sunday, July 14, 2024
Show HN: WordSea – Visual English Dictionary https://ift.tt/PrtOqjX
Show HN: WordSea – Visual English Dictionary Hi! My girlfriend and I created an app that allows you to "see" the meaning of words based on their definitions. We think it is sometimes easier to understand and remember a new word when you can visualize it. For some words, it is easy to do - you can search Google Images to quickly grasp the meaning. We wanted to extend this idea to more abstract words. Hope you find it useful! https://wordsea.xyz/ July 14, 2024 at 09:05PM
Saturday, July 13, 2024
Show HN: Htmx Offline Mode https://ift.tt/aspDQtO
Show HN: Htmx Offline Mode I wrote a pretty simple extension to HTMX that captures requests made if you lose internet or other connectivity to the server receiving the requests. Then, when you're back online, it replays requests. Maybe someone here would benefit from it. https://ift.tt/CqkoWpy July 13, 2024 at 11:36PM
Show HN: Eternium.css – minimal CSS lib for layout/styling form elements https://ift.tt/JvVL4QZ
Show HN: Eternium.css – minimal CSS lib for layout/styling form elements https://ift.tt/rBR9E1P July 14, 2024 at 02:33AM
Friday, July 12, 2024
Show HN: Dropbase AI – A Prompt-Based Python Web App Builder https://ift.tt/5AcP2zh
Show HN: Dropbase AI – A Prompt-Based Python Web App Builder Hey HN, Dropbase is an AI-based Python web app builder. To build this, we had to make significant changes from our original launch: https://ift.tt/d2qVOwU . Now, any web app can be entirely defined using just two files: `properties.json` for the UI and `main.py` for the backend logic, which makes it significantly easier for GPT to work with. In the latest version, developers can use natural language prompts to build apps. But instead of generating a black-box app or promising an AI software engineer we just generate simple Python code that is easily interpreted by our internal web framework. This allows developers to: (1) See and understand the generated app code. We regenerate the `main.py` file and highlight changes in a diff viewer, allowing developers to understand what exactly was changed. (2) Edit the app code: Developers can correct any errors, occasional hallucinations, or edit code to handle specific use cases. Once they like the code, they can commit changes and immediately preview the app. Incidentally, if you’ve tried Anthropic’s Artifacts to create “apps”, our experience will feel familiar. Dropbase AI is like Claude Artifacts, but for fully functional apps: you can connect to your database, make external API calls, and deploy to servers. Our goal is to create a universal, prompt-based app builder that’s highly customizable. Code should always be accessible and developers should be in control. We believe most apps will be built or prototyped this way, and we're taking the first steps towards that goal. A fun fact is that model improvements were critical here: we could not achieve the consistent results we needed with any LLM prior to GPT-4o and Claude 3.5 Sonnet. In the future, we’ll allow users to modify the code to call their local GPT/LLM deployment via Ollama, rather than relying on OpenAI or Anthropic calls. If you’re building admin panels, database editors, back-office tools, billing/customer dashboards, and internal dev tools that can fetch data and trigger actions across any database, internal/external service or API, please give Dropbase a shot! We're excited to get your thoughts and questions! Demos: - Here’s a demo video: https://youtu.be/RaxHOjhy3hY - We also introduced Charts (beta) in this version based on suggestions from cjohnson318 in our previous HN post: https://youtu.be/YWtdD7THTxE Useful links: - Repo here: https://ift.tt/cBQMHmR . To setup locally, follow the quickstart guide in our docs - Docs: https://ift.tt/z3bdteK - Homepage: https://dropbase.io https://ift.tt/cBQMHmR July 13, 2024 at 12:08AM
Show HN: I made a tool to visualize MySQL EXPLAIN query plans https://ift.tt/ve0LoZY
Show HN: I made a tool to visualize MySQL EXPLAIN query plans I was always confused when trying to optimize a slow MySQL query as the output of the EXPLAIN command is so cryptic and totally useless. And there wasn't any tool that could help visualize what a query does - compared to PostgreSQL which has multiple... So, I started developing such a tool for MySQL. But boy, I didn't expect how complicated this is in reality. There were so many things hiding in tiny information pieces that I had to understand. But it also confirmed me in that a tool should try to understand the EXPLAIN output and not a human as it is too easy to oversee something. After months of work, I've now finished the first iteration of my vision. Whats your opinion about it? https://ift.tt/arGOTum July 12, 2024 at 11:49PM
Show HN: Windows 9X – Windows 98 but all of the programs are AI generated https://ift.tt/TcrZLSl
Show HN: Windows 9X – Windows 98 but all of the programs are AI generated https://ift.tt/xHCfi5u July 12, 2024 at 10:14PM
Show HN: Open-source CLI coding framework using Claude https://ift.tt/xR3cNBY
Show HN: Open-source CLI coding framework using Claude https://ift.tt/d1TlJAe July 12, 2024 at 11:50PM
Thursday, July 11, 2024
Show HN: Mandala – Automatically save, query and version Python computations https://ift.tt/6hKCFuS
Show HN: Mandala – Automatically save, query and version Python computations `mandala` is a framework I wrote to automate tracking ML experiments for my research. It differs from other experiment tracking tools by making persistence, query and versioning logic a generic part of the programming language itself, as opposed to an external logging tool you must learn and adapt to. The goal is to be able to write expressive computational code without thinking about persistence (like in an interactive session), and still have the full benefits of a versioned, queriable storage afterwards. Surprisingly, it turns out that this vision can pretty much be achieved with two generic tools: 1. a memoization+versioning decorator, `@op`, which tracks inputs, outputs, code and runtime dependencies (other functions called, or global variables accessed) every time a function is called. Essentially, this makes function calls replace logging: if you want something saved, you write a function that returns it. Using (a lot of) hashing, `@op` ensures that the same version of the function is never executed twice on the same inputs. Importantly, the decorator encourages/enforces composition. Before a call, `@op` functions wrap their inputs in special objects, `Ref`s, and return `Ref`s in turn. Furthermore, data structures can be made transparent to `@op`s, so that an `@op` can be called on a list of outputs of other `@op`s, or on an element of the output of another `@op`. This creates an expressive "web" of `@op` calls over time. 2. a data structure, `ComputationFrame`, can automatically organize any such web of `@op` calls into a high-level view, by grouping calls with a similar role into "operations", and their inputs/outputs into "variables". It can detect "imperative" patterns - like feedback loops, branching/merging, and grouping multiple results in a single object - and surface them in the graph. `ComputationFrame`s are a "synthesis" of computation graphs and relational databases, and can be automatically "exported" as dataframes, where columns are variables and operations in the graph, and rows contain values and calls for (possibly partial) executions of the graph. The upshot is that you can query the relationships between any variables in a project in one line, even in the presence of very heterogeneous patterns in the graph. I'm very excited about this project - which is still in an alpha version being actively developed - and especially about the `ComputationFrame` data structure. I'd love to hear the feedback of the HN community. Colab quickstart: https://ift.tt/QdU1VPg... Blog post introducing `ComputationFrame`s (can be opened in Colab too): https://ift.tt/rzCejUf Docs: https://ift.tt/oQNwC3Z https://ift.tt/mNSJY13 July 12, 2024 at 03:10AM
Show HN: Upload your photo and generate crazy YouTube Faces for your thumbnail https://ift.tt/JovqUQ1
Show HN: Upload your photo and generate crazy YouTube Faces for your thumbnail Upload your photo, this AI tool generates hundreds of High-Conversion Youtube faces. Our AI analyzed millions of viral video thumbnails, found the top performing Youtube Faces templates for each niche. Then it can select and generate the best performing youtube faces according to your content. Works for both realistic photos and cartoon photos for faceless channels. https://ift.tt/uPo76JN July 12, 2024 at 01:57AM
Show HN: I made an SEO checker to fix frustrating issues in minutes, not hours https://ift.tt/wylnQ4a
Show HN: I made an SEO checker to fix frustrating issues in minutes, not hours If you have any issues optimizing your website. Seototal will help you. A while ago I was trying to improve my SEO on my first startup, That was when i realized how clunky and overcrowded most SEO tools were I used were, Ahrefs and Semrush initially. I built it to be lightweight and focus on the basics. It checks on page and technical issues to output straight forward reports with quick and helpful knowledge bases that will help you fix your SEO basics fast. The website is still in early stages and is actively being improved. So I'm open to any here any issues or feature recommendations you have. Thank you for your time. https://seototal.xyz July 12, 2024 at 01:10AM
Wednesday, July 10, 2024
Show HN: Upload your PDF and get a shareable link https://ift.tt/9xlusHq
Show HN: Upload your PDF and get a shareable link https://doc2.link July 11, 2024 at 10:05AM
Show HN: Dut, a fast Linux disk usage calculator https://ift.tt/31Lnj9J
Show HN: Dut, a fast Linux disk usage calculator "dut" is a disk usage calculator that I wrote a couple months ago in C. It is multi-threaded, making it one of the fastest such programs. It beats normal "du" in all cases, and beats all other similar programs when Linux's caches are warm (so, not on the first run). I wrote "dut" as a challenge to beat similar programs that I used a lot, namely pdu[1] and dust[2]. "dut" displays a tree of the biggest things under your current directory, and it also shows the size of hard-links under each directory as well. The hard-link tallying was inspired by ncdu[3], but I don't like how unintuitive the readout is. Anyone have ideas for a better format? There's installation instructions in the README. dut is a single source file, so you only need to download it and copy-paste the compiler command, and then copy somewhere on your path like /usr/local/bin. I went through a few different approaches writing it, and you can see most of them in the git history. At the core of the program is a datastructure that holds the directories that still need to be traversed, and binary heaps to hold statted files and directories. I had started off using C++ std::queues with mutexes, but the performance was awful, so I took it as a learning opportunity and wrote all the datastructures from scratch. That was the hardest part of the program to get right. These are the other techniques I used to improve performance: * Using fstatat(2) with the parent directory's fd instead of lstat(2) with an absolute path. (10-15% performance increase) * Using statx(2) instead of fstatat. (perf showed fstatat running statx code in the kernel). (10% performance increase) * Using getdents(2) to get directory contents instead of opendir/readdir/closedir. (also around 10%) * Limiting inter-thread communication. I originally had fs-traversal results accumulated in a shared binary heap, but giving each thread a binary-heap and then merging them all at the end was faster. I couldn't find any information online about fstatat and statx being significantly faster than plain old stat, so maybe this info will help someone in the future. [1]: https://ift.tt/LxfsXI0 [2]: https://ift.tt/QMTWKA1 [3]: https://ift.tt/iTLuhlq , see "Shared Links" https://ift.tt/gySk9zb July 11, 2024 at 06:29AM
Show HN: Open-source tool that writes Nvidia Triton Inference Glue code for you https://ift.tt/jzHWNoJ
Show HN: Open-source tool that writes Nvidia Triton Inference Glue code for you Triton Co-Pilot: A quick way to write glue code to make deploying with NVIDIA Triton Inference Server easier. It's a cool CLI tool that we created as part of an internal team hackathon. Earlier, deploying a model to Triton was very tough. You had to navigate through the documentation for the Python backend, figure out how to get your inputs and outputs right, write a bunch of glue code, create a config.pbtxt file with all the correct parameters, and then package everything up. It could easily take a couple of hours. But with Triton Co-Pilot, all that hassle is gone. Now, you just write your model logic, run a command, and Triton Co-Pilot does the rest. It automatically generates everything you need, uses AI models to configure inputs and outputs, and handles all the tedious parts. You get your Docker container ready to go in seconds. Check out our GitHub repository and see how much easier deploying to Triton can be! It would be great if you folks try it out and see if it works for you. reply https://ift.tt/UNPpKZo July 11, 2024 at 05:54AM
Show HN: Sentinel-1 Explorer App Simplifies Access to SAR Imagery https://ift.tt/oNBSkaC
Show HN: Sentinel-1 Explorer App Simplifies Access to SAR Imagery Bringing together the ready-to-use Sentinel-1 RTC imagery from Living Atlas, and core capabilities via the ArcGIS Maps SDK for JavaScript, Sentinel-1 Explorer aims to help democratize SAR imagery for Earth science and observation. https://ift.tt/fwmsZtD July 10, 2024 at 11:46PM
Tuesday, July 9, 2024
Show HN: Create Music with R https://ift.tt/bESZWU1
Show HN: Create Music with R https://ift.tt/5tcIBxo July 10, 2024 at 01:15AM
Show HN: I made a SaaS landing page for those who hate CSS shit https://ift.tt/5gKaqJR
Show HN: I made a SaaS landing page for those who hate CSS shit Are you tired & bored of making a landing page for your new business/SaaS? With our boilerplate, you can make a stunning page exactly like this one and launch quick AF. Focus on your idea and let us handle the looks https://ift.tt/wHuFzRL July 10, 2024 at 12:21AM
Show HN: Easyto converts container images to EC2 AMIs https://ift.tt/6q1fsVa
Show HN: Easyto converts container images to EC2 AMIs Easyto builds an EC2 AMI from a container image. It creates a temporary EC2 AMI build instance with an EBS volume attached. The EBS volume is partitioned and formatted, and the container image layers are written to the main partition. Then a Linux kernel, bootloader, and custom init and utilities are added. The EBS volume is then snapshotted and an AMI is created from it. Demo video: https://www.youtube.com/watch?v=lruK2WOWa-o . https://ift.tt/UEh8bOW July 9, 2024 at 11:53PM
Monday, July 8, 2024
Show HN: S3HyperSync – Faster S3 sync tool – iterating with up to 100k files/s https://ift.tt/OafUbBJ
Show HN: S3HyperSync – Faster S3 sync tool – iterating with up to 100k files/s An alternative S3 sync tool to extremly fast sync s3 buckets. Feedback and contributions are welcome! https://ift.tt/5oyP7uk July 9, 2024 at 02:05AM
Show HN: I coded my own JSON translation tool to easily localize my side project https://ift.tt/sW2zviL
Show HN: I coded my own JSON translation tool to easily localize my side project Hi HN, I’m Joan, the developer of Quicklang. I made this app to easily translate and keep in sync all my localization JSON files for my side projects. While searching online for a similar tool, I only found enterprise solutions that do not allow direct editing of JSON files. I used to use ChatGPT to translate the JSON translation file changes before coding Quicklang. However, I realized that ChatGPT only allows you to input short content for translation into another language (even if you provide a .json file), and each time I had to request translations for one language at a time. So, I decided to build an app that only sends the changes I’ve made to the OpenAI API and easily translates them into all the target languages for my side projects. Technical details: I used Next.js to build the front end and backend, and I use a custom VPS (EC2 instance) on AWS to handle the translation process. This is because the translation can take several minutes, and Vercel Functions time out after 10 seconds by default (up to 60 seconds on the Hobby plan). Finally, I save the translation files in an S3 bucket. What’s next? I want to add cool features like change history, the capability to add context to the OpenAI API to make translations as accurate as possible, and maybe allow developers to interact with the API in order to use the tool. Let me know your thoughts and feedback. It’s been a blast working on this so far, and I think it’s just neat :) https://ift.tt/tOaswlj July 9, 2024 at 12:46AM
Sunday, July 7, 2024
Show HN: Imageprompt.io – AI-powered and human-curated artworks, logos, photos https://ift.tt/BCwqbjV
Show HN: Imageprompt.io – AI-powered and human-curated artworks, logos, photos ImagePrompt.io is a constantly growing collection of AI-generated content for artists, designers and everyone in need of great images. Includes stock photos for presentations and website, artworks for prints and wallpapers and logos for your next business. https://imageprompt.io/ July 8, 2024 at 02:03AM
Show HN: Hi.Events – Open-Source Event Management and Ticketing Platform https://ift.tt/JFhGY0P
Show HN: Hi.Events – Open-Source Event Management and Ticketing Platform https://ift.tt/8CVXQT2 July 7, 2024 at 09:26PM
Show HN: I made an open source Mailchimp RSS-to-Email alternative https://ift.tt/1OoQA5l
Show HN: I made an open source Mailchimp RSS-to-Email alternative Hi all! Excited to share rss2newsletter after completing dev work for the initial release. The idea for this project came out of necessity, as I wanted to share my articles via email newsletter. I was looking for a super minimal, lightweight, and open source solution, and when none existed, I decided to create one. For any sizable number of email recipients, a popular platform like Mailchimp will easily cost you hundreds or even thousands per month in per-contact fees. rss2newsletter, on the other hand, allows you to use Amazon SES, so you can reach your audience at pennies on the dollar. Beyond these factors, I also wanted something that could run on an internet-connected potato it's so easy on your system and fully automated so you can set it and forget it. So, I created (and put under a free software license): https://ift.tt/kYqwALH rss2newsletter (integrating with Listmonk and Amazon SES for ultra-low-cost emails) is a drop-in solution that requires almost no setup besides connecting with SES and styling your emails. It's also competitive at what it does with proprietary self-hosted solutions like Sendy, which requires your system/VPS to have some rather beefy specs to run well. Let me know if there are any other features you would like to see. I hope you can find my project helpful to you! https://ift.tt/kYqwALH July 7, 2024 at 10:26PM
Saturday, July 6, 2024
Show HN: MetaShunt – high dynamic range current measurement development tool https://ift.tt/6YygBo4
Show HN: MetaShunt – high dynamic range current measurement development tool Develop and validate your ultra- low power and IoT electronics devices with ease with MetaShunt. Optimize wakeup cycles and deep sleep power consumption. Open source Python interface for expandability. Performance and capability similar to Otii Arc and Joulescope for 1/10 of the cost. https://ift.tt/iwrYENU July 6, 2024 at 10:38PM
Show HN: Bash Dungeon – An educational dungeon crawler in the shell https://ift.tt/TrMHSsz
Show HN: Bash Dungeon – An educational dungeon crawler in the shell This is still WIP, but if anyone is interested, we could develop it much faster and perhaps even with cooler features like TUI graphics etc ... Right now it is all in plain ol bash https://ift.tt/4aTiWrM July 6, 2024 at 11:59PM
Show HN: I made an open-source minimal blogging platform https://ift.tt/VRl49pW
Show HN: I made an open-source minimal blogging platform https://ift.tt/rGdWS1n July 6, 2024 at 11:17PM
Friday, July 5, 2024
Show HN: A simple app to create .gitignore files https://ift.tt/OBqxC4H
Show HN: A simple app to create .gitignore files https://ift.tt/tIXEn5x July 5, 2024 at 06:02PM
Show HN: A better way for homeowners to find service pros https://ift.tt/0R4gmwK
Show HN: A better way for homeowners to find service pros What is it and who's it for? A tool for homeowners that allows you to snap a picture of an issue, understand your problem and automatically find local pros. Why I built it? I'm a millennial newb to homeownership that hates always feeling anxious and unprepared every time something happens to my house. Plus, I hate spending so much time searching for pros and reading reviews. How can you try it? - Visit https://ift.tt/9Xui1dG - Upload a pic of your home issue - Confirm it understood correctly - Get your list of vetted pros and key insights on the problem What am I seeking with this post? Feedback, thoughts, questions. Is it helpful, what you hated, what you like, anything and everything would be very much appreciated. You can also view a demo video here: https://youtube.com/shorts/Jtj3kJL5dzs?feature=shared What's the long term plan? I'd like to turn it into a complete property management assistant for homeowners that can actually get things done for you...not just a chatbot. Next I'm imagining it'll actually call and schedule times with pros for you. And since this is using publicly available data I don't have to ask pros to sign up, it's a direct connection between homeowners <> pros...no lead costs for pros. Thank you! https://ift.tt/9Xui1dG July 5, 2024 at 11:48PM
Thursday, July 4, 2024
Show HN: I built a Home Server | NAS with LXD https://ift.tt/04BhXNx
Show HN: I built a Home Server | NAS with LXD https://ift.tt/5ZEy24R July 5, 2024 at 01:05AM
Show HN: I upgrade my digital dead man switch https://ift.tt/FOrRnSi
Show HN: I upgrade my digital dead man switch Add more features: - File upload - Improve user interface - Account deletion, data export - Improve security https://bequeath.app July 5, 2024 at 12:00AM
Wednesday, July 3, 2024
Show HN: Connect to more than 200 event sources (GreptimeDB as Telegraf Output) https://ift.tt/yfix2Re
Show HN: Connect to more than 200 event sources (GreptimeDB as Telegraf Output) https://ift.tt/smVebHi July 4, 2024 at 12:57AM
Show HN: wt.dev- Dev tool for testing webhooks and email sending https://ift.tt/8dE4WmT
Show HN: wt.dev- Dev tool for testing webhooks and email sending Easily test your webhooks and emails with our straightforward tool. https://wt.dev July 3, 2024 at 06:43PM
Tuesday, July 2, 2024
Show HN: Free AI productivity framework for solo founders (with GPT-4) https://ift.tt/cnS3Jk8
Show HN: Free AI productivity framework for solo founders (with GPT-4) https://ift.tt/lcdinEQ July 3, 2024 at 01:43AM
Show HN: Ella – AI companion for emotional support when you're alone https://ift.tt/Qh9kiA3
Show HN: Ella – AI companion for emotional support when you're alone https://ift.tt/UzJpCxE July 2, 2024 at 11:12PM
Monday, July 1, 2024
Show HN: Simple Commenter – A Client Feedback Tool for Freelance Web Developers https://ift.tt/9DI2wuJ
Show HN: Simple Commenter – A Client Feedback Tool for Freelance Web Developers Hey HN, I'm Aleksander, and I built Simple Commenter to solve a problem I faced as a freelance web developer. This tool simplifies client feedback by allowing comments directly on your website with just one line of code. It works seamlessly with platforms like WordPress, Shopify, and Webflow. The backend is user-friendly, making comment management easy. If you're dealing with similar challenges, check it out! https://ift.tt/ONkpoW3 July 1, 2024 at 09:06PM
Subscribe to:
Posts (Atom)