HackerTrans
TopNewTrendsCommentsPastAskShowJobs

objcts

no profile record

Submissions

[untitled]

1 points·by objcts·vor 6 Monaten·0 comments

[untitled]

1 points·by objcts·vor 6 Monaten·0 comments

Writing a good Claude.md

humanlayer.dev
748 points·by objcts·vor 7 Monaten·290 comments

comments

objcts
·vor 6 Monaten·discuss
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
·vor 6 Monaten·discuss
how is a skill considered auditable or controllable?
objcts
·vor 8 Monaten·discuss
is this the future we actually want????

or one that is truly inevitable and can’t be stopped?
objcts
·vor 8 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·vor 9 Monaten·discuss
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
·vor 10 Monaten·discuss
> 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