Live data from Hacker News

Viewing profile — tweenagedream

tweenagedream

HN member
Joined
Sun, Dec 31, 2017, 1:42 AM UTC
HN karma
80
Public activity
35 items

About tweenagedream

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #41238708

    Which ones? According to https://support.google.com/pixelphone/answer/4457705?hl=en pixel 5a is getting eol this month, with the next security update dropping for pixel 6 starting …

  3. comment
    Comment #41220300

    Who says you have to purchase a service with dollars?

  4. comment
    Comment #41135264

    I mean they did say almost no breaking changes, depending how much has changed in the language, a small handful of breaking changes in niche use cases may be considered almost none…

  5. comment
    Comment #37712609

    I experienced this just last month! Except, I didn't know it at the moment. I was participating in a design review while wfh on meet. We were having some good discussions, which I …

  6. comment
    Comment #37146257

    Can you please link to the incident where the "full region" was down for weeks?

  7. comment
    Comment #37075772

    This is because of the way tcp congestion control works. In order to achieve higher speeds, tcp has a "window" that grows, essentially the amount of data in flight, that has not ye…

  8. comment
    Comment #36640827

    I don't think that is true. MKBHD just came out with a video demonstrating using a video wall that updated in sync with the camera frame rate. Allowing two cameras to see different…

  9. comment
    Comment #35753064

    For gRPC, the protobuf is the API specification, a service definition with endpoints, what requests to those endpoints should look like and what responses look like. Of course, the…

  10. comment
    Comment #35554176

    I work at Google so am perhaps biased, but that article is from 2019 and cloud is now a 20B/yr business and growing. Why does it keep coming up?

  11. comment
    Comment #34878260

    Usually a connection is defined by what's called a 5-tuple. Source up, source port, dest up, dest port, protocol (e.g. tcp or udp)

  12. comment
    Comment #30678667

    Indeed, it's a publicly documented feature: https://support.google.com/mail/answer/7436150?hl=en#:~:text... .

  13. story
  14. comment
    Comment #27570182

    I think down leveling is quite common, especially at higher levels as the expectations grow quite a bit between senior and staff. Depending on the position, actually filling it wit…

  15. comment
    Comment #27311355

    Seems like there are quite a few options that show up pretty quickly when searching for multipath udp e.g: https://github.com/angt/glorytun Would that work for you?

  16. comment
    Comment #27113645

    I was a simple customer since before the BBVA acquisition, but once I heard that they were shutting down the main service I moved everything over to a cash reserve account in bette…

  17. comment
    Comment #26115613

    Generally RAM doesn't burn out, so I don't think that will be the reason. My guess it will be around capacity, though if the LEO ISP market has multiple players all covering the sa…

  18. story
  19. story
  20. comment
    Comment #25601188

    DNS doesn't really redirect, but DNS is the answer. What you're talking about is split horizon, this is most common when you have an authoritative server for say a corporation, but…

  21. comment
    Comment #24589028

    Except, sometimes a data center goes down and no one notices. So if a data center goes down, and no user around notices, is it really down?

  22. comment
  23. comment
    Comment #23037141

    For the most part, other services take care of network resources. Borg might have some host level network limits, but I haven't seen them used much.

  24. comment
    Comment #22802734

    I've asked that my number be unable to be changed to a different sim over the phone. So to change it I need to go into a physical store and present proper ID

  25. comment
    Comment #22633657

    Usually grpc connections are left open after a message is sent and received. And since it's based on h2, multiple message streams can be multiplexed over a single connection. That …