@tetris11@lemmy.ml avatar

tetris11

@tetris11@lemmy.ml

This profile is from a federated server and may be incomplete. View on remote instance

tetris11 ,
@tetris11@lemmy.ml avatar

Yep, fantastic for annotation, doesn't rasterize other layers, keeps the quality intact

tetris11 ,
@tetris11@lemmy.ml avatar

Fine, but when coding projects undergo licensing changes that the contributors are against, the code author has to remove those contributions and replace them.

tetris11 ,
@tetris11@lemmy.ml avatar

he does raise very valid points about reproducible builds, which should be a priority if your product is security

Edit: oh @Wolflink below points out that such builds are available for Android, but iOS has issues stemming from Apple and not Signal. This then begs the question, why is Telegram reproducible on iOS?

tetris11 ,
@tetris11@lemmy.ml avatar

How does Telegram ensure reproducible builds for iOS? Or is Dorsey lying

tetris11 ,
@tetris11@lemmy.ml avatar

that's not a fantastic answer to my question...

tetris11 ,
@tetris11@lemmy.ml avatar

that's indeed what I am asking

tetris11 ,
@tetris11@lemmy.ml avatar

I genuinely thought the wired vs wireless earphone debate was over, and wireless won by a landslide.

All the phones I have ever owned have audio jacks, but I use them rarely, and prefer the convenience of putting my phone down to walk around and do tasks, than having it strapped to my side like I'm a tourist on a bad audio guide.

I can't be the only one who after holding out for so long, now relents that, yes, wireless headphones are convenient for a vast majority of use cases.

tetris11 ,
@tetris11@lemmy.ml avatar

I've been wearing the same Sony plugs for 6 years now. Latency and quality is fine over short distances, and over long distances (something wired can't do...) the LC3 codec does a fantastic job keeping the signal and quality

I feel like you and I inhabit different universes

tetris11 ,
@tetris11@lemmy.ml avatar

Oh no doubt, and this is definitely an audiophile's phone. I just hope the benefit of the slight gains in quality outweigh the (imo) massive hassle of having the phone tethered to body.

My buds are sony wf-1000x3, been using them for years. Charge them once a day, use them pretty much all the time, no issues.

tetris11 ,
@tetris11@lemmy.ml avatar

dumb question maybe, but where is the full source of arch Linux? My understanding is that its just vanilla Linux that uses the pacman package manager.

Am I wrong in saying the pacman is the Arch source? Or is there more going on in the tar ball?

tetris11 ,
@tetris11@lemmy.ml avatar

Cheers! It looks like this is then the PKGBUILD

https://gitlab.archlinux.org/archlinux/packaging/packages/base/-/blob/main/PKGBUILD?ref_type=heads

In which case, there are no packages defined there which are Arch specific except pacman. So... pacman is the Arch source, right?

tetris11 ,
@tetris11@lemmy.ml avatar

ah, thanks for the clarification!

tetris11 ,
@tetris11@lemmy.ml avatar

Please don't call regular people "normies", it creates a needless boundary between those who use FOSS and those who haven't yet.

tetris11 ,
@tetris11@lemmy.ml avatar

I was a mix of Kenny and Scott Malkinson

tetris11 ,
@tetris11@lemmy.ml avatar

Yep. I just grew up with Gimp. I've used Krita a few times and might get used to it if I use it some more, but GIMP is forever my goto raster paint program

tetris11 ,
@tetris11@lemmy.ml avatar

HOW DARE YOU ATTEMPT TO CONVERSE AT MY LEVEL. MY LEVEL KNOWS NO BOUNDS!

tetris11 ,
@tetris11@lemmy.ml avatar

NFS is fantastic from a practical standpoint. You can literally specify it in your fstab to mount the network share at boot.

The best part is, there is no latency in waiting for it to mount. It only tries to fetch data once you request a resource from that mount path. Translation: If your network device is asleep, NFS will wake it up for you and fetch the resource on demand.

I love NFS

tetris11 ,
@tetris11@lemmy.ml avatar

file manager integration could be better, I agree

tetris11 ,
@tetris11@lemmy.ml avatar

That's a feature! If you can access that share as rw, you should be able to do anything to it IMO. If it's hosted read-only, then no matter what privileges you mount it with, the data is still protected

tetris11 ,
@tetris11@lemmy.ml avatar

Doesn't samba block synchronously until mounted?

tetris11 ,
@tetris11@lemmy.ml avatar

those last two are just made up words

tetris11 ,
@tetris11@lemmy.ml avatar

Tiny learning curve, easy to refactor existing projects

tetris11 ,
@tetris11@lemmy.ml avatar

UFW → nftables/iptables. Never worry about chains again

tetris11 ,
@tetris11@lemmy.ml avatar

For anyone wondering: Alsa does sound card detection and basic IO at the kernel level, Pulse takes ALSA devices and does audio mixing at the user/system level. Pipe does what Pulse does but more and even includes video devices

tetris11 ,
@tetris11@lemmy.ml avatar

"Please people, please... just give us your money. We might leave you alone after that. For a while."

