This feels like a corporate greed play, on what should be a relatively simple chat application. Slack has quickly become just another enterprise solution in search of shareholder value at expensive of data privacy.…
I am not sure that math is right. Using the aws cost calculator, its only about 1100/mo for 5B https requests. However, I think if you consider data transfer its still probably in the range of a several thousand a day.…
I wonder what the cost is compared to terminating SSL at Clodfront? For my web tier architectures, I use Cloudfront to reverse proxy both dynamic content (from the api) and static content (from s3). SSL is terminated…
I've seen lots of tutorials for single page apps/api architectures that specifically store JWT in localstorage, it's endemic. What I haven't seen though, is guidance on how to deploy SPA web apps using cookies properly…
Super critical co2 is also used for caffeine extraction in coffee, and its safer solvent for cannabis extracts and concentrates. I would never buy cbd products unless they are lab tested with a GC for contaminates and…
not sure exactly what you mean but there is a driver package that can adopt other protocols through the same interface. https://godoc.org/gocloud.dev/pubsub/driver
Why should I use this over https://gocloud.dev/howto/pubsub/? https://godoc.org/gocloud.dev/pubsub This has support for many pub/sub protocols. Why reinvent something that already exists instead of just contributing…
> I just don't think Go has a place in new code. This is a completely blanket statement. Not only are there very large open source projects written in go which your company more than likely already uses (kubernetes,…
>That said, I'm not sure how serious you are about handling file uploads, but uploading directly to buckets often means uploading to a single region (on aws, a bucket may be hosted in us-east-1 for instance, meaning…
>> Senior algorithm nerd on my project is going nuts over algorithmic complexity This is me, but luckily where I work I have people who can keep me in check because we generally do design reviews before anything big is…
Also: https://news.ycombinator.com/item?id=19156671 go can handle 1 million of concurrent websocket connections anyway, so what is the point?
> Highly optimized C++ or C library with javascript wrapper beats golang hurr durrr At what point is it C++ beats golang vs javascript beats golang? IMO these kinds of benchmarks are disingenuous at best. The benefit of…
This feels like a corporate greed play, on what should be a relatively simple chat application. Slack has quickly become just another enterprise solution in search of shareholder value at expensive of data privacy.…
I am not sure that math is right. Using the aws cost calculator, its only about 1100/mo for 5B https requests. However, I think if you consider data transfer its still probably in the range of a several thousand a day.…
I wonder what the cost is compared to terminating SSL at Clodfront? For my web tier architectures, I use Cloudfront to reverse proxy both dynamic content (from the api) and static content (from s3). SSL is terminated…
I've seen lots of tutorials for single page apps/api architectures that specifically store JWT in localstorage, it's endemic. What I haven't seen though, is guidance on how to deploy SPA web apps using cookies properly…
Super critical co2 is also used for caffeine extraction in coffee, and its safer solvent for cannabis extracts and concentrates. I would never buy cbd products unless they are lab tested with a GC for contaminates and…
not sure exactly what you mean but there is a driver package that can adopt other protocols through the same interface. https://godoc.org/gocloud.dev/pubsub/driver
Why should I use this over https://gocloud.dev/howto/pubsub/? https://godoc.org/gocloud.dev/pubsub This has support for many pub/sub protocols. Why reinvent something that already exists instead of just contributing…
> I just don't think Go has a place in new code. This is a completely blanket statement. Not only are there very large open source projects written in go which your company more than likely already uses (kubernetes,…
>That said, I'm not sure how serious you are about handling file uploads, but uploading directly to buckets often means uploading to a single region (on aws, a bucket may be hosted in us-east-1 for instance, meaning…
>> Senior algorithm nerd on my project is going nuts over algorithmic complexity This is me, but luckily where I work I have people who can keep me in check because we generally do design reviews before anything big is…
Also: https://news.ycombinator.com/item?id=19156671 go can handle 1 million of concurrent websocket connections anyway, so what is the point?
> Highly optimized C++ or C library with javascript wrapper beats golang hurr durrr At what point is it C++ beats golang vs javascript beats golang? IMO these kinds of benchmarks are disingenuous at best. The benefit of…