Wind

4K posts

Wind

Wind

@productdevbook

I am looking for a full-time job. Full-stack developer.

Katılım Ekim 2021
548 Takip Edilen1.8K Takipçiler
Rhys
Rhys@RhysSullivan·
what are the best pluggable storage implementations you've seen that let people bring their own storage to your code? figuring out the public sdk shape for Executor, the simple path of static sources loading is straight forward, but dynamic tool loading requires state
English
11
1
49
9.7K
Wind
Wind@productdevbook·
@rahulv_dev Inspira UI = I know the effort you've put in. 👆Attention, my followers.
English
0
0
1
118
Rahuul Vashishtha
Rahuul Vashishtha@rahulv_dev·
Hey @vuejs & @nuxt_js community, I have been recently laid off and a part of company restructuring and available for new opportunities. You might be familiar with my work on Inspira UI & Akaza UI. Here is my CV for your reference: rahulv.dev
English
2
5
13
834
Wind
Wind@productdevbook·
Zero-dependency spreadsheet engine. Read & write XLSX, CSV, ODS. Pure TypeScript, works everywhere. pnpm add hucre / yarn add hucre / bun add hucre
Wind tweet media
English
0
1
11
586
Wind
Wind@productdevbook·
@ClaudeDevs @claudeai @trq212 Why can’t I reach anyone about this? Please help. Everything is filling up incredibly fast.
English
0
0
0
24
Wind
Wind@productdevbook·
@ClaudeDevs @claudeai Please test major Claude updates on open tester accounts first, not directly on end users. The last 2–3 months have felt noticeably worse: slower responses, limits running out faster, and lower-quality results.
Wind tweet media
English
1
0
4
358
Wind
Wind@productdevbook·
One unified API for 18 live-chat & customer-support widgets. Zero deps, tree-shakeable, SSR-safe, CSP-aware, strict TypeScript. pnpm add ahize / yarn add ahize / bun add ahize
Wind tweet media
English
2
0
10
743
Devon Govett
Devon Govett@devongovett·
React Aria has built-in support for drag and drop. This kanban board is only ~100 lines, and even supports keyboard accessibility with no additional code needed! 🙂
English
20
40
933
54.7K
Wind
Wind@productdevbook·
Your Mac knows which app is stealing your bandwidth. It just doesn’t tell you. ova does.
Wind tweet media
English
1
0
6
717
Wind
Wind@productdevbook·
@MichaelArnaldi I was just reading the documents. They're very well written. I think it's fun; I'm starting to really enjoy it.
English
0
0
0
202
Lydia Hallie ✨
Lydia Hallie ✨@lydiahallie·
@GodsBoy7777 yess, your read is right. we moved on 5h and peak first because those are the limits that fire most often, we'll take another look at weekly as we get more compute 🙏
English
3
0
4
289
Wind
Wind@productdevbook·
Today I developed and delivered a project using Python,FastAPI and ManticoreSearch. It was a one-time job. It was my first time using it, and it’s an incredible library—I can’t believe I hadn’t come across it before. github.com/manticoresoftw…
English
1
0
11
661
Wind
Wind@productdevbook·
@kitlangton I’ve started doing this too. It’s fun.
English
0
0
1
395
Kit Langton
Kit Langton@kitlangton·
I finally merged and released the Hono → Effect HttpApi migration. With this, the first Effectification pass of the opencode repo is complete. Now for the second and third passes. 🙏😭
Kit Langton tweet media
OpenCode Changelog@OpenCodeLog

