HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Liuser

no profile record

comments

Liuser
·3 anni fa·discuss
thank you! - minor feedback, make the end URL case-insensitive for those that want to navigate by URL quickly

eg:

https://name-redacted.com/stocks/crm

https://name-redacted.com/stocks/CRM
Liuser
·3 anni fa·discuss
Is that link for personal water use or does it account for farming?

What do you suggest to people who exercise everyday?
Liuser
·4 anni fa·discuss
> Mitm attacks are still a thing

TLS directly addresses this.
Liuser
·4 anni fa·discuss
> Don't connect to random public WiFi. If you do, don't login to any online account on it, or send confidential information.

Why? TLS establishes secure channels over insecure networks.
Liuser
·4 anni fa·discuss
Develop an exercise routine.

I hated the feeling of running or working out hung over and used that as motivation to not drink. Would rather feel good working out and feel good after the work out.
Liuser
·4 anni fa·discuss
I suspect the reason why people have stopped posting is because of increasing content from other sources. It's definitely my reason.

It's a negative feedback loop.
Liuser
·4 anni fa·discuss
This doesn’t bring me confidence. Just rented from Hertz yesterday and after waiting 30 minutes to even get to the counter I needed to wait another 30 minutes for them to locate the car I was supposed to be renting. They never located the car and swapped to a different car. I’m going to be paranoid that someone else’s rental is going to show up on my tab now. Not a good experience especially after a very long flight. Their process and operations is broken. It should not take more than an hour to rent a car when you’ve already reserved online and already have an account setup with them.

I normally rent with Enterprise or Sixt through Lyft with no issue but they did not have any available cars so I tried Hertz. It now doesn’t surprise me Hertz went into bankruptcy.
Liuser
·4 anni fa·discuss
I wonder if timing may have been off. I'd like to imagine that re-introducing it today there'd be more appetite for a personal social network, now that Facebook/Meta is pivoting away.

But, yes I agree, I used to use Path also with just a group of 5 friends around 2013. The app was cleanly designed and it definitely felt intimate.
Liuser
·4 anni fa·discuss
Visited Venice last year late November. During the day, the most enjoyable parts for me were walking a bit further away toward the northern sections (Cannaregio) which are away from the main shopping centers and thus crowds. Then during the late night/early morning I would walk with my wife and explore the city a bit more once the crowds died down and the city felt quiet (after 11pm). That was romantic. I’d parrot with others that it’s amazing not having to worry about cars.

We did Rome, Florence, Tivoli, Siena and Venice. All beautiful cities coupled with amazing food. Florence felt like I was walking through a painting at times; I loved them all.
Liuser
·4 anni fa·discuss
Works fine for 1 application, but what about for thousands of services with many teams?

Everything is difficult with scale. We can’t expect every service owner to implement authz correctly, but if we can expose and build tools that help standardize and abstract as much as possible the difficulties of authz then service owners can focus their energy on other things.
Liuser
·4 anni fa·discuss
I agree that identity is important, but I would argue that challenge lies in authn and would be it’s own separate article. This focus was on authz. We are assuming we trust the passed in identity at this point. Eg user has authned, session is established, and we trust that the identity has been passed securely from downstream.
Liuser
·4 anni fa·discuss
> Normally the client sends a single CONNECT [hostname] request to the proxy and after that the proxy just forwards TCP packets on that connection, which is nothing that HTTP/2 can improve.

Trying to test my understanding - Does the CONNECT HTTP protocol need to match the underlying payload protocol. Eg After CONNECT over HTTP/1.1 tunnel is established it’s still possible for the client to still use HTTP/2 with the upstream server for its underlying payloads correct?

My intuition is that it doesn’t need to match because the proxy has no way to know what http protocol is being used when the workload is encrypted.