HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dorcy

no profile record

投稿

Ask HN: Would you swap your desk for a restaurant shift?

4 ポイント·投稿者 dorcy·11 か月前·25 コメント

[untitled]

1 ポイント·投稿者 dorcy·2 年前·0 コメント

Zhipu AI'glm Model

bigmodel.cn
1 ポイント·投稿者 dorcy·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 dorcy·3 年前·0 コメント

コメント

dorcy
·8 か月前·議論
Working on https://tinythoughts.app, a self-messaging app

Today, I am implementing tag-triggered webhooks so they can get triggered based on the tags assigned to messages.

Use case: for example, I want to auto-tweet all my advice messages and auto-create linear tasks for `company` todos, auto-start a cursor agent when I tag messages with `Cursor task`

For some reason, I got 16 users out of nowhere, so I added a landing page last week. The connector marketplace is next, so that I can share these sub-connectors with the other users. Need a couple more weekends.
dorcy
·10 か月前·議論
I was able to teach my interns more about architectural designs instead of coding. Teaching them more about DDD instead of going through what’s broken with this function. We might be close to a point where you can teach product people about these basic concepts, packages and saas tools, and have them vibe code a whole app.
dorcy
·11 か月前·議論
i use claude-4-sonnet then gemini-2.5-pro as a fallback

claude-4-sonnet: seems to be the best at tool calling and actually changing the lines

gemini-2.5-pro: solves what sonnet can't solve, but you have to run it a couple of times to get the tool calling mistakes out
dorcy
·昨年·議論
Claude wrote a Python file earlier to delete/clean up some folders. It was about to run, so I canceled the run. It then tried to write a bash script to delete the files. I canceled it and then tried to write the command to delete them. I was amazed by all the ways it was finding.