<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: inscrutable</title><link>https://news.ycombinator.com/user?id=inscrutable</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 09:46:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=inscrutable" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by inscrutable in "Is Kotlin Multiplatform Replacing Flutter?"]]></title><description><![CDATA[
<p><a href="https://developers.googleblog.com/en/google-kotlinconf-2024-a-look-inside-multiplatform-development-with-kmp-and-more/" rel="nofollow">https://developers.googleblog.com/en/google-kotlinconf-2024-...</a><p>For the name of the internal framework, I can't remember which podcast I heard it on, but they haven't mentioned it publicly much if at all. It's something they threw together in like 2012.</p>
]]></description><pubDate>Fri, 21 Jun 2024 09:09:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=40747679</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=40747679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40747679</guid></item><item><title><![CDATA[New comment by inscrutable in "Is Kotlin Multiplatform Replacing Flutter?"]]></title><description><![CDATA[
<p>ok, this may be a red herring.<p>Still, in a couple of years when Compose Multiplatform is mature, and Google is looking to boost profit margin, they may rationalise their investment in multiple Cross Platform toolkits. I think most agree that, from a technical viewpoint, KMP + Compose Multiplatform offers the most flexibility.</p>
]]></description><pubDate>Fri, 21 Jun 2024 09:08:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=40747674</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=40747674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40747674</guid></item><item><title><![CDATA[New comment by inscrutable in "Is Kotlin Multiplatform Replacing Flutter?"]]></title><description><![CDATA[
<p>One datapoint is that Google rewrote their Google Docs app in KMM (which doesn't include UI, that's Compose Multiplatform), replacing their legacy in-house framework. They intend to write more of their apps in it.<p>They also recently offshored some Flutter roles which may be a sign of how central they view Flutter. In a few years it may be in the graveyard.<p><a href="https://touchlab.co/KMP-at-google" rel="nofollow">https://touchlab.co/KMP-at-google</a><p><a href="https://www.reddit.com/r/FlutterDev/comments/1chwqtu/flutter_pm_shares_update_on_the_state_of_the/" rel="nofollow">https://www.reddit.com/r/FlutterDev/comments/1chwqtu/flutter...</a></p>
]]></description><pubDate>Fri, 21 Jun 2024 08:05:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=40747242</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=40747242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40747242</guid></item><item><title><![CDATA[New comment by inscrutable in "Ask HN: Startup Devs -What's your biggest pain while managing cloud deployments?"]]></title><description><![CDATA[
<p>A monolith on GCP Cloud Run + Postgres Alloy db is as close to Heroku as exists today. No external tools for ci, deployments/rollbacks, logs, metrics are needed. Zero lock-in, nothing to maintain. If for some reason you get to 10+ services and want to go to kubernetes, that's easy.<p>If AWS is required, a monolith on ECS Fargate + Aurora Postgres Serverless is perfectly cromulent. You'll need to string together some open source tools for e.g. ci/cd.</p>
]]></description><pubDate>Wed, 27 Mar 2024 11:22:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39837675</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=39837675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39837675</guid></item><item><title><![CDATA[New comment by inscrutable in "PaLM 2 Technical Report [pdf]"]]></title><description><![CDATA[
<p>maybe you're right, but I'd be skeptical. In a non-snarky way, this shows the data sources used in models to date up to GPT 3.<p><a href="https://lifearchitect.ai/whats-in-my-ai/" rel="nofollow">https://lifearchitect.ai/whats-in-my-ai/</a><p>OpenAI paid $2m/year for twitter feeds until Elon cut them off, and Sam Altman has mentioned they'd paid a lot for scientific journals and Reddit mention they'll start charging. Given how central data quality and curation is, if these  private data sources give a significant boost, it won't be available for Apache2 models.</p>
]]></description><pubDate>Wed, 10 May 2023 19:45:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=35892516</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=35892516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35892516</guid></item><item><title><![CDATA[New comment by inscrutable in "PaLM 2 Technical Report [pdf]"]]></title><description><![CDATA[
<p>My sweet summer child, this is a closely guarded secret. Will only be revealed if perhaps Europe demands it so that copyright holders can sue.</p>
]]></description><pubDate>Wed, 10 May 2023 19:24:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=35892217</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=35892217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35892217</guid></item><item><title><![CDATA[New comment by inscrutable in "AlloyDB Omni – run AlloyDB anywhere"]]></title><description><![CDATA[
<p>That's impressive, surprised there's that much juice that could be squeezed without changing architecture. I ask because AWS Aurora is flattered in comparison to RDS due to e.g. some dumb oob pg settings that a lot of people don't change.<p>From seeing the cloud alloydb I had imagined most of the improvements were due to the wal-shipping and cloud native aspects.</p>
]]></description><pubDate>Wed, 29 Mar 2023 20:24:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=35362953</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=35362953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35362953</guid></item><item><title><![CDATA[New comment by inscrutable in "AlloyDB Omni – run AlloyDB anywhere"]]></title><description><![CDATA[
<p>This looks great! For the 2x general improvement, how much of that is due to setting/modifying postgres settings and adding good indexes, versus improvements to the code itself?</p>
]]></description><pubDate>Wed, 29 Mar 2023 19:26:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=35362051</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=35362051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35362051</guid></item><item><title><![CDATA[New comment by inscrutable in "Epic Tells Customers It Will Stop Google Cloud Integrations"]]></title><description><![CDATA[
<p>There seems to be major disengenuousness on behalf of EPIC and Cerner, and some ignorance on behalf of WSJ.<p>GCP != Google Health, at least for the purposes of patient privacy. If you hold the encryption keys, google can't do anything, or am I wrong in that assumption?<p>It is fine, and expected, to rule out GCP for storing your own records for competitive reasons (e.g. choosing them would make future Google Health integrations easier). It is also expected, if not quite fine, to try to actively prevent your customers from using GCP.<p>Cerner seemed happy to play a few rounds of golf with Eric Schmidt regarding using GCP, presumably to try to glean insight into Google Health, while EPIC flat out refused a meeting. Cerner then helpfully provided a misleading quote to the WSJ to help spread FUD.</p>
]]></description><pubDate>Tue, 21 Jan 2020 09:32:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=22105464</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=22105464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22105464</guid></item><item><title><![CDATA[New comment by inscrutable in "Deploy your side-projects at scale for basically nothing – Google Cloud Run"]]></title><description><![CDATA[
<p>thanks, I hope you're right, GCP doesn't appear to be clear on this point, seems to be offering free trial up to May 2020 and then who know. I'm aware of the ability to set it up from open source which is a great fallback!</p>
]]></description><pubDate>Sun, 12 Jan 2020 19:06:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=22028394</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=22028394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22028394</guid></item><item><title><![CDATA[New comment by inscrutable in "Deploy your side-projects at scale for basically nothing – Google Cloud Run"]]></title><description><![CDATA[
<p>Thanks, although unfortunately I'm not in the price bracket for Anthos (starts at 120k/year or so I believe).</p>
]]></description><pubDate>Sun, 12 Jan 2020 18:33:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=22028087</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=22028087</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22028087</guid></item><item><title><![CDATA[New comment by inscrutable in "Deploy your side-projects at scale for basically nothing – Google Cloud Run"]]></title><description><![CDATA[
<p>started using this... pretty awesome vs the wall of yaml it replaces. Not suitable for all workloads (max 1cpu/2 gigs ram, 4 minute max pod startup time, can't do background work when not serving a request). But it replaces cert-manager, ingress-nginx, oauth2-proxy, k8s service, k8s deployment, k8s secret, k8s configmap, k8s hpa, k8s pdb, helm charts and cluster management.</p>
]]></description><pubDate>Sun, 12 Jan 2020 18:05:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=22027839</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=22027839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22027839</guid></item><item><title><![CDATA[New comment by inscrutable in "Deploy your side-projects at scale for basically nothing – Google Cloud Run"]]></title><description><![CDATA[
<p>except it's open source...</p>
]]></description><pubDate>Sun, 12 Jan 2020 17:53:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=22027754</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=22027754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22027754</guid></item><item><title><![CDATA[New comment by inscrutable in "Amazon has long ruled the cloud – now it must fend off rivals"]]></title><description><![CDATA[
<p><p><pre><code>    On GKE, you don't need to define node-pools if you tick enable node-autoprovisioning. This is effectively an EKS fargate profile without any of the limitations (discrete node size, inability to mount volumes etc)

    On GKE there's no need for bastion hosts, you can connect to private nodes automatically by tunneling through identity-aware-proxy

    On GKE, there's no faffing about with aws-auth-configmap, nodes automatically join the cluster

    On GKE, you can use regional persistent disks if you need to store state rather than single zone EBS

    On GKE, you can use a single static ip for your nginx-ingress load balancer without needing to faff about with AWS global accelerator (which in any case gives you multiple ips)

    On GKE, managed node pools are automatically repaired and upgraded with the choice of google's OS or ubuntu unlike Amazon Linux which is currently the only choice for EKS' managed node pools. GKE can automatically use spot instances unlike the farce on AWS with a 3rd party (spotinst) charging a premium for the same functionality

    On GKE, managed istio is ticking a box versus a self-install on EKS

    On GKE you need to worry much less about ip exhaustion as they use alias ips vs dedicated ENIs for EKS

    Associating IAMs with kuberenetes service accounts is much easier with GKE workload identity than with EKS' oidc webhook

    GKE has several features which EKS doesn't (calico, vertical pod autoscaling, binary authorisation, export of cluster data to bigquery)

</code></pre>
<a href="https://www.reddit.com/r/googlecloud/comments/ejxxn5/has_anyone_done_a_thorough_diff_analysis_between/fd47cda?utm_source=share&utm_medium=web2x" rel="nofollow">https://www.reddit.com/r/googlecloud/comments/ejxxn5/has_any...</a></p>
]]></description><pubDate>Mon, 06 Jan 2020 15:57:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=21970076</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=21970076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21970076</guid></item><item><title><![CDATA[New comment by inscrutable in "Anthos – Build and manage modern hybrid applications"]]></title><description><![CDATA[
<p>so this will run on AWS and Azure too.... what is it going to use to provision the cluster, kops?</p>
]]></description><pubDate>Tue, 09 Apr 2019 18:36:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=19617672</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=19617672</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19617672</guid></item><item><title><![CDATA[New comment by inscrutable in "Launch HN: Dockup (YC W19) – On demand staging environments for dev teams"]]></title><description><![CDATA[
<p>yea this seems a lot like how I do things with Jenkins-x preview environments. Other parts of the stack are pulled in based on the latest version of the respective helm charts.</p>
]]></description><pubDate>Tue, 05 Mar 2019 19:55:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=19313642</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=19313642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19313642</guid></item><item><title><![CDATA[New comment by inscrutable in "IBM acquires Red Hat"]]></title><description><![CDATA[
<p>This is fine.</p>
]]></description><pubDate>Sun, 28 Oct 2018 21:24:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=18323301</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=18323301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18323301</guid></item><item><title><![CDATA[New comment by inscrutable in "IBM acquires Red Hat"]]></title><description><![CDATA[
<p>I can see independent software vendors like Heptio and Canonical being the main beneficiary of this deal.<p>IBM can sweat the old large companies but they have no credible cloud offering and this doesn't change that. Converting on-prem to kubernetes and using a proper cloud like Google, AWS or Microsoft without also paying steep margin to IBM would seem to be more attractive.</p>
]]></description><pubDate>Sun, 28 Oct 2018 20:34:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=18322992</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=18322992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18322992</guid></item><item><title><![CDATA[New comment by inscrutable in "Digital Ocean Managed Databases"]]></title><description><![CDATA[
<p>Mongo licensing prevents DO doing this themselves, although they could partner with them.</p>
]]></description><pubDate>Wed, 24 Oct 2018 18:08:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=18294874</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=18294874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18294874</guid></item><item><title><![CDATA[New comment by inscrutable in "Digital Ocean Managed Databases"]]></title><description><![CDATA[
<p>very interesting. With this and the new DO kubernetes offering (if both are reliable), DO could be a compelling option for postgres-based kubernetes clusters baseload - circa half the price of google cloud.<p>All the other stuff you need like logs and monitoring can be installed with helm charts.</p>
]]></description><pubDate>Wed, 24 Oct 2018 18:05:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=18294852</link><dc:creator>inscrutable</dc:creator><comments>https://news.ycombinator.com/item?id=18294852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18294852</guid></item></channel></rss>