Stuff
3 subscribers
198K links
Download Telegram
Path should be a system call
7 by todsacerdoti | 4 comments on Hacker News.
Swift Container Plugin
16 by frizlab | 1 comments on Hacker News.
Show HN: I built Lovable for text bots and mini apps
5 by piotmni | 1 comments on Hacker News.
Hi HN, During the last weeks, I've been working to create a system that allows you to convert prompts into chatbots and mini apps on platforms that everyone uses on a daily basis. The first integrated platform is Telegram: Telegram is a powerful platform with many integrations and features like bots, apps, games and even payments. So I thought it would be nice to make it easier to create these apps. I created a bot https://ift.tt/x4RY3DU . Workflow is pretty simple: create or choose an existing bot and send a text/voice message about what to create just like you prompt everywhere. To get more instructions, use the /help and /howto commands. Planning to create the same solution for Slack and Discord. Thanks for taking a look. I would love to hear feedback. https://plutonic.dev x.com/PlutonicDev [1] https://ift.tt/QTaKGw3 [2] https://ift.tt/jbVG1tO
Observability 2.0 and the Database for It
9 by todsacerdoti | 1 comments on Hacker News.
Henry James Was Not at Home in America
4 by benbreen | 0 comments on Hacker News.
Show HN: MoneyOnFIRE
3 by LambdaAndLatte | 0 comments on Hacker News.
We’re Scott and Sunny—two long-time personal finance nerds. When we met 6 years ago we compared our personal finance spreadsheets. Ours were packed with macros, scenarios, and tax modeling—but even then, found they were not complete. Planning for financial independence is hard, and the cost of mistakes is high. So we built the tool we always wanted: MoneyOnFIRE. MOF calculates a personalized, tax-aware roadmap to financial independence—across account types, life goals, and withdrawal strategies. It shows you not just if you can achieve financial indepdendence, but how, when, and what to tweak to get there faster. We’re still early and improving fast—would love your feedback!
Commit signing in 2023 is kinda wack
7 by codeAligned | 1 comments on Hacker News.
Show HN: Faasta – A self-hosted Serverless platform for WASM-wasi-HTTP in Rust
17 by alexboehm | 8 comments on Hacker News.
I've just released an early version off my project I've been working on for a few months now and would love some feedback. https://ift.tt/B6cUMZQ I was surprised there isn't yet an open/source and standards compliant way to host wasi-http functions in a way that takes advantages of WASM, a multi tenanted application. If you're not familiar with wasi, Compared to something like AWS Lambda, this approach is much more efficient as a single process can serve 1000s of function invocations concurrently and asynchronously, instead requiring an entire VM. This is still early days for the project, but feel free to download the cli utility with cargo install cargo-faasta. Feel free to test deploying functions on my hosted instance at https://website.faasta.xyz . The service is free to use and currently supports deployments via GitHub OAuth, with a limit of 10 functions per GitHub account.