Archr

joined 2 years ago
[–] Archr@lemmy.world 2 points 1 week ago

I was wondering the same thing. DOE has very little to do with the electric grid.

[–] Archr@lemmy.world 5 points 2 weeks ago

I noticed that too. Thought it was just regular YouTube jank as usual.

[–] Archr@lemmy.world 1 points 2 weeks ago

Oh I'll agree that sometimes Bluetooth pairing can be finicky.

But the person I replied to was talking about how Bluetooth is not good enough for audiophile quality headphones. But most people don't care and can't even notice the difference.

[–] Archr@lemmy.world -2 points 2 weeks ago (2 children)

You are right. But for >99% of users Bluetooth is a perfectly sufficient connection format for headphones.

[–] Archr@lemmy.world 3 points 2 weeks ago

It seems like this is a bit of a political move. I understand that the article mentions connecting the homeless that are cleared with the local support structure. But it gives no mention of how those support structures will be improved. No additional funding or infrastructure provided.

From what I understand the local support structures are already at capacity and generally shelters are still unsafe (especially for women).

This is either coming from Newsome not understanding the issue at best. And a political move that will just cause more suffering at worst.

[–] Archr@lemmy.world 4 points 2 weeks ago

It sounds like they plan to clear the camps and dump the people on the (already strained) local support systems without giving any extra funding or infra to those support systems.

[–] Archr@lemmy.world 1 points 1 month ago

Is this one different than the one on f-Droid? Syncthing-fork

[–] Archr@lemmy.world 16 points 2 months ago* (last edited 2 months ago) (1 children)

I feel like most casual users would not make the connection of "crawlers" to link previews that they talk about it the article.

Sure, if you understand that robots.txt includes all robots then sure. But that is not how general news media has been talking about robots.txt.

[–] Archr@lemmy.world 1 points 2 months ago (1 children)

Is this just meant to make git clone always clone recursively?

Can't you do this with aliases in your .gitconfig?

[–] Archr@lemmy.world 2 points 2 months ago

I have something similar.

alias "..1=cd .."
alias "..2=cd ../.."
... etc

I did have code that would generate these automatically but Idk where it is.

[–] Archr@lemmy.world 1 points 3 months ago

_ can also be used in the python interactive terminal to mean 'last return value'

Ie:

> 'string'
'string'
> a = _
> print(a)
string
[–] Archr@lemmy.world 1 points 3 months ago

This is very true. Match statements are much more powerful that switch statements in any other language.

For instance:

  • matching objects very specifically
  • if conditions within case statements
  • pulling variables from inside of the object directly.
view more: next ›