Welcome Guest ( Log In | Register )

455 Pages V « < 271 272 273 274 275 > »   
Reply to this topicStart new topic
> What is the last thing you thought?, Tech Edition

 
post Oct 27 2020, 13:56
Post #5441
Moonlight Rambler



Let's dance.
*********
Group: Gold Star Club
Posts: 6,503
Joined: 22-August 12
Level 373 (Dovahkiin)


QUOTE(EsotericSatire @ Oct 27 2020, 06:09) *

I just reimaged and checked the logs to make sure it was pulling all the files from the repository. I had to manually go through and find what was missing.

It was some kind of driver / file clash for me. That was on a raspberry pi.

I am not about to reinstall on my desktop or laptop because of a stupid issue like this. Especially since I can sort of work around it as it is (although it's annoying to do so; I had to apply a couple patches to a PC-8801 emulator to make it handle my actual joypad properly for instance, due to it only trying to use the first detected joystick which in my case was actually my mouse).

Also, youtube-dl [github.com] got DMCA'd by the RIAA.

[yt-dl.org] https://yt-dl.org/ still works.

This post has been edited by dragontamer8740: Oct 27 2020, 14:02
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 27 2020, 20:33
Post #5442
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(dragontamer8740 @ Oct 27 2020, 11:56) *
Also, youtube-dl [github.com] got DMCA'd by the RIAA.

[yt-dl.org] https://yt-dl.org/ still works.
I have moved all my stuff to gitlab a while ago. No matter how much perfume you use, Microsoft still smells like corporate lawyer shit.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 28 2020, 00:06
Post #5443
Mayriad



SUPER ★ BUSY ★ TIME
*******
Group: Global Mods
Posts: 2,061
Joined: 18-December 10
Level 135 (Lord)


QUOTE(dragontamer8740 @ Oct 27 2020, 13:56) *
Also, youtube-dl [github.com] got DMCA'd by the RIAA.

I have been using JDownloader to batch download YouTube videos for years and you can give it a try if you still have such a need. It is written in Java and runs on Linux systems. It supports many, many sites and also has many customisation options. If you try it, make sure to grab the clean installer from their forums.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 28 2020, 06:34
Post #5444
Moonlight Rambler



Let's dance.
*********
Group: Gold Star Club
Posts: 6,503
Joined: 22-August 12
Level 373 (Dovahkiin)


QUOTE(blue penguin @ Oct 27 2020, 14:33) *

I have moved all my stuff to gitlab a while ago. No matter how much perfume you use, Microsoft still smells like corporate lawyer shit.

I did the gitlab move as well, around the time MS bought them (within that week).

QUOTE(Mayriad @ Oct 27 2020, 18:06) *

I have been using JDownloader to batch download YouTube videos for years and you can give it a try if you still have such a need. It is written in Java and runs on Linux systems. It supports many, many sites and also has many customisation options. If you try it, make sure to grab the clean installer from their forums.

No.
And ytdl still works.

Also, as an aside, Java on 32-bit PPC Linux is an awful experience. Python performs far better on it. I also hate writing Java code, so I'll definitely pass on that. Cool that it's an option at any rate.


---
This isn't new information, but bluetooth is a hot steaming pile of garbage.

Also, NVIDIA? More like novidia: [www.phoronix.com] https://www.phoronix.com/scan.php?page=news...nux-5.9-Delayed

This post has been edited by dragontamer8740: Oct 28 2020, 06:37
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 28 2020, 12:02
Post #5445
Pillowgirl



Grammatically Incorrect (☞゚∀゚)☞
*********
Group: Gold Star Club
Posts: 5,458
Joined: 2-December 12
Level 485 (Godslayer)


loldmca
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 28 2020, 13:53
Post #5446
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,777
Joined: 31-July 10
Level 500 (Ponyslayer)


Wtf is a GPL condom and taint module.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2020, 05:22
Post #5447
Moonlight Rambler



Let's dance.
*********
Group: Gold Star Club
Posts: 6,503
Joined: 22-August 12
Level 373 (Dovahkiin)


QUOTE(EsotericSatire @ Oct 28 2020, 07:53) *

Wtf is a GPL condom and taint module.

"GPL condom:"
Essentially, the Linux kernel marks some interfaces/API calls as being for GPL-compatible software only. If your code is not under GPL-compatible terms, you're not supposed to be allowed to use those kernel interfaces when writing a driver module.
[lwn.net] https://lwn.net/Articles/769471/
QUOTE
The kernel has had EXPORT_SYMBOL_GPL() for fifteen years now, Kroah-Hartman said; its use is not mandatory. It is generally meant to apply to core functions that cannot be used without the user being a derived work of the kernel. But whether that is the case for specific functions is not always obvious.
The gist of it is that if you're doing things that are very low-level inside the kernel, it should not be from a proprietary module.

Code that isn't "GPL" or compatible is considered to "taint" the kernel, and is supposed to not be allowed to access symbols from the kernel that (in the developers' opinion) would likely be used to create a "derivative work."

