Viewing profile — ajbeach22
ajbeach22
HN member- Joined
- Fri, Feb 22, 2019, 12:30 AM UTC
- HN karma
- 26
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About ajbeach22
No profile information was provided.
Recent public activity
-
comment
Comment #40394044
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 v…
-
comment
Comment #21785727
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 …
-
comment
Comment #21784714
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 …
-
comment
Comment #21630957
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 depl…
-
comment
Comment #21358749
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 …
-
comment
Comment #21072649
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
-
comment
Comment #21072350
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…
-
comment
Comment #20212672
> 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 th…
-
comment
Comment #19779109
>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…
-
comment
Comment #19401139
>> 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…
-
comment
Comment #19222075
Also: https://news.ycombinator.com/item?id=19156671 go can handle 1 million of concurrent websocket connections anyway, so what is the point?
-
comment
Comment #19222071
> 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 a…