Viewing profile — trebecks
trebecks
HN member- Joined
- Wed, Jul 24, 2019, 5:12 PM UTC
- HN karma
- 13
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About trebecks
No profile information was provided.
Recent public activity
-
comment
Comment #39984790
yeah i like this model. then you can use whatever synchronization junk you prefer to share state between the threads, if you have any. your library looks well written and clean. th…
-
comment
Comment #39984350
the scheduler is probably simpler if coroutines can't bounce between cores. you can have a single thread per core that runs the scheduler to multiplex a bunch of coroutines on the …
-
comment
Comment #39958290
i got caught up on that statement too. i interpreted it as they can spin up more servers with their own volumes but thats not really 1 ebs volume anymore. maybe at their current lo…
-
comment
Comment #39958214
if i'm reading the op right, they kind of use ebs as a buffer for fresh data until it ages out to s3. they use a "local" disk to hold the stuff used by the queries that people actu…
-
comment
Comment #39496375
yeesh i didnt realize there was a patent on that. your link lines up with the authors predictions of cdns coming up with and patenting different ways to accomplish this. i guess it…
-
comment
Comment #39493704
the "Stupid DNS Tricks" section says using dns to map clients to a nearby pop is a trick. they predicted this trick would be used for decades and it seems like they were right. i k…
-
comment
Comment #37668678
the SHED_LOAD thing offered by ns1 looks cool. anyone have experience with it? https://help.ns1.com/hc/en-us/articles/360020683413-Configur... . seems like something juicy missing …
-
comment
Comment #34999337
some nyc bridges and tunnels charge both ways. for the bridges and tunnels connecting ny and nj, you only need to pay going nj -> ny.
-
comment
Comment #31914347
i use https://github.com/giltene/wrk2 pretty regularly. it has decent lua hooks to customize behavior but i use it in the dumbest way possible to hammer a server at a fixed rate wi…
-
comment
Comment #30749438
flink uses akka for control plane kind of stuff. data plane stuff, like piping data between tasks, doesn't. check out https://flink.apache.org/2019/06/05/flink-network-stack.html f…
-
comment
Comment #29096392
nginx too http://nginx.org/en/docs/stream/ngx_stream_proxy_module.html
- comment
-
comment
Comment #23287566
yeah, that is what refresh tokens are used for and it works well for access tokens with a short ttl. in practice i have seen access tokens with ttl of a few hours. i think it might…
-
comment
Comment #20517354
the user isn't signing anything. the server is signing something it sends to the user. when the user sends it back to the server, the server checks the sig to make sure the user di…