𝙊𝙥𝙚𝙣𝘾𝙤𝙙𝙚 v1.14.42 released. TL;DR: native LLM core groundwork; interactive opencode run; Effect HTTP API replaces Hono paths; Scout/repo research + provider retry fixes. 𝗖𝗼𝗿𝗲 & 𝗟𝗟𝗠 • Added a new internal @opencode-ai/llm foundation: schema-first requests/events, typed tools, tool-loop execution, provider route composition, HTTP/WebSocket transports, and recorded provider replay. • First route set covers Anthropic Messages, Bedrock Converse, Gemini, OpenAI Chat, OpenAI Responses, OpenAI-compatible chat, plus provider helpers for OpenAI, Anthropic, Azure, Bedrock, Cloudflare, Google, GitHub Copilot, OpenRouter, xAI. • Added @opencode-ai/http-recorder for cassette-style HTTP/WebSocket replay, including binary Bedrock event-stream handling. 𝗖𝗟𝗜 / 𝗧𝗨𝗜 • opencode run now has --interactive split-footer mode: scrollback stays append-only while the footer handles prompt input, command/model/variant menus, permissions, questions, subagent tabs, history, and interrupts. • The TUI key system moved onto @opentui/keymap with flat command ids, leader-key support, command palette integration, and scoped plugin keymap cleanup. • Added an internal which-key plugin, inactive by default, that can show reachable shortcuts and pending key sequences. • Session picker sorting now uses full updated timestamps, not day buckets. Prompt clear retains substantial drafts in history instead of dropping them. 𝗦𝗲𝗿𝘃𝗲𝗿 & 𝗦𝗗𝗞 • The server route tree is now Effect HttpApi-first; legacy Hono backend/adapter/proxy routes were removed. • HTTP API behavior tightened: gzip/deflate response compression, /doc OpenAPI serving, structured validation errors, fixed CORS Vary: Origin, typed 401 auth challenge headers, validated permission/question ids, and logged instance-disposal failures. • Workspace APIs gained sync-list/status/warp coverage and fixed workspace fence headers for mutating calls. • JS SDK/OpenAPI output was regenerated for the updated Effect HTTP surface. 𝗪𝗼𝗿𝗸𝘀𝗽𝗮𝗰𝗲𝘀 & 𝗦𝗰𝗼𝘂𝘁 • Workspaces now track time_used, can discover existing git worktrees, and start syncing even before they have sessions. • Detached session claims now use the source project, avoiding cross-project sync ownership mistakes. • New experimental Scout path adds codesearch, repo_clone, and repo_overview tools, plus config reference entries for git/local reference subagents. • Websearch now rolls out Exa + Parallel provider selection with provider labels surfaced in TUI/Web tool output. 𝗣𝗿𝗼𝘃𝗶𝗱𝗲𝗿𝘀 & 𝗥𝗲𝘁𝗿𝗶𝗲𝘀 • GPT-5 reasoning variants were corrected across OpenAI, Azure, OpenRouter, Cloudflare AI Gateway, and compatible providers, including pro/chat/codex/deep-research edge cases. • Gemini thinking controls were aligned for Gemini 2.5 and Gemini 3 variants, including flash/image model differences. • Anthropic Opus/Sonnet effort handling was updated, and Anthropic/Bedrock reasoning blocks now preserve signed/redacted metadata even when text is empty. • Retry state can now carry provider-specific actions, so Go/free-tier/account-rate-limit failures show actionable dialogs instead of matching brittle strings. 𝗗𝗲𝘀𝗸𝘁𝗼𝗽 & 𝗪𝗲𝗯 • Desktop main process was converted to Effect-style orchestration with deferred startup state, sidecar lifecycle cleanup, update handling split out, system cert/proxy setup retained, and Windows installer switched to silent user-scope NSIS. • Project sidebar now shows a working spinner when any project/workspace session is busy or retrying. • Web/UI shell output normalizes carriage returns, websearch cards show the actual provider, and tool status title measurement is deferred to avoid extra layout work. • npm shim now forwards SIGINT/SIGTERM/SIGHUP to the spawned native binary instead of blocking in spawnSync. Bundle size change macOS arm64 • Total: 100.0 MB -> 100.0 MB (+32.3 KB) • Bun runtime: 60.4 MB -> 60.4 MB (+256 B) • CLI/TUI JS: 14.3 MB -> 14.3 MB (+38.0 KB) • Web UI assets: 17.9 MB -> 17.9 MB (+1.1 KB) • Native addons: 1.7 MB -> 1.7 MB (+720 B) • WASM: 5.7 MB -> 5.7 MB (no change) • Bundle metadata: 81.9 KB -> 74.1 KB (-7.8 KB) Linux x64 • Total: 139.6 MB -> 139.7 MB (+64.0 KB) • Bun runtime: 96.2 MB -> 96.2 MB (no change) • CLI/TUI JS: 14.3 MB -> 14.3 MB (+38.0 KB) • Web UI assets: 17.9 MB -> 17.9 MB (+1.1 KB) • Native addons: 5.5 MB -> 5.6 MB (+25.4 KB) • WASM: 5.7 MB -> 5.7 MB (no change) • Bundle metadata: 70.4 KB -> 70.0 KB (-435 B) Windows x64 • Total: 151.5 MB -> 151.5 MB (+43.5 KB) • Bun runtime: 111.5 MB -> 111.5 MB (-187 B) • CLI/TUI JS: 14.3 MB -> 14.3 MB (+38.0 KB) • Web UI assets: 17.9 MB -> 17.9 MB (+1.1 KB) • Native addons: 2.1 MB -> 2.1 MB (+4.0 KB) • WASM: 5.7 MB -> 5.7 MB (no change) • Bundle metadata: 66.5 KB -> 67.2 KB (+672 B) Compare: github.com/anomalyco/open…

English
24
21
606
57K
Wind
Wind@productdevbook·
🆕Ova v1.0.2 has been released. A minimalist macOS menu bar app. Real-time and historical network usage, per app. Helper processes fold under their parent. Nothing leaves your machine. Download Link: ova.productdevbook.com
Wind tweet media
English
0
0
11
507
Wind
Wind@productdevbook·
@CanRau Thank you. I had directed my target audience toward computers, assuming that software developers would access the site from a computer rather than a phone. 😅 Let’s organize them sometime.
English
0
0
0
73
Wind
Wind@productdevbook·
🆕v0.5.0 hucre released. Zero-dependency spreadsheet engine. Read & write XLSX, CSV, ODS.
Wind tweet media
English
0
1
24
1.5K