vsis

joined 2 years ago
[–] vsis@feddit.cl 4 points 4 months 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.

[–] vsis@feddit.cl 4 points 4 months 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.

[–] vsis@feddit.cl 15 points 4 months ago* (last edited 4 months 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.

[–] vsis@feddit.cl 19 points 4 months ago (1 children)

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.

[–] vsis@feddit.cl 19 points 5 months ago* (last edited 5 months ago) (1 children)

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.

[–] vsis@feddit.cl 19 points 6 months ago

2025 will be the year of ~~Linux~~ RISC-V desktop!!

[–] vsis@feddit.cl 3 points 6 months ago (1 children)

I though the same. This is a cool example of "public service" via snac.

[–] vsis@feddit.cl 20 points 6 months ago* (last edited 6 months ago)

Once I saw a (tailless) cow wearing uniform.

 

French immigrants are eating our pets!

[–] vsis@feddit.cl 34 points 9 months ago* (last edited 9 months 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.

[–] vsis@feddit.cl 5 points 9 months ago

me before reading this: I know the basics of CSS.

me after reading this: I know nothing about CSS.

[–] vsis@feddit.cl 2 points 10 months ago

If you need a vegan pet get a bunny, lol.

Not feeding dogs and cats with meat-based food is cruel af.

[–] vsis@feddit.cl 2 points 10 months ago

git is already a decentralized version control software. Your local git repos are mirrors by themselves.

Put some git fetch in a server crontab, and you're done. You can access them via ssh if your user have permissions.

 

tl;dr - If a project has been forked or is a fork, you can bruteforce short commit id to see commits from other projects. It doesn't matter if those projects were deleted or made private.

 

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?

 

cross-posted from: https://feddit.cl/post/3171211

 

cross-posted from: https://feddit.cl/post/3120695

My unfunded speculation is that this will quite expensive and a bit hard to boot other thing different that Ubuntu.

 

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?

42
submitted 1 year ago* (last edited 1 year ago) by vsis@feddit.cl to c/selfhosted@lemmy.world
 

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!

39
submitted 2 years ago* (last edited 2 years ago) by vsis@feddit.cl to c/balconygardening@slrpnk.net
 

So this year I grew some tomatoes for the first time. They were small but tasty.

In November they began to die, so I cut all dry/dead parts and they got better. But they still look very unhealthy.

Do tomatoes survive the winter? Does it make sense to keep watering them? Like once a week, when it doesn't rain.

Or maybe I should let them die and seed again next spring?

(Ignore the dog. She refuses to let me alone in the balcony lol)

 

cross-posted from: https://feddit.cl/post/1035436

 
view more: next ›