HackerTrans
TopNewTrendsCommentsPastAskShowJobs

techn00

no profile record

Submissions

Chronicle – Idiomatic, type safe event sourcing framework for Go

github.com
39 points·by techn00·11 месяцев назад·7 comments

Ask HN: mDNS Locked Down on Macs?

2 points·by techn00·в прошлом году·1 comments

comments

techn00
·2 месяца назад·discuss
average python script writer
techn00
·7 месяцев назад·discuss
The title says "dev environments". Can dagger be used for creatin dev environments, like devcontainers or https://www.jetify.com/docs/devbox/quickstart ?
techn00
·8 месяцев назад·discuss
Good article, you might like my lib https://github.com/DeluxeOwl/chronicle - covers a lot of event sourcing pains for Go
techn00
·10 месяцев назад·discuss
I thought that OP linked this devbox since so many subcommands from the cli are almost identical
techn00
·11 месяцев назад·discuss
Hi, author here

I wasn't aware of this library, I did check for name collisions with other Go repos though
techn00
·11 месяцев назад·discuss
Hey, author here

You're not forced to use that comment, you can pass the event however you like, if you satisfy the event.Any interface (by having the method EventName() string).

I prefer that comment because Go doesn't have native sum types, and I believe that by using the framework in combination with the gochecksumtype linter, you get the best developer experience and type safety (you DO have tab autocomplete with the events for recordThat - the type system helps because of the sealed interface).

But again, if you don't want to use the linter, no problem. You can create constructors for the events however you like, just like in your example.
techn00
·11 месяцев назад·discuss
leaving this here: https://github.com/xo/usql
techn00
·12 месяцев назад·discuss
I am so sick of AI generated README's, they follow the samn damn format.
techn00
·в прошлом году·discuss
This story is similar to the guys at senja.io: tech founder => marketing/growth person joins => business skyrockets to 1M ARR. It looks to me like a combination of having a product with some revenue and havingthe luck of someone like Jon joining.

I'd be more interested on how to find people like Jon tbh.
techn00
·в прошлом году·discuss
Biotech, wearables
techn00
·в прошлом году·discuss
"We were gonna ask 1399 euros for this (overpriced already) but we think that some people might want to give us more money if we market it as an experiment"
techn00
·в прошлом году·discuss
I agree 100% with everything you've said, and I'm from the EU. EU companies are burning and pocketing as much money as they can for themselves while delivering sub-par software.
techn00
·в прошлом году·discuss
Does the compiler work with react native (expo)?
techn00
·в прошлом году·discuss
I recently found out that Wolt (being available in lots of european countries) is also owned by DoorDash
techn00
·в прошлом году·discuss
and xerox
techn00
·в прошлом году·discuss
I have a small go binary that uses caddy and dns-sd on mac to have any kind of domain names on my local network (uses mdns) with https. Really nice for accessing websites from my phone.

https://github.com/DeluxeOwl/localhttps
techn00
·3 года назад·discuss
open-core*