Viewing profile — parito
parito
HN member- Joined
- Mon, Oct 17, 2016, 6:56 AM UTC
- HN karma
- 57
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About parito
No profile information was provided.
Recent public activity
-
comment
Comment #25080539
hi Patrick, For some reason your designers have decided that your website should pick a language based on the ip address. Stop guessing a language :) https://news.ycombinator.com/i…
-
comment
Comment #19244956
Surfshark. 1. IKEv2 and OPENVPN both supported 2. I did not find many VPN's that actually have Linux app (they do) 3. Good price 4. NOT a US based company 5. Very fast updates - I …
-
comment
Comment #16289152
yes, I meant adyen, not stripe, sorry for confusion
-
comment
Comment #16288970
Usually most PSP's do have some reserve rule, like keeping the 5% up to an X amount of sum, but with Adyen their team calculated the X amount to be in the millions - not one PSP (a…
-
comment
Comment #16288748
One of the bigger drawbacks of Adyen vs Stripe, although we wanted to work with them a lot, is, they require a crazy reserve (in the millions) if your model is subscription based. …
-
comment
Comment #15684947
It's interesting to note that just recently we had an article about taking money from the countries with abysmal human rights record, especially when you don't really need that mon…
-
comment
Comment #15433108
They "ban" them for the last 20 years, but it's like baning encryption. Cat is already out of the bag.
-
comment
Comment #15433095
Hey, It's not that simple - it depends on the implementation, otherwise if your browser trusts root cert which was issued by chinese gov, what's to stop them doing the mitm? I mean…
-
comment
Comment #15255972
> A startup that conquers fast/easy/cheap currency exchange, I think will likely do well in Europe as well. ^ This is what Revolut is doing right now in europe
-
comment
Comment #14976615
What this review really lacks is the additional features VPN's can provide, such as malware and fishing protection, location diversity, scale, jurisdiction, protocols supported, et…
-
comment
Comment #13713233
I am suspicious he was not at 5 % body fat after the hike. 5 % is extremely low, like really really low, and he used impedance scales as he said in his post. I use them every day a…
-
comment
Comment #13596656
This privilege escalation vulnerability affects the WordPress REST API that was recently added and enabled by default on WordPress 4.7.0. So basically people who updated religiousl…
- story
-
comment
Comment #13426890
NordVPN is torrent friendly provider, I know many people do use them just in case
-
comment
Comment #12723307
The point of the LXC is, you get a full blown standalone linux, rather than a single process - this simplifies everything a lot, meaning you don't have to have that much documentat…
-
comment
Comment #12723297
Shameless copypaste from well written piece by Flockport: Docker restricts the container to a single process only. The default docker baseimage OS template is not designed to suppo…
-
comment
Comment #12723285
We use ansible and bash scripts for orchestration.
-
comment
Comment #12723118
for the love of god - forget docker, use lxc containers - its simple, secure, goes with its own init, cron, and you dont need to do somersaults to achieve simple tasks. Included wi…