I started using Deno for a new project and now I am curious.
Are you guys deploying Deno apps compiled or just run them with the serve command?
#deno#buildinpublic#software#dev#ops
I saw this posted on BSky and it is a great summary about comments in code and how they can serve as long term memory for agents.
Whatโs your take on keeping the noise low?
#software#dev#code#agent#ai#buildinpublic
https://t.co/7RzkO1r2Cz
Introducing Screendrop - a screenshot tool for everyone
Opensource
Host your own cloud with R2 + a tiny little hono worker
Native
Screenshot capture and editor
Video recorder, editor and compressor
This is one of the best apps I've built.
@AlphaSignalAI I do have really good experience working with #openspec. ๐จ๐ปโ๐ป
Much better structured and scoped requirements. Better outcomes. ๐
How can I in @opencode turn off certain provider? Like I dont use Cloudflare AI and dont want to scroll through a long models list.
#ai#agent#opencode#model
Upgraded to pnpm 11 in April mostly for monorepo ergonomics.
Turns out 3 default settings quietly protected me from the TanStack supply chain attack that hit today:
โข minimumReleaseAge โ 24h quarantine on new packages
โข blockExoticSubdeps โ blocks git-based dependency injection
โข allowBuilds โ lifecycle scripts off unless you opt in
Right defaults > right intentions ๐
https://t.co/BJ4noTMRVl
#nodejs #pnpm #supplychain #security #javascript
You don't need to merge a PR to poison a CI cache.
Just open one.
pull_request_target runs in your main repo context โ meaning a random contributor's PR can write to your shared build cache before anyone reviews a single line.
Here's how it works and how to fix it
https://t.co/GhglPmepfp
#GitHub #GitHubActions #DevSecOps #SupplyChainSecurity #CI #TanStack #DevOps #InfoSec
TL;DR for open-source maintainers
๐ซ NEVER use "pull_request_target" workflows
๐ซ NEVER use shared caches in your publish pipeline
Combining these 2 in particular is extremely dangerous
I've repeated this countless times over the years, but another reminder is always useful