JaddedFauceet

joined 2 years ago
[–] JaddedFauceet@lemmy.world 1 points 7 hours ago (1 children)

Wait, can we even update / install system package via Discover? i always thought it just contains KDE stuff and the flatpak installed through Discover.

if that's the case, is there a way to disable system packages in Discover?

[–] JaddedFauceet@lemmy.world 8 points 9 hours ago

I really like my KDE plasma

[–] JaddedFauceet@lemmy.world 6 points 17 hours ago

what are the things i will miss from plex's pre-enshittification?

[–] JaddedFauceet@lemmy.world 5 points 17 hours ago* (last edited 17 hours ago)

it will still shows stuff in the library even if it failed to pick up the metadata.

for jellyfin, folder structure is kinda important for auto detection to work.

For shows, you can organises your files like this:

series-name-a/
    season-01/
        episode-01
        episode-02

You can check out the doc, it is more detailed

[–] JaddedFauceet@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Prettier doesn't make my markdown table prettier tho. This is what i did

prompt

Given the following markdown table

| input | output l
| -- | -- |
| 2.6 | 3 |
| 2.5 | 2 |
| 2.4 | 2 |
| 1.6 | 2 |
| 1.5 | 2 |
| 1.4 | 1 |

Align the vertical bar. Align number to the left

output

Here's the table with the vertical bars aligned and numbers left-aligned:

| input | output l |
|-------|----------|
| 2.6   | 3        |
| 2.5   | 2        |
| 2.4   | 2        |
| 1.6   | 2        |
| 1.5   | 2        |
| 1.4   | 1        |

Each column has been padded so that the vertical bars line up consistently, and the numbers are aligned to the left as requested.

[–] JaddedFauceet@lemmy.world 15 points 2 weeks ago (6 children)

I used LLM to format my markdown table (ಥ ͜ʖಥ)

[–] JaddedFauceet@lemmy.world 2 points 3 weeks ago

This is how I remembered it. I always see Elop as a trojan horse from Microsoft

[–] JaddedFauceet@lemmy.world 15 points 3 weeks ago (1 children)

FLOP abuses the LVP in a way that allows the attacker to run functions with the wrong argument—for instance, a memory pointer rather than an integer.

is this a vulnerability in the software? So patching this won't require disabling speculative execution?

[–] JaddedFauceet@lemmy.world 5 points 3 weeks ago* (last edited 3 weeks ago)

Some browsers such as cromite disable JIT compilation and WebAssembly by default. Allowing you to opt-in to enable these features on a site by site bases.

JIT and WebAssembly have been the source of many high profile CVE in browser recently including the one mentioned in the post (well, this one is on Safari's Chrome).

relevant research

[–] JaddedFauceet@lemmy.world 3 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

\ here you dropped an arm
¯\_(ツ)_/¯

[–] JaddedFauceet@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago)

should be the same as pebble.

It also uses an always-on transflective lcd display similar to pebble 2.

after my pebble died, I have been exclusively buying smartwatches (amazfit etc) with these type of screen only.

the display is slightly difference:

features pebble time banglejs
color 6 bit (64 color) 3 bit (8 color)
resolution 144x168 176x176
input method 4 buttons touchscreen + 1 button
[–] JaddedFauceet@lemmy.world 11 points 3 weeks ago (1 children)

Oh wow, I have always thought the y stands for "yes to any questions" turns out it has a --noconfirm

Should have read the man page......

-y, --refresh
           Download a fresh copy of the master package databases (repo.db) from the server(s)
           defined in pacman.conf(5). This should typically be used each time you use
           --sysupgrade or -u. Passing two --refresh or -y flags will force a refresh of all
           package databases, even if they appear to be up-to-date.
view more: next ›