Viewing profile — pcnix
pcnix
HN member- Joined
- Thu, Feb 09, 2017, 4:28 PM UTC
- HN karma
- 367
- Public activity
- 163 items
- HN profile
- View on Hacker News ↗
About pcnix
No profile information was provided.
Recent public activity
-
comment
Comment #39024713
The problem is that we place a responsibility on competition in the market to favor consumers by reducing prices and preventing companies from having excessive margins. Allowing a …
-
comment
Comment #36931899
This is similar to calculating probability from an odds ratio - if x = 1 and if n = your odds ratio, p = n/(n+1) A neat explainer for how this helps with Bayesian updates (which is…
-
comment
Comment #35901545
That was a bad way to make the point, because you could serve five orders of magnitude higher with PHP, or node or go or python or pretty much any language right now. On top of tha…
-
comment
Comment #28210636
I second the channel recommendation, it is a perfect watch for people interested in hands on building.
-
comment
Comment #27627533
Syncthing now supports untrusted encrypted nodes, and it's fairly reliable.
- story
-
comment
Comment #27156601
How I do this: * Create a unidirectional push only sync between the phone and a remote * Remote has a cron that syncs to backblaze regularly, and deletes from the server (this does…
-
comment
Comment #27077785
Have you checked out the new EBS gp3 disks? Throughout vs cost is much better on those than gp2, and also cheaper than Provisioned IOPS
-
comment
Comment #26433344
Thank you for being our Yev!
-
comment
Comment #26249189
Intel MBP at two years ``` === START OF SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED SMART/Health Information (NVMe Log 0x02) Critical Warning: 0…
-
comment
Comment #26050509
> Nothing in GP's comment suggests that women should spend their twenties finding a husband, nor that they shouldn't do the things you just mentioned. That is in fact exactly what …
-
comment
Comment #25417185
The author is Raymond Chen, and the blog is probably the single most influential blog on windows internals. He has decades of amazing posts that are well worth a read.
-
comment
Comment #25355998
Disclaimer: I work at BrowserStack We've built a tool to help measure speed with these sort of issues in mind - https://www.browserstack.com/blog/announcing-speedlab-test-w...
-
comment
Comment #25268867
Another subission today seems to point to exactly what you're looking for - https://aws.amazon.com/blogs/aws/new-for-aws-lambda-function...
-
comment
Comment #24317961
I think there's two real issues here: * Apple does not allow other App Stores on their platform * Apple does not allow other payment processing or even instructions on where you ca…
-
comment
Comment #23769775
Might I suggest checking out org-journal? It's a natural extension of the org-mode way of things, and integrates quite well with the agenda too.
-
comment
Comment #23759964
In my experience, ALB scaling is opaque, and constantly lags behind herds of traffic. This is very noticeable if you're running services that experience sudden spikes, there's a no…
-
comment
Comment #23701614
Dan Luu has some interesting metrics on this [1]. This strikes at a slightly different problem, the latency of actually showing things on screen, but points out that not all is goi…
-
comment
Comment #23526879
Looking at the code, this looks neat and minimal. I love the style. I was struck by how simple and effective an idea this was, and the clean implementation. Great work!
-
comment
Comment #23447536
You can also check out Zetteldeft, a deft based org mode extension that adds a bunch of useful shortcuts.
-
comment
Comment #22949843
Interestingly enough, people really good at understanding the complexity in systems are also people that seem to fall prey to, as you said, cultivating a false impression of unders…
-
comment
Comment #22851522
This is a useful library for plists, in case you're interested - https://docs.python.org/3/library/plistlib.html
-
comment
Comment #22328238
This is a database that satisfies at least the first three normal forms, and that might be why it felt comfortable. I admit that I have seen some dirty usage of this from a few Wor…
-
comment
Comment #22247018
Firefox for Android has had addon support for ages, this is addon support for the Firefox for Android redesign - Firefox Preview.
-
comment
Comment #22028764
GCP has Cloud Functions as the serverless Google Cloud equivalent of Lambda, this is more like a Google version of Heroku.