This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Saturday, November 9, 2024
Show HN: Visprex – Open-source, in-browser data visualisation tool for CSV files https://ift.tt/uDXU6vz
Show HN: Visprex – Open-source, in-browser data visualisation tool for CSV files https://ift.tt/toL85Ei November 10, 2024 at 02:24AM
Show HN: Jaws – a JavaScript to WASM ahead-of-time compiler https://ift.tt/5HcDiY1
Show HN: Jaws – a JavaScript to WASM ahead-of-time compiler I've open sourced a JavaScript to WASM compiler. It's an experimental tool, but given the semantics I already implemented, I'm fairly certain I am able to eventually cover 100% of JavaScript spec. Any ideas, questions or critique welcomed! If you are interested in WASM, especially with new proposals like WASM GC or exception handling, it might be a good source of seeing these features in action - the project has a few thousand lines of hand written WAT so far. https://ift.tt/w9rVjJM November 9, 2024 at 11:44PM
Show HN: Akas: A Micropodcasting App https://ift.tt/XbqmpKv
Show HN: Akas: A Micropodcasting App App store: https://ift.tt/srNCWZE... Play store: https://ift.tt/buH9hBO... Site link: https://akashq.com Invitation code: BVN55L https://www.akashq.com/ November 10, 2024 at 12:15AM
Friday, November 8, 2024
Show HN: SICP-VSCode https://ift.tt/WnV6LG7
Show HN: SICP-VSCode I am sharing an opinionated configuration for VS Code that should suffice to work through Structure and Interpretation of Computer Programs (SICP). I have owned SICP for a decade or more and am giving it another go. I (re)started it last weekend using the DrRacket editor, which is fine, but I spend most of my time in vs code. It was a jarring to use another editor. So, in an evening of delightful bikeshedding, I now have a setup that should let me work through SICP in vs code. I thought I'd share this in case someone else is interested or has any feedback. This is a barebones configuration with a lightly tested installation script that works on my machine! I wanted to avoid installing a bunch of vs code extensions and was able to get this working with only a single extension to add scheme support to vs code. Any feedback is welcome and I hope someone gets some use out of this! https://ift.tt/xp380sV November 9, 2024 at 09:57AM
Show HN: I build a FullStack boilerplate to ship my projects faster https://ift.tt/3qYnyOQ
Show HN: I build a FullStack boilerplate to ship my projects faster Every time I start a new project, it’s the same drill: setting up authentication, routing, databases, UI, etc. Sound familiar? I wasted 10+ hours on the same repetative setup. So I built Getstart, a SaaS-ready framework with everything you need to go from zero to launch—fast. It’s all here: NextAuth for easy auth Prisma + MongoDB for scalable databases Next.js API routes pre-built Nodemailer for emails Razorpay for both domestic and international payments Tailwind and Shadcn for sleek and customizable UI Let me know what you guys think and what can be improved https://ift.tt/25wpaxE November 9, 2024 at 04:40AM
Show HN: RL Agent that can auto-optimize your LLM prompts https://ift.tt/17Xl65W
Show HN: RL Agent that can auto-optimize your LLM prompts Hey everyone! Along with my team, I've developed a reinforcement learning system that automatically optimizes LLM prompts, complete with a visualization feature to track both prompt structure and learning progress over time. Take a look here: https://ift.tt/OMoGPt5... Check out our website too: https://ift.tt/cYspTyi In terms of how this visualization works: The RL Prompt Optimizer employs a reinforcement learning framework to iteratively improve prompts used for language model evaluations. At each episode, the agent selects an action to modify the current prompt based on the state representation, which encodes features of the prompt. The agent receives rewards based on a multi-metric evaluation of the model's responses, encouraging the development of prompts that elicit high-quality answers. And see our github repo! https://ift.tt/GcX5P0W https://ift.tt/MgX6kFv November 9, 2024 at 01:47AM
Show HN: Tuki – A GitOps tool for safely running one-off commands in production https://ift.tt/pCYrJI6
Show HN: Tuki – A GitOps tool for safely running one-off commands in production Tuki is a small, open-source utility that lets you run one-off commands in production through Git, bringing version control and code review to production scripts. I built it after accidentally dropping a production table due to a console typo Key features: - Run scripts through Git PRs instead of direct console access - Built-in auditing via Git history - RBAC through standard Git permissions - Simple setup for non-Kubernetes environments - MIT licensed Demo & more details: https://ift.tt/LNjSqVm Announcement blog post: https://ift.tt/Bf7zeuY Would love feedback from the HN community! https://ift.tt/LNjSqVm November 9, 2024 at 12:04AM
Show HN: Motherfuckingrssreader.com https://ift.tt/JoSzeOA
Show HN: Motherfuckingrssreader.com The simplest RSS reader on the web. No signup. No bells and whistles. Just your customised frontpage. https://ift.tt/BsDMueI November 8, 2024 at 07:17PM
Show HN: Asterogue, my sci-fi roguelike, is now playable on the web https://ift.tt/2jwM4sZ
Show HN: Asterogue, my sci-fi roguelike, is now playable on the web https://asterogue.com November 8, 2024 at 01:13PM
Thursday, November 7, 2024
Show HN: Draw.Audio – A musical sketchpad using the Web Audio API https://ift.tt/1W8Opzj
Show HN: Draw.Audio – A musical sketchpad using the Web Audio API https://draw.audio November 8, 2024 at 01:36AM
Show HN: ChatGPT for calorie tracking. Frictionless diet and exercise tracking https://ift.tt/rRTwAWC
Show HN: ChatGPT for calorie tracking. Frictionless diet and exercise tracking Hi, I'm Steve and I've built this mobile app to solve my very long-standing problem of not consistently using any calorie tracking apps due to the poor UX (many clicks, too much friction). So, although I am not the best UI/UX designer, I have tried to remove friction at every corner with Journable. This applies to the 1. Tracking experience: Chat-based interface (think ChatGPT) to log food/exercise 2. Onboarding experience: No login screen, no measurements or goals, straight to the main chat window 3. Photo entries: Just take a picture of your plate and done That said, I'm not the best UI/UX designer so I would really appreciate any feedback on the app, and I welcome any and all comments & suggestions. Should I make it easier? Faster? Simpler? Does it need more color? Keen to hear it all! https://ift.tt/njc7JTZ November 7, 2024 at 11:52PM
Wednesday, November 6, 2024
Show HN: GitQuill – free cross-platform GUI for Git, inspired by GitKraken https://ift.tt/ijU2qCN
Show HN: GitQuill – free cross-platform GUI for Git, inspired by GitKraken https://ift.tt/62alXWq November 7, 2024 at 02:13AM
Show HN: Last CLI tool you will need https://ift.tt/f4tw3IA
Show HN: Last CLI tool you will need https://ift.tt/Z1fnqvP November 7, 2024 at 12:38AM
Tuesday, November 5, 2024
Show HN: Samsar One Version One is now live https://ift.tt/3hCtlG2
Show HN: Samsar One Version One is now live Hi all, 6 months ago I started building out an app which combines all the SoTA gen-ai models out there into one platform which anyone could use to create 2-4 min long videos starting from scratch, starting from an idea. I received a ton of feedback from HN community & others along the way. Today excited to announce version one of app.samsar.one, a platform which allows anyone to easily and consistently create long, coherent and consistent generative-ai videos while picking and choosing their model starting from merely an idea. https://app.samsar.one/ October 31, 2024 at 03:36PM
Monday, November 4, 2024
Show HN: Krixik – Easily sequence small/specialized AI models (pip-installable) https://ift.tt/9J64CVb
Show HN: Krixik – Easily sequence small/specialized AI models (pip-installable) Our initial intention was to experiment with a smartbook idea, but we couldn't find a good prototyping tool for small/specialized AI models. That rabbit hole took us through vector databases, through infra for small AI, and finally here. We’re particularly proud of the accessibility/simplicity of our code syntax. Krixik’s model library is limited to eleven model types (modules) and a few dozen models, but we will significantly expand it. Other enhancements, like a local client and several 3rd-party integrations, are also planned. You require API credentials to try Krixik. You can quickly get them through this form: https://ift.tt/b4alqjK And here’s a demo video (our YouTube channel also has a couple dozen example videos in it): https://youtu.be/WpSSYLfvfdM https://ift.tt/nYRZSar November 4, 2024 at 08:33PM
Show HN: HN Push – Web push notifications for top stories on Hacker News https://ift.tt/OKbFpv9
Show HN: HN Push – Web push notifications for top stories on Hacker News I created HN Push to help reduce the urge to refresh Hacker News constantly. Since I rely on HN for real-time tech news, I wanted an efficient way to stay informed without having to check the site. Receiving summaries with Apple Intelligence was an added bonus. The source code is available on GitHub[^1]. [^1]: https://ift.tt/xy5zMpl https://www.hnpush.com November 4, 2024 at 07:17PM
Sunday, November 3, 2024
Show HN: BladeEvader – a game you play by moving your real head https://ift.tt/QfCc6N9
Show HN: BladeEvader – a game you play by moving your real head https://ift.tt/5JsV1r6 November 3, 2024 at 08:04PM
Show HN: Outcheckr- Webpage outbound link enumerator with threading https://ift.tt/ocTC7K8
Show HN: Outcheckr- Webpage outbound link enumerator with threading Outcheckr enumerates all outbound links present in a webpage, now faster with multi-threading support. https://ift.tt/27VbuiT November 3, 2024 at 09:52PM
Saturday, November 2, 2024
Show HN: Oasis Minecraft AI: AI-Generated Minecraft Adventure https://ift.tt/gaTwqvs
Show HN: Oasis Minecraft AI: AI-Generated Minecraft Adventure https://ift.tt/GpbOY0U November 3, 2024 at 08:01AM
Show HN: Super Simple CRC32 Implementation https://ift.tt/pSvR2mt
Show HN: Super Simple CRC32 Implementation I written this as a little programming exercise in C https://ift.tt/NxUPw5R October 29, 2024 at 08:12PM
Subscribe to:
Posts (Atom)
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
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...