HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ethangk

no profile record

comments

ethangk
·5 miesięcy temu·discuss
Ah neat, that makes sense. Thanks.

Do you have anything that’ll trigger a notification if there’s suspicious traffic on your local network? I may be overly paranoid about exposing things on my local network to the internet.
ethangk
·5 miesięcy temu·discuss
Out of curiosity, why? I use TS for all my homelab bits (including my HA instance), but connect to TS before opening the HA app. Is it just a case of making it easier/ possible to connect if you’re on another VPN? Are you not concerned with having something from your local network open to the internet?
ethangk
·w zeszłym roku·discuss
I’d assume they’re talking about methane leaks throughout the supply chain
ethangk
·2 lata temu·discuss
That’s relevant when storing a users password to verify that they’ve entered the correct data, but password managers (which Keychain effectively is, I believe) need to be able to retrieve the original password
ethangk
·2 lata temu·discuss
I think Day One probably fits the bill for you there. E2E encrypted. I’ve been using it for about a decade
ethangk
·2 lata temu·discuss
It just means that ‘a’ must be a Number [0]. In this context, I believe satisfies means that it implements the things defined in the ‘minimum definition’ in the link below. If you’re familiar with Go, it’s similar to something implementing an interface.

[0] https://hackage.haskell.org/package/base-4.20.0.1/docs/GHC-N...
ethangk
·2 lata temu·discuss
This reminds me of the Make Illegal States Unrepresentable[0] idea, where something will return a ‘ResolvedExecutor’ type to guarantee that you’re only working with something in the state you want. Go makes this a little clunky to do, though. I suppose you could use Generics to implement a Preresolved and Resolved struct.

[0] https://fsharpforfunandprofit.com/posts/designing-with-types...
ethangk
·2 lata temu·discuss
Nitter is dead[0], unfortunately

[0] https://news.ycombinator.com/item?id=39382590