[-] hellfire103@lemmy.ca 10 points 2 weeks ago

Posteo is pretty great

[-] hellfire103@lemmy.ca 10 points 2 months ago* (last edited 2 months ago)

I see you've already posted it, but YouTube links should be fine. Traditionally, it was better to post Invidious links; but thanks to Google, this links don't tend to keep working for too long these days.

On the other hand, if a video also exists on media.ccc.de or PeerTube, that would be the preferred option. YouTube is still acceptable, though.

[-] hellfire103@lemmy.ca 10 points 3 months ago

Pepperidge Farm remembers

[-] hellfire103@lemmy.ca 10 points 4 months ago

Okay, that's scary. I'm not a target by many stretches, but this is pretty serious.

For anyone who (unlike me, who hasn't started yet) has completed some kind of qualification in cybersecurity: would it be better to use Faraday rooms/cages, or to revert to pen and paper (with old-fashioned cryptography, if necessary)?

[-] hellfire103@lemmy.ca 11 points 4 months ago

Lookin' good!

[-] hellfire103@lemmy.ca 10 points 4 months ago

Finally! One that's not a joke!

[-] hellfire103@lemmy.ca 11 points 5 months ago* (last edited 5 months ago)

I switched from ProtonVPN Free to Mullvad last month when I needed to torrent something. ProtonVPN Free doesn't allow P2P traffic, and Mullvad is cheaper than ProtonVPN Pro (or whatever it's called these days).

The AI doesn't seem too bad, but I'd prefer it not be there at all. I have no opinions about the crypto, as there is a legitimate use for it, but I have no use for the wallet as I have had a lot of trouble getting ahold of any cryptocurrency.

I'm also happier with the company and the experience. I paid with a card, but I liked that they accept cash and Monero.

On top of that, nobody seems to have anything bad to say about Mullvad. Privacy? They keep no logs and are pretty damn transparent. Limitations? No port forwarding, but I can just use Windscribe if I need that. Clients? They don't exclude Linux or arm64, and BSD users can just use wireguard-go or something.

There's also a story when one time the Polisen came to Mullvad HQ with a search warrant, but had to leave after discovering that there were no logs kept, and therefore nothing they could do.

Furthermore, they've made my favourite web browser (which is essentially Tor Browser without Tor) by collaborating with the Tor Project. It's one of only three browsers which give good results in Cover Your Tracks (although I have not yet tested anything with CreepJS; and I tend to change the settings in everything, so your mileage may vary).

TL;DR: I recommend Mullvad over ProtonVPN, but not because of the AI or crypto.

I also recommend Posteo over ProtonMail, Filen over Proton Drive, Bitwarden over Proton Pass, and I stopped using Proton before we got Proton Wallet.

[-] hellfire103@lemmy.ca 10 points 6 months ago

Looks like it is. I had noticed a few Mastodon and Misskey instances blocking poa.st, but I didn't realise it was the same as poast.org.

Good thing there are other instances now!

[-] hellfire103@lemmy.ca 11 points 9 months ago* (last edited 9 months ago)
  1. You don't need an account, and there is no such thing as a GrapheneOS account. Most of your apps should be able to be installed through either F-Droid, Obtainium, or the sandboxed Play Store. Some apps require Google Play Services, however, but LineageOS has an alternative called microG which works most of the time, and GrapheneOS containerises apps.
  2. GrapheneOS, I believe, uses the default gallery and SMS apps from stock Android; and they also have their own camera, PDF viewer, and web browser (Vanadium), which are developed in-house. However, cloud syncing and note-taking apps are not included. I would suggest either having a look on F-Droid, asking on this sublemmy, or checking out Privacy Guides to find some apps you'll like.
  3. GrapheneOS doesn't have a "cloud", as such. This is a good thing, and it lets you choose your own provider if you must. I would personally recommend Filen for files and photos, and Cryptee for notes.
  4. It is completely possible to use multiple app stores. If you use GrapheneOS, I would say use F-Droid or Obtainium when possible, and the Sandboxed Play Store for everything else.
  5. We like to use things like NextCloud because it gives us full control over our data, among other reasons. However, it is not essential. I, personally, use Filen for my cloud sync needs; but I also tend to use physical storage a lot because of my shitty internet and cheap hardware. You also don't necessarily need to pay for these services, but it's polite and it can improve your experience.