Essentially, if I'm reading correctly, it appears Nvidia was doing some low-level stuff in the kernel for their proprietary drivers by writing a tiny stub "GPL wrapper" that just shuffled data to and from their proprietary code. Thus the "GPL condom" prevents the kernel from getting pregnant (tainted) but still allows for penetration.

This post has been edited by dragontamer8740: Oct 29 2020, 05:22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2020, 13:24
Post #5448
Wayward_Vagabond



ii-Kagen ni Shiro.
*********
Group: Gold Star Club
Posts: 6,305
Joined: 22-March 09
Level 387 (Dovahkiin)


They went through all that effort, and their closed drivers are still not terribly good or better than the open ones..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 29 2020, 17:19
Post #5449
Moonlight Rambler



Let's dance.
*********
Group: Gold Star Club
Posts: 6,503
Joined: 22-August 12
Level 373 (Dovahkiin)


QUOTE(Wayward_Vagabond @ Oct 29 2020, 07:24) *

They went through all that effort, and their closed drivers are still not terribly good or better than the open ones..

They are for newer cards, but only because they require signatures on some bits of firmware to actually use all the features on the new cards, and nvidia won't sign off on Nouveau's open-source firmware. Also, Nouveau has never had nearly as good of performance, although I used it happily for years on a Kepler card.

Post-750 Ti (Maxwell 1), nvidia with nouveau goes to shit. And even on the 750 Ti you have to manually re-clock it from debugfs IIRC.

This post has been edited by dragontamer8740: Oct 29 2020, 17:22
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 30 2020, 02:40
Post #5450
elda88



FREEDOM! FUCK DMCA!
***********
Group: Gold Star Club
Posts: 16,204
Joined: 30-June 09
Level 500 (Godslayer)


Any Paypal users here can confirm that email address is correct? If so, I have to wonder how phishers managed to impersonate Paypal's real email address.

