Show HN: Bunnie – Use Bun as the templating engine in Rust applicationsgithub.com3 分·作者 aspizu·5个月前·0 评论
Show HN: Nixite – automatically install all your Linux software unattendedlygithub.com6 分·作者 aspizu·10个月前·1 评论
aspizu·5个月前·讨论Funny how half of the shit there does not work for me, even though I'm using latest Chrome (Helium)
aspizu·5个月前·讨论Location: Pune/Bangalore Remote: No Willing to relocate: Yes Technologies: TypeScript/JavaScript, Python, Rust, SQL React/Preact, Tanstack Start, Next.JS, Astro, TailwindCSS, Vite Node.JS, Express, FastAPI/Starlette, Flask, tRPC, Elysia PostgreSQL, SQLite, RedisResume: on request Email: [email protected] GitHub: github.com/aspizu (I've built open-source software with over 500+ stars)
aspizu·6个月前·讨论Use this badge for websites, software, music, art, ... that were created completely by humans with no help from generative artificial intelligence. Use this badge to communicate that you have not used even a little bit of generative AI in your work.
aspizu·9个月前·讨论I've created a library that use t-strings to prevent shell injection that even works on Windows. It's written in Rust. https://github.com/aspizu/tshu $ uv run --with tshu python -m asyncio >>> from tshu import sh >>> username = "aspizu; rm -rf /" >>> await sh(t"echo {username}") aspizu; rm -rf /