Live data from Hacker News

Viewing profile — r-bar

r-bar

HN member
Joined
Mon, Jul 01, 2019, 7:00 PM UTC
HN karma
58
Public activity
15 items

About r-bar

No profile information was provided.

Recent public activity

  1. comment
    Comment #39710060

    The committee wanted Cosmos, Azure, and Postgres all in the name and wouldn't compromise.

  2. comment
    Comment #38808974

    Lima (1) is a project that packages Linux distros for MacOS and executes them via qemu in the backend. Maybe you could solve your problem by launching one of their vms and inspecti…

  3. comment
    Comment #37846676

    K3S includes some extras that make it nice for working in small local clusters, but are not part of the standard k8s codebase. * Traefik daemonset as a load balancer * Helm control…

  4. comment
    Comment #37492989

    You are getting a lot of troll replies, but it is actually interesting to think about. The waste is uncaptured value. It is some part of your software business's domain that is jus…

  5. comment
    Comment #35223026

    I think human programming is not untapped at all. This is describing every line of business application in existence. A great example of both the power and limitations of this is p…

  6. comment
    Comment #33581637

    How does supabase not qualify as open source? Their stack is primarily comprised of other independent open source projects. The one component that isn't is their "realtime" server …

  7. comment
    Comment #29041366

    I have been dying for this. Currently I use privacy.com and their spending limits to get the most basic of functionality. I would my bank to provide an API and make this type of co…

  8. comment
    Comment #28449747

    I don't think true python "one liners" are a thing, but the awkward thing about awk is sits in this place where what you are doing is complicated enough you need awk, but simple en…

  9. comment
    Comment #28200848

    They also seem to be the most willing to open up their GPU sharding API, GVTG, based on their work with their existing Xe GPUs. The performance of their implementation in their fir…

  10. comment
    Comment #27919830

    The best solution I have found for developing locally on k8s is k3d [0]. It quickly deploys k3s clusters inside docker. It comes with a few extras like adding a local docker regist…

  11. comment
    Comment #27776538

    I have had these types of "boring but fulfilling projects" as well. I have also been on the other side where I cannot feel any pride in what I am building and the only solice is at…

  12. comment
    Comment #27382960

    It has been posted elsewhere, but there is a complete data dump of stackexchange on archive.org. https://archive.org/details/stackexchange

  13. comment
    Comment #27042027

    I believe it is more of an English speaking world thing. The tropes of the white wedding come from people emulating English nobility. https://en.wikipedia.org/wiki/White_wedding

  14. comment
    Comment #26823036

    I think #1 is a signal of a failure in the online retail space. As a customer other than reading the (often gamed) reviews on amazon and watching youtube reviewers how do you know …

  15. comment
    Comment #26085897

    I always found it funny that there active efforts to speed up the language by adding more of the dreaded GILs to the runtime! https://bugs.python.org/issue40512