[-] communism@lemmy.ml 6 points 22 hours ago

...I can't think of a "privacy-focused code editor" because code editors are generally not known for having telemetry/tracking/anything privacy-invasive in the first place? A "privacy-respecting" code editor is just a normal one. Use whatever you like. Vim is great. Maybe Kate if you want a GUI.

[-] communism@lemmy.ml 5 points 1 day ago

It's not on Android. The Android "equivalent" would be IronFox.

[-] communism@lemmy.ml 2 points 1 day ago

What really? I thought the screenshot looked like electron/web app slop but I was like, maybe they've just gone for a "modern" gtk/qt theme. It's actually just a Firefox PWA?

[-] communism@lemmy.ml 16 points 1 day ago

That sounds like an awful idea lmao. I would never.

ID requirement is terrible for everyone but that especially seems like you're limiting this to citizens or at least people who have managed to get appropriate immigration documents, which is a difficult and obstructive process that many migrants haven't got yet. Plus a lot of countries make it hard to get ID without a fixed address.

[-] communism@lemmy.ml 75 points 2 days ago

It looks like a honeypot, and wtf is a "private cell network"? How are they gonna do that? SMS and phone calls aren't E2EE

[-] communism@lemmy.ml 7 points 2 days ago

I suppose that begs the question of whether or not privacy (as used by this community) inherently means private in the colloquial sense, like the way a diary is private. Because to me, a e.g. public static website with no kind of profiling of its users is privacy-respecting, but obviously not private in the colloquial sense—it's a public resource.

I do use SMS sometimes and I use it strictly for things that I'm happy to be basically public. Same for using other protocols like unencrypted email.

A stock smartphone is also locked in to mandatory telemetry, like a stock dumbphone. The practical difference is that there's a much smaller community for installing custom FOSS OSes onto dumbphones compared to smartphones.

[-] communism@lemmy.ml 2 points 2 days ago

I prefer paper books when I can afford them as I find it easier to focus when I have a physical book to hold. And it just feels like a nicer experience.

[-] communism@lemmy.ml 30 points 2 days ago

I think you're conflating security with privacy. Not that they are unrelated, but something can be e.g. unencrypted but lack telemetry.

Not that dumbphones are inherently private, but I don't think they're less private either. They're just what you use if you have no need for all the smartphone functions.

[-] communism@lemmy.ml 17 points 6 days ago

If you want a gui editor maybe Kate?

28
submitted 1 week ago* (last edited 1 week ago) by communism@lemmy.ml to c/technology@hexbear.net

Hey comrades. So I have started keeping a private journal to track and articulate my disjointed thoughts about the organising and groups I'm involved with. It's a directory of encrypted text files (currently just using vimcrypt but I could easily switch to something else) on a LUKS drive.

Obviously, it would be quite bad—both for my safety and the integrity of the groups the notes may concern—for the notes to get breached right now. However, I do think it would be valuable for revolutionaries in the future to be able to read the thoughts of someone who was involved in struggles potentially long past—it'd become a part of history, and perhaps could be used to help future communists improve upon the organising of the past.

I would want these notes to only be released after my death, so that there is no risk of incriminating me, and also only after they become irrelevant in the sense of the groups/events they concern are long past. The typical way to do this is a dead man's switch where you keep pressing some button every e.g. week, and if it doesn't get pressed for a week, your server publishes your secret documents.

The first problem with that setup is that relies on either the data being unencrypted, or I store the decryption keys on the server being used to store the encrypted data, which seems to defeat the purpose of the data being encrypted imo. I guess I could store the decryption keys separately and that also be subject to a dead man's switch but I'm just wary about the security implications of storing it at all, given the fact that I would have to use someone else's servers if I want it to be released a long time after my death rather than e.g. a week afterwards, when my own VPS may still be running.

The second problem is that digital dead man's switches assume that the individual in question isn't going to go to prison lol. It's almost certain I'll go to prison again at some point before I die (have already been locked up a few times in my short life), and it would be quite bad to have a bunch of potentially incriminating secret notes be released when I go to prison! I'm a lot more likely to be imprisoned alive than I am to die. I've thought of some ways to get around this—I could let a trusted person know about the switch and have them press it for me if I go to prison. Or, upon triggering the dead man's switch, instead of publishing things, it privately sends things to a trusted person, and that person is instructed to publish it if I'm dead and to discard it if I'm not. The prior problem about encryption still stands though.