Good luck on your privacy journey, and don't hesitate to ask more questions. In addition to Lemmy, here are a few good resources:

308
Bad! (lemmy.ca)
41
submitted 10 months ago* (last edited 10 months ago) by hellfire103@lemmy.ca to c/linux@lemmy.ml

My grandma just gave me her old MacBook Pro (MacBookPro11,1 A1502) and, after removing a spicy pillow, air dusting everything, and copying off her old photos, I'm ready to do a clean install.

I would like to dual-boot either Linux or BSD (which will be my main partition) alongside macOS (which will be handy for testing and for use with certain peripherals; either Mavericks, High Sierra, or Big Sur).

I am already well-versed in unix-like operating systems, so I'll only start having trouble if I try to use a source-based distro (e.g. Gentoo, Source Mage, LFS, etc.)

Can I have some recommendations for the Linux and the macOS version, please?

48
submitted 10 months ago by hellfire103@lemmy.ca to c/worldnews@lemmy.ml

cross-posted from: https://lemmy.ca/post/16042241

9
submitted 10 months ago by hellfire103@lemmy.ca to c/music@beehaw.org

cross-posted from: https://lemmy.ca/post/16013594

Does anyone know of any songs that are similar to "Stella was a diver and she was always down" by Interpol? Specifically, the second half of the chorus with the heavier bass where the lyrics are just, "she broke away, broke away".

4
submitted 10 months ago by hellfire103@lemmy.ca to c/programming@beehaw.org

cross-posted from: https://lemmy.ca/post/15730457

I've written a basic media player using Python, PyGTK, and GStreamer. However, I've found a bug that I'm having trouble finding a fix to.

In this program, opening a video launches a second window, in which the video is played back. If I close said window, however, the control window freezes and I get the following error:

gst-resource-error-quark: Output window was closed (3) ../sys/xvimage/xvimagesink.c(586): gst_xv_image_sink_handle_xevents (): /GstPlayBin:player/GstPlaySink:playsink/GstBin:vbin/GstXvImageSink:xvimagesink0

The source code can be found here.

Does anybody have any idea how to fix this? Or is this perhaps a bug in one of the libraries?

14
submitted 10 months ago* (last edited 10 months ago) by hellfire103@lemmy.ca to c/programming@programming.dev

I've written a basic media player using Python, PyGTK, and GStreamer. However, I've found a bug that I'm having trouble finding a fix to.

In this program, opening a video launches a second window, in which the video is played back. If I close said window, however, the control window freezes and I get the following error:

gst-resource-error-quark: Output window was closed (3) ../sys/xvimage/xvimagesink.c(586): gst_xv_image_sink_handle_xevents (): /GstPlayBin:player/GstPlaySink:playsink/GstBin:vbin/GstXvImageSink:xvimagesink0

The source code can be found here.

Does anybody have any idea how to fix this? Or is this perhaps a bug in one of the libraries?

9

I've recently written a small program in Python, which I would like to package for various environments. Namely:

  • RPM
  • Arch Linux
  • FreeBSD
  • AppImage
  • Windows
  • macOS

I do not run Windows and my Mac hasn't been updated since 2008, so virtualisation seems to be the best solution. However, all of my boxes are relatively low-performance, so I have not yet managed to get a decent install of Windows 10 in virt-manager.

So, can anyone suggest some versions or mods of Windows, or an alternate method, that would let me run Py2EXE and InnoSetup?

And does anyone have a guide on installing macOS under KVM or QEMU?

438
submitted 10 months ago by hellfire103@lemmy.ca to c/memes@sopuli.xyz
6
submitted 10 months ago by hellfire103@lemmy.ca to c/foss@beehaw.org

I've got revision, homework, programming, university application stuff, and some virtual training for work to juggle at the moment, so I feel I should get something to timetable it, to ensure that I do an even balance.

I run Linux, FreeBSD, Mac OS X 10.6, and (begrudgingly) iOS; and I also have access to Waydroid, Wine, and Darling.

Can anyone suggest some free and open-source software, preferably a web app or iOS app?

476
rule (lemmy.zip)
405
rule (lemmy.zip)
110
submitted 11 months ago by hellfire103@lemmy.ca to c/privacy@lemmy.ml
[-] hellfire103@lemmy.ca 10 points 11 months ago* (last edited 11 months ago)
view more: ‹ prev next ›

hellfire103

joined 11 months ago