HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sevenf0ur

no profile record

comments

sevenf0ur
·2 bulan yang lalu·discuss
Never forget what Reddit did to the Apollo app
sevenf0ur
·3 bulan yang lalu·discuss
Good to know. I disabled watch history just so YouTube wouldn't recommend any shorts.
sevenf0ur
·4 bulan yang lalu·discuss
Maybe wrap the web page by using a legacy WebBrowser control, publish your own executable and grant admin rights on it. Maybe someone out there has already done this for their own weird activex use case.
sevenf0ur
·6 bulan yang lalu·discuss
Getting SMTP errors to outlook emails: 451 4.3.2 Temporary server error. Please try again later ATTR2
sevenf0ur
·2 tahun yang lalu·discuss
How do you manage schema for exchanges, queues, and routing? The pattern seems to be for each client to set up the schema for the parts they touch before hand, but that doesn't scale well. The schema ends up siloed in each project and nobody knows what the current state should be.
sevenf0ur
·4 tahun yang lalu·discuss
We figured out that burning fossil fuels indoors is a bad idea.
sevenf0ur
·4 tahun yang lalu·discuss
Yeah, I would be interested to hear from others how they accomplish this. I played around with Nx and it uses TypeScript project references. It is a lot of boiler plate to set up every time you want to create a new app or library. Fortunately, their generators do this with one command.
sevenf0ur
·4 tahun yang lalu·discuss
I imagine it can get annoying to create another git repo every single time you want to share code between some projects. It becomes an even bigger pain when you have to update more than one repo at the same time. A monorepo makes it easier to keep versions in sync and encourages code reuse because it's all in one place.