kevincox

joined 5 years ago
MODERATOR OF
[–] kevincox@lemmy.ml 3 points 1 day ago

It also supports iOS.

[–] kevincox@lemmy.ml 3 points 1 day ago

No, the DRM wouldn't work at higher levels so you would have the same requirements with regard to 4k.

[–] kevincox@lemmy.ml 32 points 1 day ago (7 children)

Let's take a little recess and circle back.

[–] kevincox@lemmy.ml 1 points 1 week ago

You seem to be making this very complex. But it really isn't. Yes, git doesn't track renames. So you are working around it by splitting your operation into 2 commits.

  1. A pure rename.
  2. A file change.

This way 1 is always considered a rename and 2 is just a regular file change with the same path. You may also consider tweaking the default rename detection threshold with flags like --find-renames or options like diff.renameLimit.

Would it be nice if Git tracked renames? Probably. But that isn't how the data model works so it is unlikely to happen soon. But maybe they could add some metadata.

[–] kevincox@lemmy.ml 3 points 1 week ago (1 children)

I think it doesn't really make sense. Because you can't "squash" one commit. squash is taking multiple commits and making them one.

When you do a "squash merge" you are really saying "squash all the commits that are on this branch and not the target" then merge.

So you can't "squash a merge commit" you need at least one additional commit to squash in.

[–] kevincox@lemmy.ml 6 points 1 week ago (1 children)

No, but you can still choose to choose software that doesn't steal and sell your data. You can also support laws that make doing this illegal.

[–] kevincox@lemmy.ml 31 points 1 week ago (4 children)

The idea that putting this on your phone is bonkers is bonkers to me. Why would you want to carry around a journal or paper when you have everything on your phone? It can also be more easily backed up and synced.

It shouldn't be normal that this data is stolen and sold. That is 100% the problem, not the fact that people track things on computers.

[–] kevincox@lemmy.ml 2 points 2 weeks ago (1 children)

You have obviously never tried dereferencing a null pointer.

[–] kevincox@lemmy.ml 20 points 4 weeks ago

you’re just paying more for no reason

You are basically paying the credit card fees for not using a card. It is a protection racket. "It'd be a shame if you didn't use our credit card and had to pay extra due to card processing fees".

We should do what the EU did. Clamp card fees to a small value so that they can't meaningfully offer customers rewards which creates this twisted incentive.

Or stores just make the customer pay (most of) the card fees. As you said lots of smaller stores do this and I'm more than happy to pay with debit.

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

They are legal if you follow the regulations. The problem with the "rideshare" companies is that they don't. We should just call them "unregulated taxis" rather than pretending that they are a different service. I think just about every taxi company these days is on some app or another (often the same that call unregulated cabs in countries that actually got their shit together and banned the unregulated ones).

[–] kevincox@lemmy.ml 14 points 2 months ago (2 children)

Nah it's worse. Bitcoin actually has legitimate uses. (Yes, they are a minority of actual usage, but they exist.) NFTs are only useful for speculation, gambling and money laundering.

[–] kevincox@lemmy.ml 39 points 2 months ago (14 children)

"Rideshare" is also the least accurate term used to dodge regulations. It is just a taxi/cab. You are paying someone to get you from one place to another. They aren't sharing their ride, they were never going where you are going before you told them to.

 

Is there any service that will speak LDAP but just respond with the local UNIX users?

Right now I have good management for local UNIX users but every service wants to do its own auth. This means that it is a pain of remembering different passwords, configuring passwords on setting up a new service and whatnot.

I noticed that a lot of services support LDAP auth, but I don't want to make my UNIX user accounts depend on LDAP for simplicity. So I was wondering if there was some sort of shim that will talk the LDAP protocol but just do authentication against the regular user database (PAM).

The closest I have seen is the services.openldap.declarativeContents NixOS option which I can probably use by transforming my regular UNIX settings into an LDAP config at build time, but I was wondering if there was anything simpler.

(Related note: I really wish that services would let you specify the user via HTTP header, then I could just manage auth at the reverse-proxy without worrying about bugs in the service)

 

I'm reconsidering my terminal emulator and was curious what everyone was using.

1
SaaS RSS hosting (www.rss-hosting.com)
1
submitted 4 years ago* (last edited 4 years ago) by kevincox@lemmy.ml to c/rss@lemmy.ml
 

I know the Email isn't everyone's favourite RSS reader but it works really well for me. I wasn't happy with any of the existing services so I started my own.

https://feedmail.org is a low-cost RSS-to-Email service with nice clean templates. I'm happy to answer any questions.

view more: next ›