Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
a_c
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
a_c
16d ago
Hiring for specific skills
2.
▲
by
a_c
27d ago
Tax and regulations always punish the good actors
3.
▲
by
a_c
28d ago
I feel that physical change the moment I saw my son first time. Something snapped/connected in my brain. I will do anything for that little thing. The feeling is visceral. It is very hard not to preach your best experience to others
4.
▲
by
a_c
29d ago
Hey thanks for checking it out! Really glad the site has more audience than me and my son only and appreciate the feedback! Mind if I ask which mode were you playing? Was it "Find a country" or "Guess a country"? It migh
5.
▲
by
a_c
29d ago
If you read this message, can you provide more context please? Are you choosing the "Name the country" mode with question from "Same continent". It might be that south america has only 13 countries in my database, so it
6.
▲
by
a_c
29d ago
If you are not mindful, the tests it generates is just a re-implementation. Nothing was tested but every future change needs to modify two places
7.
▲
by
a_c
29d ago
Thanks for the feedback, will look into it!
8.
▲
by
a_c
1mo ago
Nicely made! I thought I'm good with flags, and then there come a question of jordan, palestine and two more similar flags. I made a similar but uglier little party game https://geo-dude.com for my kids. Supports up to 4 pl
9.
▲
by
a_c
1mo ago
I have a similar project, with goodreaads records https://github.com/kmcheung12/goodshelf
10.
▲
by
a_c
1mo ago
I wrote the faceblurring. It didn’t work on multiple faces when I first processed the videos. Thanks for pointing out, I should have blurred them
11.
▲
by
a_c
1mo ago
Same!
12.
▲
by
a_c
1mo ago
Solid feedback, thanks! 1. is very doable. My local gym uses an app to manage monthly leaderboard already and people seem to like it. There is a friendly rivalry in my local gym where people "fight" for the top spots 2. A lot can
13.
▲
by
a_c
1mo ago
On route rotation, maybe the gym will be responsible for uploading the scan. My local gym uses an app to manage route. People view what route is available on a wall. It is just a label saying "red is a V4", no photos, and every m
14.
▲
Show HN: My local climbing gym from photogrammetry
(kmcheung12.github.io)
29 points
by
a_c
1mo ago
|
11 comments
15.
▲
by
a_c
1mo ago
Hey, looks like we both have a thing with 3D, love it! Mine is about bouldering, check it out https://news.ycombinator.com/item?id=49234599
16.
▲
by
a_c
1mo ago
Thank you!
17.
▲
by
a_c
1mo ago
Climbing gym photogrammetry. My idea is that route and climb recordings is best recorded against a 3D climbing gym model, rather than a plan video, and technology has gotten good enough to do with a regular phone. As a climber myself, to cl
18.
▲
Show HN: Tocic – Chatbot table of content browser extension
(addons.mozilla.org)
1 points
by
a_c
1mo ago
|
0 comments
19.
▲
by
a_c
1mo ago
Tangential, for static site like this, why do people choose to host on vercel instead of github page?
20.
▲
by
a_c
2mo ago
Writing code with real use is very different from writing code for the sake of writing (looks cool, sounds cool). Writing code with one user is the base case of a “why am I writing this” recursion - because I use it. Every action leads to n
21.
▲
by
a_c
2mo ago
Accurate reconstruction is entirely up to the camera's ability to orbit around the object. If we are talking about cracks, the visual signal will be very poor as we can't wiggle a camera inside a crack. On the other hand, if we wa
22.
▲
by
a_c
2mo ago
I scanned my local climbing gym and have climbing videos mapped onto the wall https://kmcheung12.github.io/climb-preview/w/a6ece004 I think 3D application is massively under utilised. There is whole family of inte
23.
▲
by
a_c
2mo ago
They are going to reset the weekly limit before your weekly limit. Mine resets tomorrow too.
24.
▲
by
a_c
2mo ago
My experience from running a django app with thousands of migrations and dozen of apps - Testing involving models is slow. It runs all your migration. Python's own "Unittest" is fast for functions not involving models. - The
25.
▲
by
a_c
2mo ago
Is there any write up regarding the SimdJson Algo? Definitely love to read more of it!
26.
▲
Show HN: Faceblind – In-browser only video face blurring
(kmcheung12.github.io)
9 points
by
a_c
2mo ago
|
1 comments
27.
▲
by
a_c
2mo ago
People learn and relearn the core concepts from different paths. A recent trend due to coding agent is that people are learning software engineering is not about syntax and frameworks. It is just the way it is. People build up concepts with
28.
▲
by
a_c
2mo ago
I didn't update it for a while. It reads your local conversation history, correlate input/output token with usage (claude doesn't give exact breakdown), and classify if they are subagent/tooluse/normal message/
29.
▲
by
a_c
2mo ago
My own set of heuristics 1. Use less subagents. The act of using subagent already needs dumping adequate amount of context for subagent to work effectively 2. Refactor when file grows large. Reasonably scoped files is easier to understand,
30.
▲
by
a_c
2mo ago
A natural extension would be a reverse steganography that trips AI into see other things in images
More ›