Readit News logoReadit News
pravus commented on Playstation removing previously purchased Discovery content   playstation.com/en-us/leg... · Posted by u/intunderflow
nickff · 2 years ago
I’ve heard many “pirates” say similar things, and when their condition is met, they find a new demand. Why would an IP rights-holder believe you?

Why not just buy physical media where available, and abstain where an acceptable legal option is not provided?

pravus · 2 years ago
> Why would an IP rights-holder believe you?

Because in addition to all the filthy pirated booty I stole, I would also show them this:

    * My 350+ physical CD collection
    * My 200+ physical DVD/Blu-Ray
    * My entire merch collection for Nine Inch Nails (>$1000)
    * My entire merch collection for Rings of Saturn (>$1000)
    * My merch collection from many, many, many other bands
    * Pages of receipts from Bandcamp and other e-media distributors
    * Pages of receipts from direct payments to artists themselves
    * The mass of ticket stubs I've acquired from live shows
    * The mass of movie ticket stubs I've acquired from theaters
I'm never paying for entertainment again. I paid my dues and the industry has done nothing but fuck me and everyone else.

Fuck them. It's over.

Have fun paying to sing "Happy Birthday".

pravus commented on Apple pulls plug on Goldman credit-card partnership   wsj.com/finance/banking/a... · Posted by u/voisin
ulfw · 2 years ago
Why did that surprise you? Goldman Sachs makes it money with anything but consumer banking after all.

Genuine question.

pravus · 2 years ago
This is what I'm asking... It's like going to the wholesaler and wondering why they don't have a nice pretty brick-and-mortar to buy from. GS doing consumer credit just seems like a large impedance mismatch in various levels.

Sorry... just musing on this topic because this is giving me a laugh.

pravus commented on Texas officials warn of rolling blackouts to ease strain on power grid   dailymail.co.uk/news/arti... · Posted by u/belltaco
fbdab103 · 2 years ago
>There was not only insufficient power generation capacity online, but also insufficient natural gas supply to the power plants. The failure of some gas distribution infrastructure, which had not been adequately winterized, resulted in exceedingly high prices for natural gas. Some gas compressor stations lost power when utilities began shutdowns, and overall gas supply fell by 85%.

From Wikipedia: https://en.wikipedia.org/wiki/2021_Texas_power_crisis

pravus · 2 years ago
Look at the dip in Permian versus Haynesville, Eagle Ford, Barnett and Fayetteville. Permian is West Texas where I said I was and it didn't even dip below the previous low. East Texas is a whole other country...
pravus commented on Texas officials warn of rolling blackouts to ease strain on power grid   dailymail.co.uk/news/arti... · Posted by u/belltaco
Animats · 2 years ago
Has anything been done to winterize the Texas natural gas system?

Natural gas comes out of the ground with water in it, and is piped around wet until it reaches a processing plant that removes water.[1] Everything upstream of water-removal is vulnerable to frozen water.[2] So, where freezing is a possibility, water removal needs to be near the wells, or it's possible to accept some freeze shutdowns and use more downstream storage. Texas used to have a climate where that wasn't a problem.

This is all well understood. There are plenty of natural gas operations in cold climates. So how is Texas doing on improving their system?

[1] https://en.wikipedia.org/wiki/Glycol_dehydration

[2] https://www.theverge.com/2021/2/17/22287130/texas-natural-ga...

pravus · 2 years ago
I'm not sure how much it would really be needed. Part of my family owned and operated a gas measurement business in West Texas and I don't recall ever having to do anything special for winter conditions on pipelines. Most of the water and oil comes out with the plunger lift in the well head and is stored on-site next to the well. Trucks come to haul it off and one of our jobs was to coordinate all of that plus maintenance.

There are glycol stations but as I recall those are really only used in gathering systems with a compressor. The large plants will have tons of equipment online to condition the gas before pushing it upstream. The biggest issue we ever had was just baby-sitting compressors in the middle of the night because some of them just really don't like to operate in cold conditions.

