HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sam_perez

no profile record

Submissions

2Secured – an E2EE secrets sharing tool

2secured.link
4 points·by sam_perez·2 years ago·2 comments

comments

sam_perez
·last year·discuss
This is a bit topical for me. Game performance seems to be a real problem as of late... It’s not uncommon for me to play “retro” games that run poorly on my 4-series Nvidia gpu. Not a game developer myself but this is definitely still a problem in 2025.
sam_perez
·2 years ago·discuss
My first thought/question as well.
sam_perez
·2 years ago·discuss
How do you ensure this? Are you suggesting more analysis pre-building the product, or doing things like increasing the price until you've effectively filtered out enough of the people you don't "want to deal with", assuming that works.
sam_perez
·2 years ago·discuss
To be fair, it seems like the cloud development environment choice was driven by the scale of Stripe's organization.
sam_perez
·2 years ago·discuss
Any other Simon Lizotte and/or disc golf fans here? :D
sam_perez
·2 years ago·discuss
Hah, that is much fewer than I would have expected.

Too bad you can't do the same with phone numbers.
sam_perez
·2 years ago·discuss
How would you rate the quality of the dubs?

Do you think it's usable for learning? Seems like you could end up with some quirky learnings.
sam_perez
·2 years ago·discuss
Oh cool, how would you compare this to DuckDB?
sam_perez
·2 years ago·discuss
+1 for a reference to The Culture series :D
sam_perez
·2 years ago·discuss
Lol no not generally ;)

Just did not expect to be gazing into the windows of someone's soul immediately. The widescreen monitor may have contributed.
sam_perez
·2 years ago·discuss
Clicking on the link without knowing what it was ahead of time was jarring, even not actively participating.
sam_perez
·2 years ago·discuss
Beautiful.

----------------------------

This controller is intentionally written in a very verbose style. You will notice:

1. Every 'if' statement has a matching 'else' (exception: simple error checks for a client API call)

2. Things that may seem obvious are commented explicitly We call this style 'space shuttle style'. Space shuttle style is meant to ensure that every branch and condition is considered and accounted for - the same way code is written at NASA for applications like the space shuttle.

----------------------------

^^^^

This bit reminds me of exhaustive checks in typescript code. I try to use them all the time.

https://www.typescriptlang.org/docs/handbook/2/narrowing.htm...
sam_perez
·2 years ago·discuss
Reminds me of some scenes from the first book of the three body problem.
sam_perez
·2 years ago·discuss
I think the fact that a human can mostly just read csvs is an important part of their adoption, too.
sam_perez
·2 years ago·discuss
Yeah, this does seem like an odd middle ground.

But I suppose it's more about what you're tracking? For example, instead of tracking reference counts to variable, they're tracking reference counts to each scope. Then, if a scope has no more references, the variables it owns are cleaned up.
sam_perez
·2 years ago·discuss
Very cool, are you one of the paying users or are you on the free version?
sam_perez
·2 years ago·discuss
This tool seems really cool, want to play with it for sure.

Just in general, semantic search across text seems like a much better ux for many applications. Wish it was more prevalent.
sam_perez
·2 years ago·discuss
Yeah, it's a bit clunky. Maybe plays better on mobile?
sam_perez
·2 years ago·discuss
That's really cool. One of the benefits of the JS ecosystem is the ability to step through code and crack open your dependencies. Not sure if this would directly make this possible when running your projects/tests, but it at least sounds like a step in that direction.
sam_perez
·2 years ago·discuss
Yeah, I can already feel the prompts for scripts being entered into an LLM...