[-] vivia 8 points 8 months ago

You needed: kernel driver, closed source userspace driver, GStreamer plugin, v4l2 loopback driver, v4l2 relay daemon copying frames from the GStreamer source into v4l2 loopback. Technically I could have made it work, I just decided not to.

https://launchpad.net/~oem-solutions-group/+archive/ubuntu/intel-ipu6 https://github.com/intel/ipu6-camera-bins

[-] vivia 37 points 8 months ago* (last edited 8 months ago)

Earlier this year I was given one of those XPS machines with Ubuntu and decided to install Debian on it. The camera driver was so bad - I can't remember technical details but you can't simply get it to run on another kernel, it was a mess of hacks to get it to work. I decided I won't get a camera driver. "We ship a laptop with Ubuntu" does not necessarily mean working Linux drivers.

EDIT: To add insult to injury, the touch bar suddenly decided to stop responding to input. It's already bad enough to not have tactile feedback for Esc / Fn keys / Delete / Print Screen.

[-] vivia 9 points 11 months ago

Well, maybe you are:

  • Planning a surprise party
  • Leaving a job
  • Trying to escape an abusive relationship
  • Famous
  • Writing a detective novel
  • A writer without a publisher
  • Searching about an embarrassing medical condition
  • Having a crush in someone
  • In the closet
  • A teenager with controlling parents
  • Having a hobby that's considered embarrassing or childish
  • Having a psycho stalker
  • Buying a present from Santa
  • A reporter who doesn't want to reveal their sources
  • Buying a toilet and you don't want toilet recommendations for the rest of your life
  • Lending your computer to someone, and you don't want your recommended videos to change
  • Under an NDA

... Or maybe you're talking with someone who's in one of those categories.

We have to normalise privacy in order to keep these people safe. For instance, it's a stupid example but it works, if I always use private browser windows, my husband won't suspect anything when I'm looking for a gift for him.

That's only the tip of the iceberg and it's not even touching some bigger problems:

  • You can be profiled based on your likes, social media posts, purchase history, etc, and maybe used for election results manipulation, or who knows what else. That's not a conspiracy theory, it has happened, see for instance Cambridge Analytica.
  • Maybe the political situation will change in the future. Oops, now your data is suddenly in the hands of a malicious dictator.
  • If you keep a backdoor open to let the "good and trusted" actors in, there's no way to not let malicious actors in as well.
4
submitted 1 year ago by vivia to c/camping
4
submitted 1 year ago* (last edited 1 year ago) by vivia to c/tea

We used a sencha flavoured with banana, mango, melon, etc: https://tea.gr/eshop/caribbean-cocktail/

We left about two tablespoons of tea in 300ml of room temperature water for maybe an hour, then bought a bottle of cold water, emptied 300ml from it, and put the concentrate in. Very tasty and refreshing.

Our plastic jug is old and has a lot of salt stains unfortunately, sorry for this.

44
submitted 1 year ago by vivia to c/camping

Fortunately everything was safe. We just barely managed to collect all our things from outside (apart from the jug, which we left on purpose), and the tent took absolutely no water inside.

9
submitted 1 year ago by vivia to c/tea

Normally it takes two gaiwan-fuls to fill my mug. This time I brewed it both times with a bit less water, then cooled it down a bit by using another mug (pour it from one mug into the other, rinse the now empty mug with tap water, repeat), and at the end I topped it up with ice cubes.

Using this oolong: https://yunnansourcing.com/products/imperial-jin-guan-yin-aaa-grade-anxi-oolong-tea

As is the case for every cold tea, it tends to conceal a bit its more delicate flavours. However, this tea's aftertaste is thick and sweet with some milky flavours, so this is retained very well in the end result. The astringency is a bit more pronounced in the cold version, but it essentially goes from non-existent to very mild, so that's not a problem.

