#copy — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #copy, aggregated by home.social.
-
Copying the wild, dynamic strokes were a lot of fun and almost came by themselves.
Sometimes they were contemplative, liberating, or even vigorously.
I can only imagine the energy van Gogh put into painting his masterpiece, which was three times that size. Wow!
I hope that doesn't sound too silly.
#copy
#vanGogh
#starrynight
#NeocolorII
#CaranD’Ache -
Copying the wild, dynamic strokes were a lot of fun and almost came by themselves.
Sometimes they were contemplative, liberating, or even vigorously.
I can only imagine the energy van Gogh put into painting his masterpiece, which was three times that size. Wow!
I hope that doesn't sound too silly.
#copy
#vanGogh
#starrynight
#NeocolorII
#CaranD’Ache -
I admire van Gogh's works and read a biography of him many years ago. To learn his craft, he studied and copied Japanese woodblock prints and drew inspiration from them.
Now I’ve copied “The Starry Night” based on a photo from Wikipedia using Caran D’Ache Neocolor II on a wash of watercolor with French ultramarine. My version measures 23 x 31 cm.
I didn't sign it because it isn't “my” work, after all.
#copy
#vanGogh
#starrynight
#NeocolorII
#CaranD’Ache -
I admire van Gogh's works and read a biography of him many years ago. To learn his craft, he studied and copied Japanese woodblock prints and drew inspiration from them.
Now I’ve copied “The Starry Night” based on a photo from Wikipedia using Caran D’Ache Neocolor II on a wash of watercolor with French ultramarine. My version measures 23 x 31 cm.
I didn't sign it because it isn't “my” work, after all.
#copy
#vanGogh
#starrynight
#NeocolorII
#CaranD’Ache -
dvdcss
the never ending story
I wanted to play a dvd I hadn't touched for a while. I had the option of
nice -1 vlcandnice -1 mplayer
to execute playback I opted for vlc gui version, even though I normally use
vlc -I clibecause of the great logs produced there. While using the gui version of VLC I missed the log output and jumped to mplayer to see the stats. A nice set of parameters were echoed to the CON, but in the output a entry jumped upMPlayer 1.5+svn38674-2 (Debian)do_connect: could not connect to socket
connect: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.Playing VIDEO_TS/VIDEO_TS.BUP.
libavformat version 61.7.103 (external)
Mismatching header version 61.7.100Playing VIDEO_TS/VIDEO_TS.IFO.
.IFO detected. Redirecting to dvd://
libdvdread: Encrypted DVD support unavailable.
No css library available.
See /usr/share/doc/libdvdread8t64/README.css
for more information.
I had used rpm based distributions which added libdvdread by default, so I had forgotten about it through the years, when I migrated to debian based distro's
This is the output of the file
Content Scramble System (CSS)
Many DVDs use CSS[0] as a form of a Digital Rights Management (DRM) to encrypt
the content of Video DVDs. To play such discs a special library is needed to
decode them, libdvdcss.Due to the legal limbo of libdvdcss in some particular juristictions, some
distributions including Debian do not distribute libdvdcss.If it is legal for you to use CSS in your juristiction, you can:
apt install libdvd-pkg && dpkg-reconfigure libdvd-pkg
Manually download and compile the source code from
http://www.videolan.org/developers/libdvdcss.html.Use packages from derivatives that include libdvdcss.
[0] http://en.wikipedia.org/wiki/Content_Scramble_System
-- Daniel Baumann [email protected] Fri, 02 Oct 2009 16:10:06 +0200
It was puzzling that debian decided to permanently leave this lib out while this was a thing from 26-9=17 years ago!
The installation process was smoothed out however, I did not need to do
configure; make; make installinstead I only needed to execute
apt install libdvd-pkg && dpkg-reconfigure libdvd-pkg- watch the output
Installing:
libdvd-pkg
Installing dependencies:
autoconf dh-strip-nondeterminism libfile-stripnondeterminism-perl
automake dwz libtool
autopoint gettext m4
autotools-dev intltool-debian po-debconf
debhelper libarchive-zip-perl
dh-autoreconf libdebhelper-perlWhen the dependencies are installed (I don't compile sources on this machine other than the distro induced compilations) the lib is downloaded
/usr/bin/wget --tries=3 --timeout=40 --read-timeout=40 --continue -O libdvdcss_1.4.3.orig.tar.bz2 \
https://download.videolan.org/pub/libdvdcss/1.4.3/libdvdcss-1.4.3.tar.bz2 \
|| /usr/bin/uscan --noconf --verbose --rename --destdir=/usr/src/libdvd-pkg --check-dirname-level=0 --force-download --download-current-version /usr/share/libdvd-pkg/debian
--2026-08-08 07:03:15-- https://download.videolan.org/pub/libdvdcss/1.4.3/libdvdcss-1.4.3.tar.bz2
Resolving download.videolan.org (download.videolan.org)... 213.36.253.2, 2a01:e0d:1:3:58bf:fa02:c0de:5
Connecting to download.videolan.org (download.videolan.org)|213.36.253.2|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 388404 (379K) [application/octet-stream]
Saving to: ‘libdvdcss_1.4.3.orig.tar.bz2’
libdvdcss_1.4.3.orig.tar 100%[===============================>] 379.30K 338KB/s in 1.1s
2026-08-08 07:03:18 (338 KB/s) - ‘libdvdcss_1.4.3.orig.tar.bz2’ saved [388404/388404]The compilation executed smoothly
Partial log
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.3.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.3-1~local_amd64.build
Current: =ep cap_wake_alarm+i- When you own your library (physical books, CD's, DVD's) you need libdvdcss in order to play the latter
- If you are smart and don't own your music (streaming subscriptions, will yank your music away, without warning) you will start fetching the albums, movies (buy them when still possible)
- Inspect your library for oxidation and insects
Conclusion
- libdvdcss is still not included in debian
- 17 years after the fact
- debian will never include the lib
- the download from videolan website is smooth easy and does not require (my) programming skills of sources
- libdvdcss compiles without problems
- you will be reminded by mplayer vlc and others when you play encrypted dvd's
The story of the creation of libdvdcss is one you should read also on wikipedia, which I've included in my sources
sources
mplayer dvd://vlc -1 climan mplayer(1)https://en.wikipedia.org/wiki/Libdvdcss
https://en.wikipedia.org/wiki/CD_and_DVD_copy_protection
https://www.videolan.org/developers/libdvdcss.html
#videolan #TV #dvd #css #libdvdcss #copy #protection #programming #encryption #debian #exclusion
-
dvdcss
the never ending story
I wanted to play a dvd I hadn't touched for a while. I had the option of
nice -1 vlcandnice -1 mplayer
to execute playback I opted for vlc gui version, even though I normally use
vlc -I clibecause of the great logs produced there. While using the gui version of VLC I missed the log output and jumped to mplayer to see the stats. A nice set of parameters were echoed to the CON, but in the output a entry jumped upMPlayer 1.5+svn38674-2 (Debian)do_connect: could not connect to socket
connect: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.Playing VIDEO_TS/VIDEO_TS.BUP.
libavformat version 61.7.103 (external)
Mismatching header version 61.7.100Playing VIDEO_TS/VIDEO_TS.IFO.
.IFO detected. Redirecting to dvd://
libdvdread: Encrypted DVD support unavailable.
No css library available.
See /usr/share/doc/libdvdread8t64/README.css
for more information.
I had used rpm based distributions which added libdvdread by default, so I had forgotten about it through the years, when I migrated to debian based distro's
This is the output of the file
Content Scramble System (CSS)
Many DVDs use CSS[0] as a form of a Digital Rights Management (DRM) to encrypt
the content of Video DVDs. To play such discs a special library is needed to
decode them, libdvdcss.Due to the legal limbo of libdvdcss in some particular juristictions, some
distributions including Debian do not distribute libdvdcss.If it is legal for you to use CSS in your juristiction, you can:
apt install libdvd-pkg && dpkg-reconfigure libdvd-pkg
Manually download and compile the source code from
http://www.videolan.org/developers/libdvdcss.html.Use packages from derivatives that include libdvdcss.
[0] http://en.wikipedia.org/wiki/Content_Scramble_System
-- Daniel Baumann [email protected] Fri, 02 Oct 2009 16:10:06 +0200
It was puzzling that debian decided to permanently leave this lib out while this was a thing from 26-9=17 years ago!
The installation process was smoothed out however, I did not need to do
configure; make; make installinstead I only needed to execute
apt install libdvd-pkg && dpkg-reconfigure libdvd-pkg- watch the output
Installing:
libdvd-pkg
Installing dependencies:
autoconf dh-strip-nondeterminism libfile-stripnondeterminism-perl
automake dwz libtool
autopoint gettext m4
autotools-dev intltool-debian po-debconf
debhelper libarchive-zip-perl
dh-autoreconf libdebhelper-perlWhen the dependencies are installed (I don't compile sources on this machine other than the distro induced compilations) the lib is downloaded
/usr/bin/wget --tries=3 --timeout=40 --read-timeout=40 --continue -O libdvdcss_1.4.3.orig.tar.bz2 \
https://download.videolan.org/pub/libdvdcss/1.4.3/libdvdcss-1.4.3.tar.bz2 \
|| /usr/bin/uscan --noconf --verbose --rename --destdir=/usr/src/libdvd-pkg --check-dirname-level=0 --force-download --download-current-version /usr/share/libdvd-pkg/debian
--2026-08-08 07:03:15-- https://download.videolan.org/pub/libdvdcss/1.4.3/libdvdcss-1.4.3.tar.bz2
Resolving download.videolan.org (download.videolan.org)... 213.36.253.2, 2a01:e0d:1:3:58bf:fa02:c0de:5
Connecting to download.videolan.org (download.videolan.org)|213.36.253.2|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 388404 (379K) [application/octet-stream]
Saving to: ‘libdvdcss_1.4.3.orig.tar.bz2’
libdvdcss_1.4.3.orig.tar 100%[===============================>] 379.30K 338KB/s in 1.1s
2026-08-08 07:03:18 (338 KB/s) - ‘libdvdcss_1.4.3.orig.tar.bz2’ saved [388404/388404]The compilation executed smoothly
Partial log
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.3.orig.tar.bz2: OK
libdvd-pkg: Unpacking and configuring...
libdvd-pkg: Building the package... (it may take a while)
libdvd-pkg: Build log will be saved to /usr/src/libdvd-pkg/libdvdcss2_1.4.3-1~local_amd64.build
Current: =ep cap_wake_alarm+i- When you own your library (physical books, CD's, DVD's) you need libdvdcss in order to play the latter
- If you are smart and don't own your music (streaming subscriptions, will yank your music away, without warning) you will start fetching the albums, movies (buy them when still possible)
- Inspect your library for oxidation and insects
Conclusion
- libdvdcss is still not included in debian
- 17 years after the fact
- debian will never include the lib
- the download from videolan website is smooth easy and does not require (my) programming skills of sources
- libdvdcss compiles without problems
- you will be reminded by mplayer vlc and others when you play encrypted dvd's
The story of the creation of libdvdcss is one you should read also on wikipedia, which I've included in my sources
sources
mplayer dvd://vlc -1 climan mplayer(1)https://en.wikipedia.org/wiki/Libdvdcss
https://en.wikipedia.org/wiki/CD_and_DVD_copy_protection
https://www.videolan.org/developers/libdvdcss.html
#videolan #TV #dvd #css #libdvdcss #copy #protection #programming #encryption #debian #exclusion
-
Teach me how to backup a layered volume
https://piefed.blahaj.zone/c/techsupport/p/875815/teach-me-how-to-backup-a-layered-volume
-
TIL: why it’s ctrl+V
Larry Tesler, the creator of copy/paste, explains:
The Lisa was the first system to assign XCVZ to cut, copy, paste and undo (shifted with the “apple” key). I chose them myself. X was a standard symbol of deletion. C was the first letter of Copy. V was an upside down caret and apparently meant Insert in at least one earlier editor.
-
TIL: why it’s ctrl+V
Larry Tesler, the creator of copy/paste, explains:
The Lisa was the first system to assign XCVZ to cut, copy, paste and undo (shifted with the “apple” key). I chose them myself. X was a standard symbol of deletion. C was the first letter of Copy. V was an upside down caret and apparently meant Insert in at least one earlier editor.
-
Top Food and Beverage Flavors of Summer 2026 https://www.diningandcooking.com/2705465/top-food-and-beverage-flavors-of-summer-2026/ #appetizing #aroma #background #baking #board #bowl #Chicken #Chili #condiment #cook #copy #culinary #delicious #dip #dipper #dressing #eat #flat #food #fried #Gravy #homemade #Honey #hot #infused #ingredients #lay #meal #Meat #natural #nobody #object #organic #parchment #Pepper #prepare #recipe #red #roasted #sauce #Savory #space #spicy #sweet #tasty #Text #top #view #wings #Wooden
-
Top Food and Beverage Flavors of Summer 2026 https://www.diningandcooking.com/2705465/top-food-and-beverage-flavors-of-summer-2026/ #appetizing #aroma #background #baking #board #bowl #Chicken #Chili #condiment #cook #copy #culinary #delicious #dip #dipper #dressing #eat #flat #food #fried #Gravy #homemade #Honey #hot #infused #ingredients #lay #meal #Meat #natural #nobody #object #organic #parchment #Pepper #prepare #recipe #red #roasted #sauce #Savory #space #spicy #sweet #tasty #Text #top #view #wings #Wooden
-
COPY
I keep thinking if
I keep thinking if
I could somehow
I could somehow
copy
but it seems impossible for no matter how hard I try, the copy becomes something new. -
Römischer Weihealtar vor der Jupitergigantensäule (Saalburg / Bad Homburg v.d.H.); im Hintergrund die viereckige Basis der Säule, zu sehen ist Gott Jupiter mit dem Adler. Beide sind Kopien der Mainzer Originale (bei der Säule wurden fehlende Stücke ergänzt) und aus Kalkstein gefertigt.
#roman #römisch #saalburg #romanempire #römischesreich #history #geschichte #rekonstruktion #reconstruction #kopie #copy #archäologie #archaeology
-
Römischer Weihealtar vor der Jupitergigantensäule (Saalburg / Bad Homburg v.d.H.); im Hintergrund die viereckige Basis der Säule, zu sehen ist Gott Jupiter mit dem Adler. Beide sind Kopien der Mainzer Originale (bei der Säule wurden fehlende Stücke ergänzt) und aus Kalkstein gefertigt.
#roman #römisch #saalburg #romanempire #römischesreich #history #geschichte #rekonstruktion #reconstruction #kopie #copy #archäologie #archaeology
-
https://www.youtube.com/watch?v=Gt5kPwO6IEM
Der Fall Paradin (1947) / The Paradine Affair (1947)
(in german)#mediathek #youtube #nodrm #free #copy #german #hitchcock #classic #oscar #film #movie #movies #cinema #films #police #GregoryPeck #AnnTodd #CharlesLaughton #
-
https://www.youtube.com/watch?v=Gt5kPwO6IEM
Der Fall Paradin (1947) / The Paradine Affair (1947)
(in german)#mediathek #youtube #nodrm #free #copy #german #hitchcock #classic #oscar #film #movie #movies #cinema #films #police #GregoryPeck #AnnTodd #CharlesLaughton #
-
Ahead of October 1 court hearing, #Nintendo has zero chance of prevailing over current #Palworld versions: it may get $30K chump change
source: gamesfray.com/ahead-of-october…
This litigation is no longer aobut anything serious in commercial terms. It’s about a hypothetical injunction that doesn’t apply to current product versions and (if anything) a small damages award for a period during which #Pocketpair generated limited new sales in #Japan.
#law #justice #court #economy #game #gaming #gamer #economy #patent #fail #legal #problem #news #digital #software #copy #inspiration #sale #money
-
https://www.fogolf.com/1264539/copy-sam-snead-for-the-best-grip-in-golf-history/ Copy Sam Snead for the Best Grip in Golf History #COPY #Golf #GolfEquipment #GolfEquipmentVideos #GolfEquipmentVlog #GolfEquipmentYouTube #GolfGrip #GolfInstruction #GolfTip #GolfTips #GRIP #history #HowToGripTheClub #HowToGripTheGolfClub #JimMcLean #Sam #SamSnead #snead
-
https://www.fogolf.com/1264539/copy-sam-snead-for-the-best-grip-in-golf-history/ Copy Sam Snead for the Best Grip in Golf History #COPY #Golf #GolfEquipment #GolfEquipmentVideos #GolfEquipmentVlog #GolfEquipmentYouTube #GolfGrip #GolfInstruction #GolfTip #GolfTips #GRIP #history #HowToGripTheClub #HowToGripTheGolfClub #JimMcLean #Sam #SamSnead #snead
-
Cara Membuat Copy Iklan yang Tidak Terlihat Kaku
#Iklans - #Cara Membuat #Copy Iklan yang #Tidak Terlihat Kaku - Dalam dunia #pemasaran, iklan bukan hanya tentang menawarkan produk atau jasa. #Iklan juga menjadi cara sebuah #bisnis berbicara kepada calon pelanggan. Karena itulah, copy iklan atau teks #promosi memiliki peranan yang sangat penting. Sayangnya, masih banyak copy iklan yang terasa terlalu formal, kaku, dan seperti dibuat oleh mesin.
-
Funny lesson here in generational #language - how do your #characters speak?
Sorry millennials, Gen Z isn’t reading all that #copy https://www.marketing-interactive.com/sorry-millennials-gen-z-isn-t-reading-all-that-copy
#communication #advertising #marketing #writing #amwriting #writingtips
-
Funny lesson here in generational #language - how do your #characters speak?
Sorry millennials, Gen Z isn’t reading all that #copy https://www.marketing-interactive.com/sorry-millennials-gen-z-isn-t-reading-all-that-copy
#communication #advertising #marketing #writing #amwriting #writingtips
-
Podman rootless containers and the Copy Fail exploit
https://garrido.io/notes/podman-rootless-containers-copy-fail/
#HackerNews #Podman #rootless #containers #Copy #Fail #exploit #cybersecurity #containerization #tech #news
-
Podman rootless containers and the Copy Fail exploit
https://garrido.io/notes/podman-rootless-containers-copy-fail/
#HackerNews #Podman #rootless #containers #Copy #Fail #exploit #cybersecurity #containerization #tech #news
-
... click on a link. That will open a browser, and that browser will load the page (whether you wanted that or not). Hopefully there are no redirects and you can grab the URL from the URL bar.
There were no redirects, so that’s the end of the story. How to copy a link to a page in 2026. Simple building blocks >>> ecosystem
-
... click on a link. That will open a browser, and that browser will load the page (whether you wanted that or not). Hopefully there are no redirects and you can grab the URL from the URL bar.
There were no redirects, so that’s the end of the story. How to copy a link to a page in 2026. Simple building blocks >>> ecosystem
-
CVE-2026-31431: Copy Fail vulnerability enables Linux root privilege escalationacross cloud environments - https://www.redpacketsecurity.com/cve-2026-31431-copy-fail-vulnerability-enables-linux-root-privilege-escalationacross-cloud-environments/
#threatintel
#Linux kernel
#Privilege escalation
#CVE-2026-31431
#Copy Fail
#Cloud security -
CVE-2026-31431: Copy Fail vulnerability enables Linux root privilege escalationacross cloud environments - https://www.redpacketsecurity.com/cve-2026-31431-copy-fail-vulnerability-enables-linux-root-privilege-escalationacross-cloud-environments/
#threatintel
#Linux kernel
#Privilege escalation
#CVE-2026-31431
#Copy Fail
#Cloud security -
Peripetie #danielberanekCZ (Od pultu přes #ZUR a #PSY až k #SEO a #copy)
kapitola narvaná inf. o SEO, webu, serveru, #HTTP/#HTTPS, #penalizace #YMYL, #Mobilegeddon, #AMP, #cache, #LiteSpeed, #thincontent - a jejich řešení
-
Zum Verkauf steht eine professionelle Transferpresse, ideal für den Einstieg in den Tassendruck oder zur Erweiterung Ihres bestehenden Equipments. Dieses robuste Gerät ist speziell für größere Druckauflagen konzipiert und liefert konstante, hochwertige Ergebnisse.
https://www.ebay.de/itm/389923341520
#print #mug #transfer #sublimation #copy #shop #druck #sale #forsale #verkauf #angebot #offer #ebay #photos #apple #photography
-
Zum Verkauf steht eine professionelle Transferpresse, ideal für den Einstieg in den Tassendruck oder zur Erweiterung Ihres bestehenden Equipments. Dieses robuste Gerät ist speziell für größere Druckauflagen konzipiert und liefert konstante, hochwertige Ergebnisse.
https://www.ebay.de/itm/389923341520
#print #mug #transfer #sublimation #copy #shop #druck #sale #forsale #verkauf #angebot #offer #ebay #photos #apple #photography
-
Tips Menghindari Copy Iklan yang Terlalu Panjang dan Melelahkan
#Iklans - #Tips Menghindari #Copy Iklan yang #Terlalu Panjang dan Melelahkan - Dalam dunia #periklanan digital yang serba cepat, perhatian audiens menjadi aset yang sangat mahal. Setiap detik sangat berharga. Jika dalam beberapa detik pertama #iklan Anda tidak mampu menarik perhatian, maka besar kemungkinan audiens akan langsung melewatinya. Di sinilah pentingnya membuat copy iklan yang efektif: singkat,…
-
#copy : an individual book, or a single set of books containing the works of an author
- French: copie
- German: Kopie
- Italian: copia
- Portuguese: copia
- Spanish: copia
------------
Thank you so much for being a member of our community!
-
#copy : an individual book, or a single set of books containing the works of an author
- French: copie
- German: Kopie
- Italian: copia
- Portuguese: copia
- Spanish: copia
------------
Thank you so much for being a member of our community!
-
Od pultu přes #ZUR a #PSY až k #SEO a #copy (4)
dočrtl jsem hlavní linku až k živnosti, zbývá už jen několik podstatných vlivů
https://danielberanek.cz/od-pultu-az-k-seo-a-copy-s-ostrymi-hroty-profesni-bio/
-
Amiga disks on PC: Copy program G-Copy 0.8
G-Copy by Arne Urbaniak is a Windows program that uses Keir Fraser's Greaseweazle, D. Tonn's ADF-Drive or Rob Smith’s DrawBridge (Arduino) to create backup copies to and from HD, USB, SD cards and, of course, floppy disks.
The latest version, 0.8, includes bug fixes and improvements: G-Copy now supports copying from DF0 to DF1 and HD/USB/SD or DF1 to DF0 and HD/USB/SD at the same time.
-
Amiga disks on PC: Copy program G-Copy 0.8
G-Copy by Arne Urbaniak is a Windows program that uses Keir Fraser's Greaseweazle, D. Tonn's ADF-Drive or Rob Smith’s DrawBridge (Arduino) to create backup copies to and from HD, USB, SD cards and, of course, floppy disks.
The latest version, 0.8, includes bug fixes and improvements: G-Copy now supports copying from DF0 to DF1 and HD/USB/SD or DF1 to DF0 and HD/USB/SD at the same time.
-
Ich kopier da mal was. 🙈
-
Hall of Shame!
Hip hop! Bollywood's copies don't stop! 😆 Here's one more!
This is a 2000 Bollywood copy of a 1998 American action thriller, with the usual Bollywoodian bloatware (song/dance sequences and romantic interludes) added! 😀
See our #HallOfShame posts for more Bollywood copies! 😀