Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally Hi HN! Here's a local-only stack I built over the weekend - hope it can be useful for you! I have been building a lot of AI apps - https://ift.tt/zOEQPod https://ift.tt/h6rzJm8 ... And there were definitely times I spent way too much $$ before deploying the app to production. So I was looking for a "local only" stack and found a few tools that worked well together. I used the following set of tools but may add more options later: - Inference: Ollama - Vec…
Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in ... by saving data in the URL, base64 encoded. About a year ago I wanted a fast, simple, throwaway, no sign-up/log-in To-Do List at my fingertips at work, I couldn't find one so I built one myself, in a quick and dirty way. Recently I decided to release to public, so I rewrote, productise it a bit, added markdown support, added dark mode, added extension for chromium browsers etc, and this is it. May you find this small utility website useful if you happen to need s…
Show HN: Discourse – Wikipedia for Sensitive Topics We just launched our open beta of Discourse and would love feedback. We’re a group of professionals from across technology & journalism who all have a shared experience working with sensitive topics and misinformation online. We built Discourse as a way to fill a gap we continued to see in our day jobs: a trustworthy and simple way to understand challenging topics. Discourse is unique in that it (a) combines multiple viewpoints into one place and (b) allows for Wiki-style crowd suggestion…
Show HN: EnfinBref- {GPT3-5|Mistral-7B} YouTube summaries, segment by segment A neat (in my opinion) little side-project I've been working on, both to get somewhat basic React skills going, and to work with LLMs on even more cool projects to build. It should work for most major languages and output English summaries (or French summaries, if using the main https://enfinbref.io page instead of the /en/ subpage), no matter the input language. Currently planning on expanding in various directions, including some nice new features like choosing…
Show HN: Online code editor for creating mobile apps https://ift.tt/PGoChyb October 30, 2023 at 10:01PM
Show HN: Unlogged – open-source record and replay for Java Hello HN! Parth, and Shardul here. We have been building unlogged.io for the last 21 months. We started as a time travel debugger and pivoted to record and replay with assertions, mocking, and code coverage. You can save the replays in the form of a JSON and commit them to your git. Both Parth and I come from an e-commerce/payments background where production bugs meant heavy financial losses. Big billion days/Black Friday sales meant months of code freezes with low productivity. Befor…
Show HN: SanitizHAR: A simple Chrome extension to sanitize HAR file contents https://ift.tt/RBNMPAT October 30, 2023 at 02:49AM
Show HN: Rust TUI libcurl HTTP client – developed in prison https://ift.tt/NchX8tq October 30, 2023 at 02:42AM
Show HN: Bitcoin Private Network Manager with a Terminal User Interface Introducing PrivateBTC: A Go package providing an intuitive TUI and a streamlined API. Launch and manage your Bitcoin private network with ease. Execute and replace transactions by fee, mine blocks, and programmatically delve into chain reorganizations. https://ift.tt/wbXKvzk October 30, 2023 at 01:17AM
Show HN: I’m writing a “US Banking and Credit for Foreigners” guide So I’m writing a guide about accessing US Banking & Credit as a non-US resident. It’s work-in-progress but the first couple of chapters are accessible for everybody. Any feedback is appreciated! https://ift.tt/BP4VypU October 29, 2023 at 10:38PM
कोटद्वार से आनंद विहार के लिए दौड़ी ट्रेन, पहले दिन राजधानी के लिए रवाना हुए 150 यात्री via Chebli Mohamed
पौड़ी शहर को जाम के झाम से मुक्ति दिलाने के लिए बाईपास करने की तैयारी है। इसके लिए पौड़ी से पहले प्रेमनगर नामक स्थान से एक चार किमी लंबी सुरंग बनाई जाएगी।
Show HN: Codebuy.org – A Digital Assets Marketplace https://codebuy.org/ October 29, 2023 at 04:09AM
Show HN: Marmotte – Open-Source IT Asset Management Made Simple https://ift.tt/HlMoExA October 29, 2023 at 01:12AM
Show HN: Prompt Engineering Made Easy Hey HN, We've been hard at work on a tool that we believe will change the game for developers, data scientists, and anyone working with models that rely on textual prompts. I'm excited to introduce our new tool: Automated Prompt Engineering (APE). Problem: As many of you know, how you phrase a prompt can significantly impact the results you get from models, especially with sophisticated language models. It often requires numerous iterations to hone in on the right prompt to obtain the desired respo…
Show HN: Is It Toxic To? – Check if a plant is toxic to your pets All information is from the ASPCA's list of toxic plants ( https://ift.tt/yHD7tXh... ) https://ift.tt/wiMFU0B October 28, 2023 at 05:44AM
Show HN: ChatGQL – Natural Language Conversations with GraphQL APIs https://chatgql.com/ October 28, 2023 at 12:50AM
हेमवती नंदन गढ़वाल विवि का दीक्षांत समारोह आगामी आठ नवंबर को आयोजित किया जाएगा। समारोह में राष्ट्रपति द्रौपदी मुर्मू बतौर मुख्य अतिथि शामिल होंगी।
Show HN: Maven to Gradle (Dependency Conversion) Very tiny project to convert your Maven dependency blocks to Gradle. On a mission to support other build systems in the JVM ecosystem too :). https://ift.tt/kAL3ihT October 27, 2023 at 11:09AM
Show HN: Cheddar, the app for people who hate budgeting https://getcheddar.co/ October 27, 2023 at 02:58AM
Show HN: A JavaScript library to generate rhyming passphrases https://ift.tt/Zah1bv3 October 27, 2023 at 01:00AM
Show HN: Instant API – Build type-safe web APIs with JavaScript Hey there HN! I just wrapped up an all-day documentation spree for Instant API, a JavaScript framework for easily building web APIs that implements type safety at the HTTP interface. It uses a function-as-a-service approach combined with a slightly modified JSDoc spec to automatically enforce parameter and schema validation before HTTP requests make it through to your code. You just write comments above your endpoint functions and voila, enforced type safety contracts between your…
Show HN: Mynd – See and Explore Your Patterns with a Growth-Mindset Mynd is a tool for growth-minded individuals to accelerate their path to clarity. It helps you see and explore key patterns in your daily experiences. Our new demo is out and we'd love more feedback! https://www.mynd.so/ October 26, 2023 at 02:41AM
Show HN: FreeChat – local LLM chat for macOS Hey HN, I made a tiny website for my llama.cpp-powered mac app. You can load in any GGUF (or it'll download the nice synthia mistral 7B fine-tune by default). I'm passionate about local AI because of the privacy characteristics (you can run FreeChat without even connecting to the internet). I think that to amplify our abilities to the fullest extent we'll want information to flow fluidly back and forth between our brain and the AI. I'm pretty wary of what I'd plug my uncensored b…
Show HN: Fediverser Portal. Bring your subreddits to Lemmy This is my attempt at helping those who are trying to ditch reddit but have not been satisfied with the content from Lemmy or haven't been able to find the corresponding communities. There are two sides to this project. The first one is that I have setup a Lemmy instance (alien.top) which is mirroring some of the reddit content from subreddits that I wanted to follow with the comments . The difference from most mirroring bots is that, instead of one single bot account mirroring all…
Show HN: Restaurants in Peace – leave a remembrance for a closed restaurant https://ift.tt/TyHWdGI October 25, 2023 at 01:54AM
Show HN: RustPython for FreeDOS with W2c2 https://ift.tt/BclbStw October 25, 2023 at 12:54AM
Show HN: Cross-border payments on stablecoin rail Hi guys, long time (for years) lurker of HN. I have a product to show you all. We recently launched in beta. Not everyone loves crypto and has diamond hands. Not everyone wants to get paid in crypto. We've built Binamite for users who have clients that pay in crypto (all web3 companies), so that the users can receive money in their local fiat. We do the heavy lifting behind the scenes. Moreover, and more importantly, on the same rails, we make fiat-to-fiat cross-border payments at blockchai…
Show HN: Clean and Simple Color Picker https://ift.tt/fK4ZxFt October 24, 2023 at 03:46AM
Show HN: Time Machine Utilities I wrote some shell scripts to automate "fixing" old Time Machine backups, particularly Time Machine backups from previous computers. I've personally experienced a lot of friction with this, and found out that some of the metadata stored in the Backups.backupdb and individual snapshot directories prevent successful use with Time Machine on other computers in some cases. Time Machine itself does not always handle this gracefully. These utilities should help users wrangle older backups to make them wo…
Show HN: WebSession, a Secure Replacement for Cookies https://websession.dev/ October 24, 2023 at 12:14AM
Show HN: Callegram – Telegram Mini App for scheduling calls with ease Callegram is a Mini App that allows you to manage your calls calendar inside Telegram. You can share your schedule (like calendly), book slots, get reminders about upcoming meetings. It is built using vanilla html+css+js for the frontend, and fastapi+postgresql for the backend in 10 days. https://ift.tt/4hrHutm October 23, 2023 at 09:50AM
Show HN: Pypipe – A Python command-line tool for pipeline processing pypipe is a command-line tool for writing data pipelines in Python. When working with data processing in the terminal, I often find myself wanting to pass the output of commands to Python for further processing. In such cases, one can either write one-liners or create regular Python scripts and connect them through pipes. However, using pypipe makes this process more convenient and efficient. https://ift.tt/Xw38Snp October 23, 2023 at 07:35AM
Show HN: Use an EEPROM as Programmable Logic https://ift.tt/uTFkEqO October 23, 2023 at 01:59AM
Show HN: Puzzlip Hey all, I built this puzzle generator to practice my wasm skills in Rust. Hope someone has fun. Source: https://ift.tt/yH5zM4O https://puzzlip.com October 23, 2023 at 12:04AM
कोतवाली पुलिस ने नगर के विभिन्न क्षेत्रों से चोरी हुई चार मोटर साइकिलें और एक स्कूटी बरामद कर ली हैं। पुलिस ने इस मामले में एक अंतरराज्यीय चोर को गिरफ्तार किया है। ये वाहन पिछले दिनों कोतवाली क्षेत्र के विभिन्न क्षेत्रों से चोरी हुए थे। via Chebli Mohamed
Show HN: Tiledesk – Open-Source LLM Chatbot Framework Tiledesk is an open-source chatbot designer that unleashes the potential of LLM-enabled chatbots and process automation through a user-friendly drag-and-drop interface. Witness its capabilities in action here: https://youtu.be/ZDPoVVbXxs8 With Tiledesk, you can create dynamic, human-like conversations without the complexities of coding or scripting. Our guiding principle is straightforward: Design, Test, and Launch Your Conversation Flows Across All Your Digital Channels in Minutes The quic…
Show HN: Images and animatons in 50 characters of stack based code https://ift.tt/mDu6lLI October 22, 2023 at 03:38AM
वरिष्ठ नागरिक संगठन की बैठक में हंस फाउंडेशन के सहयोग से संचालित फिजियोथैरेपी सेंटर का लाभ आमजन तक पहुंचाने और फिजियोथैरेपी का शुल्क 50 रुपये निर्धारित करने का निर्णय लिया गया। via Chebli Mohamed
Show HN: My Attempt to Simplify Philosophy https://gainedin.site/ October 21, 2023 at 12:15AM
Show HN: sbctl – Secure Boot key manager https://ift.tt/GZhJD9q October 20, 2023 at 11:01PM
कोटद्वार के दुर्गापुरी में तड़के कॉस्मेटिक और कपड़ों की दुकान में आग लग गई। जिससे दुकान में पड़ा लाखों रुपए का सामान जलकर खाक हो गया। via Chebli Mohamed
Show HN: State of the art audio enhance (open source AudioSR and DeepFilterNet) https://ift.tt/VuMUmlD October 19, 2023 at 06:48PM
Show HN: Gostore, a simplistic and minimalist storage made with Golang https://ift.tt/TDc4MOK October 20, 2023 at 06:17AM
Show HN: SQLiteDAV – A WebDAV Server for SQLite Databases Hi, this has been a labor of love over the last few days =) Can't wait to hear you feedback and of course AMA! https://ift.tt/UsfakNg October 20, 2023 at 01:39AM
Show HN: awesome-privacy-front-ends – private front-ends to popular sites https://ift.tt/b2yJ7DU October 19, 2023 at 02:17AM
APEC is Coming to SF! What You Need to Know to Get Around By Mariana Maguire Map of the main security zone around the APEC conference at Moscone Center, with vehicle detours. Security zones have been set and are managed by the United States Secret Service. Only conference attendees and those who live or work inside this zone will be allowed to enter following security screening procedures. San Francisco is proud to host the Asia-Pacific Economic Cooperation (APEC) conference in November, one of the largest gatherings of global leaders in …
Show HN: I struggle to focus working from home so I built a solution Hey HN friends, I keep getting distracted working from home and always end up watching youtube, browsing blogs like HN or just mindlessly scrolling then I feel like crap because I didn’t do enough. I went through dozens of productivity tools but they’re quite overwhelming to use and none of them actually helped me focus. So I built http://complish.ai, a web-based sidebar that helps me focus on one task at a time. I launched it last month and have over 3,000 users now and I’ll…
Show HN: Finetune OpenAI Embeddings In-Browser There's a lesser-known trick described in the OpenAI Cookbook. You can linearly transform a generic embedding space (like OpenAI’s) for your usecase with a well-tuned matrix multiply. I ported the cookbook technique into a standalone hardware-accelerated webapp, and added some UX to guide the process along. There are some examples on the homepage for out-of-the-box fun. With 30 seconds of training, I was able to improve performance by the first example by 15%. https://ift.tt/b06o5l7 October 18…
Show HN: A cross-platform version of the ETH Oberon System 3 https://ift.tt/52VXwiq October 17, 2023 at 08:01PM
Show HN: SEO Tools List https://ift.tt/O6MF29H October 18, 2023 at 02:14AM
Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io Rust itself is a hard language to master. Writing networking code is not an easy task in any language, let alone Rust. This is the beauty of socket.io, it has so low barrier of entry that anyone can code websocket logic with this framework. Now that Socketioxide is out, it can combine the power of Rust with its natural simplicity. Check it out and star if you like! https://ift.tt/ZVKG2BC October 18, 2023 at 01:43AM
Show HN: Found a clean link today for Harmy's Despecialized edition. Found this link today for Harmy's Despecialized edition. This is usually a bit hard to get so it surprised me to find it in the wild(ish), came accross it while visiting some abandoned(I thought) forums. Thought both the upload and message attached to it was interesting and would like your opinion. So sharing before Disney comes down on them like a pile of bricks XD https://ift.tt/b5izOvx October 18, 2023 at 12:40AM
Show HN: Obiklip – read transcripts, find and create video segments quickly I'm a video editor, but not very professional. I mostly edit speech and podcast videos to highlight interesting parts and make short clips. I've found that the most time-consuming task is finding interesting segments in a full-length video. It usually takes me 2-3 hours of continuous listening just to find the 'timestamps' where the interesting points start and end. I'm referring to source videos that are 30 min to 1 hour long. Nowadays, getting tra…
Show HN: Proposed Cryptocurrency Aims at Environment and Social Justice Here is a proposal for a new cryptocurrency that will be good for the environment and also reduce wealth inequality. https://ift.tt/Z7xYK2G October 17, 2023 at 02:55AM
Show HN: Quepid now works with vector search Hi HN! I lead product for Vectara ( https://vectara.com ) and we recently worked with OpenSource connections to both evaluate our new home-grown embedding model (Boomerang) as well as to help users start more quantitatively evaluating these systems on their own data/with their own queries. OSC maintains a fantastic open source tool, Quepid, and we worked with them to integrate Vectara (and to use it to quantitatively evaluate Boomerang). We're hoping this allows more vector/hybrid players to be …
Lime and Spin Host Adaptive Scooter Event in Golden Gate Park with SFMTA Support By We are proud to support Lime and Spin as the companies host a dedicated adaptive scooter event in front of Peacock Meadow in Golden Gate Park on Oct. 17 from 2:30 p.m. until 4:30 p.m. The initiative is another step toward ensuring a more inclusive and accessible transportation ecosystem for San Francisco's residents and visitors. Adaptive scooters, equipped with features such as wider bases, seating and additional wheels, are designed to cater to riders…
Show HN: CodeSpin - Code generation framework and tools using OpenAI APIs https://ift.tt/1xAhiEX October 16, 2023 at 06:51AM
Show HN: View Amazon search trends and optimize listings This is a very small weekend proof-of-concept that combines OpenAI's embedding model with 9 months worth of Amazon search trend data (available via their reporting API). I also added a small GPT4 wrapper to optimize listings based on the search data. Right now it is available for free. Would love feedback from Hacker News! https://ift.tt/3crdF2a October 16, 2023 at 12:15AM
Show HN: Guess The Movie – Discover a secret Movie everyday I created this game where the objective is to discover the secret movie of the day. It's similar to games like Wordle, but in this case instead of words, you have to guess movies. An artificial intelligence algorithm will tell you how similar the movie you guessed is to the secret movie. You can play it alone or in group. I'm open to feedbacks and general comments. Have fun! https://ift.tt/BY21naV October 15, 2023 at 11:43PM
Show HN: Get stuff done by focusing on one task at a time https://ift.tt/14wLMov October 15, 2023 at 09:11PM
Show HN: mystery-o-matic offers a daily random murder mystery https://ift.tt/nmvfaVF October 15, 2023 at 12:20AM
Show HN: 3D Binpacking Algorithm Visualized https://ift.tt/5UW7pLm October 15, 2023 at 04:01AM
Show HN: MiniSearch, a minimalist search engine with integrated browser-based AI Hey everyone! I’m excited to announce the release of my last project, MiniSearch. I admire Perplexity.ai, Phind.com, You.com, Bing, Bard and all these search engines integrated with AI chatbots. And as a curious developer, I took the chance and created my own version. Using Web-LLM and Transformers.js to provide browser-based text-generation models on desktop and mobile, I built a minimalist self-hosted search app on which an AI analyses the results, comments on t…
Show HN: Tmux plugin in for playing Spotify playlists https://ift.tt/F7JrNqv October 14, 2023 at 11:53PM
विकासखंड रिखणीखाल में मेरी माटी मेरा देश अभियान के अंतर्गत अमृत कलश यात्रा का आयोजन किया गया। via Chebli Mohamed
Show HN: EDMA – Embedded database management tool written in Rust https://ift.tt/DJ9T45d October 14, 2023 at 08:01AM
Show HN: Dummy – Generator of static files for testing file upload https://ift.tt/gWeN5fP October 14, 2023 at 07:31AM
सिद्धपीठ कालेश्वर महादेव मंदिर समिति की ओर से शारदीय नवरात्रि पर 15 से 24 अक्तूबर तक दुर्गा महोत्सव का आयोजन किया जाएगा। via Chebli Mohamed
जिला विधिक सेवा प्राधिकरण पौड़ी की ओर से जीआईसी सुखरों में जनजागरूकता कार्यक्रम आयोजित किया गया। via Chebli Mohamed
श्रीनगर। ब्लॉक कीर्तिनगर के चौरास क्षेत्र के एक युवक की डेंगू से मौत हो गई।
Show HN: 90s style yearbook photos using AI https://ift.tt/K0UZMJS October 13, 2023 at 09:02AM
Show HN: I built an app that help you be productive without having a todo list Mond is a tiny chrome extension that kindly ask you to choose what you want to do before having an Internet session. Based on your choice, it will open in advance / block webs to save you lots of manual actions and prevent distraction. This is a product I made to solve my own problem and I been using it for about 2 months before releasing it. Look forward to your feedbacks folks. https://ift.tt/NEV2WuG October 13, 2023 at 03:27AM
Show HN: stews.io – power tools for publishing quality curations to the web https://www.stews.io October 13, 2023 at 02:36AM
Show HN: OpenBLE, Swagger for Bluetooth OpenBLE is an API specification language and client generator for Bluetooth services built on the generic attribute (GATT) profile. Bluetooth development is a mess. Too many datasheets, too little documentation and SDK fragmentation across platforms. I built this tool to improve documentation, version control and development speed for BLE programs. Even though shunned by Apple and Mozilla, Web Bluetooth enjoys wide support and just works. It makes sense to build the frontend for OpenBLE using web Bluetoo…
Show HN: AI Generated Personalized Videos https://foxacid.ai October 12, 2023 at 03:44AM
राज्य के पूर्व सैनिकों के आश्रित बेटों को सेना अर्द्धसैनिक बलों में भर्ती पूर्व प्रशिक्षण का आयोजन आगामी एक नवंबर से 27 दिसंबर तक सैनिक विश्राम गृह 15 कालीदास मार्ग हाथी बड़कला देहरादून में किया जाएगा। via Chebli Mohamed
Show HN: Nostalgist.js – Run emulators of retro consoles, within web browsers https://ift.tt/2fHF8zO October 12, 2023 at 11:44AM
Show HN: OpenPV – Photovoltaic Potential in Bavaria (and Beyond?) Photovoltaic potential calculated live and privacy-friendly in your browser via WebGL. Using open LoD2 and laser point data from the Bavarian Public Agency for Digitization, High-Speed Internet and Surveying. Including laser points for tree occlusions and other non-LoD2 objects. Try it with the Bavarian Hall of Fame next to Oktoberfest: Hall of Fame, Munich, Bavaria Note that the point clouds might be a lot of data to download if enabled (~50 MB+). Currently limited to Bavaria, …
Show HN: thcon, a config-driven theme controller It's not the first CLI tool that switches terminal, editor, and desktop themes, and it certainly won't be the last. This one (mine) focuses more on switching between dark and light variants of a theme than on theme hopping, and is able to support a different set of tools. Notably, KDE Plasma, GNOME Shell user themes, and the macOS global dark mode are all supported, which is pretty unique I guess? https://thcon.app October 12, 2023 at 03:42AM
Show HN: Cloudgenda – Membership management platform for social organizations https://cloudgenda.com October 12, 2023 at 12:56AM
Show HN: SQL Window Functions Explained Window functions are probably the most confusing part of SQL. You might think, "So what? They just added a few extra functions". Not really. "Window functions" is a separate language built into regular SQL. And it's more complicated than anything you know about SELECTs. I've read several dozen articles explaining SQL window functions. They all suffered from one of two problems: (1) Easy read without much practical value, describing 10% of features, or (2) Difficult to comprehe…
Show HN: Lineage X Snapshot Tooling Hello everyone, I've been working on this project for several month now and I've just released a Lineage page so I thought I could share it here. Data Drift is a tool to help data teams understand what changed in their data warehouse, and how that led to KPI instability. Here's an example: https://ift.tt/ldu904V... You can "technically" install it by yourself, but tbh our focus are on the features, not the adoption. If you are interested it takes roughly 1 hour to configure (choose the …
उत्तराखंड में गुलदार के हमलों के मामले बढ़ते ही जा रहे हैं। बुधवार को श्रीनगर में कीर्तिनगर ब्लॉक के ग्राम पंचायत नौर में घास लेने जंगल गई एक महिला पर गुलदार ने हमला कर दिया।
Show HN: Neovim Configuration heavily inspired by Emacs and JetBrains Neovim Configuration heavily inspired by Emacs & JetBrains. Based on NvChad https://ift.tt/YgQDxbK October 11, 2023 at 08:23AM
What’s Next for the Hayes Street Weekend Street Closure By Monica Munowitch San Francisco established the Shared Spaces program during the pandemic to make it possible for restaurants and neighborhood business districts, like Hayes Street, to have additional outdoor space in the form of parklets, sidewalk space and block closures they so desperately needed when it wasn’t safe to operate indoors. In addition to bringing people outdoors, it also brought people together, creating community and delight throughout our city. That’s why the Mayor …
Show HN: A lightweight open-source web analytics for webdevs I wanted to share something I've been working on recently: Statum, a handy web analytics tool. https://ift.tt/J02SUdV The journey began when I found myself frequently needing simple web analytics for my projects. I tried Google Analytics, especially GA4, and realized it was quite complex and, at times, not very accurate, especially when I wanted to view stats for the current day or recent hours. Then I tested a few fancy startup solution but ended up with way too expensive plans …
Show HN: REST Alternative to GraphQL and tRPC https://ift.tt/2KhSu6c October 10, 2023 at 12:58PM
Show HN: The Water Quality Dashboard: State Compliance over the Years https://ift.tt/Tg86ip2 October 10, 2023 at 08:40AM
Show HN: Btfd.ai https://btfd.ai October 10, 2023 at 07:01AM
Show HN: Free content optimization tool for SEO https://ift.tt/TIAScnF October 10, 2023 at 02:01AM
Show HN: A Prettier plugin for formatting imports in Astro files https://ift.tt/Eq7C40W October 9, 2023 at 07:27PM
Show HN: I made a Chrome extension to put headlines back into Twitter https://ift.tt/lkCBGYm October 10, 2023 at 03:08AM
Show HN: Self hosted Embedding Server | OpenAI compatible Drop in replacement for OpenAI's embedding API. Can be used with official OpenAPI libraries. Written in python3 https://ift.tt/9fahE2s October 9, 2023 at 07:20PM
Show HN: Explore Doctors' Disciplinary History https://ift.tt/RDYWI0S October 9, 2023 at 02:28PM
Show HN: My First SaaS Promptly is my first SaaS Project. I built it because I wanted to refine my dev skills and also to have a central place to store my prompts for GPT, Midjourney, and other AI platform and systems. Would love some feedback on the website itself, as well as advice on how I should go about the marketing https://promptly.host/ October 9, 2023 at 12:53PM
Show HN: Instantly change the design of your web site, choose design in VS Code https://www.youtube.com/watch?v=Y5hHrmiS1Sg October 9, 2023 at 12:53PM
Show HN: I made a all-in-one web app to help me with my freelance admin tasks https://ift.tt/4ZnSJXk October 9, 2023 at 11:50AM
Show HN: Talk with ChatGPT using your VOICE https://ift.tt/gROd28T October 9, 2023 at 07:45AM
Show HN: I made a one button snake game variant https://tapsnake.com October 9, 2023 at 03:50AM
Show HN: Pollux – A Message Passing Cloud Orchestrator https://ift.tt/mFxzvTf October 9, 2023 at 12:14AM
Show HN: This is what social media could be I made what I believe is a joyful slow social media. Would love to know what you think! https://bloom.tendtoyourgarden.xyz/ October 8, 2023 at 11:34PM
वन्य प्राणी संरक्षण सप्ताह के तहत राजकीय इंटर कॉलेज सेंधीखाल में वन विभाग और जैफ-एग्रीकल्चर कोटद्वार शाखा की ओर से कार्यक्रम किया गया। via Chebli Mohamed
Show HN: Track time spent on activities that matter to you https://ift.tt/mdVQwKh October 8, 2023 at 11:23AM
Show HN: Build WebExtensions in Go, a Native Way Less than a week ago, we announced a new stdlib & runtime `pcz` for Golang, focusing on platform native support, along with full access to Web APIs. [1] (and we were not joking.) Today we are releasing the full access to WebExtension APIs for Go js/wasm target in pcz std[2], and now you can build WebExtensions in Go natively, happy toying with it! [1]: https://ift.tt/NylkR49 [2]: https://ift.tt/EigxTDc... https://ift.tt/0vMi5lN October 8, 2023 at 03:21AM
Show HN: Vimacs – Fast, Feature-rich & Beautiful Neovim configuration Vimacs project has just released! One of the most feature-rich neovim configurations out there. Manifest: There are some philosophical differences between (neo)vim & emacs (barely summarizing): (neo)vim is more minimalist and more focused on coding (unix philosophy) emacs is known to be an extensible editor that can ease the process of (almost) any text related task. (IRC, E-Mail, Note taking etc.) With Vimacs you have the efficiency of (neo)vim and (some) features o…
Show HN: CSSBattle – A competitive game for web designers and developers My name is Kushagra, and I am the co-founder of CSSBattle[1]. We built CSSBattle to make web designing a bit more fun. CSSBattle is an online competitive game where you have to replicate a given target image with CSS. When you submit your CSS code, you get a score based on how well you replicated the image + how short your code is. Our community has now grown to 320k+ players across the world. Over the past 3 years, we've been working hard to make it even more fun and…
अपर जिला एवं सत्र न्यायाधीश रीना नेगी की अदालत में शनिवार को अंकिता हत्याकांड के अहम गवाह जम्मू निवासी पुष्पदीप से बचाव पक्ष की जिरह पूरी हो गई। via Chebli Mohamed
Show HN: Buyidentities.com https://ift.tt/fA1H5Sm October 7, 2023 at 04:52PM
Show HN: Uber/Airbnb for Notarization Live in the Bay It's about time to skip that trip to the UPS store/bank, the Googling, the phone calls. Book in 2 minutes and get notified when your notary arrives! Use Coupon HN2023 for 50% off good till 10/15 https://ift.tt/BEAGVLw October 7, 2023 at 05:19AM
Show HN: Sun Powered Game of Life https://ift.tt/V8lzrw9 October 6, 2023 at 03:46PM
Show HN: CLI-first management of your environment secrets https://envsecrets.com October 7, 2023 at 12:15AM
Show HN: Most secure AI tools for work Hello Hacker News! We have an exciting product for privacy-conscious individuals and organizations. Now you can use AI tools at work, even if your organization has banned ChatGPT! WorkAI Tools is a self-hosted alternative to popular AI tools like ChatGPT. The Individual Edition of WorkAI Tools is a self-contained desktop app that runs everything locally, so all your data remains private and secure. We also offer an Enterprise Edition where organizations can deploy AI tools on their infrastructure (on-prem…
Show HN: DeepEval – Unit Testing for LLMs (Open Science) https://ift.tt/5kNXWzx October 6, 2023 at 08:21AM
Show HN: Decorate Java stack traces with source code snippets https://ift.tt/wIqzdHn October 6, 2023 at 05:36AM
Show HN: A tool to Convert JSON schemas into TypeScript Deno classes Hello all To preface this is just something I've been making as a learning exercise, so all feedback is appreciated. This is a tool that converts JSON schemas into TypeScript utility classes for use in Deno. Automatic Type Generation: Typescript interfaces for the compressed and uncompressed versions of your data. Compression & Decompression: Compress and decompress your data. Validation: Built-in data validation using Ajv ensures your data adheres to the schema. Reus…
Show HN: An image generator that embeds headline text for X / Twitter Cards - add headline text of article - drag and drop image - make adjustments by dragging, resizing, zooming with mouse wheel - download twitter card it's not perfect but i hope it helps. any constructive criticism is appreciated. happy to make adjustments or new features. thanks for your valuable time. https://ift.tt/fCziZ7j October 6, 2023 at 03:13AM
Show HN: Using File System as Database https://ift.tt/OtEvD9M October 5, 2023 at 10:42PM
उत्तराखंड में देवप्रयाग के गोसिल गांव में गुलदार ने एक दस साल के बच्चे पर हमला कर दिया। इस दौरान बच्चा बुरी तरह से घायल हो गया।
Show HN: Open-Sourced Launchpad(NextJs+ReactJS) Hey friends, Product Hunt seems to turn into a place where best marketing wins, not the best product. Also nobody knows how do they count the votes. We've built open source clone of Product Hunt just for dev tools. You can use the code to launch any kind of launchpad yourself too. Let me know if you need help setting it up Hit my up on twitter @johnrushx https://ift.tt/VRsNKXm October 4, 2023 at 11:54PM
Show HN: A Domain Name Generator that's useful https://domainowl.ai October 5, 2023 at 03:26AM
Show HN: The first tax software built for DeFi/NFTs The first tax software built for NFT and DeFi users. Automatic support for 10,000+ protocol functions. (We support exchanges like Coinbase, Gemini, and Kraken too.) https://awaken.tax/ October 5, 2023 at 03:19AM
Show HN: Privacy-focused, semi-automatic and open source CAPTCHA solution https://ift.tt/VwFIoAE October 5, 2023 at 01:34AM
Show HN: Userscript that removes all recommendations from your Reddit frontpage I've gotten more and more of these and A. I'm often not interested and B. they upset me more often than not. Since Reddit randomizes class-names and runs recommendations under different names this was more tricky than expected but it works reliably now. https://ift.tt/Nhvzs8G October 5, 2023 at 01:18AM
Show HN: Excessibility, test Elixir/Phoenix applications for WCAG compliance Hey Hacker News community! I'm thrilled to introduce Excessibility, a library that I've developed to address a crucial aspect of web development - accessibility testing. With Excessibility, you can effortlessly test your Elixir/Phoenix applications for a11y issues and ensure compliance with WCAG (Web Content Accessibility Guidelines). Accessibility is a fundamental principle that should be at the core of every web application. It ensures that people with disab…
Show HN: Elara- A free open-source coding game built with Rust and WebAssembly I'm excited to share a project that I've been working on mostly solo for the past year! It's called Elara, and it's a free open source game that teaches you how to code. You can play directly in your browser without downloading anything or creating an account. It's targeted toward complete beginners, but if you already have some coding experience, there are optional bonus challenges to really test your knowledge and problem-solving skills. If you…
Show HN: An app to create asynchronous micro podcasts Share thoughts and stories with friends worldwide, on your time. https://roadsaudio.com/ October 4, 2023 at 12:52AM
Show HN: AI-Generated Luxury Style Stock Images Hey HN, We're excited to introduce LuxeStock, a luxury style stock image library powered by AI. These images work well for brands, entrepreneurs, marketers, and content creators. All images are generated by AI and handpicked by humans. We are starting with a newsletter that sends you 20 free premium stock photos every week. Check us out at: https://luxestock.co Thanks! https://luxestock.co October 3, 2023 at 10:41PM
Show HN: Linear doesn't have an iOS app so I made one myself Love using linear.app but they don't have an iOS app. They have an external GraphQL schema so I made a native iOS app using SwiftUI https://changes.app/ October 4, 2023 at 12:04AM
पौड़ी। सेंटर ऑफ इंडियन ट्रेड यूनियन (सीटू) व अखिल भारतीय किसान सभा के कार्यकर्ताओं ने श्रमिकों व कामगारों की विभिन्न मांगों को लेकर कलेक्ट्रेट परिसर के समीप स्व. एचएन बहुगुणा मूर्ति स्थल पर प्रदर्शन किया।
Show HN: Hardcover – Letterboxd for Books Hi HN! A little over two years ago, Goodreads announced they were shutting off access to their API. I was using it to show what I was reading on my blog at the time, and started looking for alternatives. I found a few that showed potential. I'd been using Letterboxd for a few years at that point and felt it had something that was missing from GR and the others I found, but I couldn't put my finger on it. I decided to build it instead (I'm sure many creators can relate ). I made a post on th…
Show HN: A new stdlib for Golang focusing on platform native support No gc, No goroutines, Produces small binaries while using the unmodified official go toolchain, and comes with complete Web SDK (generated from w3c/webref). We are building `pcz` to provide a reimagination of Go the language, in an effort to make it suitable for all kinds of programming tasks, and currently you can use it to build efficient web applications in Go using the generated Web SDK (as shown with the live web demo[1]). The journey is just starting, any suggestions? o…
Show HN: Anything World – AI for 3D auto-rigging and animation https://anything.world/ October 2, 2023 at 08:32PM
Show HN: An Astro boilerplate to help you launch your SaaS in 3 minutes Hey HN, Inspired from Marc's ShipFast, I've built LaunchFast which helps you with a set up that: - has a component for making SEO at your fingertip - enables you to utlilize Upstash, a Serverless Redis with budget friendly pricing - send transactional emails with Resend - captured analytics with Google & PostHog - capture payments via Lemon Squeezy & Stripe - login users via Google Oauth2 and Emails - verify users in case they sign up non-OAuth2 methods - P…
Show HN: I Made an App to Summarize YouTube Videos in Just One Click Hey folks! My weekend project, Summify.io, has officially launched! It's an AI-driven tool that simplifies your life by summarizing YouTube videos in just a single click. Now, you can get the gist of those long vids without breaking a sweat! Built from the ground up as a solo developer, it's been an incredible journey full of late nights, countless coffees, and the spirit of indie hacking The amazing response from our private release has motivated me on to start build…
दिगोली और नकोट में गुलदार की दहशत से लोग परेशान
Show HN: NanceFi – Visualize public companies revenue sources, costs and margins Hey HN! Today, I'm thrilled to introduce "Nancefi", a SaaS app designed specifically for those who need a deeper insight into SEC reports. If you've ever found yourself sifting through pages of financial data, you know how daunting and time-consuming it can be. With Nancefi, we bring a solution to this problem. *Key Features:* * Data Extraction: Our advanced algorithms scan through SEC reports, pulling the most relevant data points for analysis. …
शास्त्रीय संगीत में डाॅ. लता और सुगम संगीत में अमित अव्वल
पौड़ी। जनपद पौड़ी के विभिन्न विद्यालयों के आठ छात्र-छात्राएं राष्ट्रीय स्तर पर होने वाली टेबल टेनिस प्रतियोगिता में प्रतिभाग करेंगे।
Show HN: Postman and Insomnia Alternatives https://ift.tt/bNWeEzK October 1, 2023 at 03:32PM
Show HN: Nap – Fast HTTP Automation, No Fuss https://ift.tt/kP5ZEHC October 1, 2023 at 06:19AM
Show HN: Svmidi, a suckless virtual MIDI keyboard This is a minimal yet functional midi virtual keyboard written in C, using Xlib and asound or sndio. Tested on Linux and OpenBSD, replaces softwares such as VMPK. https://ift.tt/EeJn0ph September 30, 2023 at 11:39PM
Social Plugin