solrize

joined 2 years ago
[–] [email protected] -1 points 4 hours ago

I haven't looked in a few years but 20TB is probably plenty. I agree that Wikipedia lost its way once it got all that attention online and all that search traffic. Everyone should have their own copy of Wikipedia. I used to download the daily incremental data dumps but got tired of it. I still have a few TB of them around that I've been wanting to merge.

[–] [email protected] 5 points 5 hours ago (4 children)

The text is in not-exactly-convenient database dumps (see other commenter's link) and there are daily diffs (mostly bot noise), but then there are the images and other media, which are way up in the terabytes by now. There are some docs, maybe out of date, about how to run the software yourself. It's written in PHP and it's big and complicated.

[–] [email protected] 7 points 17 hours ago

They've done that on and off for ages, and the ones being offered with Ubuntu here are mostly pretty expensive or else not so interesting. I've been content to buy older Thinkpads and self-install Debian for my past several laptops. I was somewhat tempted by recent Ideapad Yogas but resisted, and since then, prices have gone up, whether due to tariffs or whatever else.

[–] [email protected] 2 points 1 day ago* (last edited 16 hours ago)

Changing employment status is a qualifying event or whatever it's called, so assuming the company offers its employees coverage immediately on hiring (not all do), you shouldn't have to wait for open enrollment. However, while health coverage is a common benefit of employment, it's not universal and policies vary by employer. That is: ask the company, or if for some reason you don't want to ask, get a copy of the employee handbook, maybe by asking one of your co-workers for it. The info for the particular company is likely to be in there.

[–] [email protected] 9 points 2 days ago

Mozilla propaganda. It's not just about individually identifiable data. Privacy means not giving the bad guys ANY data, whether or not it points at any individual.

[–] [email protected] 13 points 3 days ago* (last edited 3 days ago) (1 children)

This is spammy and AI-style long winded. I didn't read much. A shorter version without the advertising would be more useful.

The usual way to stay mostly private is just set up a corporation and bill through it. Here in California the annual fees are enough to be annoying but in other states they are very low. I once played with the idea of offering "company as a service" that would do everything for you online, but meh.

[–] [email protected] 6 points 5 days ago (2 children)

How much do you expect to pay for the 24 NVMe disks?

[–] [email protected] 22 points 5 days ago

It's possible for a while but there is a whack-a-mole game if you're doing anything they would care about. So you will have to keep moving it around. VPS forums will have some info.

[–] [email protected] -1 points 5 days ago

Lineage tends to work mostly on older phones.

[–] [email protected] 5 points 6 days ago

Never used any of them and get even more glad of it with passing time.

[–] [email protected] 54 points 1 week ago (9 children)

This is about "Chris Krebs, the former head of the US Cybersecurity and Infrastructure Security Agency (CISA) and a longtime Trump target".

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago)

Oh I didn't know about the new requirements. Less backwards compatibility too. IBM 3592 looks better but costs even more. Tape drives can't be that much higher tech than HDDs, so if they cranked up the volume they could likely be way more affordable.

 

cross-posted from: https://programming.dev/post/28431012

  • Google is set to cut hundreds of new jobs in its device and platforms divisions soon.
  • The company has continued to cut its Google Pixel teams, doing so earlier this year as well.
  • Rival Microsoft is considering a new round of layoffs next month, per reports.
87
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]
 

Apparently Android apps (even in current Android versions) can check for the presence of other Android apps by listing the apps they want to check for in their manifest file. Nothing stops them from listing dozens or hundreds of other apps, and some do exactly that. Up til Android 11 they didn't even have to list the other apps in the manifest. Then Google "tightened" things to be almost as bad. Dumb move, Android.

19
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

A while back, people here kindly explained how typical commercial Android apps get push notifications. Quick version: notifiications are sent through Firebase Cloud Messaging (FCM), which communicates with Google Message Services (GMS), an always-on Android client app preinstalled on most Android phones. There's a FOSS alternative to GMS called MicroG but it's still an FCM client, and FCM is an evil Google service that client apps that use it have to enroll with even if you escape GMS on the client side.

Right now I'm interested in sending myself push notifications from a self-hosted service that I run on a VPS. Of course I don't want to deal with FCM. I also prefer to not have to develop an Android app as opposed to running something like an XMPP client.

It looks like there are some alternatives like Iris and Unified Push (unifiedpush.org). It looks to me that UP becoming the preferred solution, is that right? UP has its own always-on client that can receive messages from a UP server that you can self-host. This sounds ok to me in principle.

My main question is whether UP is somehow worse than GMS, in terms of being a background app that keeps a network connection open. Is GMS anything special in that regard, besides being preinstalled by Google? Would GMS use less battery power or anything like that?

