Viewing profile — joshberkus
joshberkus
HN member- Joined
- Sun, Oct 04, 2015, 6:54 AM UTC
- HN karma
- 88
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About joshberkus
No profile information was provided.
Recent public activity
-
comment
Comment #21519647
True, but it's been a goal to open source Quay from before Red Hat acquired CoreOS. The Quay team has always wanted to go community OSS, and it's been Red Hat's policy since acquis…
-
comment
Comment #21516663
No, the CoC violation was for making a video, in his very popular podcast channel, supporting the "right" of Somnez to attack women in tech. Since Woods was coming to Kubecon speci…
-
comment
Comment #21509316
Charles Woods was denied a pass to Kubecon on the basis of his podcasted support for attacks on women and black people in tech by Mr. Somnez. It had absolutely zero to do with MAGA…
-
comment
Comment #21509174
Charles Woods was denied a pass for Kubecon on the basis of his podcasted support, at length, for Somnez's attacks on women in tech. It had absolutely nothing to do with MAGA hats.…
-
comment
Comment #19586827
Wow, congrats PG devs! This has been a dream for Postgres for like 8 year now.
-
comment
Comment #18276880
They're certainly Christian values, but they're not "conservative", at least not by the American definition. I'll point you to these tenets: * Relieve the poor. * Clothe the naked.…
-
comment
Comment #18276461
It's not a joke. Dr. Hipp is a genuinely religious person, and he means this seriously.
-
comment
Comment #17820182
Why should the success or failure of VC-funded startups be a concern for open source? If Redis Labs folds, that's sad for them and I'm sure I'll end up writing some references for …
-
comment
Comment #17820014
If you read the shutdown blog post for RethinkDB, licensing was not among their problems. Instead, they were market positioning, reputation, and developing products suitable for th…
-
comment
Comment #17819811
Josh Berkus, member of the OSI license review committee here. License Zero was rejected because it's not open source. It is, in fact, a business model for a specific startup (and, …
-
comment
Comment #17819748
For historical relevance: Microsoft already tried this with its "Shared Source" nonsense, an attempt to reap the marketing benefits of Open Source while actually opening anything. …
-
comment
Comment #17819661
Kevin, If the goal is to monetize the Redis Labs modules, why not just put them under straightforwards proprietary licenses? This is a well-trodden and well-understood path. This C…
- comment
-
comment
Comment #17040933
"always" is a really long time.
-
comment
Comment #17040322
This is where we'd love to have your community input on Fedora/CentOS versions. Fedora Atomic Host has had very recent kernels available, and I don't see why that wouldn't continue…
-
comment
Comment #17040255
It is to move our technology stack forwards. Container Linux and Tectonic have technology which the RH container stack has lacked (e.g. Ignition, Operator-based host upgrades). At …
-
comment
Comment #17040189
For anyone reading this thread who is at Red Hat Summit, we will have a Container Linux/Atomic BOF at 1pm today (May 10), in the BOF area on the 2nd floor.
-
comment
Comment #17040135
Also, I'd really like to know how you're deploying Kubernetes on Atomic, because we will likely stop building some of the multiple ways to install K8s on Atomic, and would prefer t…
-
comment
Comment #17040118
So, it depends on which Atomic. Fedora Atomic Host will be updated through at least the end of Fedora 28 cycle (december?). I'd like to keep it updated through Fedora 29, but we'll…
-
comment
Comment #16925377
Hmmm. PostgreSQL treats output rowsets as their own thing, so this works differently in a subquery than in a top-level query. Not that that's desireable, it's just a consequence of…
-
comment
Comment #16925161
That's a fairly obtuse example. Is there a standard you're drawing from, for this? Because this example works fine: postgres=# create table func_test ( id int primary key, data tex…
-
comment
Comment #16218414
Yes, that's correct. If you are going to use sync rep because you can't lose transactions, you really want to use the latest version of PostgreSQL, which supports quorum sync (i.e.…
-
comment
Comment #16218337
Yes, and (1) no longer applies because service locators which locate the master are now easy to do.
-
comment
Comment #16215864
Also, the article does show us the kind of knowledge that admins will always need to have, such as the tradeoffs between asynchronous and synchronous replication.
-
comment
Comment #16215855
I wouldn't say that you need deep knowledge at this point. However, you do need at least journeyman level knowledge. Lots of folks (including me, on Patroni) are working to make mo…