This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Thursday, May 11, 2023
Show HN: Browse, upvote and comment on HN from command line https://ift.tt/YDNr21b
Show HN: Browse, upvote and comment on HN from command line Hi HN! I've built hnterminal, a pip package that lets you browse, upvote, and comment on Hacker News from your terminal. To get started: $ pip install hnterminal $ hnterminal hnterminal is an interactive REPL environment with commands like "get_front_page", "get_tree", "upvote", "reply_to", etc, each of which supports rich arguments and comes with full help documentation. Checkout the readme. https://ift.tt/0srbB6H May 11, 2023 at 09:57PM
Show HN: Interactive story map built using Google 3D Tiles and deck.gl https://ift.tt/iKYIz6E
Show HN: Interactive story map built using Google 3D Tiles and deck.gl https://ift.tt/yXUuPO9 May 11, 2023 at 12:22PM
Show HN: MedGPT – Get information about medicines, treatments, and diagnoses https://ift.tt/5jePUQV
Show HN: MedGPT – Get information about medicines, treatments, and diagnoses https://ift.tt/8OhE0Hk May 11, 2023 at 05:21PM
Show HN: BundleStore – increase revenue by offering your product in a bundle https://ift.tt/csvB1hQ
Show HN: BundleStore – increase revenue by offering your product in a bundle On BundleStore, users buy more to save more. By offering your product in a bundle, you can make your product instantly more attractive! Visit the website and tell me what your product is, and I'll do the rest. https://ift.tt/ZxIcgTV May 11, 2023 at 02:28PM
Show HN: Search Xkcd https://ift.tt/difhc6P
Show HN: Search Xkcd https://xkcd.netcore.io May 11, 2023 at 01:33PM
Wednesday, May 10, 2023
Show HN: Deterministic objective Bayesian inference for spatial models [pdf] https://ift.tt/OY9HwbN
Show HN: Deterministic objective Bayesian inference for spatial models [pdf] To give some context, objective Bayesian inference refers to Bayesian analysis (i.e. integrating over the parameter space) using a prior that is design to represent "minimal information" (see [1], [2], and [3] for an overview). Particularly in cases where a model's likelihood function is not strongly peaked about a point, objective Bayesian inference can give better results than methods based off of point estimates like Maximum Likelihood [4]. Reference priors provides a general approach to construct so-called noninformative priors that are suitable for Objective Bayesian analysis ([5], [6]). The approach takes a practical viewpoint of noninformative priors and looks to build priors that are both tractable and provide good performance on frequentist coverage simulations. See Section 2 for a description of how the process and frequentist simulations work and [7] for examples with some basic models (e.g. why 1/σ^2 is the noninformative prior for the variance of normally distributed data with known mean). [8] was the first to develop reference priors for Gaussian processes models, and [9] extended the work to handle Gaussian Processes with noise (or nugget effects). The project I'm working on provides software and algorithms to do deterministic inference using the prior from [9]. Typically, such inference has been done using MCMC sampling algorithms; but my belief is that deterministic algorithms can give results that are more consistent, less sensitive to parameter tweaking, and more efficient, at the expense of some engineering cost and loss of generality. For an example of how the algorithms work on a real-world data set of zinc measurements in a flood plain along the Meuse river [10], see https://ift.tt/Oc4NW8C... References [1]: https://ift.tt/Rz5OZBm [2]: https://ift.tt/xjrcb4P... [3]: https://ift.tt/BVkDEMv [4]: https://ift.tt/14Zy9ps... [5]: https://ift.tt/9xm5pnS... [6]: https://ift.tt/sxaVXAY [7]: https://ift.tt/NdM5DOt... [8]: https://ift.tt/waErfnj... [9]: https://ift.tt/dmgMpCc... [10]: https://ift.tt/iJLQI18... https://ift.tt/eiEl41n May 10, 2023 at 08:37PM
Show HN: Mineo.app – Better Python Notebooks https://ift.tt/F9OBLgH
Show HN: Mineo.app – Better Python Notebooks Hello everyone, I would like to introduce our startup to HN: Mineo.app. Mineo.app is a production-ready SaaS Python notebook that provides a complete environment for building your data applications: Dashboards, Reports, and Data Pipelines based on Python notebooks. Key features: * Superpowered jupyter-compatible Python notebooks with extra goodies like: version control, commenting support, custom docker images, etc... enhanced with no code components that allow to create beautiful dashboards and reports. * Data Pipelines: Ability to schedule and run one or more notebooks. * Integrated file system to manage your files and projects with detailed permissions and groups. We have a freemium licensing model, so you can start using Mineo just by registering with your Github/Google/Microsoft account for free without a credit card. And it's free for educational purposes ;-) Diego. https://www.mineo.app/ May 9, 2023 at 06:49PM
Show HN: Millions Dollar AI Homepage https://ift.tt/jxLU7Yy
Show HN: Millions Dollar AI Homepage https://ift.tt/zoSBcsl May 10, 2023 at 06:15PM
Show HN: Awesome OpenAI Whisper List https://ift.tt/RU0L1f7
Show HN: Awesome OpenAI Whisper List https://ift.tt/Ve4nxRJ May 10, 2023 at 04:44PM
Tuesday, May 9, 2023
Show HN: A clock app developed based on flutter https://ift.tt/S2BWcMx
Show HN: A clock app developed based on flutter https://ift.tt/kgFbaHw May 10, 2023 at 09:30AM
Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js https://ift.tt/Bf7ZrGk
Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js Fir leverages Golang’s standard library html/template package and a bit of alpinejs to allow building reactive UIs. You start with plain old html and use alpinejs to enhance it to bring no-page-reload interactivity to web apps. The Fir toolkit is designed for Go developers with moderate html/css & js skills who want to progressively build reactive web apps without mastering complex web frameworks. It includes a Go library and an Alpine.js plugin. How it works ? On receiving user-interactions the fir server re-renders html templates and sends it over the wire where the fir client library selectively updates the changed areas. When a user event is received by a Fir route, an array of html templates are rendered on the server and returned as an array of DOM events to the browser. The DOM events are consumed by the alpinejs plugin and dispatched within the DOM where listeners attached to elements can use the event to update the DOM. See the demo and quickstart here: https://ift.tt/3ik67sX https://ift.tt/3ik67sX May 10, 2023 at 05:33AM
Show HN: Card game where players write their own cards that get parsed into code https://ift.tt/y1RtOUd
Show HN: Card game where players write their own cards that get parsed into code Wordbots is a long-running side project I've been working on on-and-off for the past ~7 years that I finally feel comfortable enough with to share with the HN community. It's an online tactical card game (inspired by games like Hearthstone and Magic: the Gathering), where players write their own cards in natural language, that gets parsed down to JavaScript. The English-to-JavaScript translation is handled by a semantic parser operating on a hand-crafted CCG grammar – kind of an “old-school” approach in this age of LLMs but one that performs quite well on the very constrained language of Wordbots cards. The resulting game gets pretty wacky as players can create all sorts of cards, though there are some game formats that try to produce more balanced gameplay as well (e.g. one format in which both players shuffle their decks together, and various draft formats). If you're curious about how it all works, I made a write-up about it here: https://ift.tt/pnCYHbk And if you want to chat about Wordbots beyond this thread, please don't hesitate to join our discord at https://ift.tt/5ak4Kls . I'd love to hear any and all feedback. -Alex https://ift.tt/LW8ZADo May 10, 2023 at 01:01AM
Show HN: Engineering Book Club https://ift.tt/L60k918
Show HN: Engineering Book Club An online community that enjoys reading and discussing engineering books together. https://ift.tt/pRcUuhI May 9, 2023 at 11:32PM
Show HN: We built an end-to-end encrypted alternative to Notion https://ift.tt/YfBrcoU
Show HN: We built an end-to-end encrypted alternative to Notion Hello HN, Over the last year we've been building snote.app, a Privacy focused, End-to-End Encrypted alternative to Notion. You can write, plan, collaborate and get organized - it allows you to take notes, store files, add tasks, manage projects & more. Whether you're working solo or in a team. We are hoping to use this post as an opportunity to collect feedback from fellow hackers. If there's anything we can do better, please let us know https://www.snote.app/ May 9, 2023 at 07:17PM
Show HN: Metarank – open-source hybrid search with LLMs https://ift.tt/U8R7Fs4
Show HN: Metarank – open-source hybrid search with LLMs A small demo for a Metarank open-source project I'm maintaining. https://ift.tt/qXyaHvo May 9, 2023 at 05:22PM
Monday, May 8, 2023
Show HN: Novika – a free-form, moldable, interpreted programming language https://ift.tt/0FVBqiY
Show HN: Novika – a free-form, moldable, interpreted programming language https://ift.tt/HC2Q9Pc May 9, 2023 at 05:04AM
Show HN: Submit ChatGPT prompts on a web page to mutate the same web page https://ift.tt/rAjiTxW
Show HN: Submit ChatGPT prompts on a web page to mutate the same web page https://ift.tt/CErQ32T May 8, 2023 at 11:19PM
Show HN: A social network to share articles you've read https://ift.tt/UlLRkyC
Show HN: A social network to share articles you've read https://ift.tt/hQWRxO2 May 9, 2023 at 02:52AM
Show HN: Monch, a tasty TypeScript parser-combinators library https://ift.tt/VlxvkdE
Show HN: Monch, a tasty TypeScript parser-combinators library https://ift.tt/qhQM7mo May 9, 2023 at 01:38AM
Show HN: Cptn.io – open-source integration platform https://ift.tt/QKwRqOx
Show HN: Cptn.io – open-source integration platform Hi, I am Krishna Thota. I am building an open source integration and data platform( https://cptn.io ). The product is MIT licensed and the repo is at https://ift.tt/waJXNHq . I have started on my startup journey an year ago and launched a monitoring platform called DevRaven. Unfortunately the product did not takeoff as expected. That story is for another day. But during the course of building the product, I have built several integrations leveraging MQs and Cloud Functions. While building and deploying Cloud Functions for happy paths is easy, I had to monitor logs for failures, build retry mechanisms or manually process failed events, keep instances running to prevent cold start timeouts. It can also get expensive with charges for MQs, server time for running cloud functions etc and costs can be unpredictable. I thought of building a platform where I can build integrations quickly, have the ability to look at incoming/outgoing events, look at logs, retry any failed events etc. And finally, predictable costs for running the infrastructure. cptn.io provides all these capabilities and more. You can build pipelines to integrate with any cloud services, send data from your backend to data warehouses, listen to web hook events etc. The platform can be integrated into any stack by sending events to HTTP end points. Instead of trying to build a business first or launch an open source product under restrictive licenses, the platform will be available under MIT license so any user or customer can use it. There is no ee folder or complex dual licensing and I am also committing to releasing SSO under MIT. The plan is to offer a managed service in the cloud at a later time, accept sponsors for prioritizing features for enterprise customers and charge for enterprise support. It should take less than 5 minutes to get the platform running on your machine. Welcome any feedback, feature requests, PRs and bug reports. https://cptn.io May 8, 2023 at 11:15PM
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...