I may also have to look into how XMPP works, if my server program is going to send messages through it. I actually have an unrelated reason to be interested in XMPP. But does that approach sound reasonable? Are there XMPP clients that are non-bloaty, don't eat battery energy in the background, etc.? I'd like a loud audio alert if I get one of these notifications from my server. Can I usually easily set up XMPP clients to allow that only from my own service, while not making sounds for anything else? I'm luddite enough that I still use IRC for online chat, but maybe I have to catch up with the ~~20th~~ 21st century about this. Is there a good community to discuss XMPP development and self-hosting? I.e. I'd want to self-host the XMPP server and use it to send messages to my phone from my own (also self-hosted) server app.

The simplest alternative I can think of is for my server program to just sometimes send me SMS messages through Twilio or similar. The alerts will be infrequent enough that I don't mind going this route. Does that sound easier? It's less in the self-hosted spirit but it gets rid of a lot of software on both the server and the phone, I guess.

Thanks!

 

Basically I've acquired a burner Android 8 phone and am running the target.com app which is the only way they let you get parking lot delivery at the store. I assume the Target app is spyware. I keep the phone powered off almost all the time which should limit the spying. The thing is, if I power up the phone and order something, then close the app, I still get an alert when the status of the order changes (e.g. it's ready for pickup). So the app is still listening for network traffic from Target.

Can anyone explain what is happening in Android and whether there is a way to make an app really stop? Does the app stay in a running state even after I've closed the UI part of it? Is there somethng like an inetd in Android that listens for network alerts and re-launches the destination app? Are there Android app permissions associated with this, that I can revoke?

I don't want to run this type of app on my main phone, but I had at first liked the idea of using a burner for such things. Now, though, I wonder if I need a separate burner for each suspicious app. Thanks.

 

People keep mentioning GraphineOS as a reason to buy a Pixel, but in other regards the Pixel hardware doesn't seem so great. If you get a different phone that can run Lineage, is Graphene really better? Thanks.

 

Samsung Galaxy XCover Pro 4G. From 2022 but there are newer models. So stop saying HUR HUR WATER RESISTANCE when people ask for phones with swappable batteries. This shows it can be done.

Edit: was $120, now sold out.

 

Is it ok? Is there something else you recommend instead? I tried nextcloud talk and it was pretty bad. Jitsi was ok but self hosting it looked complicated. FOSS only, of course.

 

Blog post by crypto professor Matthew Green, discussing what Telegram does (I wasn't familiar with it) and criticizing its cryptography. He says Telegram by default is not end-to-end encrypted. It does have an end-to-end "secret chat" feature, but it's a nuisance to activate and only works for two-person chats (not groups) where both people are online when the chat starts.

It still isn't clear to me why Telegram's founder was arrested. Green expresses some concern over that but doesn't give any details that weren't in the headlines.

 

Basically more everything. 2x Cortex M33 cores with floating point, 520KB ram, more PIOs, bunch of secure boot stuff (I have mixed feelings about this), and can boot to a mode with risc-v cores instead of the M33s.

 

New study shows that the default apps collect data even when supposedly disabled, and this is hard to switch off

 

Any idea why? I've been using it for months. I probably had to grant permission when I first installed it, but haven't had to again since then, until just now.

Also, some of the time, when F-droid updates an app, the update just goes through. But other times I get a dialogue asking "do you want to update this app?". It seems random. Any idea?

Phone is a Moto G5 Stylus 2023 and it recently got a security update from Motorola, but I think I've done some F-droid updates since then. However, this may be related.

The other possibility is that something might have happened to F-droid's code signing credentials, e.g. someone messed with them? That thought is basically why I'm asking here.

 

G Stylus 2023 - went from $119 to $199, no longer attractive since 5G stylus is still $249

5G Power went from $179(?) to $299, lolwut? The 5G Stylus is a higher model and still $249

G Play 2023 is still $99 and a good deal but quite limited with 32GB flash and Mediatek CPU

G Play 2024 introduced at $149, a nice incremental upgrade to the 2023 model, has 64GB flash, but get this, they have dropped the SD slot.

The last bit is disturbing since no other 2024 models are yet announced. I wonder if they will drop the SD slot in all of them. Not good.

I got a 5G Stylus a couple months ago and still like it a lot. I had been thinking of getting one of the lower models for my brother since he doesn't care about 5G. The 2023 non-5G Stylus looked great at $119 but lame at $199. The 2023 and 2024 G Plays are both still of interest.

https://www.motorola.com/us/smartphones-moto-g-family

view more: next ›