HackerTrans
热门最新趋势评论往期问答秀出招聘

objcts

no profile record

提交

[untitled]

1 分·作者 objcts·6个月前·0 评论

[untitled]

1 分·作者 objcts·6个月前·0 评论

Writing a good Claude.md

humanlayer.dev
748 分·作者 objcts·8个月前·290 评论

评论

objcts
·7个月前·讨论
Built "Kirby Sky Jumpers" with my two kids just yesterday. It's a 2 player jumping game where you collect stars and bounce off clouds to rack up the highest score before time runs out.

Players manage an energy bar to jump, land on clouds for super bounces, and you can throw bombs at each other to steal points and cause chaos. Vanilla HTML/CSS/JS, no dependencies, ~1000 lines in a single file.

The kids designed the characters (Kirby and Kee Kee) and we had a blast playtesting together... tweaking cloud bounce physics, adding a tie screen for when scores match, bumping bombs from 3 to 5. Kid-driven game design is so much fun.

Try it here: https://kirby-sky-jumpers.mfelixstudio.workers.dev

Controls: WASD + L-Shift (P1) / Arrows + R-Shift (P2)

Please give us some feedback on how to improve!
objcts
·7个月前·讨论
how is a skill considered auditable or controllable?
objcts
·8个月前·讨论
is this the future we actually want????

or one that is truly inevitable and can’t be stopped?
objcts
·8个月前·讨论
what’s wrong with doing… nothing? i stare out the window while claude rips on stuff, think about people i love and if crickets can fart.
objcts
·9个月前·讨论
stare out the window. look at clouds. wonder how they take the shapes they do. think about water and how it moves through time and space. how those water molecules were once in a bowl of rice or loaf of bread. how many other things has this water been in? what about the water in my body, right now? holy shit, i’ve been a cloud before…

oh, claude’s done now. how does this thing work?
objcts
·9个月前·讨论
i've been having fun building with astro on cloudflare workers... i have a few apps that have API endpoints, content, and react/svelte components all glued together in one codebase. it's been relatively easy to add drizzle and cloudflare's D1 database to handle data stuff alongside everything else.
objcts
·10个月前·讨论
i use obsidian with the daily notes plugin and write stream of consciousness for about 15 minutes. sometimes i type, other times i use a dictation app.

lately i have been taking my daily notes and running them through a local LLM. i prompt it to “think like a therapist” and ask me follow up questions. this can dig up some interesting insights from time to time.
objcts
·10个月前·讨论
> human oversight is still crucial, especially for security

always always always: code review everything AI makes (CREAM)

it also helps if you understand what it’s writing. the only way to do that is to… review the code