Viewing profile — techthumb
techthumb
HN member- Joined
- Sun, Aug 03, 2014, 11:52 PM UTC
- HN karma
- 309
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About techthumb
No profile information was provided.
Recent public activity
-
comment
Comment #47951373
Amazon Bedrock Mantle provides OpenAI compatible API endpoints for model inference, powered by Mantle, a distributed inference engine for large-scale machine learning model serving…
- story
-
comment
Comment #44646090
Machine Learning capabilities analyze vast volumes of financial data, including transactions and check images to detect unusual customer behavior and suspicious activity with high …
- story
-
comment
Comment #34232623
Transaction boundaries are a critical aspect of a system. I've often noticed that these boundaries are not considered when carving out microservices. Subsequently, workarounds are …
-
comment
Comment #33955908
NASDAQ has moved the matching engine to AWS Outposts https://www.nasdaq.com/press-release/nasdaq-completes-migrat...
-
comment
Comment #32631653
There's also https://jless.io
-
comment
Comment #31584441
K8S is not easy. It helps standardize: - deployments of containers - health checks - cron jobs - load balancing What is the "old way" of doing things? Is it same/similar across tea…
-
comment
Comment #31279437
I love Cloudflare & their products. From a moat perspective, I wonder if the TAM of this business in the context of the three cloud providers is substantial. Their stock price is b…
-
comment
Comment #30780827
#!/bin/sh set -e if [ -n "$VERBOSE" ]; then set -x fi if [ "$1" = "--show" ] && [ $2 = "twitter" ]; then echo "https://twitter.com/teaxyz_" elif [ -n "$1" ]; then # Hi, I know you’…
-
comment
Comment #30155146
Good to see someone asking the important questions :)
-
comment
Comment #29474114
https://status.aws.amazon.com hasn't been updated to reflect outage yest
- story
-
comment
Comment #29466951
This is a lot of security to give away in order to read news articles for free. From https://incoggo.com/faq/ If you’re a very security-minded individual (or you use your computer …
-
comment
Comment #29240431
I follow the implementation here. The conflating part here is that using the callback as a mechanism to imply subscription. This works for your situation. However, if you need to s…
-
comment
Comment #29234679
In that case you could create a backend endpoint that accepts a request and makes the call with the API key on behalf of the client/front-end. The title of the article says OAuth, …
-
comment
Comment #29229935
From the article itself: ... one might think implementing OAuth sign up is relatively trivial; after all, you just need to write a fetch request that redirects the user to the OAut…
-
comment
Comment #29083466
I am a fan of Peplink products. I recommend https://www.peplink.com/products/ap-one-ax/
- story
-
comment
Comment #28633874
With support for corporate proxies using self signed certificate authorities (CA)
- story
-
comment
Comment #28376924
I've been using Minikube's docker-engine and haven't missed DockerForMac for some time now. Minikube sets up a Linux VM using MacOS Hypervisor. It even has a convenience command to…
-
comment
Comment #28372419
When I want a very specific version if the image, I use the SHA to pull/run $ docker pull hello-world@sha256:7d91b69e04a9029b99f3585aaaccae2baa80bcf318f4a5d2165a9898cd2dc0a1
-
comment
Comment #28372345
I am using "hyperkit" Available options: --driver='': Driver is one of: virtualbox, parallels, vmwarefusion, hyperkit, vmware, docker, ssh (defaults to auto-detect)
-
comment
Comment #28371127
I've been using Minikube's docker-engine and haven't missed DockerForMac for some time now. Minikube sets up a Linux VM using MacOS Hypervisor. It even has a convenience command to…