This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Monday, September 4, 2023
Show HN: Keep – GitHub Actions for your monitoring tools https://ift.tt/743GqlD
Show HN: Keep – GitHub Actions for your monitoring tools Hi Hacker News! Shahar and Tal from Keep here. A few months ago, we introduced here at HN ( https://ift.tt/WCgQOGh ) Keep as an “open source alerting CLI” and got some interesting feedback - mainly around UI, automation, and supporting more tools. We were VERY early back then, and we understood that although the current DX around creating alerts is not great, it's not that critical and developers don’t need another tool just for that. But we did find something else. While talking to developers and devops, we found that a lot of companies use many tools that generate alerts - from Cloudwatch, Prometheus, Grafana, and Datadog to tools such as Zabbix or Nagios. We definitely agree consolidation in the observability space is a real thing, but while talking to those companies we feel that there are still real use cases for having more than one tool (and for example, according to Grafana’s 2023 observability survey, 52% of the companies uses more than 6 observability tools https://ift.tt/jmRyMOo ). So we that in mind, we rebuilt Keep with a simple mindset: (1) Integrate with every tool that triggers alerts - it can be either pushing alerts to Keep via webhooks or routing policies or Keep to pull alerts via the tools API. (2) Create a simple abstraction layer to run workflows on top of these alerts. (3) Maintain a great developer experience - open source, API-first, workflows as code and generally having a developer mindset while building Keep. During the time we rebuilt Keep, Datadog released their workflow automation tool ( https://ift.tt/pWfwlGm ) which led us to the understanding that's exactly what we solve - but for everyone who uses tools other than Datadog. A short demo of Keep with a simple use case: https://www.youtube.com/watch?v=FPMRCZM8ZYg You can try it yourself by signing into https://ift.tt/wJSuERX Like always - we invite you to try Keep and we are eager to hear any feedback. https://ift.tt/JUh2enG September 4, 2023 at 08:45PM
Show HN: Recognize license plates using fine-tuned yolov8, OCR and IP camera https://ift.tt/Z1s4mOU
Show HN: Recognize license plates using fine-tuned yolov8, OCR and IP camera Hey, just a work related project I made, which could be open sourced :D If you're looking for an example on how to use/fine-tune yolov8, I feel like taking a look at this repo and reading the README could help you get up to speed (also linked some nice refs)! This is actually a full rewrite of a proprietary project I made (and documented on my site) like a year ago, will do some finishing touches (write blog post about it, mark the old version deprecated, record a tutorial on how to set it up on an Ubuntu server, etc, etc) in the following month, but felt like sharing it now, cuz I consider it done The only proprietary part is the client, which receives the images and does stuff with db (has to interact with internal APIs, so there's no reason to make it oss anyways). Also, the client contains only the business logic, all of the fun ai/web server stuff is fully open under AGPL-3.0 (and an example client without the business logic is available ... in rust btw xdd). https://ift.tt/yfJzs8n September 5, 2023 at 01:26AM
Show HN: FileSamplesHub – Free sample files to all your testing purposes https://ift.tt/NMLSiF8
Show HN: FileSamplesHub – Free sample files to all your testing purposes https://ift.tt/KNbJtBW September 4, 2023 at 01:48PM
Show HN: The simplest way to validate your idea https://ift.tt/iWB5QmG
Show HN: The simplest way to validate your idea Real idea (The Facts Clock): https://ift.tt/qSyfgrt https://bovind.com September 4, 2023 at 09:14AM
Sunday, September 3, 2023
Show HN: MonoDevelop https://ift.tt/fPlzOF5
Show HN: MonoDevelop https://ift.tt/zCKiDrv September 4, 2023 at 09:21AM
Show HN: FeedsBot – A Meower bot that posts RSS feed updates to groupchats https://ift.tt/ZurIAUf
Show HN: FeedsBot – A Meower bot that posts RSS feed updates to groupchats Hi, HN! I made this awhile back as a Meower[1] bot that posts RSS feed updates to groupchats, and reads RSS feeds, powered by Extractus' Feed Extractor[2][3]. My friend's groupchat uses this bot to post updates to his blog, and he says that it has been working out great. Looking forward to your feedback and suggestions! [1]: https://meower.org/ [2]: https://ift.tt/XHf74Pq [3]: https://ift.tt/ktOD6Uv https://ift.tt/ZwsM4mp September 4, 2023 at 05:03AM
Show HN: Llama2.f90 – Toy LLaMA2 model inference in Fortran https://ift.tt/9hwNkUQ
Show HN: Llama2.f90 – Toy LLaMA2 model inference in Fortran https://ift.tt/3OpE58T September 4, 2023 at 02:37AM
Show HN: Oxlip – a functional IDL compiling to OpenAPI https://ift.tt/uiYh2Q7
Show HN: Oxlip – a functional IDL compiling to OpenAPI https://ift.tt/KaTeSyq September 3, 2023 at 06:06PM
Show HN: A .bit gateway for resolving ipfs:// to https:// https://ift.tt/Dduk2U3
Show HN: A .bit gateway for resolving ipfs:// to https:// bit.site dynamically captures all requests to *.bit.site, automatically resolving the IPFS/IPNS/Skynet content hashes for the corresponding .bit account records. It returns the relevant static content via HTTPS, enabling users to access decentralized networks with zero configuration on modern browsers. At the same time, we provide global CDN acceleration, striving to enhance the availability of decentralized content. https://bit.site/ September 2, 2023 at 09:00PM
Saturday, September 2, 2023
Show HN: Menu Bar Calendar on macOS https://ift.tt/nt1WgFA
Show HN: Menu Bar Calendar on macOS https://ift.tt/Z2nKYOk September 3, 2023 at 02:27AM
Show HN: I mirrored all the code from PyPI to GitHub and analysed it https://ift.tt/1K9W4IN
Show HN: I mirrored all the code from PyPI to GitHub and analysed it This is a side project I've been working on for the last few months. I built an automated system to continuously mirror all the code on PyPI to a series of Github repositories. Mirroring PyPI code to Github enables: 1. Scanning of all new Python packages for accidentally published credentials 2. A browsable/searchable index of published code with a nice UI 3. Large-scale analysis of all published code to see how the language is evolving Using this project anyone is able to download the contents of PyPI to their personal machine and analyse every piece of code ever published in a matter of hours. I hope it enables people to do things with the worlds largest and oldest corpus of Python code that wasn't possible before, and while this is likely totally useless to most people I think that is kind of cool and unique. https://ift.tt/VFGDX3N September 3, 2023 at 12:15AM
Show HN: Political Compass Quiz Powered by ChatGPT https://ift.tt/QPwGr4j
Show HN: Political Compass Quiz Powered by ChatGPT https://ift.tt/XqH06LB September 2, 2023 at 11:13PM
Show HN: Modular Diffusion – A modular Python library for diffusion models https://ift.tt/7WUKL35
Show HN: Modular Diffusion – A modular Python library for diffusion models Hello everyone! I've been working on this project for a few months as part of my thesis in Machine Learning. It's meant to be a library that provides an easy-to-use but flexible API to design and train Diffusion Models. I decided to make it because I wanted to quickly prototype a Diffusion Model but there were no good tools to do it with. I think it really can help people prototype their own Diffusion Models a lot faster and only in a few lines of code. The base idea is to have a Model class that takes different modules corresponding to the different aspects of the Diffusion Model process (noise schedule, noise type, denoising network, loss function, guidance, etc.) and allow the user to mix and match different modules to achieve different results. The library ships with a bunch of prebuilt modules and the plan is to add many more. I also made it super easy to implement your own modules, you just need to extend from one of the base classes available. Contrary to HuggingFace Diffusers, this library is focused on designing and training your own Diffusion Models rather than finetuning pretrained ones (although this is possible). I would really appreciate your feedback. https://ift.tt/9xC6aYc September 2, 2023 at 07:46PM
Show HN: XRss: An RSS Reader and web stack demo powered by Htmx https://ift.tt/9oZLxyv
Show HN: XRss: An RSS Reader and web stack demo powered by Htmx XRss is a simple RSS reader web app built to showcase xtemplate, a new web development tool based on Go's html/template and Caddy server. The entire site UI for XRss comes from a single HTML template file . This index.html includes everything from SQL queries and route definitions and handlers to htmx state transition attributes and tailwindcss classes, and developing it requires zero build steps (amortized). Check out the source which manages to be at once banal and gnarly: https://ift.tt/jQ6oqPH... xtemplate preloads the whole template structure into memory and builds the router at startup, so responses to matching requests are rendered after a single lookup. Combined with direct queries to sqlite makes for a very snappy experience typically responding in less than 5ms. (Fingers crossed.) There are various places where XRss could be improved (PRs welcome!), but it already delivers on its purpose of demonstrating the plausibility of xtemplate. See the xtemplate readme for an overview of what you can do with it. I think of it as 'PHP but the syntax looks like Go templates'. https://ift.tt/eAH58yU Let me know what you think! Does remaking PHP from scratch out of Go templates make me a lunatic? (yes) Is it a good idea anyway? (yes) What kind of web application do you think would be a good fit for a platform like this? https://ift.tt/39tkQd2 September 2, 2023 at 08:32PM
Friday, September 1, 2023
Show HN: Nope Foundry, a FOSS framework for motion design, 2D compos and VFX https://ift.tt/nUjcdQ1
Show HN: Nope Foundry, a FOSS framework for motion design, 2D compos and VFX https://ift.tt/gXOv2ox September 2, 2023 at 03:36AM
Show HN: Backend for LLM coding copilots https://ift.tt/3E0zG6Q
Show HN: Backend for LLM coding copilots https://e2b.dev/docs September 1, 2023 at 09:54PM
Show HN: esbuild-config − Config files for esbuild https://ift.tt/tf6QHTV
Show HN: esbuild-config − Config files for esbuild https://ift.tt/oA83U1G August 30, 2023 at 08:52PM
Show HN: Open-Source Admin Panel for Supabase https://ift.tt/TAtDbor
Show HN: Open-Source Admin Panel for Supabase Supaboard: An intuitive admin panel tailored for Supabase. Features: Dashboards: Easily visualize your data. User Segmentation: Segment and manage your users effectively. Problem We're Solving: Building dashboards directly from your database can be tedious and far from enjoyable. Supaboard aims to simplify this process. Why Supaboard? Seamless integration with Supabase and PostgreSQL. Built with NextJS, Tailwind, and Resend. Stage: We're currently at the MVP stage and are eager to gather feedback. What's Next? We plan on introducing data editing capabilities and trigger automation in the upcoming releases. Feedback: We'd love to hear your thoughts. Feel free to spin up the app and add issues on GitHub. You can also join our Discord here - https://ift.tt/7KvCHXL https://ift.tt/YQtSHo5 September 1, 2023 at 07:06PM
Show HN: An Immersive Game of Thrones Multiverse Experience https://ift.tt/AUzoWqN
Show HN: An Immersive Game of Thrones Multiverse Experience Alpha Version Demo: https://ift.tt/XIALu2W Twitter: https://twitter.com/ThronesMultiV/status/1697440568874348953 We're here to present an experimental product empowered by the blend of Stable Diffusion and ChatGPT! Dive into Westeros like never before. Our experimental product offers an immersive storytelling experience where you play a pivotal role in shaping the narrative. Ever wondered if the ending of the final seasons of Game of Thrones could've been different? Now's your chance to twist the tale. Current Features : - AI-driven alternative endings starting from the end of S7. - Real-time story interventions, allowing you to change the plotline as you read. What's Next : - Continuous enhancements to refine and polish the storytelling experience. - And yes, we're contemplating open-sourcing the project – giving back to this amazing community and encouraging further innovation. We truly believe in the power of collaboration. If you have feedback, suggestions, or just want to geek out about Westeros, shoot us an email at ready2play.contact@gmail.com ! Additionally, if you're as passionate about AI and storytelling as we are, we'd love for you to collaborate with us on this exciting project. Remember, winter is coming, but with AI, the possibilities are endless. Stay excited and stay kind! Valar Morghulis! https://ift.tt/XIALu2W September 1, 2023 at 10:38AM
Show HN: Merge – Connect Google Wear OS to Apple iOS https://ift.tt/Qtjhfbg
Show HN: Merge – Connect Google Wear OS to Apple iOS TLDR: Wear OS app for Samsung Galaxy Watches and Google Pixel Watches to connect them with iPhones, after Samsung and Google ditched iOS support back in 2021. Hi all! I recently switched to an iPhone and became frustrated when my Galaxy Watch was rendered useless, due to Google's and Samsung's decision to cut off iPhones from Wear OS back in 2021. I then started a project to create an alternative integration. I launched it 3 weeks ago as a Google Play app for Wear OS watches, most prominently for the Samsung Galaxy Watch and Google Pixel Watch. With this app, these watches can now connect to iPhones to control notifications and take phone calls. The response has been fantastic so far, with nearly 1k downloads and a steady growth rate. Should the demand continue to rise, I intend to expand the integration with additional features. I'd love to hear your thoughts and feedback, and answer any questions you might have. Thanks for your support! -- Merge is also on ProductHunt today: https://ift.tt/1bVvcnA... https://www.merge.watch September 1, 2023 at 05:39PM
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...