CubitOom

joined 1 year ago
[–] CubitOom@infosec.pub 1 points 1 week ago* (last edited 1 week ago)

Repositories can and should be mirrored to multiple places.

The main repo should probably be isolated in some way. Like maybe a self-hosted Gitea instance which then mirrors all commits to a public facing repo like github.

I do this with all my projects that I care about since I asked myself what was the cost of using github if it wasn't money.

The documentation should also be stored separately from code in its own repo so that it can be hosted as a static website easily.

And there are so many options for CI/CD that you don't have to get vendor locked into github actions.

Edit: I haven't tested mirroring issues. But it should be possible.

[–] CubitOom@infosec.pub 2 points 1 week ago (2 children)

For Android, NewPipe is great. I think I prefer FreeTube now however. Mostly because of the ability to use the Invidious api, built in SponsorBlock, settings coss-compatibility with the desktop version, and a better way to organize and export data (IMO). However, freetube android does has a few rough spots that newpipe doesn't have, so ymmv.

[–] CubitOom@infosec.pub 4 points 1 week ago

I'm on the verge.

[–] CubitOom@infosec.pub 3 points 1 week ago (1 children)

Extrapolating a bit, here are the next steps

  • screens in places where people might look at an ad will all have built in image recognition and eye-tracking.
  • an algorithm/model will calculate the number of people within view and an acceptable level of eyes on screen per minute (or some other time increment tbd by an industry leading marketing psychologist) depending on the task they are doing.
  • the algorithm/model can also calculate the local demographic
  • the short format video content can be easily tweaked to improve engagement. If the racing crash clips aren't generating enough engagement, then it can try indoor cat clips.
  • when the eye to screen levels are at or above minimum advertising levels, display an ad that would best match the target demographic that the advertiser set. The ad contents will also match the actions of the local population.
[–] CubitOom@infosec.pub 6 points 1 week ago

Normally I would agree with you. But they had these 50" screens in every direction except for down. I was literally staring at the floor in an attempt not to look at them. The swirling colorful "boarders" of the short format square video was eye catching enough. But with the video changing scenes every 5 seconds it was a similar effect to the Eisenstein editing style in Battleship Potemkin. The screens were screaming at you to stare at it.

It was also just total garbage content, the type of stuff I left reddit for. It was just a step above what Americans of the future watched in Idiocracy. It was truly a bizarre experience for me and also one of the most "boomer" moments I've had. Although out of everyone else in the bar, only the boomers were happily watching the short format video.

[–] CubitOom@infosec.pub 87 points 1 week ago (15 children)

For me it's that I don't want short form video anywhere near my view.

I went to a bar for a drink the other day. They had TVs all over the place which I normally don't care for but it looked like golf or something I could just ignore. After I ordered my drink I realized how wrong was.

It was actually some weird short form video TV channel. They croped the 16:9 screen into a 1:1 square with moving neon lines in the "empty space" where there was no video. Each video was about 5 seconds long and showed brainless content of people using a Rube Goldburg machine or doing card tricks and other such nonsense.

Once I realized what was happening it was too late as I got my drink and I felt compelled to finish it and pay. I tried to ignore the 5+ screens in my view but they were too big and eye-catching to really ignore. I kept catching myself looking at one of the screens after a minute or so. I felt like I was getting serotonin raped between ads.

Eventually I moved to sit by a window and stare at a tree. I'll never go back to a bar like that again.

[–] CubitOom@infosec.pub 10 points 1 week ago

After a man date, I like to do a man touch and man mount.

[–] CubitOom@infosec.pub 18 points 1 week ago
[–] CubitOom@infosec.pub 9 points 2 weeks ago* (last edited 1 week ago) (2 children)

I'm pretty happy with total launcher in combination with app search since I didn't like totals app drawer.

Edit: I just found OpenLauncher and I'm going to test that out.

[–] CubitOom@infosec.pub 1 points 2 weeks ago

I'm on EndeavourOS with an Nvidia gpu. I've not had to do anything extra for the the version of proton that comes with steam to work besides install the os with the Nvidia proprietary drivers. And then running eos-update --aur --nvidia

I did notice that I got a lot of screen tearing if using Wayland and that more recent versions of proton didn't work if either Force Composition Pipeline or Force Full Composition Pipeline were enabled; which should have fixed the screentearing so I just use x11 for now.

There are some things I did to make my experience better however. Like installing an proton-ge. Here is a list of what I installed.

nvidia-dkms
nvidia-settings
libva-nvidia-driver # required by vlc to play mkv files with nvidia gpu
nvidia-tweaks # https://github.com/ventureoo/nvidia-tweaks
lib32-nvidia-utils
gamemode
proton-ge-custom-bin
lib32-libudev0-shim # fixes Steam runtime's super old 32 bit version of libnm
lib32-libnm # required if using systemd 253.5-2 or newer

I would also install nvidia-dracut-hook if you are using both Nvidia and dracut. Dracut is the default on recent versions on endeavorOS.

For proton ge, I also added myself to the games group with

sudo usermod $USER -a -G games

I also like to prepend the following to my games launch options in steam

gamemoderun PROTON\_CONFIG=dxr11,dxr PROTON\_ENABLE\_NVAPI=1 PROTON\_HIDE\_NVIDIA\_GPU=0 VK\_ICD\_FILENAMES=/usr/share/vulkan/icd.d/nvidia\_icd.json VKD3D\_CONFIG=dxr11,dxr VKD3D\_DISABLE\_EXTENSIONS=VK\_KHR\_present\_id,VK\_KHR\_present\_wait VKD3D\_FEATURE\_LEVEL=12\_1 VKD3D\_SHADER\_MODEL=6\_6

And I set proton-ge as my default proton version on the steam options.

[–] CubitOom@infosec.pub 2 points 2 weeks ago

It should be, but I've had too many issues with windows somehow updating and ruining my boot partion/grub.

If I want to run windows, I only run it on a VM with hardware passthrough or on a totally different machine since physically unseating my Linux M.2 from the motherboard is too much hassle and I don't want to move it to a PCIe card.

view more: ‹ prev next ›