HackerTrans
TopNewTrendsCommentsPastAskShowJobs

evnix

no profile record

comments

evnix
·2개월 전·discuss
Would be very difficult keeping it going knowing you will be laid off.
evnix
·2개월 전·discuss
All the probability mathematics aside, the real world we live in is probably a lot less random even with the best hardware random number generators.

I've moved on to something like TSID(where security isn't a factor) or uuidv7 to make sure this never really occurs in practice rather than over engineering the code with retries.
evnix
·3개월 전·discuss
Can someone explain how is this different from lambda calculus, it seems like you can derive the same in both. I don't understand both well enough and hence the question.
evnix
·5개월 전·discuss
This is similar to how I solved a BYOK(bring your own key) feature at work. We had a lot of hardcoded endpoints and structures on the client and code that was too difficult to move over a nice BYOK structure within the given timeframe. So we ended up making a proxy that basically injected customer keys as they passed through our servers. note that there are a lot security implications doing this.
evnix
·8개월 전·discuss
Most of these compiler projects and books would be 100x more popular and accessible if they were in Javascript
evnix
·9개월 전·discuss
Can someone please ELI5
evnix
·10개월 전·discuss
Letsencrypt Https should be a default like caddy.

Mounting certs, opening right ports and mapping them right is really not what I want to mess around with just to get SSL.
evnix
·10개월 전·discuss
NotebookLM is a success in spite of the interface not because of it.

Pretty awful UX to be honest. Credit goes to the backend engineers who made this happen.

Took me ages to figure out you can copy paste simple text. Editing any text isn't great either.

Why isn't there a dedicated markdown notes section with folder and files? Most of us won't have ready to use PDFs but almost all of know how to use a text editor and paste text into it. Your Notes app UI is without proper support for editing and maintaining notes.
evnix
·10개월 전·discuss
Are you a middle aged+ developer? You read the DDD/CQRS/event driven book or viewed the conference. My dear friend, you have fallen victim to developer porn. It's very addictive. You end up playing "the architecture game" rather than building anything useful.

I have yet to come across ONE good large scale project that makes use of these and isn't a big ball of mud.
evnix
·12개월 전·discuss
After working with NATS, I wouldn't want to touch Kafka even with a long stick. Its just too complex and a memory hog for no good reason. It doesn't have all the features that NATS supports as well.