[-] kolorafa@lemmy.world 13 points 1 week ago* (last edited 1 week ago)

Very cool project, as you can host your own stream on your own terms while publish to open/global directory and also integrates with Fediverse <3

[-] kolorafa@lemmy.world 15 points 1 week ago* (last edited 1 week ago)

It first downloads all packages from net, then it proceed totally offline starting by verifying downloaded files, signatures, extracting new packages and finally rebuilding initramfs.

Because arch is replacing the kernel and inittamfs in-place there is a chance that it will not boot if interrupted.

This issue was long resolved on other distro.

One way to mitigate it is by having multiple kernels (like LTS or hardened) that you can always pick in grub if the main one fail.

[-] kolorafa@lemmy.world 24 points 3 weeks ago

You can go to /var/log/apt/ and read the history.log as it will contain every single package that you did install/remove.

Based on that you can just restore it to working state by manually undoing the changes (removing installed, installing removed)

[-] kolorafa@lemmy.world 16 points 1 month ago

Does it support multiple screen/displays?

[-] kolorafa@lemmy.world 15 points 2 months ago

Make the plasmashell especially kwin stable, as its crashing a lot, and with wayland it's taking whole session down...

To the point I went back to Xorg

[-] kolorafa@lemmy.world 13 points 4 months ago

I didn't left it, I needed provide that "part" to it to get the correct answer.

Because like in the whole thread is mentioned over and over again, chatgpt doesn't know the correct answer, it's a mathematical model of "what looks ok" and "what should be the next word", it looks ok to try to put --reset parameter to reset it, but because chatgpt can't actually check documentation of podman stats if the param exists, it just generate it based on "common known text patterns", and "common known text patterns" are written in a way suggesting that it is the truth.

So once again - do your own research if following the results it could cause breaking both in tech and especially in life. And that is true for both chatgpt and random pages on internet.

In this case I did exactly follow chatgpt answer without doing fact checking - I asked chatgpt, I copied the command and pasted it into terminal, because I know that if it didn't work the worse that could happen it would fail and do nothing. But It's bad for new people that will not know what the result could be if it's wrong!

@z00s Don't take me wrong. I'm not telling not to use it, on the contrary.

You should use any tool that helps you do your job/task. But you should try to understand how to use those tools wisely.

Telling someone never to use ChatGPT is like telling someone to never use excavator. That is wrong, you should use excavator but you should know what is an excavator, and what harm it could do by for example accidentally destroy a building or even hurt someone (or youself) if not use wisely.

[-] kolorafa@lemmy.world 15 points 4 months ago* (last edited 4 months ago)

Example that confirms that "Chatgpt does not know truth. It does not know if the info it provides is true." or more like "It will spell answer that match your inquiry that sound correct even if it's totally made up."

https://chat.openai.com/share/206fd8e9-600c-43f8-95be-cb2888ccd259

Summary:

User
in `podman stats` you see BLOCK IO as a summary of hard drive activity.
how to reset the 

ChatGPT
To reset the block I/O statistics displayed by podman stats, you can use the podman stats --reset command.

User
Error: unknown flag: --reset

ChatGPT
Apologies for the confusion. It seems I provided incorrect information. The podman stats command does not have a built-in option to reset the statistics.

So once again, don't be afraid to use it, but do your own research especially if following LLM could result in something breaking both in tech or in life.

[-] kolorafa@lemmy.world 17 points 11 months ago

I concur Buyer should not gain rights to product, so they should not be allowed to profit from it, but they should be able to preserve it, unless the license that you actually buy had a time limitation, but that should be clearly stated when you buy it that you only buy access to it to (at least) X amount of time like you have with online subscriptions.

[-] kolorafa@lemmy.world 15 points 1 year ago* (last edited 1 year ago)

What you could ask for:

  • current date or time
  • what is on a page
  • what is the weather
  • what music you listen

You can always say something like... "It's 2050 and it still doesn't work" real person would react to wrong year.

[-] kolorafa@lemmy.world 31 points 1 year ago

PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

[-] kolorafa@lemmy.world 16 points 1 year ago

Factorio - 364h on steam and god only know how many outside Planetary Annihilation: Titans - 332h BeatSaber - 230h

But compared to other gamers ...

[-] kolorafa@lemmy.world 27 points 1 year ago* (last edited 1 year ago)

@BaconIsAVeg@lemmy.world

Linux running X11 has 2 clipboards:

  • oldschool ( from terminal-only era ) => copy by selecting text (mostly in terminals) and paste using middle mouse click
  • more modern new style ( based on graphical interfaces ) => copy by ctrl+c (or ctrl+shift+c in terminals and such) and paste ctrl+v (ctrl+shift+v in terminals ...)

Normally both those clipboards work independent as they are handled by 2 different processes, so you can for example copy one text using ctrl+c and copy another text by only selecting second text, then you can paste both, one with middle click, second with ctrl+v

More and more distro have a clipboard managers that have a feature to "sync" both clipboards, but it's a lot of time disabled because it's more confusing people and sometimes annoying. Why it's confusing and disabled by default? Imagine that you selected some text, then did a ctrl+c, you move to some word document, select text, remove it, and want to Paste it. Guess what, the selecting you did to remove text did copy the selection to clipboard overriding what you did have there from ctrl+c.

Most if not all terminal emulators (konsole, gnome-terminal, xterm) support both clipboard styles, old-school select to copy, and new one but because the "ctrl+c" shortcut reserved to stop/interrupt applications they all decide to use ctrl+shift+c to do a copy. And yes, not only terminal emulators use ctrl+shift+c, I did have few encounters on some random apps, but most of the time, if ctrl+c is used for something else, ctrl+shift+c was available.

view more: ‹ prev next ›

kolorafa

joined 1 year ago