entwine

joined 6 months ago
[–] entwine@programming.dev 11 points 1 day ago* (last edited 1 day ago)

That doesn't matter. For every sarcastic comment online, there will be a certain percentage of people that misses the joke and takes it seriously. Over time, these people accumulate and become a real cultural/political force.

The Trump administration is basically entirely made up of these groups. Read through this list and you'll probably find a conspiracy theory you've personally made a sarcastic joke about at some point in your internet life.

[–] entwine@programming.dev 13 points 1 day ago

Arthur's first book was nothing but beta cope, but once he took looksmaxxing seriously he ascended to become a celebrity and cultural icon.

Take notes, children.

[–] entwine@programming.dev 1 points 2 days ago (1 children)

Is this AI? Wtf am I looking at

[–] entwine@programming.dev 15 points 3 days ago (1 children)

Wtf is this article? Its a dox and hitpiece against a random dude because he submitted a PR you don't like? This is psychopath behavior. You don't publish something like this unless you're hoping something bad happens to them.

If this guy didn't submit that PR, somebody else would have done it.

Grow up.

[–] entwine@programming.dev 3 points 3 days ago

Phil is clearly an asshole. Why bend over backwards to save his project? Just let it die and move on. I know "Manjaro Linux" sounds cool, but a cool name isn't worth all this drama, especially since the distro itself is nothing special.

[–] entwine@programming.dev 7 points 3 days ago (3 children)

I don't know if adb sideload will fallback to a regular install, maybe it does as a convenience for people who don't read the docs? In any case, you said:

That’s the name of the command, though.

And I demonstrated that you're wrong by linking to the official man page (aka the docs) directly from the master branch of the public git repo. Here's the relevant part which describes the sideload command:

sideload OTAPACKAGE Sideload the given full OTA package OTAPACKAGE.

[–] entwine@programming.dev 15 points 4 days ago

Google Play Protect is designed to protect Google Play from competitors

[–] entwine@programming.dev 19 points 4 days ago (5 children)

That's not even true. If you install an app through adb, the command is adb install <path/to/app.apk>

adb sideload is for installing OTA packages

Source: https://android.googlesource.com/platform/packages/modules/adb/+/refs/heads/master/docs/user/adb.1.md

[–] entwine@programming.dev 39 points 4 days ago

If antitrust was being enforced, Google execs wouldn't even dream of attempting this bullshit.

Antitrust regulation is probably the easiest way to fix the biggest problems in our society, it is 100% bipartisan, and it is easy to explain to the average US voter. The only group that is against it is the billionaires/ultra wealthy. Instead, politicians are all hyperfocused on culture war mudslinging and bullshit that makes no difference.

Break up Apple, Google, Microsoft, Amazon, and Meta (just to start), and watch how the tech industry explodes with innovation again, and the tech billionaire becomes an endangered species. The AI bubble will burst as companies actually need to compete to survive, and thus won't be burning as much resources on crap that clearly doesn't work.

[–] entwine@programming.dev 2 points 4 days ago

Stop spreading fud

introducing ID verification at the operating system level, how do you guys plan on slowly moving your Podman

Systemd is doing no such thing.

[–] entwine@programming.dev 4 points 5 days ago

From CachyOS's homepage:

CachyOS ships every package optimized for your CPU - compiled with x86-64-v3/v4 and Zen4 instructions, LTO, and PGO - on top of a custom kernel with the tuned EEVDF scheduler. The result: a noticeably faster Arch Linux experience with the same rolling-release flexibility you expect.

There's no way this many gamers know what half of those things mean. Someone should look into the marketing behind cachy because whatever they're doing is clearly a winning strategy in the distro wars.

Also, it's pretty funny to see Nix and Flatpak on here. Nix can't beat another package manager even when it tries to compete in a totally different category.

...but at least it surpassed Manjaro

 

I'm looking for a way to add search to a fully static site (think technical documentation) without any server side compute or API.

My idea was to implement one that generates a static index that can be queried by client-side javascript when doing a search, and have the index be organized in such a way that it can be used without having to download the entire thing.

I feel like this should exist already, but I have zero experience here. So, can anyone share suggestions?

view more: next ›