This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Monday, April 3, 2023
Show HN: Daba – Turn your JSON into a database https://ift.tt/k5lb1Ro
Show HN: Daba – Turn your JSON into a database Hi all, I built this tool when I needed a simple LocalStorage-esque database for a client project, and figured others might want something similar. Basically turns your JSON into a query-able, hosted database in seconds. You can read/update/delete JSON files by path, just like you would in Javascript. So, something like get(”users[7].address”) And while we’re at it, I also built a simple file storage service where you upload a file and it gives you the URL back. A lot of my (and other devs friends') side projects will never require more data than a JSON file can handle. Yet we always have to go through the hoops of setting up and using databases meant to handle huge amounts of data. There are many other services that could benefit from the same minimalist philosophy. The idea is to have a bunch of building blocks of different services, and let the developer scale up/down the complexity as they see fit. I'm working on more services for daba (In no particular order: SQLite db?, auth, emails, …) You can use this for any applications where the data can fit in a JSON file. (e.g. Website CMS, blog, portfolio, small mobile apps, internal tools, …). You’ll be surprised at how much data a 20mb JSON file can hold: https://ift.tt/IDtAp3w... Let me know what you think https://www.daba.so April 4, 2023 at 02:24AM
Show HN: Img2irc – convert images to IRC or ANSI, with post-processing filters https://ift.tt/5OS3TJx
Show HN: Img2irc – convert images to IRC or ANSI, with post-processing filters https://ift.tt/2OxcbSJ April 4, 2023 at 02:36AM
Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ift.tt/ZCz4pkm
Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ycinterview.ai/ April 4, 2023 at 12:55AM
Show HN: Pubnix.pink, a public-access Void Linux system https://ift.tt/a6XZjxS
Show HN: Pubnix.pink, a public-access Void Linux system This is a hobby project I've been working on, any feedback is greatly appreciated! https://pubnix.pink April 3, 2023 at 11:40PM
Show HN: Goru, an experimental, Go-inspired concurrency library for Ruby https://ift.tt/r2jLgPS
Show HN: Goru, an experimental, Go-inspired concurrency library for Ruby Hey folks, wanted to show this off and get feedback. Still early/experimental but there are quite a few concepts I'm excited about here. This project came about while writing a program in Go and loving its approach to concurrency. Being a long-time Rubyist I immediately started to think about what similar concepts might look like in Ruby. I set out with two main design constraints: 1. Lightweight: I didn't want routines to be backed by fibers or threads. Having been involved some in the async project ( https://ift.tt/lVvM1N3 ), I had some experience using fibers for concurrency but was curious if they could be avoided. 2. Explicitness: Routine behavior must be written to describe exactly how it is to behave. I always felt like concurrent code was hard to fully understand because of the indirection involved. On the spectrum between tedium and magical I wanted to err more on the side of tedium with Goru. Goru routines are just blocks that are called once for every tick of the reactor. It is up to the developer to implement behavior in terms of a state machine, where on each tick the routine takes some action and then updates the state of the routine for the next tick. This fulfills both design constraints: 1. Because routines are just blocks, they weigh in at about ~345 bytes of memory overhead. 2. Routine behavior is explicit because it is written as a state machine inside the block. Couple more features worth noting: * Goru includes channels for buffered reading/writing (similar to channels in Go). * Goru ships with primitives for non-blocking IO to easily build things like http servers. Curious your thoughts! https://ift.tt/peUMHr2 April 3, 2023 at 07:17PM
Sunday, April 2, 2023
Show HN: Resource Forks https://ift.tt/mRDg37W
Show HN: Resource Forks https://ift.tt/ZerRFQ3 April 3, 2023 at 09:03AM
Show HN: Cloud.museum the first SSG coded by ChatGPT https://ift.tt/1v6yMbw
Show HN: Cloud.museum the first SSG coded by ChatGPT ChatGPT can code pretty well but not without some help. After 100+ interactions here is the first ever static site generator coded entirely by ChatGPT. There is a NodeJS and even a Swift version. What do you think ? https://cloud.museum April 3, 2023 at 05:44AM
Show HN: I Got ChatGPT to Write Complete Programs https://ift.tt/uZPhYEl
Show HN: I Got ChatGPT to Write Complete Programs https://ift.tt/bqJ5u0Z April 3, 2023 at 03:42AM
Show HN: Aicmd – Write difficult shell commands using natural language for free https://ift.tt/p1wDAny
Show HN: Aicmd – Write difficult shell commands using natural language for free Ever tried to write a shell commands but can't remember the syntax or parameters? aicmd is a CLI tool that allows you to write commands using natural language and is free of charge. No subscription or OpenAI key required. Check it out! https://aicmd.app April 2, 2023 at 11:46PM
Show HN: Shhhbb, an SSH BBS https://ift.tt/tOP50AU
Show HN: Shhhbb, an SSH BBS Hello all :) I made this BBS for fun and thought you all would enjoy it. It's not perfect, but it's been a fun exercise! see it: https://ift.tt/zy5w62N try it: ssh -p 2223 shhhbb.com host it: https://ift.tt/hjBrQxb why? Every year I challenge myself in some new way, this year it is to push one project per week. You might recognize my static site generator [0] or my releaser for go [1] from previous posts as one of these weekly projects. If you want to join me in doing this, it's been a blast and I highly recommend it! Maybe we can chat on the bbs about it :) [0] - bearclaw tiny static generator - https://ift.tt/iDdL1cF [1] - release.sh release builder for go - https://ift.tt/iDdL1cF need: I'd love a few co-conspirators, or even some new friends for the bbs software or the bbs itself. A lofty nice-to-have goal is meeting a few other similarly motivated people to conspire with on a weekly basis. If that's you, drop me a line! goals: I have about half of an admin interface endpoint pushed up, which I'd like to finish. I realized mid-commit that I'd lacked some other material in a previous commit, and in pushing it up, I ended up pushing half the admin feature. Stay tuned for that. I'd also like to implement a feature where I surrender the socket to a new process so I can upgrade the binary without dropping all of the connected users. I'm not sure on the feasibility of this, but all the words fit together, so it'll be tried. https://donuts-are-good.github.io/shhhbb/` April 2, 2023 at 10:10PM
Show HN: Integrating puzzle rush and spaced repetitions for chess training https://ift.tt/tPgXLsG
Show HN: Integrating puzzle rush and spaced repetitions for chess training Hi HN! I’m publicly releasing BraiMax Chess, a web app I built during the last three months; it’s based on a training technique which brought me from around 1700/1800 to 2000 rating (superblitz) on lichess. Here it is: https://ift.tt/oKT0ye6 Background story: during lockdown I decided to try and improve at chess, which I was playing online a lot. Bought a few books, tried all the websites and apps I found. This serious study helped a lot in understanding the game better, but didn’t improve my results as much as I hoped. It also was very hard work, and after a few months I stopped having the motivation to continue. Around that time I discovered Puzzle Rush on chess.com; that one was the most enjoyable chess-related thing I could do besides playing games, and it helped with tactics, but I soon plateaued - until I thought about combining that with spaced repetitions. I would manually review the puzzles I had failed, and add them to a rudimentary spaced repetitions system I had hacked together. It was a bit of work, but still enjoyable enough to stick to it; that’s when I started getting noticeably better and better, making fewer blunders, and climbing the rating. Late last year I decided to take some time off after leaving my last job; during the break I felt an itch and decided to create a website which would allow anybody to use the same technique I described above, but in a much easier/integrated way. After three months of full time work on it, it’s ready! Let me know what you think Dan https://ift.tt/YatgjO6 April 2, 2023 at 03:06PM
Saturday, April 1, 2023
Show HN: Rock Paper Scissors Online Game https://ift.tt/Ou6bY0h
Show HN: Rock Paper Scissors Online Game I created online rock paper scissors game with Nuxt.js and node.js (socket.io) https://ift.tt/mk049Xj April 2, 2023 at 02:25AM
Show HN: Build your own no-code editor with Reka.js https://ift.tt/Ne2R7Sv
Show HN: Build your own no-code editor with Reka.js Much of the complexity surrounding building no-code editors come from architecting the state management system to power such editors: how can we allow end-users to create and edit entire UI components directly from the browser? Reka solves this by providing an AST-powered state system that enables end-users to create UI components that are nearly as complex as ones that developers could write in code; along with an interpreter to efficiently compute an output that could be rendered on the browser. Furthermore, Reka provides additional extensions, such as enabling real-time collaboration via CRDTs; or you could build a custom extension to support additional functionalities such as a commenting system. All that's left is for you to build your own UI abstractions on top of Reka — designing your editor UI/UX and providing easy-to-use buttons/controls for your end-users to mutate the underlying state in Reka. Github: https://ift.tt/i1AK3RY https://reka.js.org April 1, 2023 at 05:00PM
Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa) https://ift.tt/vFgJmSN
Show HN: Modern media captions parsing and rendering library (vtt/srt/ssa) https://ift.tt/bqpJrdU April 1, 2023 at 06:17PM
Show HN: AI Shakespeare https://ift.tt/hEtVliJ
Show HN: AI Shakespeare These days thinking of ways to uniquely show off a text to speech model is tough, as there are a lot of them out there. We thought it would be fun for April 1 to show something a bit on the silly end of things -- we trained our TTS model on "Shakespearean" theatrical voices, and used GPT to generate short plays which are then "acted" out. This lets us show the versatility of our model, that we use in more "serious" settings for generating branded voices for particular languages or accents. It should be noted, the dataset is of our own curation; all voice actors were compensated with full knowledge of being used for TTS and were thrilled to be part of a creative project like this. We resample the speaker embedding space to find voices that are different from any one particular actor. https://ift.tt/CL9KGHx April 1, 2023 at 02:00PM
Show HN: Use cookies from Chrome (CDP) in cURL without copy pasting https://ift.tt/iEygkPp
Show HN: Use cookies from Chrome (CDP) in cURL without copy pasting https://ift.tt/Y7vHmd5 April 1, 2023 at 04:33PM
Show HN: Coursemate, connect with other self learners https://ift.tt/2VU6LDo
Show HN: Coursemate, connect with other self learners Hey Hacker News! My name is Collin, 18 years old and doing a gap year after finishing high school last year. This was my first real project after starting to learn web development around 5 months ago. I came up with this idea as it was a real pain for me to find other people from my country and especially my age, learning and taking online courses about the same stuff online. Lots of these online courses include their own discord communities and forums, but I still found it very hard to connect with other people in there. Thats why I built Coursemate. I would love to get your feedback on it! :) https://ift.tt/FedoA9J April 1, 2023 at 02:08PM
Friday, March 31, 2023
Show HN: ParallelGPT – Batch processing with ChatGPT on low-code spreadsheet UI https://ift.tt/o3DTKbf
Show HN: ParallelGPT – Batch processing with ChatGPT on low-code spreadsheet UI We made ParallelGPT - a tool that lets you bulk process chatGPT on a spreadsheet UI instead of one-by-one conversation style. Hopefully this saves you time and hassle - especially if you want to build an operational process around it and want to collaborate your team. You can give it a quick spin on this live demo playground: https://ift.tt/REK1P0W... I am the co-founder of Rowy( https://www.rowy.io ), an open-source low-code platform, and we built ParallelGPT as a fun showcase of what you can do with low-code. There are tons of exciting AI apps you can build with low-code, and we're always happy to chat about any ideas you have and assist on our Discord. https://ift.tt/TnjXbWx April 1, 2023 at 06:17AM
Show HN: Simply explain 20k concepts using GPT https://ift.tt/avzweuy
Show HN: Simply explain 20k concepts using GPT Hi HN! I made a tool that autogenerates simple, high-level explanations of concepts and organizes them in a somewhat university course-like structure so that it's easier to see how things are structured. Currently it has about 20,000 concepts on a range of topics but that's just what I generated so far, it should work with more obscure topics in the future. I love learning about random topics where I don't have a good background in like history or linguistics, but it's hard to figure out what topics there (you don't know what you don't know) are in certain fields and what they are even about, so this was a way to get the high level idea about random things that I wanted to know about. It also only uses the information in the GPT model at the moment, so obviously information can't be trusted completely and you should definitely double check any information you read here by Googling. I'm thinking of doing the Bing Chat approach for the next version and adding references, but don't have that yet Hopefully someone else finds this useful even if it's not perfect! https://ift.tt/ItKXifT April 1, 2023 at 03:54AM
Subscribe to:
Posts (Atom)
Show HN: Add "gist" to any YouTube URL to get instant video summaries https://ift.tt/ZHM2gmG
Show HN: Add "gist" to any YouTube URL to get instant video summaries Hello HN! Between academics and everything else on my plate,...
-
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: When is the next Caltrain? (minimal webapp) I was frustrated with the existing caltrain websites / apps, so I made a super minimali...