Viewing profile — r-bar
r-bar
HN member- Joined
- Mon, Jul 01, 2019, 7:00 PM UTC
- HN karma
- 58
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About r-bar
No profile information was provided.
Recent public activity
-
comment
Comment #39710060
The committee wanted Cosmos, Azure, and Postgres all in the name and wouldn't compromise.
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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
-
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
-
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 …
-
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