Bronco1676

joined 11 months ago
[–] Bronco1676@lemmy.ml 1 points 11 months ago

I can't try it right now, but even in their example they used another port than 80: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/do-more-with-tunnels/trycloudflare/

cloudflared tunnel --url http://localhost:8080

[–] Bronco1676@lemmy.ml 2 points 11 months ago* (last edited 11 months ago)
[–] Bronco1676@lemmy.ml 1 points 11 months ago (2 children)

There is also https://try.cloudflare.com/ also no account needed

[–] Bronco1676@lemmy.ml 1 points 11 months ago

Yeah, basically if you used one of these generators to create an image, you are the creator.

[–] Bronco1676@lemmy.ml 1 points 11 months ago (2 children)

Sounds good to me. So AI generated image should also be copyrightable. As it's basically a random number generator.

[–] Bronco1676@lemmy.ml 2 points 11 months ago (4 children)

Different take: If I generate an image through a random number generator, should this be copyrightable?

[–] Bronco1676@lemmy.ml 1 points 11 months ago (6 children)
[–] Bronco1676@lemmy.ml 6 points 11 months ago

Don't know how techy you are, but I've had some luck with using pandas for stuff like this, though I don't know how good it works on wikipedia.

https://pandas.pydata.org/docs/reference/api/pandas.read_html.html

You can either do the filtering directly on the resulting pandas datframes or export it to whatever format you like including excel or csv

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_excel.html

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_csv.html

[–] Bronco1676@lemmy.ml 1 points 11 months ago

Indeed, yay utilizes the AUR, which essentially serves as a Git repository for each package. These repositories typically include a PKGBUILD file and a .SRCINFO file, along with possible additional files like patches, desktop, or service files.

For example, take a look at IntelliJ Ultimate: [https://aur.archlinux.org/cgit/aur.git/tree/?h=intellij-idea-ultimate-edition]. It contains the .SRCINFO and PKGBUILD, as well as a .desktop file. These files themselves do not occupy much space.

The PKGBUILD specifies the sources for dependencies. For instance:

source=("https://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz"
        "jetbrains-idea.desktop")

The PKGBUILD is essentially a Bash script with predefined functions and variables. You can learn more about it here: [https://wiki.archlinux.org/title/PKGBUILD].

This script primarily downloads and extracts the tar file. In this specific case, it only relocates the files to their intended installation locations, like moving the desktop file to /usr/share/applications.

With such packages, there's a possibility of wasting significant space since the tar file is downloaded and possibly retained in the cache.

However, other packages, especially those compiled from source, usually involve Git clones. These clones bring the Git repository into a subdirectory of the already cloned AUR package Git repo. Some might also have source tarballs. These types of packages generally do not consume much space in the cache, as they are often just text files, like C source code or Python scripts. These packages frequently rely on external libraries and packages, which are not included in this package’s cache.

While binary packages often bundle all necessary libraries and other components in their source tarballs.

The AUR cache is mostly beneficial if you're rebuilding the same version or can reuse components from a previous version. For example, a package might depend on a large, static file that doesn’t change often.

In Paru, I've enabled the "CleanAfter" option to prevent my cache from overflowing. Given my relatively fast internet speed, redownloading large files isn't a major concern for me.

[–] Bronco1676@lemmy.ml 8 points 11 months ago

Definitely lost in translation. They are a French company. And if I set the interface to french, it says "Zero DRM".

But they have so many blog articles where you can feel that it was written in French but machine translated.

view more: ‹ prev next ›