Monday, July 31, 2023
Show HN: Openexus – Building blocks for the internet https://ift.tt/OEPDqkV
Show HN: Openexus – Building blocks for the internet Hi HN! We are thrilled to share a sneak peek of https://openexus.com after months of work. You can try out the cool demos on the front page! The idea is to build a platform and community for composable building blocks where anyone can easily create, find and connect different modules to create dynamic and interactive apps, sites, dashboards, and docs. This can be done without using a single line of code. Key principles of what we are building: 1) True composability that enables infinite possibilities — Modules today are either too complex to be used only by developers (e.g. NPM packages) or too simplistic where they are usually used as an embed in isolation. We are establishing a modularization foundation that is powerful enough for developers to express functionalities, simple enough for anyone (even kids) to use, and flexible enough to build sophisticated creations. 2) Smart connect without code — All logic can be clearly expressed by simply drawing lines. Depending on the data type and other characteristics of the connector, we can figure out how the connection should behave. For example, triggers can only be connected to actions, and data connectors that fetch from APIs can be defined as directional read-only connectors. 3) Open-connections for instant forking — Forking today is a time-consuming complex endeavor. Even a simple change requires many layers of code understanding. Instead of open-source code, we see a future of open-source connections, where remixing simply means adding new blocks and re-wiring them. What we are building can be described as NPM for non-developers, connectable Lego blocks for the Internet, or Minecraft for non-game creations. Our focus is to create a community where we can share ideas and innovations. We are super excited about the possibilities of this platform, especially when we incorporate AI. We will be releasing tutorials, opening up the playground, and sending out invites in the coming weeks. If you are eager to try out our tooling and create your own building blocks, drop us an email! We would love to hear your feedback! Website: https://openexus.com Email: m@openexus.com July 31, 2023 at 06:59AM
Sunday, July 30, 2023
Show HN: Formula8.ai – A formula-based approach to AI prompts https://ift.tt/SZntRF7
Show HN: Formula8.ai – A formula-based approach to AI prompts We just launched our new product, which we developed ourselves out of the need to have a better abstraction layer for ChatGPT. Yes, we know; another AI content tool. As a marketing agency, we produce different types of content such as newsletters for large public companies. We found ourselves typing the same prompts over and over again, even though the structure was often very similar or identical, except for the actual content or topic. Formula8 offers us an easy way to develop parameter-based prompts for this and combine them in templates and make them smarter with helper functions, such as automatically crawling the content of an external URL for article teaser excerpts. Frankly, we didn't really plan to turn it into a real product originally, but since our team adapted it super fast and we can certainly give those who have the same problem a useful tool with it, we're introducing it today. Happy if it seems to be helpful to anybody and to collect your input or ideas. https://www.formula8.ai July 31, 2023 at 12:57AM
Saturday, July 29, 2023
Show HN: Scribe – android dictaphone with speech recognition on device https://ift.tt/wb7mRX2
Show HN: Scribe – android dictaphone with speech recognition on device Dear HN community! We are developing Scribe - dictaphone with speech recognition on device. On device means - audio is not sent to any cloud and stays on your phone, so it is private. The neural network runs right on the CPU of your smartphone. The app is free, there are no limits or fees based on transcription hours, one can transcribe 24/7 and pay only for electricity. This is actually a demo of our SDK, which we offer to businesses to embed in their applications, and it will stay always free for private users. It is like Google Recorder, but unlike Otter.ai or other transcribing apps based on Google Assistant. https://ift.tt/JGneoEc... Some of the features: - record to wav, flac, aac and transcribe in real-time - transcribe from audio/video files - share to and from Scribe - access records and texts easily from file system Some of the possible uses: - transcribing lectures/trainings - court hearings - medical/psychological interviews - journalist interviews https://ift.tt/t6b1un3 July 29, 2023 at 05:52PM
Show HN: Gogit – Just enough Git (in Go) to push itself to GitHub https://ift.tt/3dbe7WK
Show HN: Gogit – Just enough Git (in Go) to push itself to GitHub https://ift.tt/IzrQ25J July 30, 2023 at 12:34AM
Friday, July 28, 2023
Show HN: Diffusion Models for Greeting Cards https://ift.tt/GzNa6Qi
Show HN: Diffusion Models for Greeting Cards https://yoohoo.cards July 28, 2023 at 10:34PM
Thursday, July 27, 2023
Show HN: lilo, A CLI to download GCP logs to a SQLite db https://ift.tt/9DLgbx1
Show HN: lilo, A CLI to download GCP logs to a SQLite db https://ift.tt/x9FrSWV https://ift.tt/x9FrSWV July 28, 2023 at 12:28AM
Wednesday, July 26, 2023
Show HN: Interactive and lightweight map of NYC's Restaurant Week https://ift.tt/OyCUk4B
Show HN: Interactive and lightweight map of NYC's Restaurant Week I found the official website https://ift.tt/UEF8whl slow and tedious to navigate, so I hacked together a fast, filterable map to showcase the participating NYC restaurants during Restaurant Week. It's in pure HTML, CSS, and JS, and it uses Leaflet for mapping and a utility JS file for the searchable multi-select input. If you're interested, check out the unminified source code by right-clicking and selecting "view source". The full source is available here: https://ift.tt/6eMvAcr . https://nyc.jimoapp.com July 26, 2023 at 11:34PM
Show HN: Continue (YC S23) – Open-source coding autopilot https://ift.tt/wpWZn8d
Show HN: Continue (YC S23) – Open-source coding autopilot Hi HN, we’re Nate and Ty, co-founders of Continue, an open-source autopilot for software development built to be deeply customizable and continuously learn from development data. It consists of an extended language server and (to start) a VS Code extension. Our GitHub is https://ift.tt/VUap1hB . You can watch a demo of Continue and download the extension at https://continue.dev — — — A growing number of developers are replacing Google + Stack Overflow with Large Language Models (LLMs) as their primary approach to get help, similar to how developers previously replaced reference manuals with Google + Stack Overflow. However, existing LLM developer tools are cumbersome black boxes. Developers are stuck copy/pasting from ChatGPT and guessing what context Copilot uses to make a suggestion. As we use these products, we expose how we build software and give implicit feedback that is used to improve their LLMs, yet we don’t benefit from this data nor get to keep it. The solution is to give developers what they need: transparency, hackability, and control . Every one of us should be able to reason about what’s going on, tinker, and have control over our own development data. This is why we created Continue. — — — At its most basic, Continue removes the need for copy/pasting from ChatGPT—instead, you collect context by highlighting and then ask questions in the sidebar or have an edit streamed directly to your editor. But Continue also provides powerful tools for managing context. For example, type ‘@issue’ to quickly reference a GitHub issue as you are prompting the LLM, ‘@README.md’ to reference such a file, or ‘@google’ to include the results of a Google search. And there’s a ton of room for further customization. Today, you can write your own - slash commands (e.g. ‘/commit’ to write a summary and commit message for staged changes, ‘/docs’ to grab the contents of a file and update documentation pages that depend on it, ‘/ticket’ to generate a full-featured ticket with relevant files and high-level instructions from a short description) - context sources (e.g. GitHub issues, Jira, local files, StackOverflow, documentation pages) - templated system message (e.g. “Always give maximally concise answers. Adhere to the following style guide whenever writing code: ”) - tools (e.g. add a file, run unit tests, build and watch for errors) - policies (e.g. define a goal-oriented agent that works in a write code, run code, read errors, fix code, repeat loop) Continue works with any LLM, including local models using ggml or open-source models hosted on your own cloud infrastructure, allowing you to remain 100% private. While OpenAI and Anthropic perform best today, we are excited to support the progress of open-source as it catches up ( https://ift.tt/HUJ7PCo... ). When you use Continue, you automatically collect data on how you build software. By default, this development data is saved to `.continue/dev_data` on your local machine. When combined with the code that you ultimately commit, it can be used to improve the LLM that you or your team use (if you allow). You can read more about how development data is generated as a byproduct of LLM-aided development and why we believe that you should start collecting it now: https://ift.tt/WiaQzlR... Continue has an Apache 2.0 license. We plan to make money by offering organizations a paid development data engine—a continuous feedback loop that ensures the LLMs always have fresh information and code in their preferred style. — — — We’d love for you to try out Continue and give us feedback! Let us know what you think in the comments : ) https://ift.tt/VUap1hB July 26, 2023 at 10:04PM
Show HN: I built a monitor for AMC movie tickets https://ift.tt/d7n1MKE
Show HN: I built a monitor for AMC movie tickets Reverse engineered the AMC GraphQL API to monitor for tickets to Oppenheimer, but the code should be fairly easy to modify to monitor other movies / formats / theatres. This was just a fun weekend project between a concert, Yankees game, and seeing the movie myself. I'm monitoring AMC Lincoln Square over at https://twitter.com/OppenheimerTix if you live in or near NYC and want to see the movie in 70MM, which I would highly recommend. https://ift.tt/wOzebmJ July 26, 2023 at 11:42PM
Tuesday, July 25, 2023
Show HN: AI to analyze SEC filings (10-Ks, 10-Qs, etc.) of public companies https://ift.tt/wUD1T0V
Show HN: AI to analyze SEC filings (10-Ks, 10-Qs, etc.) of public companies https://cofinapp.com July 25, 2023 at 10:28PM
Show HN: EchoCLI – a tool for rooting the Amazon Echo Dot https://ift.tt/e3HOSAq
Show HN: EchoCLI – a tool for rooting the Amazon Echo Dot https://ift.tt/wtbEMKO July 25, 2023 at 11:21PM
Monday, July 24, 2023
Show HN: I wrote a WebUSB driver for the Xbox kinect https://ift.tt/6e8hkoq
Show HN: I wrote a WebUSB driver for the Xbox kinect https://ift.tt/1vWoIl5 July 24, 2023 at 11:01PM
Show HN: SiteOS – Website platform with CRM, email, and analytics https://ift.tt/ejUwiz8
Show HN: SiteOS – Website platform with CRM, email, and analytics The Demo URL is: https://ift.tt/PDOpFU5 Info: https://ift.tt/eUpwFZg GitHub: https://ift.tt/KV9a5vP https://ift.tt/0GZyfgs July 24, 2023 at 09:32PM
Sunday, July 23, 2023
Show HN: Configurable Pirate Insult Generator https://ift.tt/rHnyVLd
Show HN: Configurable Pirate Insult Generator Arr HN! I had a need for pirate themed insults for a D&D campaign last year and put together a generator using recursive templating. Generations are scored on a couple axes (vulgarity, viciousness, intelligence) so the output can be tailored to a particular situation. There isn't any AI at work here. I have a new blog post with a lot more detail on how it works: https://ift.tt/BAZ7TEY https://ift.tt/dszKPi7 July 23, 2023 at 08:56PM
Saturday, July 22, 2023
Show HN: Interesting Maps https://ift.tt/LxopHks
Show HN: Interesting Maps https://ift.tt/UydXW9g July 23, 2023 at 01:10AM
Show HN: Chitchat, an easy-to-use, cross-platform, chat-based LLM interface https://ift.tt/xXlZwsh
Show HN: Chitchat, an easy-to-use, cross-platform, chat-based LLM interface Just finished the first draft of my weekend project. Sadly my industry is far away from all the exciting machine learning developments happening right now, so I wrote this project as my first exploration into the world of LLMs. It's not perfect, but I'm excited to see where the project goes from here! https://ift.tt/jlyxo0Z My main motivations were: - Easy-of-use: Many models are supported out-of-the-box so users don't have to figure out how to download, where to save, etc. - Intuitive: A clean interface - Cross platform: The project is written in Rust and cross-compiled to other platforms. You don't have to have Python or the C++ toolchain installed to use. - Chat-based experience: Model sessions are persisted so the model is contextually aware of your conversation. https://ift.tt/iSvp0LW July 22, 2023 at 08:36PM
Friday, July 21, 2023
Show HN: CopilotKit – a hackable OSS copilot for any react app https://ift.tt/wBcYgmS
Show HN: CopilotKit – a hackable OSS copilot for any react app CopilotKit is a typescript library for adding a hackable copilot to any react app. You can let the copilot interact with your app via plain typescript closures , and give it (explicit) read access to app data. An example user interaction could look like: - "Which of these travel destinations has a rich architecture history?" - [Copilot answers] - "Great. Add these to my august trip folder, except the ones where it's typically rainy then" - [Added] Recursive agent integration (via Langchain) is in the works - if you have ideas I'd love to hear them here or on the discord. https://ift.tt/dKXRCHQ July 21, 2023 at 10:59PM
Thursday, July 20, 2023
Wednesday, July 19, 2023
Show HN: Snapify – open-source Loom alternative https://ift.tt/7aK9Q3r
Show HN: Snapify – open-source Loom alternative https://ift.tt/GOxYCep July 19, 2023 at 10:23PM
Tuesday, July 18, 2023
Monday, July 17, 2023
Show HN: Alternative HN Front End https://ift.tt/Au61TXm
Show HN: Alternative HN Front End Hey folks, https://ift.tt/g7I4fHV is alternative frontend for Hacker News, with some features on top: (1) AI powered summarizations. Summaries are generated for the link, for the post and for the discussion. Summaries are automatically generated for selected top stories, but you can also generate them on demand — currently this requires supplying your own OpenAI api key (which gets stored in your browser in localStorage). When you generate a summary, everyone else can see it and benefits from it as well. Here are some examples: Summary of a long discussion: https://ift.tt/XrSjm1o Summary of a subthread: https://ift.tt/6IL1mbA Summary of a PDF: https://ift.tt/1yE0Qoe Business insider: https://ift.tt/Bj3gEzx Wall Street Journal: https://ift.tt/wOlgtov New York Times: https://ift.tt/k63DSp7 Reuters: https://ift.tt/CEoNDhR It’s surprisingly not easy to get LLMs to produce summaries that aren’t vague, and I am not satisfied with the current quality just yet. E.g. the summaries might contain “the benefits of X are also discussed”, instead of “the benefits of X are A, B, C”. (2) You can view top / best / most active stories from previous days. I use “Top Yesterday” ( https://ift.tt/iw7uAYD ) as my bookmark, this way I avoid the habit of refreshing the front page (expecting new stories to pop up), and refreshing each story (waiting for new comments to pop up :)). (3) You can highlight usernames and save notes about users. This way you can make sure you don’t miss posts and comments from people that you care about, and you can save notes for future reference also, like “This is the CEO of Cloudflare”, etc. (4) You can mute users. Posts from muted users will be hidden, and their comments will be collapsed by default — actually, I would love feedback on this part, as I am not sure that collapsing the comments is the best approach (better alternative might be hiding the comment’s content and author name). (5) Formatting for blockquotes and for code snippets. ## Why did I build this? I am using Hacker News as one of the more important data sources for my upcoming project (that I hope to show off soon). This requires me to keep a near real-time mirror of the HN database. Given how much I use and benefit from Hacker News as a user and as a resource for my project, I thought this would be a nice way to give something back. As a HN user, the above features were added in order to make my use of HN more effective, and I am eager to hear your feedback and feature requests :) https://ift.tt/g6JIXmL July 17, 2023 at 08:58PM
Show HN: Juno – Code Interpreter in Your Jupyter Notebook https://ift.tt/3eh98ib
Show HN: Juno – Code Interpreter in Your Jupyter Notebook ChatGPT Code Interpreter is a game changer for data cleaning, analysis, and plotting, but as early users my friend @amauboussin and I were frustrated that there is no easy way to work on top of its results. You can’t edit code, install packages, work on large datasets, collaborate with teammates, or use it for privacy-sensitive workloads. So we built Juno to bring the power of Code Interpreter to your local Jupyter notebook. It understands your data, generates code directly in your notebook, and can fix its own errors. We’ve found ourselves using it for tons of analysis tasks at our startups, so we decided to release it to everyone! https://getjuno.ai July 17, 2023 at 10:07PM
Sunday, July 16, 2023
Show HN: Structured output from LLMs without reprompting https://ift.tt/dEhNigS
Show HN: Structured output from LLMs without reprompting Built a tool for transforming unstructured data into structured outputs using language models (with 100% adherence). If you're facing problems getting GPT to adhere to a schema (JSON, XML, etc.) or regex, need to bulk process some unstructured data, or generate synthetic data, check it out. We run our own tuned model (you can self-host if you want), so, we're able to have incredibly fine grained control over text generation. Repository: https://ift.tt/mr9yvFp Playground: https://ift.tt/lBybuV8 https://ift.tt/lBybuV8 July 16, 2023 at 10:30PM
Show HN: nodice-cli, a simple diceware generator in Python with no dependencies https://ift.tt/4hs8o0t
Show HN: nodice-cli, a simple diceware generator in Python with no dependencies https://ift.tt/Vna9Lfh July 16, 2023 at 11:27PM
Saturday, July 15, 2023
Show HN: Tiny command-driven Twitch bot framework for Go https://ift.tt/YyDjqEI
Show HN: Tiny command-driven Twitch bot framework for Go https://ift.tt/TwQuqsF July 16, 2023 at 02:14AM
Show HN: Recursive COW Pages in Userspace https://ift.tt/hmYfAgX
Show HN: Recursive COW Pages in Userspace https://ift.tt/LsNFl5I July 16, 2023 at 01:49AM
Show HN: Distributed System Simulation and Visualization https://ift.tt/eOaVcIH
Show HN: Distributed System Simulation and Visualization https://ift.tt/8YK7X9w July 15, 2023 at 11:45PM
Show HN: PikaTorrent, a modern, multi-platform, open source BitTorrent app https://ift.tt/IRQZE3q
Show HN: PikaTorrent, a modern, multi-platform, open source BitTorrent app I find existing BitTorrent clients offer a rather old user interface, and it's hard to set up remote access, involving setting up a web server, a TLS certificate, domain name, configuring the router, etc... PikaTorrent tries to offer a modern and easy UI. It is available on desktop (Linux & Windows for now), mobile (Android for now), as CLI as an npm package, and even on the web (as a frontend for remote control). Thanks to WebRTC, one can link the mobile or web app with the desktop or CLI app. This way, it's possible to remotely manage torrents securely and without any complicated setup. From a technical point of view, the app is using Expo and Tamagui to target the web, desktop, and mobile (native), meanwhile libtransmission is used as the torrent engine. So we should expect the same level of performance as the Transmission client. PikaTorrent is open source, and I just released v0.3.0 to let potential users try it out and contribute to the bug/features list on GitHub: https://ift.tt/7x64XlF . Thank you for your feedback. https://ift.tt/d4eMUAh July 15, 2023 at 08:20PM
Friday, July 14, 2023
Thursday, July 13, 2023
Show HN: Unofficial OpenAI Status Dashboard https://ift.tt/rilnyhu
Show HN: Unofficial OpenAI Status Dashboard Whenever I get abnormally slow results or high rates of errors from GPT-4, I used to go and check the official OpenAI status site. But mostly it would always show green when I was experiencing issues. So Eliot who I work with built this little utility - an unofficial OpenAI status dashboard. It's designed to answer the question of "is GPT slow for everyone right now or just for me" and "is GPT having elevated rates of errors for everyone right now or just for me" It's aimed at API users but may also be useful for ChatGPT errors/slowness, I'm not sure. Possible features we're thinking about: * Gauge style chart to be easier to read * Show the average and delta vs average in the chart * Track a specific prompt over time to track any model performance degradation * Add stats specifically for ChatGPT (any ideas on how to do so, given that it's behind Cloudflare?) * Add speed comparison of APIs via Azure vs OpenAI Let us know what's helpful about it and what you'd hope to see improved or added. https://ift.tt/eWkQq8h July 13, 2023 at 07:07PM
Show HN: CodSpeed – Continuous Performance Measurement https://ift.tt/uKpWUjm
Show HN: CodSpeed – Continuous Performance Measurement Hi HN! We’re Arthur and Adrien from CodSpeed. We’re building a tool measuring software performance before any production deployment, catching performance regressions before they hit production environments and reporting performance changes directly in Pull Request comments. It’s kind of like Codecov but for performance measurement. Today, the go to solution to measure performance is probably to use an APM(DataDog, Sentry, …), continuously analyzing your production environment. However, since those solutions are operating on real environments they need real users to experience poor performance in order to report issues and unfortunately, performance remains an afterthought appearing only at the end of the development cycle. Another possibility to measure performance is to create benchmarks while developing and to run them on a regular basis to have an idea of the performance trend of your project. However, with this approach, the variance in the results creates a lot of noise and it’s rarely possible to compare your results with the ones from a co-worker or a production environment. To make consistent performance measurement as easy as unit testing and fully integrated in CI workflows, we chose a benchmark based solution. And, to eliminate the usual variance associated with running them, we measure the number of instructions and memory/cache accesses through CPU instrumentation performed with Valgrind. This approach gives repeatable and consistent results that couldn’t be obtained with a time based statistical approach, especially in extremely noisy CI and cloud environments. We have been in closed beta for a few months, already being used by popular open-source projects such as Prisma and Pydantic. Notably, CodSpeed helped Pydantic through their Rust migration, empowering them to make the library 17x faster: https://ift.tt/Cv862DI... Today, we’re super excited to finally make the product available to everyone. We currently support Python, Node.js and Rust and are looking forward to integrate with more languages soon. The product is and will be free forever for open-source projects. Also, we have a per-seat pricing for private repository usage. We have a lot of exciting features planned regarding additional integrations, such as Database and GPU integrations that should come in upcoming months. Don’t hesitate to try out the product and give your honest feedback. We’re looking forward to your comments! https://codspeed.io/ July 11, 2023 at 07:02PM
Wednesday, July 12, 2023
Show HN: GPT Web App – Scaffold a React/Node.js app based on your description https://ift.tt/1hGIl7r
Show HN: GPT Web App – Scaffold a React/Node.js app based on your description This started out as an experiment - we were interested if, given a short description in plain English, GPT can generate a functioning full-stack web app in React & Node.js. You can see examples and read about current limitations and future plans here: https://ift.tt/aio7TEg... https://ift.tt/eVAp72h July 12, 2023 at 06:34PM
Show HN: AI companions stack – create and host your own AI companions https://ift.tt/hotuKfc
Show HN: AI companions stack – create and host your own AI companions https://ift.tt/YVz0yqR July 12, 2023 at 10:45PM
Tuesday, July 11, 2023
Show HN: A GPT4 Agent that build and use financial models for planning purpose https://ift.tt/kyXsUQY
Show HN: A GPT4 Agent that build and use financial models for planning purpose I built this GPT4 Agent that can construct a financial model and use it as an external tool for answering broad range of financial planning questions. It is better than asking the same question on Reddit personal finance forums. My goal is to make it as good an a human financial planner but with 100x less cost. https://ift.tt/S7jpTKz July 12, 2023 at 12:04AM
Monday, July 10, 2023
Show HN: macOS tool for tracking internet disconnections on a calendar heatmap https://ift.tt/kb9ymMB
Show HN: macOS tool for tracking internet disconnections on a calendar heatmap Hey everyone, I want to share a tool, UptimeLog, that helps track internet connections and identify patterns of disconnections and durations, all presented on a calendar heatmap (which I find to be a cool way to visualize different patterns and more). Originally, it started as a quick hack for Linux, allowing me to analyze patterns of periodic internet disconnections over time. However, I have since ported it to macOS, enabling cross-platform compatibility via making the monitoring dashboard accessible through a web page locally. https://uptimelog.app July 10, 2023 at 11:25PM
Show HN: GitoCommito A VSCode extension that commits for you https://ift.tt/ElkS6vB
Show HN: GitoCommito – A VSCode extension that commits for you Hey, I've been obsessing over Conventional Commits and choosing the right emoji since I discovered the Conventional Commits extension for VS Code. This is my attempt to ameliorate that process. I hope some of you enjoy it. It's been lots of fun working on it. https://ift.tt/Uj0ZRKt July 10, 2023 at 11:14PM
Sunday, July 9, 2023
Show HN: Dyn.direct Automated subdomains for dynamic DNS with HTTPS support https://ift.tt/AFxjH4s
Show HN: Dyn.direct – Automated subdomains for dynamic DNS with HTTPS support https://dyn.direct/ July 10, 2023 at 12:23AM
Show HN: Find Mullvad VPN servers with the lowest latency https://ift.tt/E5KNdPQ
Show HN: Find Mullvad VPN servers with the lowest latency When traveling, in case my destination country does not have a Mullvad server, I often need to figure out which of the servers in surrounding locations have the lowest latency. This usually involves searching for servers around me, and then a lot of pinging, which, having done it twice, I decided to automate. https://ift.tt/DW0saSU July 10, 2023 at 12:44AM
Show HN: F-Droid Insights Explore F-Droid apps with external data https://ift.tt/OlPzZC1
Show HN: F-Droid Insights – Explore F-Droid apps with external data https://ift.tt/wGiabdP July 9, 2023 at 10:37PM
Saturday, July 8, 2023
Show HN: Stockstack.AI Distraction-free stock market research https://ift.tt/2Vr48hf
Show HN: Stockstack.AI – Distraction-free stock market research https://ift.tt/Ahwrfsu July 8, 2023 at 11:58PM
Friday, July 7, 2023
Show HN: Clauneck Open-Source Tool for Email Collection Using Google Search https://ift.tt/Ckh6XWR
Show HN: Clauneck – Open-Source Tool for Email Collection Using Google Search https://ift.tt/a0pENPO July 8, 2023 at 01:21AM
Show HN: Chatnotes.xyz Make Notes where you chat https://ift.tt/T845zZw
Show HN: Chatnotes.xyz – Make Notes where you chat Chatnotes is an Android app that allows you to make notes directly on top of your messaging app like Whatsapp etc. It currently has 3 types of notes 1. General notes - Notes you can view on every screen. 2. Private notes - Notes that are unique for a specific contact you are chatting with. 3. Shared notes - Like Google docs and shared between you and your friend to edit. https://chatnotes.xyz July 8, 2023 at 12:56AM
Show HN: Open-source in-browser code editor/executor with REPL 10 languages https://ift.tt/uE9fKrp
Show HN: Open-source in-browser code editor/executor with REPL, 10+ languages I am super excited to open-source the code executor behind logicboard.com - an in-browser collaborative code editor. The backend is written in Elixir+Phoenix and implements a WebSocket API to execute code in docker containers. Next steps include making this more secure, I am considering Google's gVisor to implement better isolation between containers and the host kernel. https://ift.tt/sHvcbZ8 July 7, 2023 at 11:12PM
Thursday, July 6, 2023
Show HN: Banger.show create colorful visuals for your songs in seconds https://ift.tt/X2EPpgU
Show HN: Banger.show – create colorful visuals for your songs in seconds I made an app for music producers to tease their music in a fancy way. Something that looks better than this: https://twitter.com/eprombeats/status/1647072160547246081 https://banger.show July 7, 2023 at 01:03AM
Show HN: A news feed exclusively populated by journalists https://ift.tt/xiJ8oYS
Show HN: A news feed exclusively populated by journalists Hi HN -- Given all the talk with new the platforms launching recently, I want to share a project. It's called Forth (no relation to the programming language), and it's a news feed for news. Anyone can make an account and curate their own feed through follows, but it's populated exclusively by journalists. Most Americans get at least some of their news from social media, even though they don't trust it. We want to take the good (formatting, brevity, ability to follow who you want), and mix it with real fact-based reporting. Our reporting partners cover all sorts of topics, from local news around the US, to space, chemistry, politics, everything. We're still ramping up, but already have journalists ranging from names you might see on Good Morning America to local radio and newspapers, and all sorts of verticals. It's not social media. It's almost anti-social. No spam, no misinformation, no hate speech. Just headlines. I'd love to hear your thoughts. https://www.forth.news/ Jared https://www.forth.news July 7, 2023 at 12:06AM
Show HN: Ngnr.club A link-in-bio service for engineers https://ift.tt/9ZAizah
Show HN: Ngnr.club – A link-in-bio service for engineers https://ngnr.club July 6, 2023 at 10:53PM
Wednesday, July 5, 2023
Show HN: Hacker News User Blogroll https://ift.tt/HwKeTW3
Show HN: Hacker News User Blogroll I saw this [0] pretty cool thread by user revskill, and wanted a quicker way to search through it, but also to keep them all in one place so I can read them at my leisure whenever I get time. Right now is like 60 lines of Ruby using Nokogiri, but I will certainly look into it further down the line and improve the list. There's a cronjob checking the thread every 12 hours but I will eventually shut that down and it will become static after that. There are some really awesome blogs in there. I really recommend going through the list, it made my day. [0] "Could you share your personal blog here". https://ift.tt/D5lP1X6 https://dm.hn July 5, 2023 at 11:06PM
Tuesday, July 4, 2023
Show HN: Iridescent crystal with raymarching and signed distance fields https://ift.tt/GDH2mx4
Show HN: Iridescent crystal with raymarching and signed distance fields https://ift.tt/hxv7aHc July 4, 2023 at 11:52PM
Monday, July 3, 2023
Show HN: Yet another macOS ChatGPT app https://ift.tt/37Sa4zH
Show HN: Yet another macOS ChatGPT app What I thought would take me weeks in development, took me months, but it's finally out. When ChatGPT API came out in March, my first idea of what to build with it was a spotlight-like app for my mac. The product was ready in a matter of days, but making it useful and sellable to people via some kind of distribution platform was another challenge. Coming from web development, learning how to ship a native app was a trip, but here it is, ready to share with the world. Try it out with the free trial, and I'd appreciate any kind of feedback. https://letsflyai.com July 4, 2023 at 12:30AM
Show HN: Chrome Dev Tools Element Selector for Playwright and Scraping https://ift.tt/HcWyzta
Show HN: Chrome Dev Tools Element Selector for Playwright and Scraping https://ift.tt/d8UkNXA July 3, 2023 at 11:31PM
Sunday, July 2, 2023
Show HN: Fat Tonys A Discord server for fans of Nassim Taleb and his works https://ift.tt/5uDEj3H
Show HN: Fat Tony’s – A Discord server for fans of Nassim Taleb and his works https://ift.tt/kJmbRnp July 3, 2023 at 12:55AM
Show HN: Workflow Manager Built for Developers https://ift.tt/MTNtcxh
Show HN: Workflow Manager Built for Developers We are building a AI-driven workflow manager that's built for developers and enables your team to stay lean, build faster and reduce cost. We are collecting feedback on the idea and will launch in a month. Feel free to share your feedback. https://ift.tt/P9rv8DY July 3, 2023 at 12:29AM
Show HN: An open app development platform for eInk smart screen https://ift.tt/IKhd1Gp
Show HN: An open app development platform for eInk smart screen https://ift.tt/l0HOw2q July 2, 2023 at 10:10PM
Saturday, July 1, 2023
Show HN: B2B SaaS Kit open-source kit for building webapps with customer orgs https://ift.tt/Z8Sonaz
Show HN: B2B SaaS Kit – open-source kit for building webapps with customer orgs https://ift.tt/TGEP7t6 July 1, 2023 at 09:01PM
Subscribe to:
Posts (Atom)