As previously hinted at, I would want a significant delay between my death and the publishing of my notes, to minimise the risk to any groups or comrades implicated by the notes. So I think I would also have to store this on some big company or, maybe, a big non-profit organisation, that is reliable and unlikely to go down in X years, where X is however long I want to wait before things get released. So that brings further concerns about security if I have to entrust anything with a big tech company (and why would they host content by a dead person? They'd probably want to delete it to reclaim storage space; not like I'm paying them any money if I'm dead).

Given the first and third problems especially, I'm starting to think this isn't possible to do?

It's not the end of the world if I can't figure out a way to publish my notes. I don't mean to overblow my own importance in the struggle—I don't think these notes will be decisive or anything. But I think it would be nice to make them available—it would be nice if they could contribute something to the world, I guess, instead of just being me trying to sort my own thoughts about things I'm doing or experiencing. But obviously protecting the movement and my comrades comes first, and if I can't set something up that doesn't put them at risk, I won't bother.

Would appreciate people's thoughts. And perhaps if we figure something out, this might inspire other people to do similarly.

Edit: There's nothing in this post of use to my domestic police that they don't already know lol, chill. And I explicitly said that I don't intend to do anything unless I figure out a way to do it without endangering any of my comrades.

1
submitted 3 weeks ago* (last edited 3 weeks ago) by communism@lemmy.ml to c/selfhosted@lemmy.world

I have a server with a bunch of services just as Docker containers. I see that Proxmox is popular among the self-hosting community. I was wondering why?

I understand that running things in a VM provides better security than running them in a container. But is the difference so important given the relatively low risk that an exploit happens inside a container that leads to doing damage to the host machine?

There's also obviously the additional overhead of using Proxmox. It wouldn't be an issue for me as I should have enough resources to, say replace all my Docker containers with VMs. I'm more wondering if the security difference is so massive, or if there is another reason I'm missing why people use Proxmox.

Or am I misunderstanding how people use Proxmox? I was assuming people would use it like how you use Docker, i.e. different services get their own VM/container. If you have a different kind of setup I'd be interested in hearing it.

Edit: I would appreciate if people stop being pedantic and actually read the post. Obviously I am aware that you can run containers in VMs, or containers on bare metal alongside VMs. That's not what the question is and you know it.

113
submitted 1 month ago by communism@lemmy.ml to c/news@hexbear.net

President Trump dialed into “Fox & Friends” on Tuesday morning and revealed his newest and truest motivation for brokering an end to the war in Ukraine: He’s worried he might not get into heaven after he dies.

“I want to try and get to heaven, if possible,” he explained. “I’m hearing I’m not doing well. I am really at the bottom of the totem pole. But if I can get to heaven, this will be one of the reasons.”

lmao?

81
submitted 2 months ago* (last edited 2 months ago) by communism@lemmy.ml to c/technology@hexbear.net

Title, I'm sick of online tech communities that clearly are casually of the opinion that women are stupider than men or stupid outright. Funny how the example of a tech incompetent person is always your grandma never your grandpa—have recently been seeing this archetypal person mutate into your mom now, not even your grandma. I know so many women my mom's generation who have been programming for decades... The assumption that anyone in online tech communities must be a guy because women are too stupid or uninterested in tech, etc.

The thing that annoys me the most is that these men don't think of themselves as anti-woke gamergaters or anything. They probably think of themselves as "progressive" #resist libs IME. It's sad that growing up I had to deal with the attitudes towards me being the only girl who chose to do IT classes at my school (and like, not to blow my own trumpet but clearly the most competent kid in the class by far too—I don't think that's too much of a brag considering I'm talking about a group of like 20 children) and nothing's changed when I'm in online communities of my own choosing as an adult years later.

It's so detached from reality when people think that misogyny is an oppression that's been "overcome" when clearly the majority of men still have as a base unchallenged assumption that women are stupider than men.

Your communities are only going to have fewer and fewer women over time because of these attitudes. And then the men in them will wonder why there's so few women in techy communities. Must be because our feeble female brains are too dumb to understand tech.

14
submitted 2 months ago by communism@lemmy.ml to c/lemmy411@lemmy.ca

I had a bit of a look around and the food-related communities seem to either be a bit more specific or not just about recipe-sharing. Is there a community out there that's just for people to share recipes (whether ones they made themselves, or ones they found online and are recommending)?

27
submitted 2 months ago by communism@lemmy.ml to c/privacy@lemmy.ml

The issue with Google's personalised search results is, imo:

  1. Not only is it not opt-in, but you can't even opt out of it. Personalised search results should be opt-in and disabled by default.
  2. The data kept on you is used to sell you ads
  3. The data kept on you will be handed over to state entities fairly easily

Given those three problems, how feasible would it be to self-host a search engine that personalises your results to show you things that are more relevant to you? Avoiding issues 1 & 2 as you're self-hosting so presumably you have made the decisions around those two things. And issue 3 is improved as you can host it off-shore if you are concerned about your domestic state, and if you are legally compelled to hand over data, you can make the personal choice about whether or not to take the hit of the consequences of refusing, rather than with a big company who will obviously immediately comply and not attempt to fight it even on legal grounds.

A basic use-case example is, say you're a programmer and you look up ruby, you would want to get the first result as the programming language's website rather than the wikipedia page for the gemstone. You could just make the search query ruby programming language on any privacy-respecting search engine, but it's just a bit of QoL improvement to not have to think about the different ways an ambiguous search query like that could be interpreted.

29
submitted 3 months ago by communism@lemmy.ml to c/technology@hexbear.net

Basically I have a lot of friends who self describe as bad at tech. It seems like a lot of learned helplessness and refusing to even listen to instructions because they've already told themselves they can't do it. But they would like to get better and do trust me. So I was trying to come up with some "tasks" to give them to help them gain confidence and to gain some basic skills as well.

I have zero qualifications in tech/computer stuff, and no professional background either, so I know that all this stuff can be self-taught.

I was thinking gaming-related stuff might be a good entry point: setting up a Minecraft server, installing mods for games, hacking your 3DS. These things boil down to following instructions so maybe it would help people learn that if you follow the documentation/guide you will get things done. It doesn't require much thinking or problem-solving, just following instructions.

Would like to hear what other people think and what "tasks" they suggest tech illiterate or tech-averse people try in order to build their confidence and gain some basic competence.

72
submitted 3 months ago by communism@lemmy.ml to c/linux@lemmy.ml

I've finally started having some free time lately and have been working through my Steam library, most of which is Windows games I'm playing with Proton.

I wanted to install some mods, and wanted a mod manager for this. Nexus Mods has Vortex, which is not available for Linux. In any case, running Windows games on Linux through Proton on Steam is fairly specific; the game files will be at certain locations on a Linux filesystem, not at the same locations as they would be on a Windows filesystem. So I think I would need software that has specifically been designed for this use-case (Windows games from Steam running on Proton).

Are there any such mod managers out there? What do other people do when playing games on Linux? I can't be the only person who wants to play video games with mods.

99
submitted 3 months ago by communism@lemmy.ml to c/asklemmy@lemmy.ml

One example is bread. I was baking bread the other day, and obviously the cost of the ingredients I put in the loaf are less than the cost of buying a loaf at the supermarket, but that doesn't include the cost of putting the oven on.

Or dry beans vs canned beans; does the cost of boiling the beans actually bring the cost up to be equivalent to canned beans?

I know that everyone's energy costs are different so it's not possible for someone to do the calculations for you, but I've never bothered to do them for my own case because bills I get from the energy company just tell me how much I owe them for the month, not "you put the oven on for 30 minutes on the 17th of June and that cost you X". It sounds like a headache to try calculate how much I pay for energy per meal. But if someone else has done that calculation for themselves I'd be interested to read it and see how it works out. My intuition is that, in general, it's cheaper to make things yourself (e.g. bread or beans like above), but I couldn't say that for sure without calculating, which as I said seems like it would be a pain in the ass.

1
submitted 5 months ago by communism@lemmy.ml to c/matrix@lemmy.ml

For a while, I was running a conduwuit server. Conduwuit has been abandoned, and I wanted to migrate my server to upstream Conduit.

Has anyone done this before? I'm using Docker Compose for Conduwuit.

57
submitted 7 months ago by communism@lemmy.ml to c/asklemmy@lemmy.ml

Meaning that the author is maybe not very good at their craft, but inadvertently created a work with a lot more meaning than they intended, or they accidentally did something quite clever that they didn't mean to. Or maybe a work which is good in its own right but there's a particular "unofficial" interpretation which makes it so much better.

Obviously a bit of this question involves knowing authorial intentions, but in a lot of instances authors have been able to state that they did or didn't intend a particular interpretation.

88
submitted 8 months ago by communism@lemmy.ml to c/asklemmy@lemmy.ml

It appears to work fine (it contains my home partition for my main machine I daily drive) and I haven't noticed signs of failure. Not noticeably slow either. I used to boot Windows off of it once upon a time which was incredibly slow to start up, but I haven't noticed slowness since using it for my home partition for my personal files.

Articles online seem to suggest the life expectancy for an HDD is 5–7 years. Should I be worried? How do I know when to get a new drive?

[-] communism@lemmy.ml 168 points 1 year ago

Jerk your buddy off for him since he can't do that right now

[-] communism@lemmy.ml 130 points 1 year ago

I don't think there is a "dead giveaway". Plenty of kids can pass as adults online and plenty of adults seem like kids online. And sometimes with stuff like word usage/grammar/etc you can't tell if it's a child or someone who doesn't speak English very well or maybe an English-speaking adult who happens to type like that. There's a lot of different people in the world.

view more: next ›

communism

joined 2 years ago