I used to test the gas in a lab and there wouldn't be enough water vapor left in the line to cause any issues under freezing. You have far more issues with carbon sludge build-up since anything above butane just really wants to be a liquid. That area typically produces wells with something like 4% N2, 70-80% C1, 2% CO2, and the rest is basically C2+ with maybe some H2S in a few places. It's very easy gas to pipe around for the most part.

pravus commented on I kind of killed Mercurial at Mozilla   glandium.org/blog/?p=4346... · Posted by u/sylvestre
acdha · 2 years ago
Mercurial also missed the window on performance and safety. If you started using it around 2009 or so, Hg was notably slower for daily use and a lot of people recommended using extensions to match Git features but those extensions were not stable (Hg and RCS are the only VCSes I’ve seen require data to be recovered from a backup due to normal usage).

There’s a meme that Git is hard to use but I think it’s conflating the challenges of getting used to version control at all, distributed version control, and any specific tool. I watched a number of developers do that and it was about as much work to go from SVN to either Git or Mercurial, and if they learned the other DVCS it was always easier since they were mapping concepts rather than learning them for the first time. The marginal returns on productivity weren’t worth switching in most cases so it tended to come down to Git being so much faster and, as network effects kicked in, easier to host.

pravus · 2 years ago
> There’s a meme that Git is hard to use but I think it’s conflating the challenges of getting used to version control at all

No. I had used CVS, SVN, SVK, Bazaar, and Mercurial for years before I switched to Git. I can generally explain the internals of all of these tools (a DAG) to someone in simple terms in minutes. Overlaying that onto the commands becomes easy.

What Git does is take that concept and wrap it in the worst possible workflow UI. The people that immediately grafted onto the Git community cheered this on for some reason very early and then recanted by saying that you are really supposed to build "porcelain" for Git since it was meant to be a rough tool.

To this day all I see are articles about people's confusions and conniptions over simple things that Git does incorrectly because it's UI is horrible. Most can't even get to the point where they understand the DAG. Even though I know what is supposed to happen it's hard for me to fumble around with simple commands because the naming is inconsistent and I have to research to find solutions. This was rarely an issue with Mercurial and when I talk to people that have used both they seem to share that sentiment.

Git is the PHP of version control. Widely used and very popular but has a lot of architectural problems that make it a total mess.

