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

objcts

no profile record

投稿

[untitled]

1 ポイント·投稿者 objcts·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 objcts·6 か月前·0 コメント

Writing a good Claude.md

humanlayer.dev
748 ポイント·投稿者 objcts·7 か月前·290 コメント

コメント

objcts
·6 か月前·議論
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
·6 か月前·議論
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
·9 か月前·議論
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