This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Tuesday, August 22, 2023
Show HN: Convert Research Papers into Dynamic Mind Maps with Claude https://ift.tt/sMXxWlk
Show HN: Convert Research Papers into Dynamic Mind Maps with Claude https://ift.tt/W24NCFB August 22, 2023 at 02:05PM
Show HN: Speleomorph, Shapeshifting Puzzle Metroidvania https://ift.tt/4oEkh2b
Show HN: Speleomorph, Shapeshifting Puzzle Metroidvania This was my entry for a Metroidvania Month game jam last year. I like how Metroidvanias make you rethink movement as the game goes on, and since I didn't want to design combat I focused on that. But I didn't want the different mechanics to be objects you pick up. The theme for the jam was "shapeshifting", which suggested the unusual mechanic seen here. Fortunately I'd forgotten about Snakebird or I might not have been bold enough to make the gravity+snake parts so prominent. And in the year since this came out, there have been at least three cool puzzle games nearby in design space: - Tetronimeow https://ift.tt/YQbHGkC has a heavy focus on rotation (which I skipped to avoid confusion), it gets much more Metroidvania mileage out of the central idea - Growmi https://ift.tt/TDCf3lZ does a great job building mechanics out of the snake+gravity idea - The Plumber Thing https://ift.tt/vyIGZDV If this looks familiar, I did post a Show HN last year, but dang invited me to re-submit it. I kept putting it off in hopes I could make a big splash when launching a new version: I have some ideas for touchscreens (currently keyboard only) and for an earlier game with more restricted abilities (no free transformation, then swapping with just one previous shape). But it's looking unlikely that I'll revisit it. https://ift.tt/IG9CtXx August 22, 2023 at 08:41AM
Monday, August 21, 2023
Show HN: VisionScript, abstract programming language for computer vision https://ift.tt/WQhvpjU
Show HN: VisionScript, abstract programming language for computer vision Hello! I'm James and I am working on VisionScript. With VisionScript, I want to empower people -- including everyone without any prior programming experience -- to build cool apps with vision. This weekend, I recorded a demo for VisionScript, in which I made apps that count how many cats are in an image and hides people in a video. Each app was < 10 lines of code. https://vimeo.com/856043804 VisionScript is built for the 10 year old inside of me who would have loved more visual programming languages with which to play. I want to show people the potential of programming and how you can make what you want with computers, whether it be a game that counts cats or an app that monitors how many birds flew past a tree. Those "wow" moments should come as soon as possible in one's learning experience. VisionScript is in active development. I started work on this project in July. There will likely be bugs; this is a passion project. Inspiration comes from Wolfram and Python. Behind the scenes, I am adopting what I am calling "lexical inference", which is to say there is a last state value on which functions infer; the language manages types and state. https://github.com/capjamesg/visionscript August 22, 2023 at 12:18AM
Show HN: Blast, A Load generator for TCP servers https://ift.tt/bR7lMGP
Show HN: Blast, A Load generator for TCP servers https://ift.tt/tZCf6de August 21, 2023 at 07:46PM
Show HN: DocXReducer – C# lib for docx size reducing without losses https://news.ycombinator.com/item?id=37208627
Show HN: DocXReducer – C# lib for docx size reducing without losses https://github.com/QCplus/DocXReducer August 21, 2023 at 06:04PM
Show HN: CryptexVault – Decentralized Password Manager https://ift.tt/DwgWRrt
Show HN: CryptexVault – Decentralized Password Manager Hi everyone! We started working on this project last year because a password manager that we used was being sold to another company and stopped offering their service. We were not happy with the alternatives that were available so we decided to give it a shot and build our own. We are now at a point where we have a working Beta and are looking for some feedback from the community. The main idea is to have data synchronization without a central server (single point of failure). When you create a Vault (inside which you can store your credentials and other sensitive data), you can "Link" it to other devices. By linking it to other devices, you can synchronize the data between them. - The Vault itself never leaves your device, it is encrypted and decrypted locally, and is only shared with the other devices that you link it to. The data synchronization is done using WebRTC, meaning, the data is transferred directly between the devices without going through a central server . If the devices cannot connect directly, the data is transferred through a TURN server (which is a server that is used to relay the data between the devices). - We are working on a way to allow the users to use their own TURN server (or a TURN server that they trust) or perhaps not use one at all, instead of using the one that we provide. Now, the only problem is how do your devices find each other - Using a signaling server. - We provide a signaling server that is used by default, but we're also working on a way to allow the users to use their own signaling server. In order to allow for easier testing, I've allowed the users to link devices without having to upgrade their account. I would appreciate any feedback you have for us, and if you have any questions, I'll be happy to answer them. Bl4cksmith https://ift.tt/PDmoVsR August 21, 2023 at 10:23AM
Sunday, August 20, 2023
Show HN: Efficiently Query BigQuery and Snowflake from Postgres https://ift.tt/aBE9nM4
Show HN: Efficiently Query BigQuery and Snowflake from Postgres https://ift.tt/TOg23sW August 21, 2023 at 07:31AM
Show HN: Fake Hacker News – See what HN has to say before you post https://ift.tt/iy3mIab
Show HN: Fake Hacker News – See what HN has to say before you post Hi HN! I’ve been lurking for a while, but out of fear of being steamrolled by HN readers or maybe just natural introversion, I’ve always been too scared to post or comment. Which why 1. this is my first real Hacker News submission 2. my friend Michael and I built "Fake" Hacker News, a place to post and see what AI-generated HN comments might say. Here’s a video of me using fakeHN to test this very submission: https://ift.tt/gJoz8Pn?... And an example of one of our generated posts: https://ift.tt/CyszWid To try it, submit a title and text, and depending on traffic and the powers that be, after ~5 seconds, you’ll see some Fake HN comments and replies. We don’t support url submissions yet, but we’re happy to build it if the community wants it! Other features to knock out: deeply nested replies, streamed comments, and higher-fidelity comments mapping to real readers, since the generations now are still pretty shallow. Instead of the quick and dirty system in place now, we think it’d be really cool to see how more nuanced AI agents with the opinions and biases of real individual HN readers might respond. I’d love to see what fakeHN posts you’ve tried and hear any feedback, whether you feel like it’s more of a nifty toy or could eventually solve real problems. If nothing else, it’s been funny to try random posts and see the results. :) - Justin and Michael https://www.fakehn.com/ August 21, 2023 at 02:56AM
Show HN: Simple open-source tool for mocking using TS interfaces https://ift.tt/bMuUIHX
Show HN: Simple open-source tool for mocking using TS interfaces https://ift.tt/xKj4rTL August 21, 2023 at 02:23AM
Show HN: HTBL – A stupid way to write back ends in HTML https://ift.tt/oJSOl8q
Show HN: HTBL – A stupid way to write back ends in HTML https://ift.tt/2vsHo5Q August 21, 2023 at 12:35AM
Show HN: Cubisum – A number puzzle game inspired by Sudoku and Minesweeper https://ift.tt/b07ilIE
Show HN: Cubisum – A number puzzle game inspired by Sudoku and Minesweeper Hi HN, I'd like to share a logic number puzzle game I created! It is somewhat reminiscent of Sudoku and Minesweeper, but with its own twist. The rules are simple but it can be quite challenging! Please enjoy :) The feedback on the game prototype was invaluable and I incorporated a lot into what I hope is a more polished version of the game. What's new: Introduced a daily puzzle challenge. Dark mode. Enhanced user experience with improved UI. I'd love to hear your thoughts on these updates. Feedback is always appreciated! https://cubisum.com/ August 20, 2023 at 11:44PM
Show HN: Easy Sell AI – AI that sells for you on marketplace apps https://ift.tt/CNoWyKk
Show HN: Easy Sell AI – AI that sells for you on marketplace apps Hey Hacker News! I've developed Easy Sell AI to address the challenges I faced when I had to quickly sell items on platforms like Facebook Marketplace and OfferUp. Problem: 1. Constantly getting lowballed by potential buyers, and I just didn't know what I needed to say to get the price I wanted. 2. Spending hours negotiating with potential buyers, only to often get ghosted. 3. Encountering fake accounts and scammers, making the process even more tedious. Solution: Enter Easy Sell AI, an AI-powered tool that does all the selling for you on Marketplace Apps. With it: 1. The AI takes over negotiations, giving the perfect line to get you the price you deserve. 2. You're only notified when a genuine deal is on the table. 3. Set your preferences, like your minimum acceptable price and availability, and let Easy Sell AI manage the rest. Check it out and let me know your thoughts! https://easysell.ai August 20, 2023 at 07:54PM
Show HN: AI transforms eating – healthier choices in your busy life https://ift.tt/eYtqsyh
Show HN: AI transforms eating – healthier choices in your busy life Upgrade eating habits with Eat Fix! Our custom AI fosters a healthier lifestyle in your busy schedule. Prioritize well-being, no compromises! Let Eat Fix be your guide to improved health and balanced eating. https://www.eatfix.app/ August 20, 2023 at 06:57PM
Saturday, August 19, 2023
Show HN: NES emulator with network multiplayer written in Go https://ift.tt/EaqwAS5
Show HN: NES emulator with network multiplayer written in Go https://ift.tt/KYdD7oI August 19, 2023 at 09:35PM
Show HN: CatGPT - Expert answers to any cat-related questions https://ift.tt/gJmdWpC
Show HN: CatGPT - Expert answers to any cat-related questions https://ift.tt/u8caQY2 August 19, 2023 at 08:14PM
Show HN: Linguist, a translation browser extension https://ift.tt/Vf0M7pk
Show HN: Linguist, a translation browser extension Hey everyone, check the Linguist - you can translate texts offline - dictionary + history for learn languages - it is are hackable - you can enter code to use your own translation service https://ift.tt/gjJ0e91 August 19, 2023 at 07:58PM
Show HN: Find simple open source bounties to solve and get paid https://ift.tt/qEp6uUA
Show HN: Find simple open source bounties to solve and get paid https://ift.tt/RdKPDjy August 19, 2023 at 09:24PM
Show HN: Rivet (YC W23) – Open-Source Game Server Management with Nomad and Rust https://ift.tt/lmb1yVK
Show HN: Rivet (YC W23) – Open-Source Game Server Management with Nomad and Rust Hey HN! Rivet is an OSS game server management tool that enables game developers to easily deploy their dedicated servers without any infra experience. We recently open-sourced Rivet after working on it for the past couple of years. I wanted to share some of my favorite things about our experience building this with the HN community. My cofounder and I have been building multiplayer games together since middle school for fun (and not much profit [1]). In HS, I stumbled into building the entire infrastructure powering [Krunker.io]( http://Krunker.io ) (acq by FRVR) & other popular multiplayer web games. After wasting months rebuilding dedicated server infrastructure + DDoS/bot mitigation over and over, we started building Rivet as a side project. Some interesting tidbits: - ~99% Rust and a smidgeon of Lua. - Bolt [2] – Cluster dev & management toolchain for super configurable self-hosted Rivet clusters. It’s way over-engineered. - The entire repo is usable as a library. Our EE repo uses OSS as a submodule. - Traefik used as an edge proxy for low-latency UDP, TCP+TLS, & WSS traffic. - Apache Traffic Server is under-appreciated as a large file cache. Used as an edge Docker pull-through cache to improve cold starts & as a CDN cache to lower our S3 bill. - ClickHouse used for analytics & game server logs. It’s so simple, I have nothing more to say. - Serving Docker images with Apache TS is simpler & cheaper than running a Docker pull-through cache. - Nebula has been rock solid & easy to operate as our overlay network. - We use Redis Lua scripts for complex, atomic, in-memory operations. - Obviously, we love Nix. - We keep a rough SBOM [3]. - Licensed under Apache 2.0 (OSI-approved). We seriously want people to run & tinker with Rivet themselves. We get a lot of questions about this: [4] [5] Some HN-flavored FAQ: > Why not build on top of Agones or Kubernetes? Nomad is simpler & more flexible than Agones/Kubernetes out of the box, which let us get up and running faster. For example, Nomad natively supports multiple task drivers, edge workloads, and runs as a standalone binary. > [Fly.io]( http://Fly.io ) migrated off of Nomad, how will you scale? Nomad can support 2M containers [6]. Some quick math: avg 8 players per lobby * 2M lobbies * 8 regional clusters = ~128M CCU. That’s well above PUBG’s 3.2m CCU peak. Roblox’s game servers also run on top of Nomad [7]. We’re in good company. > Are you affected by the recent Nomad BSL relicensing [8]? Maybe, see [9]. > How do you compare to $X? Our core goal is to get developers up and running as fast as possible. We provide extra services like our matchmaker [10], CDN [11], and KV [12] to make shipping a fully-fledged multiplayer game require only a couple of lines of code. No other project provides a comparably accessible, OSS, and comprehensive game server manager. > Do you handle networking logic? No. We work with existing tools like FishNet, Mirror, NGO, Unreal & Godot replication, and anything else you can run in Docker. > Is anyone actually using this? Yes, we’ve been running in closed beta since Jan ‘22 and currently support millions of MAU across many titles. [1]: https://ift.tt/7y4v5El [2]: https://ift.tt/M2Xep5j... [3]: https://ift.tt/3WdyXKi... [4]: https://ift.tt/KHTVgCU... [5]: https://ift.tt/KHTVgCU... [6]: https://ift.tt/sGXNrEq [7]: https://ift.tt/ndT50gF [8]: https://ift.tt/DCy9ewq... [9]: https://ift.tt/qkR46Df [10]: https://ift.tt/TR4KWta [11]: https://ift.tt/QlgeV0z [12]: https://ift.tt/uPY10Ot https://ift.tt/dE3t7xS August 19, 2023 at 07:08PM
Show HN: A simple, open-source Notion-like avatar generator https://ift.tt/QoEOTvr
Show HN: A simple, open-source Notion-like avatar generator https://ift.tt/BLFZeEa August 19, 2023 at 06:02PM
Friday, August 18, 2023
Show HN: Saf – simple, reliable, rsync-based, battle tested, rounded backup https://ift.tt/Pz93rNe
Show HN: Saf – simple, reliable, rsync-based, battle tested, rounded backup I had this backup code working reliably for years, using local file system, vps/dedicated server, or remote storage for backup, then I finally get time to wrap README, iron few missing switches and publish. Should be production ready and reliable, so it could be useful to others. Contributors are welcome. < https://github.com/dusanx/saf > https://ift.tt/w6XF7zk August 19, 2023 at 02:49AM
Subscribe to:
Posts (Atom)
Show HN: tltv – Federation protocol for 24/7 TV channels https://ift.tt/KMVr6Ng
Show HN: tltv – Federation protocol for 24/7 TV channels I spent six years trying to build a tv channel server. rewrote it eight times. flas...
-
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...