Unfortunately I have to use a Mighty Mug when drinking next to the computer, in order to prevent spilling (I've had to change a laptop keyboard because of this), so you can't see the colour of the tea.

I tried uploading pictures, but the server is giving out errors, so you can view them here: https://toot.cat/@vivia/110666587179203337

[-] vivia 15 points 1 year ago* (last edited 1 year ago)

Ah, no, this is some Internet slang, and oddly enough it comes from the first meaning. AFAIK, the second one doesn't exist in Japanese.

~~Basically, "hahaha" in Katakana is written as ハハハ. If you line up enough ハハ's, it will look like a series of w's.~~ In chats, they use w (from 笑い、warai) to denote laughter. If you line up enough wwww's, it looks like grass. That's how 草 ended up meaning LOL.

4
submitted 1 year ago by vivia to c/[email protected]

I am running a NextCloud instance on a Raspberry Pi in my parents' place, in order to backup my data. My dad ended up liking this solution and moved his data there too. It is running the OS in an SD card, but has an external HDD for the NextCloud data itself.

My problems started when I started getting strange errors from NextCloud. I investigated a bit and found that the root filesystem was corrupt. I saw the writing on the wall, turned it off before things got worse, bought a new SD card, and went over to recover it. Sure enough, the previous SD card had decided to suddenly pass on to the electronic afterlife. Ironically enough, this was the only partition for which I had no backups. Our personal data is, in addition to NextCloud, periodically manually rsync-ed into an external hard drive. I am in addition running another server, which has a proper backup solution in place.

After re-imaging the new card from the old one, running fsck, and restoring a few things that were still corrupted, I got NextCloud to run. At least our data was safe at the time, because it was in a different drive. I took the opportunity and synced my other machine, my dad also took the opportunity and rsync-ed his secondary hard drive, and I went back home and initially thought about calling it a day. However, I thought it would be easy enough to run a script that would take a weekly backup into the external HDD, and if both fail, well, I can then spend a day to set it up from scratch, given that our data itself is safe. Being who I am, I started implementing it at almost midnight.

I set it up to create a new directory with the current date every time, and I added this command in the end, to delete files that hadn't been accessed in over 22 days:

find $BACKUP_DIR -atime +22 -delete

I ran the script - Why is it late to finish, it created the files - oh oops 😱 - to my horror I realised that I had set $BACKUP_DIR to be the root directory of the external hard drive instead of the backup subdirectory! I initially thought I was safe, because I had run a file scan on NextCloud, plus my dad had rsynced his data, everything should count as accessed today. My data was fortunately safe, but I compared my father's data against his secondary HDD and realised that there was, in fact, data loss. Surprisingly, neither the rsync nor NextCloud's scan had counted as accessing the files.

But, fortunately there's the secondary hard drive, right?... Well, it wasn't so simple. First, the drive is NTFS, where you can't manually set a file's created/modified timestamp. As a result, most files appeared newer in the secondary NTFS drive: instead of having the real timestamp of when they were created/modified, they had the timestamp of when they were rsync-ed. I did a few rsync dry runs, saw the issue, and fortunately it was easily solvable with the --ignore-existing flag.

Second, rsync was without --del, so any files my dad had deleted or moved would re-appear. I couldn't just bring them back and pretend nothing happened. Fortunately, he messaged me at 1AM for a different issue, so my eyes lit up and I replied "oh, thank God you're awake, can I upset you now?".

I sent him a diff of both directory listings, in case he could easily figure out what happened, but... he has a whole bunch of files. The diff was enormous and he felt overwhelmed. At this point, the most reasonable solution seemed to be for me to restore everything from the backup and let him re-delete the files. He gave me permission to go ahead with this, and at 3AM he could finally tell his laptop to start re-syncing all these files that now either had been undeleted or appeared to be newer.

There was an unexpected silver lining to the latter. There were some files that apparently he had accidentally deleted and he was wondering where they had gone. After we restored the backup, he found them back.

In the end, I removed the offending find and decided to just log in every month or two and delete any old backups.

TL;DR: --dry-run is your friend when rsync-ing. I accidentally deleted a big part of my father's personal files from his NextCloud account. Managed to recover them in the end, but it was quite a struggle.

149
submitted 1 year ago* (last edited 1 year ago) by vivia to c/[email protected]

Saw this one flying by on Discord.

Image description: A 3x3 collage of literal versions of some popular sayings:

Butterflies [drawing of a flying piece of butter]

Hold your horses [photo of a farmer lifting a whole horse]

Well in that case [drawing of a well inside an empty suitcase]

Well said [picture of a hand holding a microphone to a well]

Holy shit [picture of a hand pointing towards a toilet bowl with light emerging from it]

No way [picture of a road that's suddenly getting cut off]

Let that sink in [picture of a bathroom sink standing outside an open door]

Well that sucks [picture of a vacuum cleaner poking out of a well]

Okay this is crazy [drawing of 3 humans, the left one is named Okay, the right one is named Crazy, and the middle one is introducing them to each other]

5
submitted 1 year ago by vivia to c/[email protected]
34
Our summer home (sh.itjust.works)
submitted 1 year ago by vivia to c/camping

Chalkidiki, Greece. We don't spend the whole summer there, but go back and forth quite often.

25
A modest proposal (sh.itjust.works)
submitted 1 year ago by vivia to c/[email protected]
[-] vivia 8 points 1 year ago

Women don't have balls, therefore they can't store pee, and that explains the longer queues in women's bathrooms. See you next time with a new episode of Troll Biology!

[-] vivia 7 points 1 year ago

Fair enough. I guess it was so common when I was growing up that I never realised it.

8
ナース (sh.itjust.works)
submitted 1 year ago by vivia to c/[email protected]
29
submitted 1 year ago by vivia to c/[email protected]

In the distant past, I used to be able to sit down at a bar where people would smoke, and not mind at all. Then came the smoking ban, which made me find it unpleasant, but not a big deal. Then came the lockdowns, and I got used to breathing super fresh air all the time. Now I start coughing if someone outdoors smokes 5m away from me and the wind blows it in my direction. Does this happen to anyone else or is it just me?

19
New kanji just dropped (sh.itjust.works)
submitted 1 year ago by vivia to c/[email protected]
[-] vivia 9 points 1 year ago

There's already an issue tracking this, you can follow it here: https://github.com/dessalines/jerboa/issues/668

[-] vivia 6 points 1 year ago

Well, at least you could send a link to a friend who doesn't have a Reddit account and they could view it. Now they'd be greeted with a friendly "install the app or get out" screen, and let's be real, they wouldn't install a whole app just to view the occasional link you'd send them.

[-] vivia 6 points 1 year ago* (last edited 1 year ago)
  • Two NextCloud instances, one is a RPi4 with a big external HDD which I use for backups, the other one contains everything else, including PhoneTrack. Happy to have a self-hosted privacy-friendly way to share my location with family.
  • Email using mailcow.
  • Jabber server using prosody. Using it with immediate family and two friends. Still super happy.
  • Web server including personal blogs. Currently looking to migrate away from Wordpress into something static without comments.
  • pihole
  • Half-finished home automation stuff.
[-] vivia 9 points 1 year ago

Do we need it to officially migrate? We just need an AITA community with at least a small handful of users, and there's one right here.

view more: next ›

vivia

joined 1 year ago
MODERATOR OF
tea