• 0 Posts
  • 429 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
  • First of all this is not a paradox, unless you’re not explaining something, there are two yous past and future, if past self turns off the machine before seeing the numbers nothing happened, if he turns it off afterwards the information has already been transferred so nothing happens either.

    I have a feeling you might have recently watched Primer and are thinking of a similar working tome machine, where the machine needs to be powered on from past until future. But if this situation happened in Primer it wouldn’t be a problem either because you’re not in the box after you leave it. It’s a bit weird, but if you imagine time as horizontal lines, the box allows you to travel diagonally, so you only exist inside the box in that timeline at the moment of exiting, before that you were in a different timeline, so if you exit the box, wait a while and turn it off you’re only preventing yourself from using the box again. In fact that’s one of the big reveals of the movie, except it’s said in passing by mentioning that the boxes are multi-use.


  • Your answer is intuitively correct, but unfortunately has a couple of flaws

    Supercomputers once required large power plants to operate

    They didn’t, not that much anyways, a Cray-1 used 115kW to produce 160 MFLOPS of calculations. And while 150kW is a LOT, it’s not in the “needs its own power plant to operate” category, since even a small coal power plant (the least efficient electricity generation method) would produce a couple of orders of magnitude more than that.

    and now we carry around computing devices in out pockets that are more powerful than those supercomputers.

    Indeed, our phones are in the Teraflops range for just a couple of watts.

    There’s plenty of room to further shrink the computers,

    Unfortunately there isn’t, we’ve reached the end of Moore’s law, processors can’t get any smaller because they require to block electrons from passing on given conditions, and if we built transistors smaller than the current ones electrons would be able to quantum leap across them making them useless.

    There might be a revolution in computing by using light instead of electricity (which would completely and utterly revolutionize computers as we know them), but until that happens computers are as small as they’re going to get, or more specifically they’re as space efficient as they’re going to get, i.e. to have more processing power you will need more space.


  • Ok, I think I can provide some insight into this that I think it’s missed on other replies.

    I switched to Arch back when Arch had an installer, yup, that’s right, Arch used to have an installer, then they removed it and you had to do most of the process manually (yes, I know pacstrap is technically an installer, but I’m talking about the original ncurses installer here).

    After Arch removed its installer it began to attract more purists, and with that the meme was born, people online would be discussing stuff and someone would explain something simple and the other would reply with “I use arch BTW”, which meant you didn’t need to explain trivial stuff because the person had a good idea on how their system works.

    Then Arch started to suffer from being too good of a distro, see those of us that were using it consistently saw posts with people complaining about issues on their distros that never affected us, so a sort of “it doesn’t happen on my distro” effect started to grow, putting that together with the excellent wiki that people were linking left and right (even for non Arch users) and lots of people became interested.

    This new wave of users was relatively new to Linux, they thought that by following a tutorial and running a couple of command lines when installing arch they had become complete experts in Linux, and they saw the “I use Arch btw” replies and thought they meant “I know more than you because I use Arch”, so they started to repeat that. And it became common to see posts with people being L337 H4ck3r5 with no clue whatsoever using “I use Arch btw”.

    That’s when the sort of cult mentality formed, you had experienced people who liked Arch because it was a good distro that didn’t break on its own with good documentation to help when you screw up, these people suffered a bit from this and told newbies that they should use Arch. Together with that you had the other group who thought because they installed Arch they were hackers telling people Arch was waaaay too hard, and that only true Linux experts should use it. From the outside this must have felt that we were hiding something, you had several people telling you to come to our side or they couldn’t help you, or pointing at documentation that looked specific for their distro, and others saying you weren’t cool enough for it probably felt like a cult recruiting.

    At the end of the day Arch is a very cool distro, I’ve tried lots of them but prefer Arch because it’s a breeze to maintain in the long run. And the installation process is not something you want to throw at a person who just wants to install Linux to check it out, but it’s also not complicated at all. There are experts using Ubuntu or other “noob” distros because at the end of the day it’s all the same under the hood, using Arch will not make you better at Linux, it will just force you to learn basic concepts to finish the installation that if you had been using Linux for a while you probably already know them (e.g. fstab or locale).

    As for Ubuntu, part of it stems from the same “I use Arch btw” guys dumping on Ubuntu for being “noob”, other part is because Canonical has a history of not adoption community stuff and instead try to develop their own thing, also they sent your search queries to Amazon at some point which obviously went very badly for their image in the community.




  • Nibodhika@lemmy.worldtoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    8 days ago

    I have Jellyfin running for years too and it has never broken for me, I use Linuxserver image, so maybe they delay the updates a bit?.. Now, Immich has broken so many times that nowadays is the only docker I don’t keep at latest (and I know using latest is a bad practice, I understand the reasons, but the convenience of not worrying about the versions beats all that for me)



  • My point is that of those 120 probably 110 have never been compromised nor forced you to change the password due to expiration policies. The remaining 10 are the ones that require some mental gymnastics, so while the problem exists it’s not as serious as it sounds. I probably have more than 120 identities using this method since I’ve been using it for years, and I don’t think I ever had to use the counter, it’s a matter of being consistent in how you think about websites, for example if you know how you refer to a site slugify it and use that for the field, so you would use spotify, netflix, amazon-prime.


  • Yeah, it’s probably a legal thing, rreading-glasses is just metadata for books, completely legal, but readarr legality is less clear, so maybe they’re trying to prevent issues.

    Also I didn’t understand what is rreading-glasses and why you need it

    Say you want to grab a book by Isaac Asimov, you type the name of the book in readarr search bar, readarr contacts a metadata provider to show you cover images, author, date, etc. Then when you select the book readarr uses that metadata to search for downloads and ensure you’re getting the correct book and not another random book with the same name.

    The problem is that readarr uses a closed source API for it’s metadata, and it’s constantly offline, which makes it impossible to use readarr. Luckily they allow you to customize the URL for the API, and rreading-glasses is an open source implementation of that API that you can use as a drop in replacement.





  • It’s strange how I never see this mentioned anywhere, but there’s a way to get unique secure passwords for every site/app without needing to store them anywhere. It’s called LessPass, and essentially generates passwords based on 3 fields (site, username, master password) and works relatively well, because the advantages are quite obvious I’ll list the potential downsides:

    • If one password is compromised or needs changing for whatever reason you need to increase a counter and need to remember which counter for which site (this is less problematic than it sounds, except in places that have a password policy that forces you to change your password periodically)
    • Android can store the master password and use fingerprint to input it, but in PC you always have to type your master password which can get annoying.
    • You need to change your passwords to this new format, which can take a while, and years down the line you’re trying to login somewhere and don’t remember if you’ve already migrated it or not.

  • Damn, I thought I had sent the reply and it’s been erased.

    I’ll keep it short, muscle memory for qwerty doesn’t go away that easily, at least it didn’t for me, but I’m able to type blindly in qwerty (just not touch typing). Still I think that something I can use in my laptop is very useful so I can keep the ergonomics on the go.

    I don’t have the exercises, it was just something someone told me to do, I’m sure whatever your doctor is telling you would be better.

    For the split vs ortholinear I think split makes more difference, whenever I use a normal keyboard I feel this, but never had any pains related to it, it’s just more comfortable.



  • As a general rule yeah you can, however the price for stuff if you’re not insured is very expensive, but it will likely still be much cheaper than the USA, and also if it’s not an emergency you might have trouble being able to get to a doctor. Let me give you an example, we were visiting Spain when my wife fell and twisted her ankle, we had to call an ambulance, she had an emergency consultation with an X-RAY (luckily she didn’t broke anything), and because we had forgotten our sanitary card we had to pay foreign prices, i.e. €200. That looks expensive to us because if we had brought that card it would have been free, but that same thing in the US could cost us $5000 so overall lot cheaper.

    That being said, in Ireland for my wife to go to an Endocrinologist we had to:

    • Register with a GP
    • Book an appointment for that GP
    • Pay that appointment
    • Convince the GP you need to see an Endocrinologist. If he disagrees you won’t get to an Endocrinologist.
    • The GP books the Endocrinologist appointment for you, or sends an email to the endocrinologist allowing you to book it
    • You pay for the Endocrinologist appointment
    • You go there and explain your symptoms, he’ll likely order blood exam and ask you to return on another day
    • You book and pay the blood exams
    • Do the blood exam
    • Book and pay the return consultation to the endocrinologist

    Overall cost was around €1000 and took us over a month to go through all of that. And again this might feel cheap for you, but to us feels expensive. And because of the initial requirement to register with the GP tourists can’t do it. Not sure how other countries work, in Spain we book stuff through our insurance and just show the insurance card and haven’t paid anything in over a year.



  • I understand, and I agree, although I’m reading all the replies are already becoming wall of text so I’ll skip parts but I have read them and they’re all interesting.

    I’ve landed on Night.

    That looks interesting, although I would be weary of learning a layout that only works on specific keyboards, it will make it hard for you to use a laptop on the go, work in an office with a normal keyboard or any other similar situation.

    Furthermore, how bad did things become?

    I think it’s easier if I answer this first. At the worst I had problems holding heavy stuff in my hand, as in fingers lackesld strength or didn’t respond properly. And for my lower back at the worst it was constant pain where I needed to lay down with a pillow on my lumbar to stretch. After fixing those I became very aware of the initial feelings, such as numbness or feeling pain when stretching (which btw I strongly recommend you check out wrist and finger stretching exercises as they help a lot). Lots of the changes I made (e.g. split ortholinear keyboard) were probably not needed, but the wrist pain that kickstarted everything got me worry enough that I don’t want to take any chances.

    After a couple of hours, I do experience strange sensations that border on pain. Furthermore, there’s (almost) always some level of unease/discomfort. Thankfully, resting continues to feel good and I get especially revitalized after sleeping well. But I acknowledge that this isn’t sustainable.

    It’s not, those are exactly the early signals that you asked me about, you think that because you’re able to rest and stretch and it goes away that it’s all fine, but it will require ever more stretching and resting until they don’t go away ever. At least that’s what happened to me, at the beginning I would stretch my wrist and fingers and rest for a while and be fine, eventually that became next day I’ll be fine, then over the weekend, then never.

    Wrist pain and fingers that feel wacky. So, this is basically carpal tunnel 101.

    That’s exactly what I had, although mine was never actually diagnosed, but I had all of the symptoms and my dad had to do the surgery so I have family history. It does get better if you adjust, I don’t feel any of the symptoms I once did, and it is sustainable I haven’t had any symptoms in about 10 years since I switched to a more keyboard centric flow and the layout, so putting in the work does help out. I should say I had 24 years when the symptoms first appeared, so it was kindof young which was one of the reasons I got very scared about getting those symptoms so early.

    org-mode seems to be Emacs’ forte.

    Org-mode is absolutely wonderful, I haven’t tried any replacement because the reason I abandoned org-mode wasn’t emacs related, I kept using emacs for org-mode for a while after I dropped it as my main editor. The reason is that there’s no compatibility with other editors or apps. Everything uses markdown, and for most basic stuff markdown is good enough. I do miss habit tracking, task management, table calculations and other neat stuff, but the commodity of using the same format for everything and that other people use it as well outweighs all of that for me.