As others have also mentioned, Minoxidil can be effective at slowing or stopping balding, with daily application, though it isn’t immediate (may take a couple of weeks to start showing results). It can vary a lot from person to person, so give it a shot for a couple of months before deciding whether to commit or not.
tmpod
- 13 Posts
- 163 Comments
tmpod@lemmy.ptMto Asklemmy@lemmy.ml•Should Lemmy potentially add an hourly post counter to help users avoid flooding communities?6·16 days agoWhile the issue of the inter-server protocol being overly chatty is very much real, putting the burden on the users isn’t a good solution.
The focus should instead be on improving the protocol itself and its implementation with better algorithms, batching, etc. I’m not super knowledgeable about the inner workings, but I feel like there’s still some relatively “low hanging fruits” in the protocol design (are activities properly batched? are they sent as linear broadcasts to all federated instances? could we use some alternative broadcast distribution, like binomial? etc) and implementation (is the data model leading to some expensive operations? are the SQL queries well written? could we speed them up some other way?).
I say this as someone who’s been running an instance for many years now, and can tell you for sure it has been a rather bumpy ride, as a small server. Running a good and fast server with lots connections is not cheap; not as much as it should, at least imo.
Ah, that’s a nice one!
tmpod@lemmy.ptto Technology@lemmy.world•We need to stop pretending AI is intelligentEnglish2·16 days agohttps://en.wikipedia.org/wiki/Compose_key
It’s a key that makes the next 2 or more keystrokes be dead key inserts that combineinto some character otherwise impossible to type.
In my case, my keyboard had a ≣ Menu key which I never used, so I remapped it to Compose.
tmpod@lemmy.ptto Technology@lemmy.world•We need to stop pretending AI is intelligentEnglish11·16 days agoYou’re correct, but that’s like saying along the lines of manufacturing a car is just bolting and soldering a bunch of stuff. It’s technically true to some degree, but it’s very disingenuous to make such a statement without being ironic. If you’re making these claims, you’re either incompetent or acting in bad faith.
I think there is a lot wrong with LLMs and how the public at large uses them, and even more so with how companies are developing and promoting them. But to spread misinformation and polute an already overcrowded space with junk is irresponsible at best.
tmpod@lemmy.ptto Technology@lemmy.world•We need to stop pretending AI is intelligentEnglish3·16 days agoI’ve been getting into the habit of also using em/en dashes on the computer through the Compose key. Very convenient for typing arrows, inequality and other math signs, etc. I don’t use it for ellipsis because they’re not visually clearer nor shorter to type.
tmpod@lemmy.ptto Technology@lemmy.world•We need to stop pretending AI is intelligentEnglish14·16 days agoThat is not really true. Yes, there are jump instructions being executed when you run interference on a model, but they are in no way related to the model itself. There’s no translation of weights to jumps in transformers and the underlying attention mechanisms.
I suggest reading https://en.m.wikipedia.org/wiki/Transformer_(deep_learning_architecture)
This. And to add to what other commenters have said, by using Bitwarden and paying for their Premium plan (very cheap, just $10/year), even if you don’t use all their features, you’re supporting a good project. It’s critical infrastructure, I think the price is more than fair.
Either way, you should always make periodic backups from any cloud service you use, encrypted of course.
tmpod@lemmy.ptMto Privacy@lemmy.ml•Sign the petition to get proton to accept Monero for payment.0·16 days agoThis would be really neat, however it’s not trivial to sell those everywhere. If you’re lucky to live in a country or even city where they can get those to, you’re golden. If you don’t, you’re screwed.
Unfortunately, as much as I love the idea and tech behind Monero, actually accepting it is not practical at all, as the coin is used a lot for criminal stuff and is thus very strictly followed by many agencies. We don’t know if they can break it, but even they don’t, businesses can get a rough treatment just for accepting Monero. It’s perfectly understandable if they’d rather not do it.
Very useful, even for someone who has been using Linux for many years. Sometimes you just forget or need that tool you rarely use.
tldr
can be much handier than parsing a man page when you’re in a pinch.I use the tealdeer implementation, but any is fine really.
tmpod@lemmy.ptto Linux@lemmy.ml•Is there any way to un-freeze my device when it freezes, without shutting down and losing my work?51·7 months agoNever knew about prelockd, seems like a pretty neat and useful idea, thanks!
Adding onto what’s already on the thread, you can try look at the newer Element Call, which is an implementation of Matrix’s native calls.
I’ve been using it a bit recently, since Jitsi seems to have stopped working reliably for me (to be frank, I’ve not put much effort into debugging it yet). It works well, but it’s still early stage, lacking some features Jitsi has. If that one works for you, I recommend you stick to it.
tmpod@lemmy.ptto Open Source@lemmy.ml•Element X, Call and Server Suite are production ready9·10 months agoI still don’t think it’s there, but development hss been fast, so a lot has changed and improved in the last couple of months.
tmpod@lemmy.ptto Open Source@lemmy.ml•Element X, Call and Server Suite are production ready5·10 months agoNot exactly. Matrix 2.0 relates to the protocol (Matrix) version, which has its major number incremented due to a bunch of, well, major changes/updates to make it much better. OIDC, sliding sync and native calls are some of the new things that comprise the 2.0 update.
The server implementations are somewhat orthogonal to this. Synapse (the original Python server) is still the main implementation, and is Matrix 2.0 ready.
tmpod@lemmy.ptMto Asklemmy@lemmy.ml•What is your favourite open source software that you discovered in the past year, that you can no longer live without?2·10 months agoconduwuit is a fork of the less “energic” conduit.rs software, and both are maintained by the community, not by the Element people, like Dendrite.
Agree, but mad props to the Gentoo people too. Nice community and incredible wiki as well.
tmpod@lemmy.ptMto Privacy@lemmy.ml•Is there such a thing as a privacy driven credit card?0·10 months agoYeah withdraw cash from an ATM and use it. The system sucks, but it’s not trivial to change for a myriad of reasons.
tmpod@lemmy.ptMto Privacy@lemmy.ml•Is there such a thing as a privacy driven credit card?0·10 months agoThere’s no real way to do it. Unless you know someone who can trade you XMR<->cash and you somehow convince your employer to (break laws and) pay you in those forms, you can’t avoid it. At some point, you’ll have to get money on a real bank account, which requires real information to open.
tmpod@lemmy.ptMto Privacy@lemmy.ml•Is there such a thing as a privacy driven credit card?English0·10 months agoAs far as I know, modern cards don’t just send your CC info to terminals, they do some form of a cryptographic handshake (probably a pubkey signature or similar) which gets confirmed by your bank. I believe Caveman was talking more about online shopping, where you have to enter your card number, expiration date, CVC and often your name too.
Yes! Oh my, I’m silly; that was precisely my point and I managed to mess it up 🙃
Thank you for the correction!