Viewing profile — Conan_Kudo
Conan_Kudo
HN member- Joined
- Sat, Feb 06, 2016, 1:39 PM UTC
- HN karma
- 1,290
- Public activity
- 441 items
- HN profile
- View on Hacker News ↗
About Conan_Kudo
No profile information was provided.
Recent public activity
-
comment
Comment #48470835
No, the git test suite is about testing the git codebase. If you want something like that, you need a conformance suite, which does not exist for git.
-
comment
Comment #48469688
It probably would have been less bad if he had chosen MPL-2.0 or LGPL-2.1-or-later. But he chose MIT, which cuts at the core of the intent of licensing the project with a share-ali…
-
comment
Comment #48285551
There's a Generated-by trailer for that sort of thing.
-
comment
Comment #48285536
Claude hijacking Co-authored-by was a big influence on Fedora saying "AI thingies can't claim authorship or co-authorship".
-
comment
Comment #48004516
And for comparison, today you can do an economy round-trip flight with Delta Air Lines for roughly $1.6k (SEA-HND). A Delta One flight is roughly $8.5k. That's the apples-to-apples…
-
comment
Comment #47821172
The interstate system only succeeded because the federal government took the very rare step of steamrolling all the states and individual landowners. It was done in service of putt…
-
comment
Comment #47809104
It's rarely that simple. The question has to be asked "who owns the land?" because usually the rail lines get to belong to who owns the land, even if someone else builds them. The …
-
comment
Comment #47762996
Apple doesn't make regional variants of the phone, so all models have the technology built-in, even if it's disabled by default. Android phones outside of Japan lack Suica support.…
-
comment
Comment #47762944
The question to ask is "who owns the rail lines?". That matters for having a good rail system. It's basically the same problem for why the US doesn't have fiber internet available …
-
comment
Comment #47762935
China also has nationalized rail systems. The major reason for the failure in the US is that the rail lines are not publicly owned. The reason the rail systems never got upgraded a…
-
comment
Comment #47481442
Yes, that is true, but in practice nobody has ever done that. And the material complexity of offering that mode is higher than just dynamically linking the library. Also, modern co…
-
comment
Comment #47478502
> Edit: Some comments mention Qt which could also work although how large is the runtime? Can it be compiled statically? You need a commercial license for that, but yes you could. …
-
comment
Comment #47333942
RHEL 10 lacks 32-bit x86 packages, so it goes past that date. RHEL 9 support ends before that date.
-
comment
Comment #47120642
It's pretty much rpm-ostree. Nobody bothered to make those workflows performant, so if you need to apply updates separately, it's going to suck. The OSTree download can be fast if …
-
comment
Comment #47110454
If people believe it , that's enough. It doesn't have to be good , it just has to mess with people enough .
-
comment
Comment #47036572
I think it's also worth noting that the Dockerfile format is still driven by Docker, and there have been zero extensions to the format by Podman folks, so Containerfile==Dockerfile…
-
comment
Comment #47001296
Microsoft has effectively ended support for the self-hosted versions of the groupware stack. So between Microsoft and Google (since both are SaaS), I would pick Google. Especially …
-
comment
Comment #46995009
SUSE used Teams for years (particularly under Melissa Di Donato, who made everyone use it). I used to participate in some of the community project meetings that wound up being on T…
-
comment
Comment #46979469
The climate makes it work. I wish it was like that for my high school, but alas we just had the stifling building.
-
comment
Comment #46973283
Linus got counseling to get better at communication. Even he recognized that was bad. Don't use him as an example to accept bad people.
-
comment
Comment #46899809
The web is awful as a programming environment. It's popular because it's everywhere, not because it's good.
-
comment
Comment #46734867
Well, technically the technology was originally built by IBM folks, as that's where LXC came from. But otherwise yes, your point makes sense.
-
comment
Comment #46667332
The original goal of DevOps never happened. Companies immediately jumped on this with "rationalizations" and "integrations" to make it so fewer people were in charge of more things…
-
comment
Comment #46615327
This is basically how most other CI systems work. GitLab CI, Jenkins, Buildbot, Cirrus CI, etc. are all other systems I've used and they work this way. I find GitHub Actions abhorr…
-
comment
Comment #46489837
PySide is supported. The KDE Frameworks Python bindings work on top of PySide.