tetris11 ,
@tetris11@lemmy.ml avatar

It's chemicals, man. You're willingly inhaling chemicals

tetris11 ,
@tetris11@lemmy.ml avatar

The secret is to spawn multiple AIs to bump the stock, and then for the first AI to cash out early, leaving the other AI instances penniless. Somehow this results in a net positive.

tetris11 ,
@tetris11@lemmy.ml avatar

shakily points to an Etch-a-Sketch

XZ Hack - "If this timeline is correct, it’s not the modus operandi of a hobbyist. [...] It wouldn’t be surprising if it was paid for by a state actor." ( lcamtuf.substack.com )

Thought this was a good read exploring some how the "how and why" including several apparent sock puppet accounts that convinced the original dev (Lasse Collin) to hand over the baton.

tetris11 ,
@tetris11@lemmy.ml avatar

Boostrapping a full distribution from a 357-byte seed file is possible in GUIX:

https://lemmy.ml/post/8046326

If that seed is compromised, then the whole software stack just won't build.

It's an answer to the "Trusting Trust" problem outlined by Ken Thompson in 1984.

tetris11 ,
@tetris11@lemmy.ml avatar

Hahaha! Oh dear

tetris11 ,
@tetris11@lemmy.ml avatar
SELECT 'ipaddress', 'username' FROM tables
WHERE (username.normalize() == "jomiran" 
OR post.links CONTAIN "jomiran") 
FILTER content IN _blacklist_keywords;

Or some such. Data is easy to mine if you have a target. It's finding unknown targets that is hard.

tetris11 ,
@tetris11@lemmy.ml avatar

It's easy to disable a VPN remotely though, especially on handheld devices.

All you need to is to point the user to a post or a website that is bloated with JS and contains high rez images and/or video.

The device then has to either begin paging memory like crazy - or more likely - begins to kill background processes that it thinks are not used by the foreground apps (e.g. your VPN).

For newer smartphones this is less of an issue, since their RAM can handle it. For > 5 year old smartphones though? They might struggle.

tetris11 ,
@tetris11@lemmy.ml avatar

In theory, yes. In practice, I can definitely tell you that the kill-switch service gets killed too, despite whatever level of niceness it's assigned.

tetris11 , (edited )
@tetris11@lemmy.ml avatar

I'm not going to dox myself but I can tell you that it's a near daily occurrence for me on Lineage 18 (Android 11) on my phone with 2GB RAM.

Here is a related issue from 10 months ago, for an android TV device:

https://www.reddit.com/r/ShieldAndroidTV/comments/13st92f/vpn_app_disconnecting_in_background/

tetris11 ,
@tetris11@lemmy.ml avatar

I'm happy it works flawless for you man, and I'm sure on official Lineage builds which are as close as possible to AOSP things work exactly as you say.

I have an unofficial Lineage 18 ROM patched to hell to work with my old phone. All I can do is tell you what I see, and what I see is that when my phone tries to play a 720p or higher video, with an impossibly high bit-rate for the phone, the phone starts to aggressively background-kill apps, and that includes my VPN.

Again, happy it works for you, and I agree that in principle the default route should point to nothing if the VPN dies. On my device, when the virtual network device of the VPN goes down, it drops to the default network and finds another gateway.

tetris11 ,
@tetris11@lemmy.ml avatar

Sure, fair. Though I have enough phones I've collected over the years, I'm not sure if I need any more. As long as I take care not to go media heavy sites, my current device meets my needs almost all of the time.

tetris11 ,
@tetris11@lemmy.ml avatar

You joke, but you should look up Guix

tetris11 ,
@tetris11@lemmy.ml avatar

I detest the node ecosystem, but I do love watching NPM build packages

tetris11 ,
@tetris11@lemmy.ml avatar

There were other kids waiting weren't there, but you never stopped

tetris11 ,
@tetris11@lemmy.ml avatar

Well said. Check your firewalls, check your ssh config, liberally use user repositories, and always tip the guard (donate to GNU)

tetris11 ,
@tetris11@lemmy.ml avatar

As with all these things: do it behind an always-on VPN on a dedicated device.

tetris11 ,
@tetris11@lemmy.ml avatar

DuckDB have been promoting hard these last few weeks. I saw them on HN a few days ago, and now here.

Google Allows Creditors to Brick Your Phone ( lemmy.world )

I installed NetGuard about a month ago and blocked all internet to apps, unless they're on a whitelist. No notifications from this particular system app (that can't be disabled) until recently when it started making internet connection requests to google servers. Does anyone know when this became a thing?...

tetris11 ,
@tetris11@lemmy.ml avatar

Oh nono no, the world is much worse than that:

  • If you make all your car payments on time except one, the bank can still repossess your car.

  • If you pay your mortgage or rent on time every time except once, the bank can initiate the process of eviction.

Remember: the power triangle points down

tetris11 ,
@tetris11@lemmy.ml avatar

My point being that if said bank screws up whilst dealing with your loan, and you make a fuss to hold them accountable, the worse thing that happens to them is that they issue an apology.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • All magazines