HackerTrans
TopNewTrendsCommentsPastAskShowJobs

maplet

no profile record

Submissions

Ask HN: Notes and Journal Backup Solutions

2 points·by maplet·il y a 2 ans·3 comments

comments

maplet
·il y a 5 mois·discuss
The repo might be private. I only see a 404 message from github.
maplet
·il y a 5 mois·discuss
Looking at the website, it's hard for me to tell that this is for stock images rather than stock markets. I think you are intentionally playing the double meaning but it can be confusing.

Also, the web console has some warnings/errors you should be aware of: - Clerk: Clerk has been loaded with development keys. Development instances have strict usage limits and should not be used when deploying your application to production. Learn more: https://clerk.com/docs/deployments/overview - Some CORS and RSC errors
maplet
·il y a 5 mois·discuss
I wonder how "significant technical skill" will be interpreted in practice. That phrase likely means something different to the average HN reader than to the average congressman.
maplet
·il y a 2 ans·discuss
You can actually generalize i % 2 == i & 1 to larger powers of 2.

Using C Syntax,

i % (1 << n) == i & ((1 << n) - 1)

holds for unsigned integer n and (1 << n) is 2 to the power of n.
maplet
·il y a 2 ans·discuss
I have memory off, always use Temporary Chat, and never discuss my location.

Regardless, ChatGPT likes to give me recommendations and mentions by city by name (even though it is sometimes wrong and thinks I'm ~300 miles away).

I like the culprit is 4o using web search behind the scenes even when not explicitly enabled.