HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wanderingbit

no profile record

comments

wanderingbit
·3 months ago·discuss
We are trying to design our kitchen for a renovation and I can see how these 3 constraints would be useful for us to do for something more about design than software.

I’m gonna go do these…
wanderingbit
·5 months ago·discuss
This has already helped me find extremely useful writings on a niche topic of mine. Thank you!
wanderingbit
·5 months ago·discuss
@sandGorgon8, thank you.

I was just telling some ex coworker friends that there was a great need for a compose frontend to more powerful infra backends, and this feels like the answer.

Once I get working on it I’ll try to add health check support. That is crucial for a lot of what we’re working on.
wanderingbit
·6 months ago·discuss
> And they didn't even bother to test the most important thing. Were the LLM evaluations even accurate!

This is not true; the professor and the TAs graded every student submission. See this paragraph from the article:

(Just in case you are wondering, I graded all exams myself and I asked the TA to also grade the exams; we mostly agreed with the LLM grades, and I aligned mostly with the softie Gemini. However, when examining the cases when my grades disagreed with the council, I found that the council was more consistent across students and I often thought that the council graded more strictly but more fairly.)
wanderingbit
·8 months ago·discuss
This is top 10 for greatest HN deep dives. I learned something new almost every sentence, and could not complete it on my first attempt.
wanderingbit
·9 months ago·discuss
There are a couple big problems with this type of digital and decentralized type of authentication (I say this as a long time cryptocurrency professional who wants this to succeed):

1. backups and account recovery: We’re working with humans here. They will lose their keys in great numbers, sometimes into the hands of malicious actors. How do users then recover their credentials in a quick and reliable manner?

2. Fragmentation: let’s be optimistic and say digital credentials for drivers licenses are given out by _only_ 50 entities (one per State). Assuming we don’t have a single federal format for them (read: politically infeasible national id) how does facebook, let alone some rando startup, handle parsing and authenticating all these different credential formats? Oh and they can change at any time, due to some rando political issue in the given state.

OP, you clearly know all this, so I’m just reminding you as someone down in the identity trenches.
wanderingbit
·10 months ago·discuss
You seem like a knowledgeable crypto user. Can you help integrate lightning payments with x402? Then we'll be rid of this Base/corporate-tech nonsense.
wanderingbit
·10 months ago·discuss
Heads up, your docs for “Getting Started > Multi-app integration > open source” point to a broken link for the open source code:

https://docs.klavis.ai/documentation/quickstart#open-source

Add a call to the mintlify cli ‘mint broken-links’ into your CI and you should be set!
wanderingbit
·4 years ago·discuss
Context: I've been working in the cryptocurrency space for a decade.

One of the most interesting technologies the crypto space is working on are the SSI (self-sovereign identities).

https://en.wikipedia.org/wiki/Self-sovereign_identity

Even if the whole idea of cryptocurrencies is found to be a dead-end, the fact that it invigorated the research and development of SSI will change some important things about how we operate online.

There exist prototypes of tech that allows you to prove you are indeed a unique human being online [1], and reveal nothing else about your identity. Most importantly, this tech is not owned or controlled by any FAANG or government, it's an open protocol just like email.

I have listened to a podcast with an expert researcher in AI, and I remember him saying that he predicts some form of cryptographic identity will arise in order to help deal with the bot problem

[1] https://worldcoin.org/ (note, I don't work for them, and have no idea if this will be the tech that finally breaks out, I just think they're the furthest along of any of their competitors)