This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Sunday, February 4, 2024
Show HN: Unofficial Google Lens OCR API https://ift.tt/wAOETys
Show HN: Unofficial Google Lens OCR API Default OCR in ShareX is pretty bad, so I reverse-engineered Lens API and made a library to call unofficial Lens API and made a script for ShareX to OCR the captured region. URL points to library I've made, there's a tutorial for ShareX in separate file: https://ift.tt/BVhs3pl... https://ift.tt/9rV3pic February 4, 2024 at 05:38PM
Saturday, February 3, 2024
Show HN: A Python PDF Form Library https://ift.tt/H8iVNWf
Show HN: A Python PDF Form Library Hi HN! I have a project that I have been working on for three years that I’d love to show you today called PyPDForm ( https://ift.tt/vYz4puk ). It is a Python library that specializes in processing PDF forms, with the most outstanding feature being programmatically filling a PDF form by simply feeding a Python dictionary. I used to work at a startup company with Python as our backend stack. We were constantly given paper documents by our clients that we needed to generate into PDFs. We were doing it using reportlab scripts and I quickly found the process tedious and time consuming for more complex PDFs. This is where the idea of this project came from. Instead of writing lengthy and unmaintainable reportlab scripts to generate PDFs, you can just turn any paper document into a PDF form template and PyPDFForm can fill it easily. On top of the GitHub repo, here are some additional resources for this project: PyPi: https://ift.tt/zy8goG4 Docs: https://ift.tt/mwBNtkP A public speak I did about this project: https://www.youtube.com/watch?v=8t1RdAKwr9w I hope you guys find the library helpful for your own PDF generation workflow. Feel free to try it, test it, leave comments or suggestions, and open issues. And of course if you are willing, kindly give me a star on GitHub. https://ift.tt/vYz4puk February 4, 2024 at 06:55AM
Friday, February 2, 2024
Show HN: HN stories categorized by topics of interest https://ift.tt/suO98GP
Show HN: HN stories categorized by topics of interest Hi HN, TL;DR: I made a website that takes all the top stories on HN and categorizes them into one of ten topics of interest using LangChain and GPT-4. I've always liked the idea of getting a personal mix of news tailored to my interests. Hacker News is pretty close to that ideal, which is reflected in the time I spend on here every day. It's a great mix, but playing with LangChain, I got the idea for a weekend project. Roughly speaking most posts on HN fall into one of these categories: * Programming, Software & Computer Science * AI, Data Science & Analytics * Business & Entrepreneurship * Science & Research * Cybersecurity & Digital Safety * Design, User Experience & Creativity * Finance & Economics in Tech * Work Culture & Career Development * Media, Content & Communication * General & Diverse Interests Using langchain with GPT-4 Turbo (JSON mode), I sort every top submission into one of the above. Costs for using the API are currently at 15$ a month, with few optimizations. For ease of use I also added the possibility to consume the news topics via a responsive webpage, RSS and email digest (daily,weekly,monthly). https://hnto.pics/ February 3, 2024 at 03:30AM
Show HN: An open source performance monitoring tool https://ift.tt/iBt6HUh
Show HN: An open source performance monitoring tool Hey HN. We’re Jay and Vadim from Highlight.io ( https://highlight.io ). We’re building an open source [1] monitoring platform for web applications. Today we’re excited to be sharing a performance tool we’ve been working on, which helps you inspect the latency of code execution from the client to the server. As engineers at past startups, we often had to debug slow queries, poor load times, inconsistent errors, etc... While tools like Jaegar [2] helped us inspect server-side performance, we had no way to tie user events to the traces we were inspecting. In other words, although we had an idea of what API route was slow, there wasn’t much visibility into the actual bottleneck. This is where our performance product comes in: we’re rethinking a tracing/performance tool that focuses on bridging the gap between the client and server. What’s unique about our approach is that we lean heavily into creating traces from the frontend. For example, if you’re using our Next.js SDK, we automatically connect browser HTTP requests with server-side code execution, all from the perspective of a user. We find this much more powerful because you can understand what part of your frontend codebase causes a given trace to occur. There’s an example here [3]. From an instrumentation perspective, we’ve built our SDKs on-top of OTel, so you can create custom spans to expand highlight-created traces in server routes that will transparently roll up into the flame graph you see in our UI. You can also send us raw OTel traces and manually set up the client-server connection if you want. [4] Here’s an example of what a trace looks like with a database integration using our Golang GORM SDK, triggered by a frontend GraphQL query [5] [6]. In terms of how it's built, we continue to rely heavily on ClickHouse as our time-series storage engine. Given that traces require that we also query based on an ID for specific groups of spans (more akin to an OLTP db), we’ve leveraged the power of CH materialized views to make these operations efficient (described here [7]). To try it out, you can spin up the project with our self hosted docs [8] or use our cloud offering at app.highlight.io. The entire stack runs in docker via a compose file, including an OpenTelemetry collector for data ingestion. You’ll need to point your SDK to export data to it by setting the relevant OTLP endpoint configuration (ie. environment variable OTEL_EXPORTER_OTLP_LOGS_ENDPOINT [9]). Overall, we’d really appreciate feedback on what we’re building here. We’re also all ears if anyone has opinions on what they’d like to see in a product like this! [1] https://ift.tt/XH0eKcZ [2] https://ift.tt/XhBx9RA [3] https://ift.tt/eLl5UEf... [4] https://ift.tt/P3AvYcL... [5] https://ift.tt/EdlWiFy [6] https://ift.tt/kSxYjvN... [7] https://ift.tt/C83qeRY [8] https://ift.tt/U7FtqcD... [9] https://ift.tt/7gEkATs... https://ift.tt/jezqkFV February 1, 2024 at 09:02PM
Show HN: Vibescape – Immersive Meditations for Apple Vision Pro https://ift.tt/dAKuVnl
Show HN: Vibescape – Immersive Meditations for Apple Vision Pro Hey folks, back with a new release! I'm very happy to share with you my day one immersive meditation app for Apple Vision Pro. It's called Vibescape, and it's available today! This first version features a series of meditative vignettes, shot on Spatial Video, on location in the Pacific Northwest. Dramatic Douglas Fir stands sway in a winter storm. Ripples undulate in pools of water in a 19th century quarry. Icy-ASMR in a fern covered forest. You can also set up a custom meditation timer, either silent or from a selection of deep ambient noise, and transport yourself to truly unique immersive environments. It was a lot of fun building this – from braving an ice storm to capture these vignettes for you, to developing something once again for a brand new platform. It was almost 15 years ago I took that leap when creating Polychord for iPad. Similar vibes. Hope you check it out, and let me know what you think! Lots planned for version 2, but hearing what would excite you the most would make a huge difference. https://ift.tt/tXH4OJL February 2, 2024 at 10:02PM
Thursday, February 1, 2024
Show HN: Shotune – Online screenshot editor and app mockup generator https://ift.tt/5TwuBGr
Show HN: Shotune – Online screenshot editor and app mockup generator https://shotune.com February 2, 2024 at 12:18AM
Show HN: The Super Programmer – A colorful introduction to engineering https://ift.tt/XYtdUJy
Show HN: The Super Programmer – A colorful introduction to engineering I have started writing an unusual book discussing various topics in computer science by implementing them from scratch. I would like to know your opinion on it! WARNING: It's a very draft version of it! https://keyvan.me/tsp February 2, 2024 at 02:54AM
Show HN: Fixkey is a keyboard-focused AI copilot for writing https://ift.tt/WeNMqnZ
Show HN: Fixkey is a keyboard-focused AI copilot for writing Demo: https://www.youtube.com/watch?v=sRFOWNpb3U4 Imagine having the CMD+K functionality of Cursor.sh but instead of code you edit natural language. *Introducing Fixkey:* - Native Swift macOS app (no Electron) - Keyboard-centric - Select common prompts with keyboard shortcuts - Press one shortcut to select and fix the current paragraph - Create custom prompts just in time - Works in every application on macOS (Apple Notes, Obsidian, Notion, Gmail, Slack…) - Support for local running models (Beta) *Why not using Grammarly?:* I always feel that traditional grammar correction tools like Grammarly distract me from my flow of writing and thoughts by requiring me to actively select words to autocorrect with my mouse. Fixkey introduces a new mental model for writing; Just hammer down your thoughts and fix your sentence with one shortcut. Using this method boosted my typing speed from 90 to 120 words per minute. Typing feels effortless. I was able to write this paragraph without looking at my screen, just focusing on what I want to say. https://www.fixkey.ai/ February 2, 2024 at 01:44AM
Show HN: Spliit – FOSS alternative to Splitwise, with receipt scanning https://ift.tt/RjB8DoE
Show HN: Spliit – FOSS alternative to Splitwise, with receipt scanning https://ift.tt/3RqK5km February 2, 2024 at 12:34AM
Wednesday, January 31, 2024
Show HN: Some blind hackers are bridging IRC to LMMs running locally https://ift.tt/ZboPRke
Show HN: Some blind hackers are bridging IRC to LMMs running locally https://ift.tt/XsCWlzp February 1, 2024 at 01:20AM
Show HN: Samsung NVMe Developers AMA https://ift.tt/lVWYpMk
Show HN: Samsung NVMe Developers AMA https://ift.tt/uGeQXnk February 1, 2024 at 12:32AM
Show HN: Telescope – Hassle-free company research https://ift.tt/p8BGo0X
Show HN: Telescope – Hassle-free company research Hey HN. I recently started a company and found myself constantly doing company research for competitors, prospective customers, and outbound leads. As an engineer, I found it challenging to figure out where to get up-to-date company information as well as tedious needing to visit multiple sites often. I built Telescope to solve that problem. Under the hood, Telescope performs multiple search queries the same way I would and synthesizes the results for me. This is very much a WIP but I would love for you to try it out and let me know what you think. Over the next couple of weeks, I plan on continuing to improve Telescope and add more features. Cheers :) https://ift.tt/W17ti63 January 31, 2024 at 06:55PM
Tuesday, January 30, 2024
Show HN: Privacy-first cross platform spreadsheet pipeline app https://ift.tt/4cgizHe
Show HN: Privacy-first cross platform spreadsheet pipeline app In my previous role at a small startup, I frequently developed simple scripts to assist recruiters and marketing professionals in handling data processing tasks on Excel or CSV files. These tasks were typically straightforward and repetitive, stemming from the periodic export of data. This experience sparked the idea to create a straightforward tool dedicated to such functionalities(also mobile friendly, as they occasionally need to process data on their smartphones). There are powerful tools like Power Query and Tableau, but they often prove too complex for non-technical users to navigate effectively. Additionally, ETL tools that support CSV/XLSX formats often come with a high price. That's why I build Tablesmith, an easy-to-use and free spreadsheet automation tool that empowers anyone to automate their data-related tasks with ease. Furthermore, I also include AI autofill capability, which I believe would be useful. https://tablesmith.io/ January 29, 2024 at 08:24PM
Show HN: Sankofa – Browser extension to semantically search your history https://ift.tt/wR8gilB
Show HN: Sankofa – Browser extension to semantically search your history Hey there HN! I lead Product at Vectara. Some of us read a lot of articles on the web (like those on HN) and we were desperately trying to recall the text we read -- using semantic search because we might not have remembered the exact text we read. (Or ask questions about the content -- ChatGPT style.) Sankofa is a new browser extension that can automatically index web pages you visit and let you search / ask questions about that content. We built it using Vectara's retrieval-augmented-generation (RAG) platform and hope this is useful to folks. This is an initial release: we would love to hear any feedback and suggestions! https://ift.tt/yd0wHEr January 31, 2024 at 03:09AM
Show HN: Get notified when your desired Twitter handle is available https://ift.tt/1XKAC2P
Show HN: Get notified when your desired Twitter handle is available https://handlespot.pro January 31, 2024 at 01:03AM
Monday, January 29, 2024
Show HN: Browser Automation in a Bookmarklet https://ift.tt/MWbvyEG
Show HN: Browser Automation in a Bookmarklet Automate your browser in plain JavaScript because most such tools are not free, have an arcane API (Selenium) or a weird DSL. https://ift.tt/JHCw3uK January 30, 2024 at 02:52AM
Show HN: The Next Round – Weekly newsletter showcasing startups raising capital https://ift.tt/87Ya4so
Show HN: The Next Round – Weekly newsletter showcasing startups raising capital https://ift.tt/7iJTB54 January 30, 2024 at 02:31AM
Show HN: Boardzilla, a framework for making web-based board games https://ift.tt/v7VuqfL
Show HN: Boardzilla, a framework for making web-based board games Show HN: Boardzilla, a framework for making web-based board games Tldr: We’ve made a framework for web-based board games. You can try out some games over at https://boardzilla.io , or you can take a look at https://ift.tt/UAHi5xL to learn more about how to develop your own game. Source is available at https://ift.tt/EF2SDpm Hey y’all. My brother and I have made a framework for board games. During the pandemic we started to look at BGA but got discouraged by how old-fashioned the tools were and how cumbersome the development process was. We set out to make our own framework where you could use the same code for both the client and server. Our hope is anyone familiar with Typescript and CSS could code up a game without worrying about state management, persistence or networking. It’s still very much a wip, and we're rapidly adding features and games. But we’ve got our first draft of developer docs done, and we've put up a few games we've developed to showcase and test out the platform. Source for the games and framework is available on Github, and we’re excited to code more games and hopefully encourage other people to try it out. Happy for any feedback. https://ift.tt/ExopNlG January 30, 2024 at 12:42AM
Show HN: WhisperFusion – Ultra-low latency conversations with an AI chatbot https://ift.tt/R3jJV7N
Show HN: WhisperFusion – Ultra-low latency conversations with an AI chatbot WhisperFusion builds upon the capabilities of open source tools WhisperLive and WhisperSpeech to provide a seamless conversations with an AI chatbot. https://ift.tt/RjLAaHO January 29, 2024 at 07:53PM
Sunday, January 28, 2024
Show HN: Animating the World of Van Gogh with Stable Diffusion and AnimateDiff [video] https://ift.tt/Wy520xr
Show HN: Animating the World of Van Gogh with Stable Diffusion and AnimateDiff [video] I know I'm very late to the game but tried to realize Van Gogh's work with AI. Workflow is quite straightforward, generated all the video samples through Automatic1000's Web-UI by leveraging SD1.5 + Motionv3 in AnimateDiff. Rendered everything on my RTX 3080TIM laptop. Took me decent 40 mins for different experiments and generations. https://www.youtube.com/watch?v=yntoe0i6QxY January 29, 2024 at 11:30AM
Show HN: 12-colored visual interactive music theory for pop/rock MIDI (+Github) https://ift.tt/Hs8kp6B
Show HN: 12-colored visual interactive music theory for pop/rock MIDI (+Github) I'm sharing an early prototype of my open-source interactive book and MIDI viewer. My approach is to annotate a tonic and phrasing in each file, so that chords become visible as 3-4 color bundles after a bit of training. This radically simplifies seeing and hearing chords, so that you can rapidly browse through many arrangements and study Western harmonic/arrangement language If you don't have a touchpad, a horizontal scrolling can be done via shift+mouse wheel (generally on the web). Also, I have a second color scheme that I tried to optimized for people with color vision deficiencies. My big dream now is to have all piano rolls in DAWs support 12-coloring (in any color scheme really), so that the music can be seen as less complex, less gatekeeped and less entangled. It's not as hard as I've seen it before. Source code: https://ift.tt/75m6ixB It currently doesn't play music from Russia or Türkiye (=requires a VPN), because I rely on corsproxy.io internally which blocks access from those countries. I plan to rehost stuff on S3 soon to fix that. Also, it's more performant in Chrome than in Safari - audio clicks less. === Backstory: I quit Whatsapp in 2021 to focus full-time on studying music theory. Along that I've assembled a list of resources to see the frontier: https://ift.tt/zAq910B My biggest inspiration is Hooktheory - an interactive book that teaches how melody and chords interact in Western pop music. After it I wanted to study how the rest of the arrangement works - what the bass line is doing, how is melody doubled, what chromatic chords are possible, are there any functional pre-dominants and dominants in mixolydian or dorian etc. I wanted to focus on music for which the complete arrangement is clean and available. This is early chiptune (NES/Genesis) OSTs and MIDI arrangements (primarily created in 1990s). As I plugged MIDIs into my front-end, I discovered that the harmonic analysis - the cornerstone of studying Western harmony - can be done by eyes in real-time. That is, if you color the notes consistently, the chords start to stare at you, sharply and memorably. I'm intrigued by latest shifts towards corpus studies in music theory and I'm generally happy that nowadays the research is not just about classical music anymore. At least in the West. https://rawl.rocks/ January 28, 2024 at 07:07PM
Saturday, January 27, 2024
Show HN: PalWorld Breeding Calculator https://ift.tt/Qv34VOq
Show HN: PalWorld Breeding Calculator https://ift.tt/eFHmT5a January 27, 2024 at 01:38PM
Show HN: Pong Wars https://ift.tt/AMXjxOT
Show HN: Pong Wars https://ift.tt/xyNT7Mb January 28, 2024 at 01:49AM
Friday, January 26, 2024
Show HN: Anki/Duolingo like app using Educational YouTube videos https://ift.tt/L0dnMhV
Show HN: Anki/Duolingo like app using Educational YouTube videos Hi HN, I watch A LOT of educational YouTube videos but wasn't forgetting a good chunk of the details because I was only really passively watching. So I made a tool that generates quiz questions/flashcards from YouTube videos, and uses spaced repetition like Anki or Duolingo to keep it in memory. Let me know if you find it cool/useful (or terrible ) or if you want to know a bit about the details! https://ift.tt/Mi1u0zZ January 27, 2024 at 02:34AM
Show HN: An Amiga Soundtracker Mod / PDF / CSV Polyglot File [pdf] https://ift.tt/cbTi1St
Show HN: An Amiga Soundtracker Mod / PDF / CSV Polyglot File [pdf] Open it in your browser (pdf.js), Adobe Acrobat, Okular, mpv, VLC, Microsoft Excel, and more. https://lab6.com/6 January 26, 2024 at 10:47PM
Show HN: PHP API Bindings for Open Brewery DB https://ift.tt/2cZFGv5
Show HN: PHP API Bindings for Open Brewery DB Howdy! I'm a recent PHP convert after a decade of laughing at PHP memes on r/programmerhumor, and wanted to dive a bit deeper into the language by building something practical with it. I also love beer and decided to combine the two by building a PHP library for the Open Brewery DB API ( https://ift.tt/rax1Elc ). Hope someone finds it useful! https://ift.tt/z6iHF2P January 26, 2024 at 11:48PM
Thursday, January 25, 2024
Show HN: Object-Oriented HTML – Proposal for new powerful features in HTML https://ift.tt/TKJXmia
Show HN: Object-Oriented HTML – Proposal for new powerful features in HTML Hey all, I'm a big fan of the HTML-first + Progressive Enhancement approach to UI development! For a background: 1. I like to be able to write HTML by default and progressively add JavaScript (and, in the same way, progressively involve tooling) instead of go ahead of the problem by going the other way around! 2. Also turns out that UIs are more resilient when built on the same principles: - given how browsers process web pages: HTML initially, then JavaScript eventually; with the bulk of the page being best done at the initial phase - and given how, on a more general note, performance is a function of browsers doing the heavy lifting But it turns out that as compelling as it is to move more to HTML, there isn't as much you can do in HTML as you'd like to! In my experience, four specific limitations have felt like a deal breaker: 1: How Do You Do Reactivity? 2: How Do You Make Components? 3: How Do You Re-Use Components? 4: How Do You Pass Data/Props? I've since committed to exploring the answers to those questions, and my life's work here is what I propose as Object-Oriented HTML - a set of HTML/DOM-level features that let us write dynamic and object-oriented markup! (Full explainer is here: https://ift.tt/atyIe8W... ) I am hoping that this moves us forward on the HTML-first + Progressive Enhancement paradigm! But as with everything on the web, it's all about your thoughts!!! https://ift.tt/ejWuMgq January 26, 2024 at 12:40AM
Show HN: Lumos, a Local LLM Chrome Extension https://ift.tt/Xp3oux5
Show HN: Lumos, a Local LLM Chrome Extension Lumos is an LLM co-pilot for browsing the web, powered by local LLMs (Ollama). - Summarize long threads on issue tracking sites, forums, and social media sites - Summarize news articles - Ask questions about reviews on business and product pages - Ask questions about long, technical documentation - What else? https://ift.tt/6mkca2R January 25, 2024 at 11:54PM
Wednesday, January 24, 2024
Show HN: Integer Map Data Structure https://ift.tt/UzYI0Fy
Show HN: Integer Map Data Structure This project presents a new data structure for storing ordered integer maps. The proposed data structure is a compressive, cache-friendly, radix tree that has performance comparable to an unordered map (`std::unordered_map`) and is an order of magnitude faster than an ordered map (`std::map`). https://ift.tt/dpfy0uC January 25, 2024 at 05:58AM
Show HN: Geo-Distributed KV Store for Metadata Management https://ift.tt/za3Bt1I
Show HN: Geo-Distributed KV Store for Metadata Management Community Meeting In order to provide a more comprehensive overview of Xline's progress and to promote the Xline community, we will be hosting an Xline community meeting on January 26, 2024 at 6:00 PM PST The meeting will be held via zoom: Meeting number: 874 4309 5241 Password: 124294 Link: https://ift.tt/x2pRWrD... https://ift.tt/r4phIzO January 25, 2024 at 04:44AM
Show HN: A self-hosted GitHub issues notifier https://ift.tt/J9Zcgpq
Show HN: A self-hosted GitHub issues notifier I wrote this simple tool to receive an email each time a Github issue with certain tags is created in a repository I'd like to contribute to. I thought somebody else might find this useful. https://ift.tt/BOY9HLC January 25, 2024 at 01:12AM
Show HN: Startup funding simulator https://ift.tt/fXSMdZi
Show HN: Startup funding simulator Hi HN We built a tool to help founders understand how modern fundraising (with safes) works, and how much dilution you can expect when raising money. The project is open-source. The code is a mess right now, but it'll get better I promise. You can also help with that. We didn't build this to make money. We genuinely did it because we were looking for it, and couldn't find it. We're in fact in the process of fundraising for a company, and at first glance the process looks simple. Just an excel sheet will do! But then the more we dug into it and tried different simulators, the more we realized that it's more complex than it looks. We even signed up to Pulley, Carta and others just to run simulations. But they're a bit confusing. TL;DR: Understanding modern startup funding and knowing how much dilution you'll face is hard. We built a tool that'll hopefully help with that. You can add Post-money Safes, priced rounds and issue options to employees, and you can see how that affects your ownership at every step. You can also simulate an Exit scenario and see how much money you'll be left with. --- Some examples of complex stuff: - There are many different types of safes. They all convert at the first priced round, but in different ways. Some are through discount, some are uncapped, some have a fixed valuation cap, and some have both a discount and a valuation cap. - All safes (before first priced round) convert at the same time. They don't dilute each other, which is what happens in the rest of fundraising. - Investors often require you to set aside some options. This one is particularily nasty. Basically, if an investor expects you to set aside 10% as options, and expects to get 10% equity, that's what should appear in the subsequent cap table. However, calculating the options is difficult, and is often a circular calculation (even Kirsty Nathoo from YC says it's complex and avoids showing the calculation in the Safe video "Understanding SAFEs and Priced Equity Rounds") - Safes and priced rounds can have pro-rata, but don't always exercise it - Pro-ratas of safes are taken from the priced round money, so you'd expect the safe holder's equity to remain the same if they exercise it. BUT ... it gets diluted by the new options issued. - Safes can have an MFN provision, which defers the valuation discussion/calculation until the moment the priced round is about to close. With a mix of discounts, uncapped and valuation caps, it gets tricky to know which deal is "better". - ... Assumptions and limitations: - Only post-money safes and priced rounds. - No down rounds. There's a bit more complexity around liquidation preferences and anti-dilution rights - we don't support that now. It only matters if you're simulating a "bad" situation. But come on, it's a simulator — Be optimistic. - No pro-rata caps. We might add that soon, to fully support the YC standard deal. But for now, if an investor gets a pro-rata, they can exercise either all of it (keeping their original ownership) or none. - Safes' pro-ratas disappear after the first priced round. (I think this is what happens normally?) - Remaining available options get redistributed evenly at exit. - The round is the investor. For the sake of simplicity, consider "Series A" as the combination of all series A investors into one, super-investor. Let us know what you think! https://ift.tt/UzPjYMX January 24, 2024 at 11:41PM
Tuesday, January 23, 2024
Show HN: Queries – Natural Language Data Analysis from Structured https://ift.tt/goK6Gus
Show HN: Queries – Natural Language Data Analysis from Structured Hello HN community, We’re excited to share our latest feature at Structured, called Queries. We've focused on making data analysis as intuitive as possible, and are eager to hear your feedback. Key Features: - Natural Language Understanding: Imagine querying your data with simple questions like, "Show recent error logs" or "Summarize last month's sales." Queries translates these into actionable data insights, bypassing traditional query complexities. - Direct Data Connectivity: Connect your datasets easily, whether they're in S3 buckets or uploaded directly. Queries handles various data formats, making it a versatile tool for any data source. - Instant Data Insights: Get real-time answers without the need for intricate database queries. It's about making data exploration quick and accessible, even for non-technical users. - Customizable Output: Tailor your data presentation to suit your specific requirements. Whether it's sorting, filtering, or visualizing, Queries adapts to your needs. Potential Benefits: - Enhance Productivity: By simplifying data interrogation, Queries can significantly speed up data analysis and decision-making processes. - Democratize Data Analysis: It's not just for developers or data scientists. Queries opens up data exploration to a broader range of users, fostering a more inclusive data-driven culture. - Reduce Reliance on Technical Teams: Empower users across your organization to answer their own data questions, freeing up your technical staff for more complex tasks. We believe Queries can be valuable, whether for troubleshooting, reporting, or gaining business insights. It’s aiming to make data analysis more intuitive and less time-consuming. Curious about your thoughts, potential use cases, or any feedback you might have. For those interested, more info here: app.structuredlabs.io Thanks! https://ift.tt/2FjflNL January 23, 2024 at 10:31PM
Show HN: Blocks by Cosmic – Web components for headless CMS https://ift.tt/z2tH8LJ
Show HN: Blocks by Cosmic – Web components for headless CMS Hi HN, today we are releasing Blocks ( https://ift.tt/pOIsZta ), our new data infused components for building Cosmic ( https://ift.tt/yKv692C ) (W19) powered websites and apps. Cosmic is a headless content management system (CMS). We provide a dashboard to create content and API tools to deliver content to any website or app. Blocks are pre-built website components that you can drop into your project. Choose from landing pages, blogs, image galleries, product pages, and more. With Blocks you can build these features with Cosmic faster than ever. It's our goal to empower your team to create the best content powered websites and apps. Blocks can be considered the missing "head" to connect with the Cosmic headless CMS. It is our opinionated component frontend for building highly scalable and performant web applications built with tools we think offer a development experience and performance advantage (React Server Components, Next.js, and Tailwind CSS). React Server Components (RSCs) have unlocked a new paradigm in building data-driven web applications. By safely encapsulating data-fetching inside components, we can use RSCs as building blocks to enable faster and more scalable application development. We are excited for the potential of RSCs and Blocks. This is just the beginning. To get started, go to the Blocks website ( https://ift.tt/pOIsZta ) and follow the steps for installation. View the Blocks demo (Agency Template) ( https://ift.tt/IK8wMXi ) to see all of the Blocks in action. Blocks are built to give developers a head start with features that are: - Performance optimized - Draft preview ready - Mobile responsive - Localization ready - Dark mode ready - Customizable - Accessible - Type safe Blocks not only provide a fast development experience, they have been optimized for speed and performance by default, so you can ship production-ready faster. Check out the Blocks demo (Agency Template) ( https://ift.tt/IK8wMXi ) to see how building with Blocks can give you high scores across the board for performance, SEO, and accessibility. Blocks are open source ( https://ift.tt/vHaTbXM ) and built with React Server Components, Next.js, TypeScript, Tailwind CSS, and powered by the Cosmic content management system. You can install Blocks into any new or existing Next.js (v13+) codebase using the Blocks CLI ( https://ift.tt/f4JCjVl ). Check it out on the Blocks website ( https://ift.tt/pOIsZta ) and let us know what you think in the comments. Tony January 24, 2024 at 12:03AM
Show HN: Atlas – Make maps like never before https://ift.tt/dNEvu2m
Show HN: Atlas – Make maps like never before https://atlas.co January 23, 2024 at 11:59PM
Monday, January 22, 2024
Show HN: Simply Reading Analog Gauges – GPT4, CogVLM Can't https://ift.tt/e2zPu5H
Show HN: Simply Reading Analog Gauges – GPT4, CogVLM Can't https://ift.tt/tk13vqW January 23, 2024 at 12:41AM
Show HN: Postcrest.com – faceswap and image generation tool https://ift.tt/t1zycqR
Show HN: Postcrest.com – faceswap and image generation tool Hey HN! I created a tool that includes multiple image generation models, faceswapping and face enhance, with more AI models coming soon. It allows you to create workspaces where you can generate images, faceswap, face enhance and have a structured way to save your results. https://ift.tt/yupL1wc January 20, 2024 at 06:10PM
Sunday, January 21, 2024
Show HN: Pathfinding Visualizer on Svelte https://ift.tt/eklmOhS
Show HN: Pathfinding Visualizer on Svelte Github: https://ift.tt/Urw4mQ2 Live: https://ift.tt/rY39JwX https://ift.tt/rY39JwX January 22, 2024 at 10:33AM
Show HN: Finagg – free and nearly unlimited financial data https://ift.tt/1bvlQaP
Show HN: Finagg – free and nearly unlimited financial data finagg is a Python package and CLI that enables you to aggregate and update free financial data from a handful of high quality data sources all within your own SQL database. Here're some quick facts about it: - Implements nearly all of the BEA API, FRED API, and SEC EDGAR APIs (all of which have free and nearly unlimited data access) - Only focused on macrodata (no intraday data support) - Provides methods for transforming data from these APIs into normalized features that're readily useable for analysis, strategy development, and AI/ML - The most popular methods include getting historical price earnings ratios, getting historical price earnings ratios normalized across industries, and sorting companies by their industry-normalized price earnings ratios - Python >= 3.10 only (you should upgrade anyways if you haven't ;) I'm looking for feedback on the overall package and CLI designs. Also, I'd appreciate any recommendations for implementing other financial data sources that're free with no daily API limits. Cheers! https://ift.tt/GI5Es1f January 22, 2024 at 08:46AM
Show HN: Use GitHub Issues as Blog https://ift.tt/lytbkhI
Show HN: Use GitHub Issues as Blog https://gitblog.io January 22, 2024 at 02:09AM
Show HN: WireGuard Config Generator https://ift.tt/vC8rLqS
Show HN: WireGuard Config Generator https://ift.tt/lBXJPvS January 22, 2024 at 12:16AM
Show HN: AskYoutube, Smarter Video Search https://ift.tt/ZPV7CvU
Show HN: AskYoutube, Smarter Video Search https://ift.tt/JFI183p January 21, 2024 at 01:02AM
Saturday, January 20, 2024
Show HN: Chai - remote PDF and Hex Viewer service accessible via remote browser https://ift.tt/P75lcd0
Show HN: Chai - remote PDF and Hex Viewer service accessible via remote browser I'm really happy with this. It doesn't provide the "best" PDF support (it converts to images, page by page) -- but it does support a bunch of other documen formats supported by the union of LibreOffice, Pandoc and MuPDF -- and it was hella fun to write and get working: a mix of bash scripting glue, nodejs servering, and dependency installation. Next up in the todo for Chai is getting it working on Windows (which will basically involve finding the right dependencies and maybe branching within the bash glue for their different paths from the Windows dimensions haha! :)). I was particularly proud of the hex viewer part. I just felt it was not complete without really being able to see the byte by byte playout of a file. Obviously there are some file size limitations (but the hex viewer is streaming, so should work for any size the underlying system can handle), and therefore optimally efficient. Oh, and it also should handle archives just fine, as in, you can open {zip,tar.gz,... etc ...} archives and inspect them "file viewer" style. Somehow I just felt this kind of capability (remote viewing files, from a safe and secure distance) was absolutely necessary for a remote browser. I often think of these things like a "glovebox"^0 0: https://ift.tt/draSXp0 specifically designed for handling hazardous materials, including biological, chemical, or radioactive substances. Gloveboxes provide a sealed environment where researchers or technicians can manipulate hazardous substances safely https://ift.tt/mrL5enw January 21, 2024 at 10:13AM
Show HN: I built presently.live for better weekend planning and insights https://ift.tt/UoJncT1
Show HN: I built presently.live for better weekend planning and insights Hi HN , my partner and I were looking for easier answers to our weekend planning ritual, such as: - When is our next free weekend? - What weekend activities have we got planned? - How busy/available are we to travel / host? Especially at the start of each year, when we're trying to plan flights and/or commit to hosting friends & family visits, I struggled to find a usable overview of multiple months that wasn't cluttered with weekdays. Our social events are overwhelmingly centered around weekends and we wanted a view of the year ahead that reflected that. How about just a line of 52 boxes, one per weekend ahead, shaded differently whether it was free or maybe busy or definitely busy? That was the initial sketch on a napkin that lead to a first proof of concept script that I ran locally. Now, it's a webapp* that reads from our calendars (Google only for now, sorry) to visually summarise weekends - all with readonly access. I've since added some calendar-write features from there ("pro" version, completely free) as our lives become busier with a dog, and parenthood more recently. Features like event templates, summarising events by hashtags, flagging draft/unconfirmed events etc. We've been using it to scratch our own planning itches for some years now already, and I'm sharing here now in case it can be useful for others. Even better if you have any feedback. What / how have you hacked to get clearer and direct insights into your time? I think time management and calendars have been lacking a UX overhaul for a long long time so it's a space I'm passionate about tinkering within. *stack is Nuxt 3, backed by Supabase, hosted on Cloudflare Pages. https://presently.live/ January 21, 2024 at 02:58AM
Show HN: Checkmate Champ – a training tool for chess tactics https://ift.tt/Heda3nE
Show HN: Checkmate Champ – a training tool for chess tactics https://ift.tt/dkPWBXy January 21, 2024 at 02:11AM
Friday, January 19, 2024
Show HN: Free AI Writing Tools https://ift.tt/j31NKwQ
Show HN: Free AI Writing Tools https://ift.tt/YjxAaS9 January 19, 2024 at 08:25PM
Show HN: We built a multimodal AI interviewer for mock system design interviews https://ift.tt/XsWKlni
Show HN: We built a multimodal AI interviewer for mock system design interviews Hey HN! We’re Jared, Shreyas, and Varun the creators of TechInterviewer. We’re building a product for software engineers to go through an entirely simulated systems design interview. Our AI interviewer, Steve, gives you a prompt and you talk out loud and draw on a whiteboard while Steve guides you through the interview and gives real-time feedback. Check out our demo: https://ift.tt/40fwNWm Every software engineer today has to prepare for systems design interviews and have two awful options: pay hundreds of dollars for a single session with a FAANG engineer or follow silently alongside a YouTube playlist. Because there is no instant feedback while practicing, engineers often learn about their most important knowledge gaps during the course of the interview loop. Jared and Shreyas are both senior engineers who have spent 1000s of hours preparing for and administering systems design interviews. Shreyas was an early engineer at Deepgram and spent many years tracking developments in the TTS (text to speech) space. He realized that voice interviews had potential to change the candidate experience when he starting using chatGPT to prepare for interviewing founding engineer candidates at his startup. We’re hoping that having easy access to interview feedback will level the playing field of software engineers at different skill levels. We’re really excited to share this with you all and we’d love any thoughts, feedback, and comments https://ift.tt/uS9La3Z January 19, 2024 at 07:59PM
Thursday, January 18, 2024
Show HN: Minimal – minimalistic astro blog theme https://ift.tt/XJQNwmB
Show HN: Minimal – minimalistic astro blog theme Can you tell me what I should improve? ty https://ift.tt/9eGyhYs January 19, 2024 at 01:15AM
Show HN: Lightweight, Open-Source CMS Powered by Cloudflare Pages/R2/D1 [video] https://ift.tt/jfrIu0z
Show HN: Lightweight, Open-Source CMS Powered by Cloudflare Pages/R2/D1 [video] https://www.youtube.com/watch?v=64GTR1HEeqU January 19, 2024 at 12:09AM
Show HN: I made a website to share rejection letters https://ift.tt/Yj4gBVu
Show HN: I made a website to share rejection letters Hi HN, First time posting on Show HN. Spent two weeks over Christmas and new years to make this fun little full stack web app built with Next.js and Supabase PostgreSQL, hosted on Netlify open to feedback and hope you enjoy it! https://ift.tt/3tchDNP January 18, 2024 at 11:56PM
Wednesday, January 17, 2024
Show HN: Kasper – Practice job interview and Y Combinator interview using AI https://ift.tt/5BezX3C
Show HN: Kasper – Practice job interview and Y Combinator interview using AI https://ift.tt/NtF1WaS January 18, 2024 at 04:14AM
Show HN: Maintenanceless – Keep your packages up-to-date automatically https://ift.tt/PAND26b
Show HN: Maintenanceless – Keep your packages up-to-date automatically https://ift.tt/VRsJE0T January 18, 2024 at 12:33AM
Show HN: Best Email Services in 2024 – Comparison and Screenshots https://ift.tt/jg1dTvS
Show HN: Best Email Services in 2024 – Comparison and Screenshots https://ift.tt/qLWexrX January 18, 2024 at 02:10AM
Show HN: Transitive, an open-source framework for full-stack robotic software https://ift.tt/rnmfF6I
Show HN: Transitive, an open-source framework for full-stack robotic software After three years in development, I'm thrilled to share Transitive: an open-source framework for full-stack robotic software ( https://ift.tt/2yzOd7T ). The Transitive framework makes it easy to build robot cloud portals. Even given all the great open-source tools for web development and device management, building such cloud portals for robots is still not an easy task. There are several reasons for this, but a big one is that robots are different from regular servers, despite many people attempting to tread them as such. They go offline a lot, have limited network bandwidth, and each robot in a fleet may run a different version of software and require a different configuration. Robots also generate a lot of data, some of which needs to be synced in real-time with cloud and web front-ends for processing and visualization, some of which recorded, and some discarded. In addition robots roam insecure areas and are connected over networks outside of the control of the startup, hence requiring tight authentication and authorization. Transitive solves many of these issues. It provides a reliable, real-time data synchronization protocol that operates on top of MQTT, called MQTTSync. MQTTSync seamlessly synchronizes stateful data between robot, cloud, and web, instead of just passing messages. It provides the notion of full-stack packages that implement encapsulation and versioning of software components for all three systems (robot, cloud, and web) and uses MQTTSync's name-spaced data model to reliably communicate and operate, even when different robots run different versions of the package. The robot and cloud components are run in sandboxes to isolate them from the rest of the system, and the web components can be embedded in any web page including existing robot cloud portals. And of course, all this is secured, using SSL for transport-level security, client certificates and JSON Web Tokens for authentication, and authorization based on MQTT topics. Taken together this lays a solid foundation for building new full-stack capabilities with ease. Note that Transitive is not a replacement for ROS, and in fact many of our capabilities run ROS nodes on the robot. Neither is Transitive a fleet management system. It just makes it easy for you to build your own! To learn more about our first release of the self-hosted version, please see the linked blog post. If you just want to try it out quickly please go to https://ift.tt/grEFXTt to create a free account, which will also give you some starting credit for try out any of our premium capabilities, such as webrtc-based video streaming, our web-terminal, or file-sync ("Dropbox for robots"). I'll be watching this thread for responses, or you can use the contact info at the bottom of the blog post to get in touch. Would love to hear your feedback! https://ift.tt/ZNqxIB6 January 17, 2024 at 11:50PM
Tuesday, January 16, 2024
Show HN: Just another AI tool for chatting with docs, only better:) https://ift.tt/O0Nwnkf
Show HN: Just another AI tool for chatting with docs, only better:) aiPDF is your AI assistant that can scan, understand and "chat" with all your documents. It summarises massive docs in seconds and finds any information you want. It works with any file type, web articles and even with YouTube videos! https://aipdf.ai/ January 17, 2024 at 02:55AM
Show HN: Browser's internal local routes containing juicy stuff https://ift.tt/9d8kl7m
Show HN: Browser's internal local routes containing juicy stuff There are internal local routes inside browsers which are used for debugging purposing by developers but one can find a use case for him selves. Play around with it to find something interesting. Here are those internal routes/urls corresponding to the browser. Put it in url bar (omnibox/search bar) and hit enter. chrome - chrome://chrome-urls/ firefox - about:about edge - edge://edge-urls/ I'm pretty sure that most of the browsers have this you can just google like this "[your browser name] internal urls" https://ift.tt/YQ1o07W January 17, 2024 at 01:15AM
Show HN: I made a visual editor for GitHub Actions workflows https://ift.tt/GivCLAF
Show HN: I made a visual editor for GitHub Actions workflows Hey there, I have always been a fan of GitHub Actions workflows but for some reason never liked YAML files as being the assigned file format for non-linear workflows. While YAMLs are great as configuration files, they can be quite tedious when it comes to creating, reviewing, and maintaining workflows. To solve this, I created a visual node system that makes the workflow creation and maintenance process more efficient and intuitive. It's a straightforward node engine with an UI editor. Examples for such a node graph are here: https://ift.tt/YCxmlWz... and here: https://ift.tt/zP4hwQ7... . For clarification, they are directly executed on GitHub runners. These graphs took me minutes to build in order to focus on my actual project. The next time you create a new repo, give it a try. Love to hear your thoughts! Thanks! https://ift.tt/jXJOTaA January 17, 2024 at 12:50AM
Show HN: Deploy a containerized RaspAP with Docker Compose https://ift.tt/o0ySwtQ
Show HN: Deploy a containerized RaspAP with Docker Compose https://ift.tt/aXpiJuW January 16, 2024 at 11:44PM
Monday, January 15, 2024
Show HN: Visualise novels using Midjourney and GPT-4 https://ift.tt/WYAKCwg
Show HN: Visualise novels using Midjourney and GPT-4 https://ift.tt/74ESswe January 16, 2024 at 02:06AM
Show HN: A minimal working Rust / SDL2 / WASM browser game https://ift.tt/yWKJ3TG
Show HN: A minimal working Rust / SDL2 / WASM browser game "Game" is a stretch, but I put together this repo containing a pure Rust app which uses SDL2 and compiles to WASM (and can be run in a browser). Older resources were a bit out of date and a bit too verbose for my purposes, so here's a minimal working example. https://ift.tt/HlVh47i January 15, 2024 at 08:19PM
Show HN: BSON Extension for Postgres https://ift.tt/NxgtevY
Show HN: BSON Extension for Postgres JSON support in postgres is superb but sometimes you really want decimal, date, and binary types, "carefree" UTF8 string handling (i.e. no escaping), and robust roundtrippability. So I made an extension for BSON. https://ift.tt/RrEtKjM January 15, 2024 at 07:16PM
Sunday, January 14, 2024
Show HN: Come and have fun on this site that talks a lot about video games https://ift.tt/m9AojhG
Show HN: Come and have fun on this site that talks a lot about video games https://ift.tt/P9qWKzN January 14, 2024 at 11:48PM
Show HN: DataMapPlot for visualizing large corpora of documents https://ift.tt/2PgDMuG
Show HN: DataMapPlot for visualizing large corpora of documents https://ift.tt/1HICp64 January 14, 2024 at 11:32PM
Saturday, January 13, 2024
Show HN: A GPT-4 chat loop that can directly read and write your code files https://ift.tt/BbyaK0Y
Show HN: A GPT-4 chat loop that can directly read and write your code files https://ift.tt/wQsEdmh January 13, 2024 at 10:45PM
Show HN: C port of the (non-super) Star Trek game, incl. WASM for browser/phone https://ift.tt/8Kv9pfL
Show HN: C port of the (non-super) Star Trek game, incl. WASM for browser/phone Hi HN, I've decided to port the original (non-super) Star Trek game to C since I wanted to try playing the original but wasn't able to find a lot of sources that run on modern machines. Therefore I based this port on Michael Birken's 2008 C# port. This is in contrast to the Super Star Trek game which was far more popular and has a number of sources available on the web. I took some hamfisted measures to allow the Web Assembly version of the game to be played on mobile as well, it's not very pretty but it kind of works. You can tap into the terminal to open your phone keyboard, then the terminal should be visible in the top half while the keyboard can stay open in the lower half. The tips section on the page has some further hints. The port itself is quite crude but I made sure that it is ANSI C89 compliant, because I wanted the game to be able to run on just about anything. For the best effect, I recommend playing the game using the aptly named cool-retro-term. https://ift.tt/9RqWpzn This is the best way to play short of hooking up your needle printer as a faux teletype terminal. https://ift.tt/ygHWLn0 January 14, 2024 at 01:25AM
Show HN: Synphage a modern phage genome synteny graph generator for .gb files https://ift.tt/I3zp6Ur
Show HN: Synphage a modern phage genome synteny graph generator for .gb files https://ift.tt/9wGZhu2 January 13, 2024 at 04:43PM
Friday, January 12, 2024
Show HN: Conway's Game of Life, but with a gallery of other peoples patterns https://ift.tt/0zGtUBH
Show HN: Conway's Game of Life, but with a gallery of other peoples patterns This is my spin on Conway's Game of Life. I have added the ability to create an account, save grids that you have discovered, and browse the gallery of grids saved by other people and replay them. This project has served as a sandbox for me to practice various aspects of developing a comprehensive web application from scratch. This was my first time developing a full scale web app with [almost] all the features you would expect. I know it is nowhere near perfect in its current state, but I feel it has reached a point of diminishing returns, and therefore my time is better spent focussing on other projects with more potential. I may continue to develop this project further in the future just for fun. https://ift.tt/yaxmuGH January 12, 2024 at 01:42PM
Thursday, January 11, 2024
Show HN: I built yet another ChatGPT Chrome extension https://ift.tt/KY7nQhb
Show HN: I built yet another ChatGPT Chrome extension Hey HN, I’m here to introduce you my first of hopefully-many-projects-to-come this year: ReadPal.ai, a chrome extension that let’s you chat with ANY web pages while browsing. Let’s first address the elephant in the room: there are tons of chrome extensions of sorts out there…Why did I choose to work on this? Over the years, I’ve had many projects started that never crossed the finishing line; and also many ideas that’s dauntingly ambitious that I never even started. So I chose this project, in the hope that its moderate size & scope can help me finally exercise the build→ship muscle. And I must say, it has served its purpose. I thought it would just be a weekend project, however, end up dragging it for months…With the pressure of the year-end and the free time in the holiday season, I finally got to the ship phase! During the process of building, testing, and beta testing, I came across two revelations about the product: - Having AI side by side with access to the same information as you is very helpful! It's not just about summarizing long research papers, but even simple day-to-day activities can benefit from it. e.g. asking “is this miso good for making ramen?” on a miso product page on amazon, etc. - Despite a lot of similar extensions, there is still room for differentiation! The average user who isn’t intentionally following the developments in the AI field, can benefit from a tool that simplifies the complexity of various models & prompting techniques, and focuses on providing a user experience that seamlessly integrates with their workflows. There is still a long way to go in terms of the second point. Your feedback would be very helpful with that! Thank you!! https://readpal.ai January 11, 2024 at 09:03PM
Show HN: I built an affordable alternative to Spotify and YouTube Music Premium https://ift.tt/mCR4pid
Show HN: I built an affordable alternative to Spotify and YouTube Music Premium Hey guys, I had to cancel my spotify premium subscription which was a terrible thing once I like to listen music in loop while coding or at the gym. So I decided to code myself something cool to solve my own problem that makes possible listen music in loop and without ads. I took a night off and started coding something.. so that's how I built Youtube Music Loop. I know many ppl like to listen music but not everyone can afford to pay, so it's a lite affordable version of spotify and youtube premium, where you can: - Keep listen music without ads. - Synch your playlist through all your devices. - Listen music in loops and without ads. - Search for your fav music or just copy and past the link of youtube song (when search api doesn't reach its limit). - Get it as pwa / app in your phone home screen. - Works on pc and laptops, tablets and mobile devices. - Easy and simple to use, no fluffy stuff. It's an affordable option and you pay once and use it forever, which is more than half of youtube and spotify premium subscription price. You check it here: https://ift.tt/zv0Z9YD Let me know what you think and improvements you like to see, I have made many improvements as you can see here and here. -Fausto https://ift.tt/zv0Z9YD January 11, 2024 at 11:52PM
Wednesday, January 10, 2024
Show HN: Elevate Your Game Nights with Handcrafted Playing Cards ♠♥♦♣ https://ift.tt/N8IKxap
Show HN: Elevate Your Game Nights with Handcrafted Playing Cards ♠♥♦♣ https://thedevcards.com January 10, 2024 at 09:28PM
Show HN: No-frills photo gallery site https://ift.tt/ufIMVY7
Show HN: No-frills photo gallery site https://mood.site/ January 10, 2024 at 09:47PM
Show HN: A tool to help you find teammates for rapidly prototyping ideas https://ift.tt/qrUNzZB
Show HN: A tool to help you find teammates for rapidly prototyping ideas https://48hr.dev/ January 10, 2024 at 09:26PM
Tuesday, January 9, 2024
Show HN: I did a platform like Upwork but for Romania https://ift.tt/7Auy81o
Show HN: I did a platform like Upwork but for Romania https://taskora.co January 10, 2024 at 03:08AM
Show HN: Peer-to-peer mini r/place with Proof of Work https://ift.tt/GAHJ2RT
Show HN: Peer-to-peer mini r/place with Proof of Work Hi HN, This is a site where users can submit content and the shortest SHA256 value of nonce+content among them will make the site display the content. Very basic, without a blockchain. It's a static site with WebRTC and peer-to-peer. Why? I wanted r/place (Reddit canvas where users collaborate on a pixel grid), but with proof of work. This is my progress so far. It's a WebRTC app with peer to peer connectivity that forwards the best hashed values to other users, which verify them, display them and pass them on. There are many many improvements to be done (especially I should probably use something like libp2p-gossipsub, otherwise scale is probably an issue) and more ideas to be implemented, and I'm sure there are bugs. But I didn't find any similar projects yet (except blockchains of course). Hope you like it! https://ift.tt/IWRo4VX January 10, 2024 at 06:15AM
Show HN: Asymptotic Growth Order Calculator https://ift.tt/i9yz1F2
Show HN: Asymptotic Growth Order Calculator I'm an undergraduate student and for my math honors thesis I'm studying asymptotic growth orders, the kind you usually see written in "big-Theta" notation to describe an algorithm's time/memory usage. The most interesting part was studying how to compute the growth order of the sequence of partial sums of a given sequence - that is, the growth order of (a_1 + ... + a_n), in terms of the growth order of (a_n). So I thought I would make a little web calculator for playing around with this. Enjoy! :-) Some things to try: 1. The sums of the harmonic sequence (1/n) diverge, but can you find a faster-decaying sequence that also has diverging sums? 2. Can you make the growth order log(log(log(n))) using only one register? 3. What happens when you apply Σ⅟ΣΣΣ (applied from right to left) to any growth order, and why? https://ift.tt/M1Gg79i January 9, 2024 at 11:22PM
Monday, January 8, 2024
Show HN: Chalker – Rainbow JSON Logger (Stringifer) https://ift.tt/cteUTjF
Show HN: Chalker – Rainbow JSON Logger (Stringifer) https://ift.tt/LOgeQB9 January 9, 2024 at 02:51AM
Show HN: Automatically Create a Public Kanban for Project Using Linear API https://ift.tt/iqQxXd3
Show HN: Automatically Create a Public Kanban for Project Using Linear API https://ift.tt/nTPIRVB January 8, 2024 at 09:44PM
Show HN: Auto Wiki – Turn your codebase into a Wiki https://ift.tt/R8I9gMi
Show HN: Auto Wiki – Turn your codebase into a Wiki Hi HN! I’m Omar from Mutable.ai. We want to introduce Auto Wiki ( https://ift.tt/VEBdKTr ), which lets you generate a Wiki-style website to document your codebase. Citations link to code, with clickable references to each line of code being discussed. Here are some examples of popular projects: React: https://ift.tt/maHj1X9 Ollama https://ift.tt/Y1RyWHV D3: https://ift.tt/gz65MRB Terraform: https://ift.tt/vlxkfcT Bitcoin: https://ift.tt/vY0Mi67 Mastodon: https://ift.tt/bZcpBhu Auto Wiki makes it easy to see at a high level what a codebase is doing and how the work is divided. In some cases we’ve identified entire obsolete sections of codebases by seeing a section for code that was no longer important. Auto Wiki relies on our citations system which cuts back on hallucinations. The citations link to a precise reference or definition which means the wiki generation is grounded on the basis of the code being cited rather than free form generation. We’ve run Auto Wiki on the most popular 1,000 repos on GitHub. If you want us to generate a wiki of a public repo for you, just comment in this thread! The wikis take time to generate as we are still ramping up our capacity, but I’ll reply that we’ve launched the process and then come back with a link to your wiki when it’s ready. For private repos, you can use our app ( https://app.mutable.ai ) to generate wikis. We also offer private deployments with our own model for enterprise customers; you can ping us at info@mutable.ai. Anyone that already has access to a repo through GitHub will be able to view the wiki, only the person generating the wikis needs to pay to create them. Pricing starts at $4 and ramps up by $2 increments depending on how large your repo is. In an upcoming version of Auto Wiki, we’ll include other sources of information relevant to your code and generate architectural diagrams. Please check out Auto Wiki and let us know your thoughts! Thank you! https://wiki.mutable.ai January 8, 2024 at 11:56PM
Sunday, January 7, 2024
Show HN: AnyText AI – Multilingual text generation and editing tool https://ift.tt/QzOx6o5
Show HN: AnyText AI – Multilingual text generation and editing tool I just started to learn frontend and built a free AI powered web app for editing text in image using AnyText. I will continue iterating the AnyText.pics to make it easier to use and will learn frontend skills by building the web app. https://anytext.pics/ January 7, 2024 at 09:08PM
Show HN: A Command Line tool to journal your daily accomplishments https://ift.tt/KRku4Xl
Show HN: A Command Line tool to journal your daily accomplishments I saw this blog from Julia Evans on HN about building a bragging document: https://ift.tt/aXJNqx1 . It inspired me to create a CLI tool to log my accomplishments in markdown files. I was learning about building CLI applications in Go and this project seemed like a good entry point. I used to maintain a Google Docs as my work log and bragging document but I'll often forget to update it or lose it between my open tabs. A CLI tool will be present right in my development environment and that removes friction with information logging. Release (v0.1): https://ift.tt/2DPRnXx https://ift.tt/8PNaSbX January 7, 2024 at 07:38PM
Show HN: Designing, manufacturing, and selling an LED 'social battery' pin badge https://ift.tt/xJCTEdS
Show HN: Designing, manufacturing, and selling an LED 'social battery' pin badge https://ift.tt/MNrG4pq January 8, 2024 at 12:51AM
Saturday, January 6, 2024
Show HN: LDAP Watchdog: Realtime LDAP monitoring for detecting directory changes https://ift.tt/fgwqQ3L
Show HN: LDAP Watchdog: Realtime LDAP monitoring for detecting directory changes https://ift.tt/lPwYpF9 January 7, 2024 at 12:38AM
Show HN: iOS Shortcut to convert webpage into disco party https://ift.tt/SXWVsUK
Show HN: iOS Shortcut to convert webpage into disco party https://ift.tt/ONZXP7q January 6, 2024 at 11:13PM
Show HN: Filter and Monitor Hacker News Based on Your Interests https://ift.tt/Nk7WIVt
Show HN: Filter and Monitor Hacker News Based on Your Interests I was overwhelmed by the pace of AI news and papers coming out, so I built an automated HN news monitoring service that delivers relvant news straight to my inbox or RSS feed. It uses LLMs to extract, summarize, and classify the front page articles and analyzes the different perspectives in the comments. No more FOMO :) https://ift.tt/7bOMeuh January 6, 2024 at 11:16PM
Friday, January 5, 2024
Show HN: Hashmap.me – Simple HTTP-Based Data Storage and Retrieval https://ift.tt/orTc4Nm
Show HN: Hashmap.me – Simple HTTP-Based Data Storage and Retrieval I'm excited to share Hashmap.me, a small tool I've built to simplify data storage and retrieval. It's a straightforward service that allows developers to store data records via HTTP requests and retrieve them easily, all without the hassle of setting up and managing a database. Initially I built this because I was tired of creating a database to prototype my own projects, I just wanted to persist my in memory cache between restarts early on. Each hashmap you create corresponds to its own collection in MongoDB. Perfect for small projects, quick prototypes, or learning purposes. I'd love to get your feedback and hear your thoughts! Check it out here: https://hashmap.me Thanks for taking a look! https://hashmap.me January 6, 2024 at 06:42AM
Show HN: Fitlock – Block apps until you reach your daily fitness/health goals https://ift.tt/h9E0e17
Show HN: Fitlock – Block apps until you reach your daily fitness/health goals Introducing Fitlock, the privacy-focused app designed to empower users in curbing screen time and enhancing fitness through the utilisation of Apple Health and Screen Time features. Fitlock's innovative approach involves blocking apps and websites until users achieve their daily health and fitness objectives. Here's how Fitlock operates: users can establish a personalised schedule to block specific apps at chosen times of the day, adjusting the strictness level of the block to suit their preferences. Once the user's schedule is active, the blocked apps remain inaccessible until they successfully meet their health and fitness goals. For instance, a user might set up a schedule to restrict social media apps daily, unlocking them only for 30 minutes each time they reach 2000 steps within the specified timeframe. Beyond its core functionality, Fitlock boasts additional features like progress tracking over time and a range of strictness levels to cater to diverse user preferences. It's worth noting that Fitlock is currently exclusive to iOS, but stay tuned as there are plans to develop an Android version in the near future. I'd love to hear your questions/feedback. https://fitlock.io/ January 6, 2024 at 04:12AM
Show HN: Passwordless Login as a Service https://ift.tt/PSImhRz
Show HN: Passwordless Login as a Service https://ift.tt/AmZ69DJ January 6, 2024 at 03:04AM
Thursday, January 4, 2024
Show HN: I made dashy.io – an all in one app for your data, notifications, tools https://ift.tt/iFhUoGp
Show HN: I made dashy.io – an all in one app for your data, notifications, tools Dashy is an app that pulls together all your tools and data so that instead of opening many apps and websites to achieve something, you can just do it in one place instead. I currently have over 40 widgets that allow you to do a variety of things such as: • Hex to ASCII Converter: Converts hexadecimal to readable ASCII text. • Line Sort and Dedupe Tool: Sorts and dedupes text lines. • Base64 Image Encode/Decoder: Converts images to/from Base64. • JSON Formatter: Makes JSON strings readable and structured. • Color Converter: Converts colors to HSL, RGB, HEX formats. • Text Diff Tool: Highlights differences between two texts. • Text Inspector: Counts lines, characters, and words in text. • CSV to JSON Converter: Converts between CSV and JSON formats. • ChatGPT Grammar Check: Instant grammar correctness check. • ChatGPT Translate: Translates text between languages. • ChatGPT Polish Up: Formats casual text for professional use. • ChatGPT Dictionary: Provides word definitions and examples. • Image Re-sizer: quickly resize images to your desired dimensions • Stock Ticker: ticker to stay up to date with how the markets are performing • Ticketmaster Events: Shows nearby events conveniently. • Sports Score Tracker: Provides real-time scores for various sports games. • Betting Odds: Displays betting odds for various sports events. I would love to hear all your feedback/suggestions. Thanks! https://dashy.io January 4, 2024 at 08:36PM
Show HN: Running and visualizing chaos games with Python https://ift.tt/KIAquxj
Show HN: Running and visualizing chaos games with Python A chaos game ( https://ift.tt/9JYSeUz ) is a simple method for creating fractals. I recently created a little Python package to run chaos games with different configurations and restrictions. I also created a much simpler version in C ( https://ift.tt/6q3gHwU... ). https://ift.tt/NAzWUcV January 4, 2024 at 11:34PM
Show HN: Spence – AI-Powered Career Copilot https://ift.tt/ve7gJos
Show HN: Spence – AI-Powered Career Copilot We are excited to introduce Spence, our newly launched AI Career Copilot, to the Hacker News community. Spence is a browser extension that leverages advanced AI technologies to transform the job application process, providing personalized assistance in crafting resumes, cover letters, and preparing for interviews. At Spence, we've integrated AI tools to analyze job postings and tailor applications to fit each unique opportunity. Our platform is designed to save job seekers time and increase their chances of landing their desired job by offering insights and strategies tailored to each job posting. Our aim with Spence is to democratize the job search process, making it more accessible and effective for a global audience. We understand the nuances and complexities of job applications vary across different regions and languages. That's why Spence is equipped to assist job seekers in 26 different languages, ensuring that users can receive help in their native tongue. One of Spence's standout features is its integration with major job sites and over 30,000 employer websites. We've built Spence to be more than just a tool; it's a partner in your job search journey. Whether you are a recent graduate entering the workforce, a seasoned professional looking for your next challenge, or somewhere in between, Spence is here to guide you. With Spence, users can: * Automatically generate customized resumes and cover letters. * Receive tailored job application strategies. * Access insights for job matches and industry trends. We believe Spence has the potential to make a significant impact on how individuals approach their job search, and we're eager to hear your thoughts, feedback, and suggestions. Check out Spence here: https://ift.tt/0PtJYwB We welcome your thoughts, feedback, and any questions you have about Spence. Looking forward to engaging with the Hacker News community! https://ift.tt/0PtJYwB January 5, 2024 at 12:05AM
Wednesday, January 3, 2024
Show HN: A Who is Hiring app with AI filters – January 2024 update https://ift.tt/zDwgNGt
Show HN: A Who is Hiring app with AI filters – January 2024 update https://ift.tt/Y49mJ5W January 4, 2024 at 12:40AM
Show HN: Chet – Record your commands to speed up local development https://ift.tt/8EaicHh
Show HN: Chet – Record your commands to speed up local development https://chet.monster January 4, 2024 at 12:25AM
Show HN: CyberNvim, the simplest and most extensible Neovim distribution https://ift.tt/MXSv7zQ
Show HN: CyberNvim, the simplest and most extensible Neovim distribution CyberNvim is a fully-featured and incredibly easy-to-understand Neovim config. It is a fully-featured IDE-like setup with an extremely simple configuration and an uncompromising featureset. CyberNvim is where simplicity meets power. Only 1200 lines of code Built to be broken Zero compromises in available features Minimal learning curve Plug and go personal configuration See it here: https://ift.tt/54gUytQ https://ift.tt/54gUytQ January 4, 2024 at 12:04AM
Tuesday, January 2, 2024
Show HN: I've Implemented a RSS Reader https://ift.tt/a2NKOjT
Show HN: I've Implemented a RSS Reader https://ift.tt/r6PitdJ January 2, 2024 at 11:46PM
Show HN: SwiftBar 2.0 Powerful macOS menu bar customization tool https://ift.tt/TbBYP5u
Show HN: SwiftBar 2.0 Powerful macOS menu bar customization tool New release of my opensource project to help you build menu bar apps. This release features a lot of new features, but I want to highlight two: - Shortcuts Plugin - allows you to create menu bar apps from Shortcuts app - Ephemeral Plugin - allows you to create a transient menu bar app, i.e. for notification https://ift.tt/zTWYu2L January 2, 2024 at 08:35PM
Monday, January 1, 2024
Show HN: Build your startup or side project faster with these SaaS templates https://ift.tt/KtT3zOw
Show HN: Build your startup or side project faster with these SaaS templates https://ift.tt/EdI1S3O January 2, 2024 at 09:20AM
Show HN: AI Undetect – The Freemium Undetectable AI Writing Tool https://ift.tt/x8OJQMH
Show HN: AI Undetect – The Freemium Undetectable AI Writing Tool AI Undetect is undetectable AI rewrite tool It offers an AI detection remover service that integrates 8 free AI detector interfaces, including GPTZero, ZeroGPT, Copyleak, Writer, and SAPLING. With a single click, you can determine whether your content has been generated by AI. If you wish to make your content seem more human-like and bypass AI detectors, you should make use of our AI humanizer, which helps in converting AI text to a more human-friendly form to anti AI detector. https://ift.tt/1vqU9HX January 2, 2024 at 08:04AM
Show HN: Hook – a simple graphical C/C++ runtime editor https://ift.tt/AhJk7Bz
Show HN: Hook – a simple graphical C/C++ runtime editor While helping one of my students create and iterate on a game in C using raylib, I realized there was quite a lot of time spent on experimenting with level design and colors, how the player moves, gravity, etc. and a lot of time was wasted making a change, exiting the game, recompiling, running the game, deciding his change wasn't right, and going through the whole cycle over and over. I could tell it was demotivating, and this process was creating a barrier that prevented him from experimenting to his heart's content. I started this project to solve this problem by giving a simple gui to a few core features of lldb through the lldb api. Experimenting with changing colors, where blocks in the level go, how tall the player is, gravity is all now just a simple toggle or text field edit. The variables are modifiable while the program is running. The project is still in its early stages, and so far only targets macOS. https://ift.tt/I3f0APb January 2, 2024 at 06:45AM
Show HN: Build Atari Games in the Browser https://ift.tt/G1xLKbX
Show HN: Build Atari Games in the Browser https://ift.tt/ky3Tjge January 2, 2024 at 12:30AM
Sunday, December 31, 2023
Show HN: Cassette, a Personal Programming Language https://ift.tt/3XnF6vJ
Show HN: Cassette, a Personal Programming Language I made this simple language over the past year, and it's time for me to say it's "done" (for now) and focus on other projects. I've struggled to answer the question "what is this language for?" other than "it's just for me" — and that's probably good enough. But I also wanted to make something "complete" that others could use if they wanted to. Writing my own language was an incredibly rewarding experience, and I'd recommend everyone trying it. Let me know if you have any questions or feedback, and please share your own experience if you've also made a language. https://ift.tt/yDvOz2J January 1, 2024 at 03:31AM
Subscribe to:
Posts (Atom)
Show HN: Tablr – Supabase with AI Features https://ift.tt/ltABMro
Show HN: Tablr – Supabase with AI Features https://www.tablr.dev/ June 30, 2025 at 04:35AM
-
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/0cBueJt February 10, 2025 at 02:26AM
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...
-
Show HN: TNX API – Natural Language Interactions with Your Database Hey HN! I built TNX API to make working with databases as simple as aski...