I puzzled over the "The Long and Short of It" as for me (git version 2.54.0)
git -h branch
gives the same output as
git branch --help
so I could not understand why master git jumped and died. But it seems that in older versions it threw an argument error according to the old discussion [0].
I see that `git -h branch`, `git branch --help` and `git --help branch` give the long output but `git branch -h` gives the short. I suspect that `git [-h | --help] branch` is converted to `git help branch` which runs `help` with argument `branch`. But `git branch -h` runs `branch` with argument `-h`. Also as `git -h alias` prints the alias definition while `git alias -h` gives the short help for the aliased command.
Taking creatine does not bar you from doing other things. Being "low energy" is too general a thing, and to approach you probably need to start eliminating factors anyway until you find the issue, by getting better sleep, doing blood tests etc. Taking creatine can be part of this.
Creatine supplementation not having significant effect in X domain in population level does not mean that it will not have effect on YOU if for example you are vegan and don't get enough creatine from diet. If you have low energy, probably you have something that may not show in a population level. Similarly you may be low in B12 and then B12 can help you, but it may not show effects in population level if most of the population is not low in B12 (and your study is not powered enough to catch nuances).
It is not like when you have to choose between two medicines and excluding one can be harmful even if the other is not harmful to take per se. You can supplement creatine and try whatever else at the same time.
It depends on how often you search to find things, how much chronically online you are etc. I do 800-1200 searches per month, and that's excluding !w etc bangs that I also heavily use.
> Across most states, viewing CSEM alone is generally not a mandated-reporting trigger; reporting becomes obligatory when disclosures involve an identifiable child being abused or used to produce material.
> California’s CANRA imposes a distinct duty to report electronic access (download/stream) with identifying patient information, upheld against privacy challenges based on compelling state interest.
For now, it seems that direction that lm studio is taking for enterprise market is "local ai deployment support". They recently launched "lm link" which basically uses tailscale to create e2ee connections between computers running lm studio where you are logged in. Granted one can also setup tailscale or their own vpn themselves and use llama-server, but I guess it is simpler to provide it out of the box. In any case I am not sure pivoting from running local models to "cloud offering" (as in providing llm inference at their severs) is a sensible choice granted there is already competition in that space and they have no leverage there. The highest expected path imo would be to be bought by a company that makes (esp open weights) llms and has a similar business plan around enterprise contracts with local deployments.
Maybe. But also imo it happened because the author was not testing proton/crossover at all until the beta was released, and even then only later that did people started reporting it. Developing in one platform and then post-release fixing bugs in others that the game is not actually meant to be played is probably not easy.
The bug is still there, disabling assisted moves helps a lot and it triggers less but it still happens if you are unlucky.
Just to note that the author seems in general very nice and helpful, and one can choose what platforms they want to support, I just wish we could get native builds for more platforms like with duskers 1, which had native macos and linux, or at very least to have wine supported so that there is less of windows monopoly in games.
Author's latest title has enormous memory leaks in linux through proton (and in macos through crossover) [0]. I hope the author puts effort in non-windows platforms for this one during development, because the first duskers was indeed a great game.
Not saying this device is not cool, but one can also get this info easily in a computer, if you find out what to look for. One had presented a utility here some time ago with a menu bar icon showing this information
Personally I have stopped buying cables that do not disclose this information. There are pretty fine alternatives that do, so I see no reason to take gambles.
My only issues so far come from charging protocols rather than cables anyway.
Moreover, stuff like how many watts a cable supports are issues that happen regardless connector type.
> Blogspam and corporate blogs had killed quality bogs ages ago
One of the main reasons that I (and I assume others) am here is because I can discover interesting content. It is true that there is a lot of spam in the internet but if I wanted that I would be in x, linkedin or sth. My problem with AI right now is that I consider machine generated content low quality one, and I would like to be able to decide if I want to read such an article without having to waste time before I realise it is ai generated.
> if an AI generated article is indistinguishable from a human written article and it is accurate and interesting, do you care who wrote it
Ideally I would like to know regardless. Practically in such a hypothetical future scenario it may be impossible, but I think that not doing sth right now because of some hypothetical future that may or may not happen is not a very good argument. Right now the AI content is pretty distinguishable, and if one took the time and effort to make it not seem like AI then at least that text contains some more human effort.
I dont see that. To me it reads like a genuine question to an actually underspecified part of how much embedded carbon emissions ram entails. I read the question at the time and found it reasonable and genuine, and I see no strong reason to suspect that any of the commenters there is an LLM.
A judgement on the content (product of writing) is not a judgement on people. I dont care if a person uses LLMs in their life – heck, I myself do. But I care if I want to spend my time reading an LLM-written/assisted article or not.
AI has a distinct, low-quality and unnecessarily sensational writing style, which signals low effort post first of all. If you use AI and you put the effort to make it not look like AI it means that at least you put some effort into it.
I am not sure how the future may be, but the direction of AIs has been to solidify their distinct writing style rather than assimilate to humans. So we can start addressing what we are dealing with now. I doubt HN tagging/flagging can put enough pressure to affect how llms will evolve anyway in the future, while the llm speech becomes more and more ubiquitous and unhinged.
gives the same output as
so I could not understand why master git jumped and died. But it seems that in older versions it threw an argument error according to the old discussion [0].
I see that `git -h branch`, `git branch --help` and `git --help branch` give the long output but `git branch -h` gives the short. I suspect that `git [-h | --help] branch` is converted to `git help branch` which runs `help` with argument `branch`. But `git branch -h` runs `branch` with argument `-h`. Also as `git -h alias` prints the alias definition while `git alias -h` gives the short help for the aliased command.
[0] https://news.ycombinator.com/item?id=5512103