[–] 4 points 1 year ago (3 children)

I mean, I know phones can be cheap or donated. And I also know that homeless people may have possessions that some consider "expensive". It's not that uncommon.

But constant internet connection needs monthly payments that, in my very personal and particular mindset, are not really compatible with "I'm a beggar. I need help".

Having knowledge of the Fediverse it's too niche for me, and the stories like "I can't pay groceries!" almost every week are unlikely in a place where most of folks are tech workers. My spam-meter says that probably some people out there found the #mutualaid hashtag and are making some fake profiles and fake stories.

  • source
  • parent
  • context
  • [–] 4 points 1 year ago (8 children)

    I just mute all of them.

    It may be my "3rd world syndrome" but to me, someone with internet access and a social media account who post regularly, is not in poverty. More likely a spambot.

    My local beggar, in contrast, is a sincere person who tells me that he just want some cheap boxed wine or something to smoke. Refuses food or any kind of help. Cash only.

  • source
  • [–] 15 points 1 year ago* (2 children)

    Sometimes I use my bike when I go to see some of my friends.

    A bit obsolete this thing about "owning" a bike. Bike subscriptions are way more convenient!

    Also it's harder to track you when you are using this old-fashioned "dumb" bike.

  • source
  • [–] 19 points 1 year ago (1 child)

    Investing money in ways to lower the retirement age, or at least stopping it to get higher.

    Or give money to nvidia.

    The choice is clear for this great leader.

  • source
  • [–] 19 points 2 years ago* (1 child)

    The worst enemy of a leftie are other slightly different lefties lol

    The good think of federation is that you can mute/block morons. And because there's no "algorithm" you are not shown content that the server thinks you are interested. So you have to be proactive and follow what you want to see, and mute the ones you dislike.

    Also, you can have multiple accounts for multiple purposes. It's sane not to discuss politics with other people from other cultures all day, so you can have a dedicated account for that. And other account to have fun in a sane way, which includes muting politics.

    In the case of this girl, she was american like the majority of lemmings I believe. But for people from the other hemisphere, the cultural shock may be even worse. My advice for those is always: Just mute. Don't argue and don't feed trolls. Nobody is gonna change opinions anyways.

  • source
  • [–] 34 points 2 years ago* (8 children)

    I don't believe small lithium batteries can explode like that. Not even big car batteries explode like that. They make a big fire but not this kind of explosion.

    Either explosives were implanted somehow by IDF in the supply chain, or Hezbollah is crazy enough to put explosives there, just in case the devices fall in enemy hands, and IDF learned that and trigger the explosions remotely.

  • source
  • parent
  • context
  •  

    En el museo Británico trabaja un viejo llamado Irvin Finkel, que es lo más parecido a Gandalf en la vida real.

    Es un viejo de barba blanca y larga, que habla con metáforas y sarcasmo, y se especializa en lenguas y artefactos antiguos.

    Hay varios videos de él donde habla de la escritura cuneiforme y cosas varias de Babilonia y Sumeria antigua.

    En este video habla sobre el Juego Real de Ur, que probablemente fue creado en Ur y que tiene una recachá de años de antigüedad.

     

    I want a centralized way to manage keys and secrets. And some service users with little privileges over a subset of the secrets. Ideally, a service user only should be able to read its own subset of secrets. So, let's say, if a container gets pwned it will only read its secrets and no more. It should be FOSS and self-hostable.

    And a beautiful nice-to-have feature would be access log, to know who read what and when.

    My only experience with something similar is Hashicorp Vault, but I don't want to be near any Hashicorp stuff ever again.

    Do you know a FOSS alternative to Vault?

     

    I forced myself to get used to an ortholinear 40%. But still nowadays staggered keyboards feel more familiar. Now I'm using this.

    I'm not a fast typer so the feelings are more important that words per minute.

    I did succeed in get used to us-int layout. So, I don't struggle searching for spanish keycaps. I can ñ-post with keycaps easier to find.

    submitted 2 years ago by to c/linux@lemmy.ml
     

    My laptop is working just fine. It's from 2018 and it has an NVME drive.

    It has an EFI boot partition and other partition with LUKS and LVM on top of that.

    Since this week I see these logs from time to time:

    Mar 07 17:31:14 almendra kernel: pcieport 0000:00:1d.6: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
    Mar 07 17:31:14 almendra kernel: pcieport 0000:00:1d.6:   device [8086:34b6] error status/mask=00000001/00002000
    Mar 07 17:31:14 almendra kernel: pcieport 0000:00:1d.6:    [ 0] RxErr                  (First)
    Mar 07 17:31:14 almendra kernel: pcieport 0000:00:1d.6: AER:   Error of this Agent is reported first
    Mar 07 17:31:14 almendra kernel: nvme 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
    Mar 07 17:31:14 almendra kernel: nvme 0000:02:00.0:   device [8086:0975] error status/mask=00000001/00002000
    Mar 07 17:31:14 almendra kernel: nvme 0000:02:00.0:    [ 0] RxErr                  (First)
    

    The devices are:

    $ lspci -vv | grep 1d.6
    00:1d.6 PCI bridge: Intel Corporation Device 34b6 (rev 30) (prog-if 00 [Normal decode])
    
    $ lspci -vv | grep 02:00.0
    02:00.0 Non-Volatile memory controller: Intel Corporation Optane NVME SSD H10 with Solid State Storage [Teton Glacier] (prog-if 02 [NVM Express])
    

    The laptop works like always, but I have the impression that the NVME drive is telling me something bad.

    It happens from time to time:

    $ journalctl --since yesterday | grep -c "nvme 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical"
    9
    

    Do you know what does it mean?

     

    Hello. Let's say I want to selfhost an email server (smtp + imap) that only will be used to receive email.

    I only will send email internally (from my domain to my domain) and receive from 3rd parties.

    Should I setup DKIM, DMARC, SPF and reverse IP lookup?

    To be honest, I'm having a bit of hard time understanding the madness of email authentication. So I can't figure it out by myself if those mechanisms are needed in my case.

    I haven't deployed anything, but probably will use Stalwart. It looks like it's easy to deploy. Is there any other beginner-friendly email service I should read about?

    Thanks!

    view more: next ›