Forgot your password?
typodupeerror

Comment I don't see the allure of Rust for C programmers (Score 1) 86

I stopped using Rust because the compiler is an unmitigated pain in the ass. I'm not a 5-year-old. I know damn well when something is safe. If I have to tag everything unsafe to access memory in an optimal way, then what is Rust bringing to the table other than frustration? I moved over to Zig, which is much C-like, produces faster, smaller, and arguably just as safe binaries, and also happens to support C-FFI and cross-compilation out of the box. There is literally no advantage Rust has over Zig for C programmers.

Comment Master System, Genesis, Game Boy (Score 1) 41

People still develop new games for the Master System (which uses a Z80), the Genesis (which uses a Z80 as a sound coprocessor), and especially the Game Boy (whose Sharp SM83 CPU isn't exactly a Z80 but is similar). And they're selling these games both as ROM filess on itch.io and as cartridges.

Comment Re: Context? (Score 1) 131

The advertising clause wasn't "non-free" as much as a practical problem that was incompatible with the GPL's ban on additional restrictions. It was largely removed when much popular software switched from the 4-clause original BSD license to the 3-clause or 2-clause version.

The appropriate copyright notice clause remained in 3-clause and 2-clause BSD licenses. This clause is also present in GPLv2 and GPLv3.

Comment Re:Oh well (Score 1) 251

I could argue that there's a shortage of houses because nobody will build me one for $5K. I wouldn't be wrong, but the trick to not being wrong is the $5K caveat, and that's the issue with all these labor shortage proclamations. Labor shortage always means there's "nobody willing to do this job for what I want to pay", not a blank "nobody is willing to do this job". I guarantee you, without a shadow of a doubt, if cleaning restrooms paid $750K a year, there would be an endless pool of labor for restroom cleaners.

Comment Re:Maybe... (Score 1) 81

Now that most people have a fast internet connection

In the case of BitTorrent, even the fastest Internet connection won't get you a lot of successful peer connections if your ISP blocks all inbound TCP connections.

If youtube goes away, streaming video won't disappear, some new ecosystem will grow in its place.

Such a new ecosystem already has grown, as I understand it. It's called getting Netflix, HBO Max, Paramount+, Disney+/Hulu, Peacock, Prime Video, or Apple TV to accept your pitch and fund it. These take the place of cable television channels in the pre-broadband economy. And there are still a lot more pilot screenplays than budget to produce all of them.

Comment Re:Maybe... (Score 1) 81

1. The same way 99% of content producers do it today. Less than one percent of youtube content is monetized in any meaningful way.

Would it benefit the public to completely do away with the other 1%? How could something like The Amazing Digital Circus have been produced purely on a hobby budget?

2. Word of mouth. Curated lists.

How does the producer of a video go about seeding "word of mouth" and getting onto "curated lists"?

3. The protocol already handles this.

Yes, by excluding a lot of viewers who lack an IP address that can accept inbound TCP connections, unless I'm missing something. It also excludes viewers who have an iPhone or iPad and don't have a Mac with which to build and ad-hoc sign an app because Apple has reportedly banned BitTorrent clients from the App Store.

Comment Re:Maybe... (Score 1) 81

The same way it all worked before youtube.

And how might that have been? I might be misremembering, but this was my recollection:

1. Movie studios and TV channels funded production of videos to be viewed by the public. Very few pitches got funded.
2. Movie studios promoted upcoming and newly released movies through television advertising, and TV channels promoted shows to the channel's own viewers.
3. Movies were paywalled, and TV was ad-supported (in the case of broadcast) or behind the combination of ads and a paywall (in the case of cable).

Also, before YouTube, most end-user devices on the Internet had an IP address, even if dynamic, which could accept incoming connections. Nowadays, a lot of Internet subscribers' devices are behind network address translation (NAT), and if you share your IP address with the whole neighborhood, the ISP is unlikely to forward a port to your device.

Slashdot Top Deals

As you will see, I told them, in no uncertain terms, to see Figure one. -- Dave "First Strike" Pare

Working...