(IMG:[live.staticflickr.com] https://live.staticflickr.com/65535/50545876786_bcb5ec7e43_o_d.jpg)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 30 2020, 02:45
Post #5451
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,777
Joined: 31-July 10
Level 500 (Ponyslayer)


QUOTE(loli-hujan86 @ Oct 29 2020, 14:40) *

Any Paypal users here can confirm that email address is correct? If so, I have to wonder how phishers managed to impersonate Paypal's real email address.

(IMG:[live.staticflickr.com] https://live.staticflickr.com/65535/50545876786_bcb5ec7e43_o_d.jpg)



Addresses can be spoofed. Just go to your paypal account to login to verify, do not click any links in the email.

Official emails also use your name, and the alias is usually service@paypal.com not PayPal Support?

This post has been edited by EsotericSatire: Oct 30 2020, 02:47
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 30 2020, 15:37
Post #5452
WillP



Everything's better with a Donk!
***********
Group: Members
Posts: 11,706
Joined: 28-May 09
Level 396 (Godslayer)


do I trust Geforce experience optimal settings? I have I7-7700K, gtx 1080ti & 16Gb ram. I just bought Hellblade: Senua's Sacrifice and the optimal settings was the lowest in every department. I run at 3840x2160 resolution as my pc is hooked to my tv...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 30 2020, 17:48
Post #5453
Pillowgirl



Grammatically Incorrect (☞゚∀゚)☞
*********
Group: Gold Star Club
Posts: 5,458
Joined: 2-December 12
Level 485 (Godslayer)


QUOTE(WillP @ Oct 30 2020, 23:37) *

do I trust Geforce experience optimal settings? I have I7-7700K, gtx 1080ti & 16Gb ram. I just bought Hellblade: Senua's Sacrifice and the optimal settings was the lowest in every department. I run at 3840x2160 resolution as my pc is hooked to my tv...

Never.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Oct 31 2020, 09:09
Post #5454
Moonlight Rambler



Let's dance.
*********
Group: Gold Star Club
Posts: 6,503
Joined: 22-August 12
Level 373 (Dovahkiin)


QUOTE(WillP @ Oct 30 2020, 09:37) *

do I trust Geforce experience optimal settings? I have I7-7700K, gtx 1080ti & 16Gb ram. I just bought Hellblade: Senua's Sacrifice and the optimal settings was the lowest in every department. I run at 3840x2160 resolution as my pc is hooked to my tv...

No; just do it yourself.
I didn't even install "experience" when I was using Windows (XP, in 2014).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 1 2020, 04:32
Post #5455
Moonlight Rambler



Let's dance.
*********
Group: Gold Star Club
Posts: 6,503
Joined: 22-August 12
Level 373 (Dovahkiin)


Github/dmca has a couple interesting pull requests right now.
[github.com] https://github.com/github/dmca/pull/8170
[github.com] https://github.com/github/dmca/pull/8142 (complete youtube-dl source repo)
[github.com] https://github.com/Monoverde888/dmca/blob/f...0-10-23-RIAA.md
[github.com] https://github.com/github/dmca/pull/8129

This post has been edited by dragontamer8740: Nov 1 2020, 04:39
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 1 2020, 12:55
Post #5456
uareader



Critter
*********
Group: Catgirl Camarilla
Posts: 5,594
Joined: 1-September 14
Level 500 (Ponyslayer)


QUOTE(dragontamer8740 @ Nov 1 2020, 03:32) *

Github/dmca has a couple interesting pull requests right now.
[github.com] https://github.com/github/dmca/pull/8170
[github.com] https://github.com/github/dmca/pull/8142 (complete youtube-dl source repo)
[github.com] https://github.com/Monoverde888/dmca/blob/f...0-10-23-RIAA.md
[github.com] https://github.com/github/dmca/pull/8129
They should have added: "PS: did anybody see my false teeth?" at the end (IMG:[invalid] style_emoticons/default/laugh.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 1 2020, 13:06
Post #5457
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,777
Joined: 31-July 10
Level 500 (Ponyslayer)


I can't remember who I lent my Wii to four years ago.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 1 2020, 16:30
Post #5458
laksanakor



Newcomer
*
Group: Members
Posts: 25
Joined: 3-April 18
Level 380 (Godslayer)


a free cheap fast internet quota.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 1 2020, 22:19
Post #5459
uareader



Critter
*********
Group: Catgirl Camarilla
Posts: 5,594
Joined: 1-September 14
Level 500 (Ponyslayer)


I got a bigger screen at some point, but even now, to read a manga as images files from my bed (let's say around 2 meters away from screen), it still seems too small.
I wonder what would be the ideal size for that.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Nov 2 2020, 05:04
Post #5460
swimswim100



Active Poster
*******
Group: Members
Posts: 1,273
Joined: 23-October 19
Level 420 (Dovahkiin)


I wonder how much it'll cost to get 6G when it's available
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


455 Pages V « < 271 272 273 274 275 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 27th August 2025 - 03:54