This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Friday, November 3, 2023
Show HN: MicroLua – Lua for the RP2040 Microcontroller https://ift.tt/ueYdK76
Show HN: MicroLua – Lua for the RP2040 Microcontroller MicroLua allows programming the RP2040 microcontroller in Lua. It packages the latest Lua interpreter with bindings for the Pico SDK and a cooperative threading library. MicroLua is licensed under the MIT license. I wanted to learn about Lua and about the RP2040 microcontroller. This is the result :) https://ift.tt/ZD7yKEL November 4, 2023 at 12:15AM
Thursday, November 2, 2023
Show HN: I Bluefin: Using the ultimate developer Linux https://ift.tt/mvVCy0D
Show HN: I Bluefin: Using the ultimate developer Linux This article goes over some of the decisions we made creating Bluefin DX - a developer-centric Linux that reimagines the distro with cloud-native tooling. https://ift.tt/trxE2QZ November 2, 2023 at 09:50PM
Show HN: Internet Speed Test https://ift.tt/rYSc9PV
Show HN: Internet Speed Test https://ift.tt/n2LAXg9 November 3, 2023 at 07:50AM
Show HN: Dashboard for Minimalists https://ift.tt/wOcHd7u
Show HN: Dashboard for Minimalists https://www.dashb.io November 3, 2023 at 05:33AM
Show HN: Unlock Your Productivity Potential https://ift.tt/7Bw1rMQ
Show HN: Unlock Your Productivity Potential Leave Feedback https://ift.tt/N5qAymO November 2, 2023 at 11:41PM
Wednesday, November 1, 2023
Show HN: An AI courthouse to resolve arguments with your friends https://ift.tt/3FzT9bO
Show HN: An AI courthouse to resolve arguments with your friends An AI judge will rule on your dispute between friends, roommates, or lovers (ok, maybe not lovers). https://ift.tt/poGT70k November 2, 2023 at 12:30AM
Show HN: EdgeDB Cloud and 4.0 with FTS and Auth https://ift.tt/fzrAk5Q
Show HN: EdgeDB Cloud and 4.0 with FTS and Auth Hi there! This is Yury, a co-founder. We've been busy for a while building EdgeDB Cloud and now it's finally here. EdgeDB Cloud is pretty cool and takes full advantage of our database. You get declarative schema, strict typing throughout, great performance, a query language that's best of GraphQL & SQL, and many many other perks. The Cloud itself is quite unique because of EdgeDB. Our query language gives you composability - so you can fetch everything for your page or API endpoint in one network request. And our protocol and client libraries give you auto recovery on network errors, automatic transaction retry, built-in transparent connection pooling, and many other benefits. Check out the blog post where we explain it all. And watch the currently ongoing YouTube Premiere of the launch! https://ift.tt/lyxG9q3 November 1, 2023 at 10:57PM
Tuesday, October 31, 2023
Show HN: My wife and I built a Halloween game https://ift.tt/dscWimz
Show HN: My wife and I built a Halloween game Happy Halloween! Instead of going to a Halloween party this year, my wife and I decided to run a tiny Hackathon and built this little retro choose-your-own-adventure to pay tribute to a popular series of yesteryear. Try and escape! Also pumpkin mode!! We made liberal use of ChatGPT for code, DALLE3/Midjourney for images, but did most of the storyboarding/writing ourselves because we couldn't stand the style of GPT4/Claude. https://ift.tt/hgbVesm November 1, 2023 at 05:08AM
Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally https://ift.tt/IgwuXGj
Show HN: JS Local-only AI Apps starter kit: cost $0 to run and test locally Hi HN! Here's a local-only stack I built over the weekend - hope it can be useful for you! I have been building a lot of AI apps - https://ift.tt/uJCUXpt https://ift.tt/X1sK9Vn ... And there were definitely times I spent way too much $$ before deploying the app to production. So I was looking for a "local only" stack and found a few tools that worked well together. I used the following set of tools but may add more options later: - Inference: Ollama - VectorDB: Supabase pg-vector - LLM orchestration: langchain - Framework: nextjs My learning from building ai-town was also that many people don't have the luxury of swiping a credit card to test an app with a lot of AI workloads -- not surprisingly, many models on Ollama are already very good - I used llama2-7b for majority of my dev work. Hope this can lower the barrier to entry for building AI apps. :) https://ift.tt/TQtpC14 October 31, 2023 at 10:12PM
Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in https://ift.tt/rYFQoBG
Show HN: An instantly usable To-Do List desktop Web App, no sign-up/log-in ... by saving data in the URL, base64 encoded. About a year ago I wanted a fast, simple, throwaway, no sign-up/log-in To-Do List at my fingertips at work, I couldn't find one so I built one myself, in a quick and dirty way. Recently I decided to release to public, so I rewrote, productise it a bit, added markdown support, added dark mode, added extension for chromium browsers etc, and this is it. May you find this small utility website useful if you happen to need something like this as well. Some tech & non-tech bullets - Pure static website - Data goes up to URL on updating, base64 encoded, non-hashed spa style - Rewrote with React & Redux - ChatGPT assistance for markdown parsing, regex and its unit testing - Playwright for testing - CDN with AWS CloudFront Any feedback and comments are appreciated. ---- A note on saving data in the URL, To-Do lists usually wouldn't be too long so saving its data in URL seems a natural fit, plus my initial sketchy research showed ff max URL is 64k and chrome can go MBs. But actually in real world, if you take server and CDNs into consideration, 8k seems to be a de facto limit ( https://ift.tt/X0udlmn ), still enough for usual todo lists :) Previous discussions on HN about saving data in URL, https://ift.tt/zSc5vdn , https://ift.tt/kGnXTPl , https://ift.tt/GO4UPs3 https://2doli.st/ November 1, 2023 at 03:10AM
Show HN: Undead – scary fast, bewitching web pages on the JVM with no JavaScript https://ift.tt/sa8NHgS
Show HN: Undead – scary fast, bewitching web pages on the JVM with no JavaScript Hey HN. I wrote a LiveView implementation for the JVM called Undead. (The name Undead is a play on the "Live" part of LiveViews.) I had been waiting for the new StringTemplates feature of Java 21 which made it scary-easy to get the right data structures to make things work. It's been enchanting to write Java after about ten years in Javascript and Go lands. Would love folks to try it out and lmk what you think. If you aren't too scared that is. ;) https://ift.tt/eba7I1t October 31, 2023 at 10:46PM
Monday, October 30, 2023
Show HN: Online code editor for creating mobile apps https://ift.tt/9kzSXtu
Show HN: Online code editor for creating mobile apps https://ift.tt/BOhJjYs October 31, 2023 at 12:31AM
Show HN: Unlogged (YC S22) – open-source record and replay for Java https://ift.tt/xi52ezv
Show HN: Unlogged (YC S22) – open-source record and replay for Java Hello HN! Parth, and Shardul here. We have been building unlogged.io for the last 21 months. We started as a time travel debugger and pivoted to record and replay with assertions, mocking, and code coverage. You can save the replays in the form of a JSON and commit them to your git. Both Parth and I come from an e-commerce/payments background where production bugs meant heavy financial losses. Big billion days/Black Friday sales meant months of code freezes with low productivity. Before committing the code, we wanted to replay production traffic and know the breaking changes right away, like in sub-second. Kind of like unit+integration tests on steroids. So, we built an SDK that adds probes to the code in compile time. The SDK logs code execution, in detail. Git: https://ift.tt/hz26fNE We also built an IDE plugin that keeps monitoring code changes, hot reloads these changes, replays the relevant methods, and alerts on failing replays. It also lets developers call Java methods directly, mock downstream methods in run time, highlight code coverage in real-time, and show performance numbers for methods with inlay hints. (right above each method) Git: https://ift.tt/HOrh6Uv We are excited to launch the first version of our product that replays with assertions + mocking + code coverage reports right inside the IDE. Link to our IntelliJ plugin: https://ift.tt/nyU1EWq Record and Replay Demo: https://www.youtube.com/watch?v=muCyE-doEB0 Define Assertions on Replay: https://www.youtube.com/watch?v=YKsi1p634-M Track Code Coverage: https://www.youtube.com/watch?v=NMmp954kfaU Generate JUnit Test Cases: https://www.youtube.com/watch?v=rTUmg5b1Z_Q Mocking when replaying: https://www.youtube.com/watch?v=O_aqU1u-Kmw Documentation: https://ift.tt/O0u4LSw Roadmap: 1. Create a production logger -So that the performance impact is minimal -out of the box masking PII from production logs -creating meaningful input/return value combinations from production traffic to be replayed locally. 2. Creating a CI test runner that can integrate with CI/CD pipelines. 3. Auto-Replaying API endpoints of only the changed code. 4. Real-time alerts for the performance impact of code changes. 5. Creating a dashboard with reports, email/slack alerts. October 30, 2023 at 09:47PM
Show HN: Launch a private Ethereum Testnet with all clients and MEV infra https://ift.tt/E10xuAN
Show HN: Launch a private Ethereum Testnet with all clients and MEV infra We've been working with the Ethereum Foundation & Flashbots to build tooling and infrastructure for developers to test various workflows for Ethereum. As part of that work, anyone can now spin up a local Ethereum dev net with the entire Flashbots mev-boost infra (relayer, builder, boost) using the ethereum-package. This package supports all EL and CL client types, works on Kubernetes for scale testing, and comes with a few bells and whistles like metrics, mock-builders, and beacon chain explorers. This is the de-facto tool for teams modifying and testing the consensus layer. Here's a full tutorial - https://ift.tt/pvo2wUe... https://ift.tt/S1pjb2H October 30, 2023 at 11:22PM
Sunday, October 29, 2023
Show HN: I’m writing a “US Banking and Credit for Foreigners” guide https://ift.tt/Q7yFaDO
Show HN: I’m writing a “US Banking and Credit for Foreigners” guide So I’m writing a guide about accessing US Banking & Credit as a non-US resident. It’s work-in-progress but the first couple of chapters are accessible for everybody. Any feedback is appreciated! https://ift.tt/8sXb1Dh October 30, 2023 at 01:08AM
Show HN: Newslater – A Personal Newsletter Generator https://ift.tt/m7uPlBp
Show HN: Newslater – A Personal Newsletter Generator Inspired by my ability to collect articles from HN that I wanted to read, but never getting around to reading them, I built Newslater. You add the articles you want to read to your reading list, and Newslater will email you a newsletter containing summaries of 5 of your articles sent at a time you choose. My aim was to create a tl;dr newsletter from articles you are actually interested in. The app is free, has no ads, and is available on Android and iOS: https://ift.tt/J5nbshD https://ift.tt/xFA9bYy It’s a bit rough, but I thought some others may be interested in giving it a go. You can see examples of the newsletters it generates here too https://newslater.co/ October 29, 2023 at 09:33PM
Show HN: Mify – CLI that generates and maintains your backend infra code https://ift.tt/4INU2Y6
Show HN: Mify – CLI that generates and maintains your backend infra code Hello, for the past couple of months, we've been developing Mify and I wanted to share it with the people here. We've been writing backends for multiple different big and small companies and noticed that backend development progresses in way too similar cycles. At first people write a small set of services or in better case a single service to do what's needed. At some point the tech debt becomes too much of a hassle to handle as company grows, engineers are starting to scale the codebase, rewriting code, splitting monolith, introducing microservices and eventually after a bunch of iterations like that, people write some sort of in-house internal developer platform to quickly spin up services. The amount of effort it takes to go through this is really unnecessary. Every team needs to get a bunch of libraries for storage, configuration, logging, metrics, etc and duct tape them all together until it works, then write boilerplate for all of that, and then there's also infrastructure code and configs to set up deployment. So, we think that it doesn't have to be that way and that's why we wrote Mify, which is an open-source tool that generated and maintains all boilerplate code for the necessary building blocks of a backend service and help with deployment. Even at this early stage Mify can save a lot of development time, so check it out, we would appreciate your feedback! https://ift.tt/9sxScyH October 30, 2023 at 01:29AM
Show HN: Yet another HN UI clone (sorry) https://ift.tt/TAIt0hY
Show HN: Yet another HN UI clone (sorry) Inspired by https://ift.tt/ThUAkYg , this is done sort of as a learning journey since I've never built an app from scratch using Next.js and tailwindcss before. This is done over 2 days so it's quite bare in terms of features i.e. read-only but I would still like to share this project. Let me know what you guys think and feel free to provide any feedback! https://ift.tt/gN2Duod October 29, 2023 at 11:13PM
Saturday, October 28, 2023
Show HN: Marmotte – Open-Source IT Asset Management Made Simple https://ift.tt/3RhcyPs
Show HN: Marmotte – Open-Source IT Asset Management Made Simple https://ift.tt/mvHh9Ts October 29, 2023 at 03:42AM
Show HN: Menu.Miami – Create Restaurant Menus with AI https://ift.tt/VMDjNYq
Show HN: Menu.Miami – Create Restaurant Menus with AI https://twitter.com/Menu_Miami/status/1718251271604322676 October 29, 2023 at 12:29AM
Show HN: OpenSign – The open source alternative to DocuSign https://ift.tt/lcg72C6
Show HN: OpenSign – The open source alternative to DocuSign https://ift.tt/zmRrolZ October 29, 2023 at 12:17AM
Show HN: WireHole combines WireGuard, Pi-hole, and Unbound with an easy UI https://ift.tt/2W1VoRM
Show HN: WireHole combines WireGuard, Pi-hole, and Unbound with an easy UI WireHole offers a unified docker-compose project that integrates WireGuard, PiHole, and Unbound, complete with a user interface. This solution is designed to empower users to swiftly set up and manage either a full or split-tunnel WireGuard VPN. It features ad-blocking capabilities through PiHole and enhanced DNS caching and privacy options via Unbound. The intuitive UI makes deployment and ongoing management straightforward, providing a comprehensive VPN solution with added privacy features. https://ift.tt/U7oyaYR October 28, 2023 at 03:53AM
Friday, October 27, 2023
Show HN: Is It Toxic To? – Check if a plant is toxic to your pets https://ift.tt/jGCwEf3
Show HN: Is It Toxic To? – Check if a plant is toxic to your pets All information is from the ASPCA's list of toxic plants ( https://ift.tt/BvwVQiZ... ) https://ift.tt/ONqP3Ci October 28, 2023 at 08:14AM
Show HN: ChatGQL – Natural Language Conversations with GraphQL APIs https://ift.tt/2lRJS3m
Show HN: ChatGQL – Natural Language Conversations with GraphQL APIs https://chatgql.com/ October 28, 2023 at 03:20AM
Show HN: More than four images in one prompt from DALL-E https://ift.tt/FHjNpPY
Show HN: More than four images in one prompt from DALL-E https://twitter.com/DotDotJames/status/1717969588514656348 October 27, 2023 at 11:51PM
Show HN: A local Python prototyping tool for Jupyter and Streamlit https://ift.tt/zq5KbZc
Show HN: A local Python prototyping tool for Jupyter and Streamlit Hey HN! I built a local Python prototyping tool that is finally the Python development environment I've always wanted. It has a Jupyter notebook for data crunching, a database of your choice (Python or MongoDB), and a Streamlit app for building a frontend visualization. You can edit the Streamlit backend via an embedded VSCode editor, or locally on your own IDE. The best part for me is that the database connectors within Jupyter and Streamlit are configured out-of-the-box, so you don't need to spend time thinking about how to tie all that together - you can just pick the database you want to use and get going. Disclaimer: I do also work on the tool that deploys all this under the hood, but this project is a personal hackweek project that I threw together so I could develop Python apps on my own https://ift.tt/NSuFMEx October 27, 2023 at 08:04PM
Show HN: An AI that reads privacy policies for you https://ift.tt/XA52UIR
Show HN: An AI that reads privacy policies for you https://ift.tt/RLVUvtS October 27, 2023 at 03:01PM
Show HN: Maven to Gradle (Dependency Conversion) https://ift.tt/vwNUqzu
Show HN: Maven to Gradle (Dependency Conversion) Very tiny project to convert your Maven dependency blocks to Gradle. On a mission to support other build systems in the JVM ecosystem too :). https://ift.tt/O5Gn43e October 27, 2023 at 01:39PM
Thursday, October 26, 2023
Show HN: Cheddar, the app for people who hate budgeting https://ift.tt/CLoKcM4
Show HN: Cheddar, the app for people who hate budgeting https://getcheddar.co/ October 27, 2023 at 05:28AM
Show HN: A JavaScript library to generate rhyming passphrases https://ift.tt/GnlLmkA
Show HN: A JavaScript library to generate rhyming passphrases https://ift.tt/Yq9l7yx October 27, 2023 at 03:30AM
Wednesday, October 25, 2023
Show HN: FreeChat – local LLM chat for macOS https://ift.tt/RrhTbGd
Show HN: FreeChat – local LLM chat for macOS Hey HN, I made a tiny website for my llama.cpp-powered mac app. You can load in any GGUF (or it'll download the nice synthia mistral 7B fine-tune by default). I'm excited about local AI because of the privacy characteristics (you can run FreeChat without even connecting to the internet). I think that to amplify our abilities to the fullest extent we'll want information to flow fluidly back and forth between our brain and the AI. I'm pretty wary of what I'd plug my uncensored brain into, but keeping everything on-device feels most trustworthy to me. I was blown away by the llama.cpp demos and want to 1) make something useful for myself and 2) push more people towards open models and local AI. This is my first foray into packaging a local AI product for less technical users. The UX is basically cloned from other chat apps out there. Please join the TestFlight if you're a mac user interested in local AI and want to see how many tokens/second you can get on your machine. https://ift.tt/kaBm28M October 26, 2023 at 02:30AM
Show HN: Convochat https://ift.tt/2sLHtW8
Show HN: Convochat Like the videos? The content? Guess the current valuation? Take a look: Convochat.com October 26, 2023 at 12:01AM
Tuesday, October 24, 2023
Show HN: Basil – AI Portfolio Tracker https://ift.tt/C7jzOpr
Show HN: Basil – AI Portfolio Tracker https://basil.fi October 24, 2023 at 09:32PM
Monday, October 23, 2023
Show HN: WebSession, a Secure Replacement for Cookies https://ift.tt/yed3PF9
Show HN: WebSession, a Secure Replacement for Cookies https://websession.dev/ October 24, 2023 at 02:44AM
Show HN: A game that is based on data analysis and pattern matching https://ift.tt/wb8gZ3d
Show HN: A game that is based on data analysis and pattern matching The premise of the game is that you have 30 "toggles". Some are simply ON/OFF switches and others you set to a single number (in a range). The feedback you get is if your previous day's toggles were correct or not. Based on that, your job is to determine the pattern of each toggle. The winner is the one that can have a perfect score for 30 days in a row. It does require that you log in since this is a game meant to be played over many days. Please let me know what you think or if you have any feedback. https://ift.tt/GpdhOYg October 23, 2023 at 11:34PM
Show HN: Image Turing test for humans. Test your AI detection skills https://ift.tt/BbwX6of
Show HN: Image Turing test for humans. Test your AI detection skills We are blurring the lines between real images vs A.I. generated images with the innovations like Midjourney and DALL E. IsThatAI is a place where you can take the image Turing tests to tell A.I. from real ones! Show A.I. who's boss! https://isthat.ai/ October 23, 2023 at 07:03PM
Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension https://ift.tt/T2R5Sb7
Show HN: Autolicious – AI-powered bookmark cataloging Chrome extension https://ift.tt/BGlORzf October 23, 2023 at 09:51PM
Show HN: Callegram – Telegram Mini App for scheduling calls with ease https://ift.tt/wvyJb3o
Show HN: Callegram – Telegram Mini App for scheduling calls with ease Callegram is a Mini App that allows you to manage your calls calendar inside Telegram. You can share your schedule (like calendly), book slots, get reminders about upcoming meetings. It is built using vanilla html+css+js for the frontend, and fastapi+postgresql for the backend in 10 days. https://ift.tt/pAI8VFd October 23, 2023 at 12:20PM
Sunday, October 22, 2023
Show HN: Use an EEPROM as Programmable Logic https://ift.tt/Ec27feD
Show HN: Use an EEPROM as Programmable Logic https://ift.tt/QHe7Aft October 23, 2023 at 04:29AM
Show HN: Puzzlip https://ift.tt/PCtLNZ5
Show HN: Puzzlip Hey all, I built this puzzle generator to practice my wasm skills in Rust. Hope someone has fun. Source: https://ift.tt/iYQ5f2B https://puzzlip.com October 23, 2023 at 02:34AM
Show HN: vbang2 – DDG-Style Bangs with Customizations https://ift.tt/elYOhPp
Show HN: vbang2 – DDG-Style Bangs with Customizations https://ift.tt/Oxo80Zy October 22, 2023 at 12:16PM
Saturday, October 21, 2023
Show HN: Tiledesk – Open-Source LLM Chatbot Framework https://ift.tt/VaGXzU8
Show HN: Tiledesk – Open-Source LLM Chatbot Framework Tiledesk is an open-source chatbot designer that unleashes the potential of LLM-enabled chatbots and process automation through a user-friendly drag-and-drop interface. Witness its capabilities in action here: https://youtu.be/ZDPoVVbXxs8 With Tiledesk, you can create dynamic, human-like conversations without the complexities of coding or scripting. Our guiding principle is straightforward: Design, Test, and Launch Your Conversation Flows Across All Your Digital Channels in Minutes The quickest way to experience Tiledesk new product version is by visiting our website. For those curious about our codebase, explore our latest repository on GitHub: https://ift.tt/0xcnZ7T Let's maintain a discussion focused on the essentials. We're here to answer your questions, provide insights, and share technical details. For additional information and inquiries, please don't hesitate to contact us at info@tiledesk.com We’d love to hear your thoughts! https://tiledesk.com/ October 22, 2023 at 12:35AM
Show HN: Images and animatons in 50 characters of stack based code https://ift.tt/ruRY8o4
Show HN: Images and animatons in 50 characters of stack based code https://ift.tt/hj09fbp October 22, 2023 at 06:08AM
Show HN: Storybooks – AI-generated bedtime stories for kids https://ift.tt/kU3ioNr
Show HN: Storybooks – AI-generated bedtime stories for kids https://ift.tt/1wr4tSx October 22, 2023 at 01:19AM
Friday, October 20, 2023
Show HN: My Attempt to Simplify Philosophy https://ift.tt/ax8jItC
Show HN: My Attempt to Simplify Philosophy https://gainedin.site/ October 21, 2023 at 02:45AM
Show HN: sbctl – Secure Boot key manager https://ift.tt/x4v5Vqp
Show HN: sbctl – Secure Boot key manager https://ift.tt/f8VT0km October 21, 2023 at 01:31AM
Show HN: SignalDB – Reactive Local JavaScript Database https://ift.tt/s5AFO8k
Show HN: SignalDB – Reactive Local JavaScript Database SignalDB is a local JavaScript database with a MongoDB-like interface and TypeScript support, enabling optimistic UI with signal-based reactivity across multiple frameworks. It integrates easily with libraries like Angular, Solid.js, Preact, and Vue, simplifying data management with schema-less design, in-memory storage, and fast queries. https://ift.tt/0GtyCTl October 20, 2023 at 11:35PM
Thursday, October 19, 2023
Show HN: Linkitall – create dependency-graphs of ideas https://ift.tt/jNb3ZRn
Show HN: Linkitall – create dependency-graphs of ideas What is the structure of knowledge? It's a broad question, and finding a structure that suits everyone is no easy task. Consider this: a backend developer might view knowledge as a table accessible with different keys, while a teacher might perceive it as a book, complete with chapters, sections, and subsections—a linear structure, yet with a tree-shaped Table of Contents for efficient reference. Generally, the structure we require depends on (a) the data involved and (b) the purpose at hand. Let's narrow it down: What's a suitable structure for teaching scientific knowledge? In the context of a specific course, one can assert that certain ideas are more fundamental than others. There's a hierarchy of ideas, where complex ideas build upon simpler ones, and those, in turn, rest on basic concepts. In simpler terms, with the exception of a few obvious or axiomatic ideas, every other idea relies on something else. Organizing all these ideas into a graph based on their dependency structure creates a dependency graph. Using graphical structure (including dependency graphs) to arrange ideas for presentation or teaching is nothing new. There are several tools out there, but none of them really worked for my use-case. So I wrote a tool in Golang which will take a graph definition in YAML format and produce a graph output in HTML. I am a noob in Golang. I am using python for work, so I wanted something else for this "hobby" project, and ended up with Go. This is the tool: https://ift.tt/L68dAyt Here are a few example outputs: Sets: https://ift.tt/3QhMdDK... Trigonometric relations: https://ift.tt/3QhMdDK... Note: one can click on the node name and it will open the associated slide. Kindly let me know what you fellows think. In particular, I would very much appreciate feedback from those in training/teaching/research background. https://ift.tt/L68dAyt October 19, 2023 at 04:40PM
Wednesday, October 18, 2023
Show HN: awesome-privacy-front-ends – private front-ends to popular sites https://ift.tt/f5mx8Pl
Show HN: awesome-privacy-front-ends – private front-ends to popular sites https://ift.tt/AGDyYn1 October 19, 2023 at 04:47AM
Show HN: I struggle to focus working from home so I built a solution https://ift.tt/sveqdyF
Show HN: I struggle to focus working from home so I built a solution Hey HN friends, I keep getting distracted working from home and always end up watching youtube, browsing blogs like HN or just mindlessly scrolling then I feel like crap because I didn’t do enough. I went through dozens of productivity tools but they’re quite overwhelming to use and none of them actually helped me focus. So I built http://complish.ai, a web-based sidebar that helps me focus on one task at a time. I launched it last month and have over 3,000 users now and I’ll be keeping it free. Would love for you all to try and give some feedback! October 19, 2023 at 12:45AM
Show HN: Finetune OpenAI Embeddings In-Browser https://ift.tt/0JmPx4D
Show HN: Finetune OpenAI Embeddings In-Browser There's a lesser-known trick described in the OpenAI Cookbook. You can linearly transform a generic embedding space (like OpenAI’s) for your usecase with a well-tuned matrix multiply. I ported the cookbook technique into a standalone hardware-accelerated webapp, and added some UX to guide the process along. There are some examples on the homepage for out-of-the-box fun. With 30 seconds of training, I was able to improve performance by the first example by 15%. https://ift.tt/3SgALxj October 18, 2023 at 10:45PM
Show HN: change-case scripts for kebab-case, camel-case, snake-case, etc. https://ift.tt/eFG3oku
Show HN: change-case scripts for kebab-case, camel-case, snake-case, etc. https://ift.tt/Jh1IC0D October 18, 2023 at 11:38PM
Tuesday, October 17, 2023
Show HN: SEO Tools List https://ift.tt/o9bigYO
Show HN: SEO Tools List https://ift.tt/ztr7oTY October 18, 2023 at 04:44AM
Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io https://ift.tt/CpGTxhR
Show HN: Socketioxide – Power of Rust with Simplicity of Socket.io Rust itself is a hard language to master. Writing networking code is not an easy task in any language, let alone Rust. This is the beauty of socket.io, it has so low barrier of entry that anyone can code websocket logic with this framework. Now that Socketioxide is out, it can combine the power of Rust with its natural simplicity. Check it out and star if you like! https://ift.tt/aIfy5VD October 18, 2023 at 04:13AM
Show HN: Found a clean link today for Harmy's Despecialized edition. https://ift.tt/FLdMCK2
Show HN: Found a clean link today for Harmy's Despecialized edition. Found this link today for Harmy's Despecialized edition. This is usually a bit hard to get so it surprised me to find it in the wild(ish), came accross it while visiting some abandoned(I thought) forums. Thought both the upload and message attached to it was interesting and would like your opinion. So sharing before Disney comes down on them like a pile of bricks XD https://ift.tt/iEcPlKs October 18, 2023 at 03:10AM
Show HN: I made an all-in-one desktop app with a no-BS approach to get work done https://ift.tt/oPxcNvV
Show HN: I made an all-in-one desktop app with a no-BS approach to get work done Hi HN! This is Daniel from Floutwork ( https://ift.tt/x4C8AiE ) Floutwork is an all-in-one desktop app designed to serve as a personal work system, offering a no-BS approach to getting real work done online. Background: When I transitioned from a development role to a product management role, I realized there was no real organization or structure to the way I worked as a PM. Tasks I needed to complete were scattered across emails, Teams, meetings, etc. I was inundated with emails and found myself juggling multiple browser windows, numerous open tabs, and other desktop applications. This overwhelming situation made it clear that success in my new role hinged on being self-organized and focused. After reading the book "Deep Work" by Cal Newport, I recognized that my work habits were counterproductive to accomplishing meaningful work. After that, I delved further into the "focus and productivity" path, read more books on the subject, and decided to integrate these concepts and methodologies into a single app. I could have created a specialized tool that addressed only one or two problems, like many other apps out there, but I knew that building a single app designed to assist with the workflow from start to finish was the only way to eliminate as many distractions and friction points as possible. Honestly, I could've wrapped up development way sooner if I'd just tackled one issue. But what's the point if one part of my workflow rocks and the rest sucks? What's the problem with modern work? You might be using a combination of a task manager and a calendar to track tasks. To work on a task, though, you probably bounce to your browser full of tabs. If you use desktop apps like Teams, Slack, or Discord, this bouncing back and forth becomes even worse because every link you click on opens in the browser. The real problem is when we jump to a browser full of tabs every time, we get distracted by all the tabs and get sidetracked, or our old habits kick in due to how our brains are now wired, and we start aimlessly browsing. This causes a lot of friction in our flow. This is one of the main reasons why people today are not able to focus or don't feel motivated to get work done. What usually takes 1 hour to complete can take up to 3 hours. What's unique about Floutwork? Floutwork has an excellent task management system and a calendar view right next to it to intelligently show you when you can work on your tasks amidst your busy schedule. However, it goes beyond that and lets you pin your work apps right within Floutwork. Once you know you need to work on a task, you can quickly hop on to your web apps right within Floutwork and get that done, and then repeat. Every time you access a web app within Floutwork, any tabs you open within that app stay within that app, so you only get to see the tabs to get your current task done. This powerful flow cuts down all the distractions and friction points that come between tasks and work getting done. Now that all your work can be consolidated into one unified system, you can access powerful tools in a distraction-free way to: - Monitor your work habits - Gamify your tasks - Experience an immersive focus mode for tasks - Open a command bar without losing your flow to open apps, links, tools, add tasks, ask ChatGPT, etc. - Quickly take work notes in context - Clean out your emails with a few clicks - Access AI tools via ChatGPT meaningfully right within your flow This app is designed for people in roles like PMs, freelancers, managers, admins, and marketers, where being self-organized online is crucial for success. I know the HN community has a lot of developers. While this app can offer some benefits to devs, it won't be a game-changer for your workflow, especially if you're primarily in VS Code or other desktop development tools most of the day. I'd love to invite you all to try out the product and would appreciate hearing your feedback! October 17, 2023 at 06:55PM
Monday, October 16, 2023
Show HN: Quepid now works with vector search https://ift.tt/zH5YNk8
Show HN: Quepid now works with vector search Hi HN! I lead product for Vectara ( https://vectara.com ) and we recently worked with OpenSource connections to both evaluate our new home-grown embedding model (Boomerang) as well as to help users start more quantitatively evaluating these systems on their own data/with their own queries. OSC maintains a fantastic open source tool, Quepid, and we worked with them to integrate Vectara (and to use it to quantitatively evaluate Boomerang). We're hoping this allows more vector/hybrid players to be more transparent about the quality of their systems and any models they use instead of everyone relying on and gaming a benchmark like BIER. More details on OSC's eval can be found at https://ift.tt/GjrhHyY... https://quepid.com/ October 16, 2023 at 11:51PM
Show HN: Textsynth: Evolve synthesizer sounds from text prompts https://ift.tt/A6F5ZoC
Show HN: Textsynth: Evolve synthesizer sounds from text prompts https://ift.tt/cYeqUBT October 17, 2023 at 02:07AM
Show HN: Neuronpedia – AI Safety Game (GeoGuessr for Interpretability) https://ift.tt/U6RnSBT
Show HN: Neuronpedia – AI Safety Game (GeoGuessr for Interpretability) https://ift.tt/HdeIasZ October 17, 2023 at 01:02AM
Show HN: RAGchain: Build advanced RAG workflow https://ift.tt/nDXNYqx
Show HN: RAGchain: Build advanced RAG workflow We made a framework for building advanced RAG workflow. It is like Langchain but only focus on RAG. It has many advanced RAG features like OCR loaders, reranker, multiple retrievers, query decomposition and more. Also, our file loader, embeddings, and vector stores are fully compatible with Langchain. Don’t worry about lack of integrations. https://ift.tt/rToauR6 October 16, 2023 at 08:44PM
Sunday, October 15, 2023
Show HN: View Amazon search trends and optimize listings https://ift.tt/1XEVOoT
Show HN: View Amazon search trends and optimize listings This is a very small weekend proof-of-concept that combines OpenAI's embedding model with 9 months worth of Amazon search trend data (available via their reporting API). I also added a small GPT4 wrapper to optimize listings based on the search data. Right now it is available for free. Would love feedback from Hacker News! https://ift.tt/FiqRdEn October 16, 2023 at 02:45AM
Show HN: Get stuff done by focusing on one task at a time https://ift.tt/4pOHs3V
Show HN: Get stuff done by focusing on one task at a time https://ift.tt/QTcDNdU October 15, 2023 at 11:41PM
Show HN: Pg_yregress, Structured Testing for Postgres https://ift.tt/qtr2kxC
Show HN: Pg_yregress, Structured Testing for Postgres Originally inspired by pg_regress, pg_yregress provides a TAP-compatible test executor that allows for better test organization, easier instance management, native JSON handling and so on. https://ift.tt/ARxbqSU October 15, 2023 at 11:52PM
Saturday, October 14, 2023
Show HN: mystery-o-matic offers a daily random murder mystery https://ift.tt/79WoxjI
Show HN: mystery-o-matic offers a daily random murder mystery https://ift.tt/mHgaB6G October 15, 2023 at 02:50AM
Show HN: MiniSearch, a minimalist search engine with integrated browser-based AI https://ift.tt/iafGKnV
Show HN: MiniSearch, a minimalist search engine with integrated browser-based AI Hey everyone! I’m excited to announce the release of my last project, MiniSearch. I admire Perplexity.ai, Phind.com, You.com, Bing, Bard and all these search engines integrated with AI chatbots. And as a curious developer, I took the chance and created my own version. Using Web-LLM and Transformers.js to provide browser-based text-generation models on desktop and mobile, I built a minimalist self-hosted search app on which an AI analyses the results, comments on them and responds to your query summarising the info. In the backend, it still queries a real search engine, but besides that, there's no other remote connection happening. For running in the browser and on mobiles, lightweight models are required, so we can't expect them to give stellar answers, but there are a few advantages of using this over the services as mentioned earlier: - Availability: The AI will always be available and respond with the maximum available speed from the device. - Privacy: Besides the queries that go anonymously to the actual search engine, nothing else leaves your device. - No ads/trackers: Get the relevant links clean and fast without being tracked. - Customization: As it's open-source, you can fork it and re-style it any way you want. You can get started with MiniSearch by cloning the repository from GitHub ( https://ift.tt/GlSdcsq ) and running it locally or by using it online on this HugginFace Space: https://ift.tt/1dyDTpf (Alternative Space address: https://ift.tt/45Cwn2L ) You can even set it as your browser's address-bar search engine using the query pattern ` https://ift.tt/H7x3iBq ` (where your query replaces %s). At the moment of this writing, the app is using TinyLlama and LaMini-Flan-T5 models, but there's an option to try to use larger models like Mistral 7B (not recommended, though, as it could be slow and break the fast-search experience). That's what I had to share. Thanks for reading! Your feedback means the world to me! Please don't hesitate to reach out if you have any questions or suggestions or want to learn more. https://ift.tt/45Cwn2L October 15, 2023 at 06:20AM
Show HN: Tmux plugin in for playing Spotify playlists https://ift.tt/FHkbKGo
Show HN: Tmux plugin in for playing Spotify playlists https://ift.tt/yBLqTf3 October 15, 2023 at 02:23AM
Friday, October 13, 2023
Show HN: Chatbot Doctor for Long Covid https://ift.tt/H8sc1pa
Show HN: Chatbot Doctor for Long Covid Currently beta-testing in top research university https://ift.tt/2DYFu7B October 13, 2023 at 11:24PM
Show HN: Converse: Your AI Powered Library https://ift.tt/Mf63a2C
Show HN: Converse: Your AI Powered Library Save web articles, PDFs and Youtube videos. TLDR it. Summarize it. Chat with it. Share it. Organize it across various collections. https://ift.tt/b6UDgBC October 14, 2023 at 12:14AM
Show HN: Snapglyph.com – Better open graph images for publishers https://ift.tt/65wQhWz
Show HN: Snapglyph.com – Better open graph images for publishers https://snapglyph.com/ October 13, 2023 at 11:06PM
Thursday, October 12, 2023
Show HN: 90s style yearbook photos using AI https://ift.tt/JPS6wmK
Show HN: 90s style yearbook photos using AI https://ift.tt/NI9uBoA October 13, 2023 at 11:32AM
Show HN: An app that help you be productive without having a todo list https://ift.tt/4qMV6mA
Show HN: An app that help you be productive without having a todo list Mond is a tiny chrome extension that kindly ask you to choose what you want to do before having an Internet session. Based on your choice, it will open in advance / block webs to save you lots of manual actions and prevent distraction. This is a product I made to solve my own problem and I been using it for about 2 months before releasing it. Look forward to your feedbacks folks. https://ift.tt/gcLHre9 October 13, 2023 at 05:57AM
Show HN: stews.io – power tools for publishing quality curations to the web https://ift.tt/4IZBnPS
Show HN: stews.io – power tools for publishing quality curations to the web https://www.stews.io October 13, 2023 at 05:06AM
Show HN: Loom for Developers (Beta) https://ift.tt/wUWRrfn
Show HN: Loom for Developers (Beta) https://www.dashcam.io/ October 13, 2023 at 12:02AM
Show HN: AI Generated Personalized Videos https://ift.tt/Oyl3M9N
Show HN: AI Generated Personalized Videos https://foxacid.ai October 12, 2023 at 06:14AM
Show HN: Nostalgist.js – Run emulators of retro consoles, within web browsers https://ift.tt/dRu8PsX
Show HN: Nostalgist.js – Run emulators of retro consoles, within web browsers https://ift.tt/dWsp9U6 October 12, 2023 at 02:14PM
Show HN: OpenPV – Photovoltaic Potential in Bavaria (and Beyond?) https://ift.tt/8jQMwYm
Show HN: OpenPV – Photovoltaic Potential in Bavaria (and Beyond?) Photovoltaic potential calculated live and privacy-friendly in your browser via WebGL. Using open LoD2 and laser point data from the Bavarian Public Agency for Digitization, High-Speed Internet and Surveying. Including laser points for tree occlusions and other non-LoD2 objects. Try it with the Bavarian Hall of Fame next to Oktoberfest: Hall of Fame, Munich, Bavaria Note that the point clouds might be a lot of data to download if enabled (~50 MB+). Currently limited to Bavaria, Germany. Thanks for your feedback! https://www.openpv.de October 12, 2023 at 11:02AM
Wednesday, October 11, 2023
Show HN: thcon, a config-driven theme controller https://ift.tt/HXEkWiv
Show HN: thcon, a config-driven theme controller It's not the first CLI tool that switches terminal, editor, and desktop themes, and it certainly won't be the last. This one (mine) focuses more on switching between dark and light variants of a theme than on theme hopping, and is able to support a different set of tools. Notably, KDE Plasma, GNOME Shell user themes, and the macOS global dark mode are all supported, which is pretty unique I guess? https://thcon.app October 12, 2023 at 06:12AM
Show HN: Cloudgenda – Membership management platform for social organizations https://ift.tt/fGH9cPK
Show HN: Cloudgenda – Membership management platform for social organizations https://cloudgenda.com October 12, 2023 at 03:26AM
Show HN: Mockup Generator – Create Free Bulk Mockups in Seconds https://ift.tt/dk6cU2K
Show HN: Mockup Generator – Create Free Bulk Mockups in Seconds Hello Hacker News people, I’m thrilled to share our latest project with you all: https://ift.tt/5vwE8ai If you’ve ever found yourself knee-deep in the tedium of creating mockups, especially for print on demand stores or showcasing digital designs, you’re going to want to check this out. Mockup Generator allows you to create bulk mockups in seconds, simplifying what used to be a time-consuming process. We’d love for you to take it for a spin and share your honest feedback. Thoughts on usability, functionality, or any ideas for additional features are all fair game and hugely appreciated. Looking forward to hearing what you think! https://ift.tt/5vwE8ai October 12, 2023 at 02:30AM
Show HN: AI puzzle game using Stable Diffusion AI images https://ift.tt/2D3TFCh
Show HN: AI puzzle game using Stable Diffusion AI images I liked the checker pattern effect (Stable Diffusion + ControlNet) and made a small puzzle game around it. Which image is your favorite? https://ift.tt/go3QdWP October 11, 2023 at 11:09PM
Show HN: Obligator – An OpenID Connect server for self-hosters https://ift.tt/ZmOq9Uk
Show HN: Obligator – An OpenID Connect server for self-hosters https://ift.tt/U4P35FL October 12, 2023 at 12:29AM
Show HN: Neovim Configuration heavily inspired by Emacs and JetBrains https://ift.tt/RaKusVe
Show HN: Neovim Configuration heavily inspired by Emacs and JetBrains Neovim Configuration heavily inspired by Emacs & JetBrains. Based on NvChad https://ift.tt/Jj3idnY October 11, 2023 at 10:53AM
Tuesday, October 10, 2023
Show HN: A lightweight open-source web analytics for webdevs https://ift.tt/16UTVOB
Show HN: A lightweight open-source web analytics for webdevs I wanted to share something I've been working on recently: Statum, a handy web analytics tool. https://ift.tt/CAPbkYi The journey began when I found myself frequently needing simple web analytics for my projects. I tried Google Analytics, especially GA4, and realized it was quite complex and, at times, not very accurate, especially when I wanted to view stats for the current day or recent hours. Then I tested a few fancy startup solution but ended up with way too expensive plans the expect me to subscribe (I'm not that rich to pay $99/month for every pet project web analytics). This drove me to think, "Why not create a tool that bridges the gap between these complex/expensive platforms and the real needs of developers like me?" So, I designed Statum to seamlessly parse both Nginx and Apache server logs. It filters all necessary data, including IP, http method, URL, and user agent. What's more, it can categorize these user-agents into mobile users, bots, and others. Besides that...to provide a holistic view, Statum augments local log file statistics with web-based JavaScript analytics, offering even deeper insights, especially into returning visitors. With Statum, you can quickly get a grip on: - The number of visitors and a breakdown between bots and real users. - Identify visitors as unique entities (tied to the browser). - Client-side parameters such as screen resolution, OS, language. - Unique user-agents and much more. I've aimed to make the setup process straightforward (it's just one js line to insert into your website template and update a few paths in .py file to parse logs from the right place). Currently, it does not have UI, I use just a text output from sqlite, the default query to get the number of visitors and return visitors is in gen_stats.sh so you can enhance it depending on what you want to analyze. I'd appreciate any feedback you have on the project. Please keep in mind that this is an initial version and it's not designed for high-traffic websites. https://ift.tt/CAPbkYi October 11, 2023 at 03:49AM
Show HN: Standalone Jdk.compiler, Java Compiler Framework and Tree API https://ift.tt/T1xvimP
Show HN: Standalone Jdk.compiler, Java Compiler Framework and Tree API With this standalone compiler, you can rely on all Java 11 javac features to be available, even when using newer Java versions. Specifically, this allows you to: - compile code even if your Java environment isn't a full JDK (Java JRE, for example!) - target Java 1.7 for compilation without any warnings or restrictions. - use the Compiler Tree API without resorting to --add-opens trickery that may eventually fail in newer Java releases - build a modified compiler with additional features or custom tweaks I made this after finding that the otherwise superb "jsweet" Java-to-JavaScript transpiler failed to build and run with Java 16 or newer. Surprisingly, I couldn't find any prior work other than "proper" standalone compilers like Eclipse's ecj that would properly work with modern Java runtimes. I'm excited to see what can be done now that we have this scaffolding. https://ift.tt/lPi6ygt October 10, 2023 at 10:15PM
Show HN: The Water Quality Dashboard: State Compliance over the Years https://ift.tt/gcU7XiD
Show HN: The Water Quality Dashboard: State Compliance over the Years https://ift.tt/7palG52 October 10, 2023 at 11:10AM
Monday, October 9, 2023
Show HN: Free content optimization tool for SEO https://ift.tt/afP8sgp
Show HN: Free content optimization tool for SEO https://ift.tt/NeR2Pkr October 10, 2023 at 04:31AM
Show HN: Emitbase (open-source tool for programmatic alerts and notifications) https://ift.tt/S2INYkV
Show HN: Emitbase (open-source tool for programmatic alerts and notifications) Hello folks, I am working on my very first open-source project, and today I recorded a how-to video on how to use Emitbase (an open-source tool for programmatic alerts and notifications). Please check out the video if you are interested: https://ift.tt/MiYghIn. You can also find the project's repository on GitHub here: https://ift.tt/Qg37foc. I would welcome any constructive feedback on the project or any advice. Thank you, and have a nice day! October 10, 2023 at 12:47AM
Show HN: A Prettier plugin for formatting imports in Astro files https://ift.tt/yKiVrvG
Show HN: A Prettier plugin for formatting imports in Astro files https://ift.tt/LXsIVmg October 9, 2023 at 09:57PM
Show HN: I made a Chrome extension to put headlines back into Twitter https://ift.tt/t39hSJw
Show HN: I made a Chrome extension to put headlines back into Twitter https://ift.tt/tEAXJlC October 10, 2023 at 05:38AM
Show HN: An AI app that lets you read up to 10 news articles in 60 seconds https://ift.tt/TVpukeU
Show HN: An AI app that lets you read up to 10 news articles in 60 seconds Be gentle & humble HN, we're just beginning this journey. We still have A LOT of work to do on Tidby. However, we'd love your insights on improving its growth. Current things we're improving: - Article / summary quality - Feed quality / improvements - Onboarding across app - Additional sources - UI/UX improvements (not final design) We've been diligently working on an app designed to summarize the news and create a social experience within it over time. The future of Tidby: ~ Comments on articles. ~ Posting. ~ Newsrooms. (similar to a subreddit) ~ Related Articles. ~ Library expansion. Create groups, subtopics, etc. ~ Mood Reading. Enjoy articles / topics at certain times of the day instead of random. ~ Filters, filters, filters, & much more planned. Not for who you or what you think will make Tidby great, but what would make Tidby useful for you? Thank you for reading! https://ift.tt/DHcSAWi October 10, 2023 at 12:35AM
Show HN: My First SaaS https://ift.tt/hvED8sN
Show HN: My First SaaS Promptly is my first SaaS Project. I built it because I wanted to refine my dev skills and also to have a central place to store my prompts for GPT, Midjourney, and other AI platform and systems. Would love some feedback on the website itself, as well as advice on how I should go about the marketing https://promptly.host/ October 9, 2023 at 03:23PM
Show HN: I made a all-in-one web app to help me with my freelance admin tasks https://ift.tt/a2nvTut
Show HN: I made a all-in-one web app to help me with my freelance admin tasks https://ift.tt/k2TxjR5 October 9, 2023 at 02:20PM
Sunday, October 8, 2023
Show HN: Talk with ChatGPT using your VOICE https://ift.tt/h7cI8M2
Show HN: Talk with ChatGPT using your VOICE https://ift.tt/AaTbi7R October 9, 2023 at 10:15AM
Show HN: I made a one button snake game variant https://ift.tt/7PlgkKI
Show HN: I made a one button snake game variant https://tapsnake.com October 9, 2023 at 06:20AM
Show HN: Pollux – A Message Passing Cloud Orchestrator https://ift.tt/scWGZj5
Show HN: Pollux – A Message Passing Cloud Orchestrator https://ift.tt/9LB4w2Y October 9, 2023 at 02:44AM
Show HN: This is what social media could be https://ift.tt/8OtxDcl
Show HN: This is what social media could be I made what I believe is a joyful slow social media. Would love to know what you think! https://bloom.tendtoyourgarden.xyz/ October 9, 2023 at 02:04AM
Show HN: BadUSB that can exfiltrate stored WiFi passwords https://ift.tt/VEwUOtS
Show HN: BadUSB that can exfiltrate stored WiFi passwords https://ift.tt/HpnlX5W October 8, 2023 at 06:09PM
Show HN: Track time spent on activities that matter to you https://ift.tt/EVHCxdm
Show HN: Track time spent on activities that matter to you https://ift.tt/YJ4fycL October 8, 2023 at 01:53PM
Show HN: Build WebExtensions in Go, a Native Way https://ift.tt/bAFcNkn
Show HN: Build WebExtensions in Go, a Native Way Less than a week ago, we announced a new stdlib & runtime `pcz` for Golang, focusing on platform native support, along with full access to Web APIs. [1] (and we were not joking.) Today we are releasing the full access to WebExtension APIs for Go js/wasm target in pcz std[2], and now you can build WebExtensions in Go natively, happy toying with it! [1]: https://ift.tt/0FJSaCD [2]: https://ift.tt/LV2s5N0... https://ift.tt/NJf9UIO October 8, 2023 at 05:51AM
Show HN: CSSBattle – A competitive game for web designers and developers https://ift.tt/NYekV73
Show HN: CSSBattle – A competitive game for web designers and developers My name is Kushagra, and I am the co-founder of CSSBattle[1]. We built CSSBattle to make web designing a bit more fun. CSSBattle is an online competitive game where you have to replicate a given target image with CSS. When you submit your CSS code, you get a score based on how well you replicated the image + how short your code is. Our community has now grown to 320k+ players across the world. Over the past 3 years, we've been working hard to make it even more fun and educative for our players. I am very excited to show you a completely revamped version of CSSBattle with great new features which makes it the best frontend gaming platform on the web. Here's what's new: - Daily Targets: after talking to our users, we realized that not all players liked the pressure of leaderboards and competition. So we've introduced Daily Targets where players get a new target every day. These targets don't have leaderboards and are great for beginners who are just getting started - CSS Courses: We've also introduced game-like interactive courses for learning CSS - Monthly Battles: We now host monthly battles for players who crave competition. These are heated battles where players spend hours on shaving off a single character from their code just to rise up on the leaderboards! - Redesign: We've revamped the whole site to make it look nicer, and the whole experience smoother. We've also optimized it to work on mobile devices We would love it if you get a chance to check it out and are excited to hear all your feedback. Thank you for the support! [1] https://cssbattle.dev https://cssbattle.dev October 8, 2023 at 06:32AM
Subscribe to:
Posts (Atom)
Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor https://ift.tt/VogWu3E
Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor Hi HN, I keep running in the same problem of each AI app “rem...
-
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...