pravus commented on Why did base64 win against uuencode?   retrocomputing.stackexcha... · Posted by u/egorpv
t-3 · 2 years ago
Base64 is very bizarre in general. Why did they use such a weird pattern of symbols instead of a contiguous section, or at least segments ordered from low->high (on that note, ASCII is also quite strange, I'm guessing due to some backwards compatibility idiocy that seemed like it made sense at some point (or maybe changing case was super important to a lot of workloads or something, making a compelling reason to fuck over the future in favor of optimisation now))?
pravus · 2 years ago
> I'm guessing due to some backwards compatibility idiocy that seemed like it made sense at some point ... > ... making a compelling reason to fuck over the future in favor of optimisation now

> I never questioned the competence of past engineers

False just based on your opening volley of toxic spew. Backwards compatibility is an engineering decision and it was made by very competent people to interoperate with a large number of systems. The future has never been fucked over.

You seem to not understand how ASCII is encoded. It is primarily based on bit-groups where the numeric ranges for character groupings can be easily determined using very simple (and fast) bit-wise operations. All of the basic C functions to test single-byte characters such as `isalpha()`, `isdigit()`, `islower()`, `isupper()`, etc. use this fact. You can then optimize these into grouped instructions and pipeline them. Pull up `man ascii` and pay attention to the hex encodings at the start of all the major symbol groups. This is still useful today!

No, the biggest fuckage of the internet age has been Unicode which absolutely destroys this mapping. We no longer have any semblance of a 1:1 translation between any set of input bytes and any other set of character attributes. And this is just required to get simple language idioms correct. The best you can do is use bit-groupings to determine encoding errors (ala UTF-8) or stick with a larger translation table that includes surrogates (UTF-16, UTF-32, etc). They will all suffer the same "performance" problem called the "real world".

pravus commented on Google pays Apple 36% of the revenue it earns from searches in Safari   bloomberg.com/news/articl... · Posted by u/mfiguiere
wmf · 2 years ago
Am I the only one who thinks 36% customer acquisition cost is not crazy?
pravus · 2 years ago
Maybe it's just me and my bad attitude toward products today but this could explain why everything seems to be turning into low-quality garbage. I'm not a millionaire business man so I must be doing it wrong, but spending over 1/3rd of your revenue stream on customer acquisition rather than anything product-related seems like a bargain I don't want as a consumer.
pravus commented on YouTube may face criminal complaints in EU for using ad-block detection scripts   tomshardware.com/news/you... · Posted by u/giuliomagnifico
Thorrez · 2 years ago
>They could charge a price I'm willing to pay.

So if the price of Premium was lower you'd be ok with this? Premium costs about the same as Netflix.

Disclosure: I work at Google, but not on Youtube.

pravus · 2 years ago
I watch primarily wildlife documentaries, educational lectures, and podcasts related to academic topics like paleontology, archaeology, ancient history, and other subjects. I don't want music, live shows, television, sports, or most content that would incur a premium markup.

If YouTube would be willing to charge me something in the neighborhood of $5-$10 per month for that I'd happily pay. I have never had a Netflix subscription. I stopped consuming pop content and movies in 2010.

I am serious about this. If you have any way of making recommendations to anyone anywhere within Alphabet that will listen, please offer it up. I would point you to a site like HistoryHit which is far more in-line with what I want. It is $60/year.

Also, I already pay $5/month to the Kevin Richardson foundation and the ad-blocking mechanism on YouTube prevents me from watching those videos (which I paid for).

pravus commented on YouTube may face criminal complaints in EU for using ad-block detection scripts   tomshardware.com/news/you... · Posted by u/giuliomagnifico
westurner · 2 years ago
> Because they offered it for free.

The Information Service Provider offered it for "free with ads".

Do you otherwise support paying creators for their work, if not through YouTube's system for compensating creators?

pravus · 2 years ago
My Service Provider License Agreement states that I am able to circumvent any ad technology when using my own devices. It is free. The "with ads" part is someone else's opinion.

If you don't want ad-blockers, shut it down.

pravus commented on YouTube may face criminal complaints in EU for using ad-block detection scripts   tomshardware.com/news/you... · Posted by u/giuliomagnifico
westurner · 2 years ago
Why do you pretend that you are entitled to free video storage and bandwidth from YouTube? You haven't been sleighted. That service costs money to provide.

No, you don't have a right to free service either. Do you pay your other bills while you demand free rendered services from these companies?

Having a disability or similar does not entitle you to an unsubsidized Times Square with no ads.

(NASA is running their own streaming network and competing; it can be done. EU should try to run competing free video streaming businesses before shoving preferred American companies around with anti-competitive claims. EU haven't run a video hosting business that's been prevented from competing by the success, existence, and approved mergers and acquisitions of American media companies; and so EU video hosting businesses haven't and can't have been anti-conpetitively disadvantaged.)

I also run ad blockers for various justifiable reasons; but I don't tell myself that I have a right to free shtuff.

How the heck can you require only Netflix to host 30% local EU content and also demand free video streaming service with no ads?

pravus · 2 years ago
> Why do you pretend that you are entitled to free video storage and bandwidth from YouTube?

Because they offered it for free.

YouTube can close the doors any time. If they want my money, they can make a service offering that meets my needs. They could charge content providers for bandwidth and storage and meter it with assisted ad-support networks. They could charge a price I'm willing to pay.

But they don't and I will not accept any argument that consuming resources they put into the public sphere for free use means I am under any moral obligation to either give them money or facilitate them making money off of my traffic.

The only time ads worked was when Google made them an unobtrusive part of search. They dominate literally every piece of software I use now. I'm sorry but I say burn it all to the ground. I will either pay for or build its replacement.

You don't want ad-blockers? Shut it down. I was doing the internet before there was a need for them.

u/pravus

KarmaCake day502June 6, 2018
About
https://en.wikipedia.org/wiki/Room_641A
View Original