[-] boredsquirrel@slrpnk.net 2 points 15 hours ago

Yes I know, but they are common in restaurants or when doing at home.

Lentils are good, but have a lot of carbs. Only using those might be enough, but is not enough for bodybuilding. It is easier to get your 80+g of protein per day when using more isolated sources AND pure legumes.

Coconut doesnt have significant protein. Cashews can work, but they are sweeter than milk afaik.

[-] boredsquirrel@slrpnk.net 4 points 1 day ago

Gotta try those more

[-] boredsquirrel@slrpnk.net 9 points 1 day ago

Tofu Masala Tofu Palak/Saag Tofu Sabzi

15
submitted 1 week ago* (last edited 1 week ago) by boredsquirrel@slrpnk.net to c/drm@lemmy.dbzer0.com

There is a barely online HTTP-only website of some guy who makes a software called "FindVUK". No idea how it works and what it does (yet), but the guy maintains huge databases of BluRay decryption keys.

Those keys are needed to decrypt encrypted BluRays. VLC together with libbluray and libaacs can theoretically use those keys to play the content.

It should be possible to use that stack to recreate something akin to MakeMKV with free software.

(Mastodon Post)

For now, here is the magnet link to the torrent including website archives and also libaacs (for Windows and MacOS, it is small so why not).

(The website is archived in the torrent. I dont share the link on purpose as it is BARELY online. Needed to download 2 text files at a time, that was the maximum or I got an error 503).

2
submitted 2 weeks ago* (last edited 2 weeks ago) by boredsquirrel@slrpnk.net to c/techsupport@sopuli.xyz
5
submitted 2 weeks ago* (last edited 2 weeks ago) by boredsquirrel@slrpnk.net to c/askandroid@lemdro.id
17
submitted 2 weeks ago* (last edited 2 weeks ago) by boredsquirrel@slrpnk.net to c/android@lemmy.world

cross-posted from: https://slrpnk.net/post/36195475

I am trying to add a calendar in iCal format to my phone.

Fossify Calendar is nice and fully offline, using DAVx5 as sync adapter.

The link looks like

https://example.com/cal/export/5o2b2j393b21owbd829273b3

In DAVx5 I can only add an account, which does not work for this link. The only direct link to add is a WebDAV filesystem mount

16
submitted 2 weeks ago* (last edited 2 weeks ago) by boredsquirrel@slrpnk.net to c/android@lemdro.id

I am trying to add a calendar in iCal format to my phone.

Fossify Calendar is nice and fully offline, using DAVx5 as sync adapter.

The link looks like

https://example.com/cal/export/5o2b2j393b21owbd829273b3

In DAVx5 I can only add an account, which does not work for this link. The only direct link to add is a WebDAV filesystem mount

Solved

You need this app for ics links that are unidirectional. Annoying (another app running in the background) but works.

Same with DAVx5, after adding the calendar, go to settings in Fossify Calendar and "add CalDAV calendars".

3

cross-posted from: https://slrpnk.net/post/36077652

I succeeded in using Haveno (Called RetoSwap when used on the mainnet). It was quite confusing so I will document the TLDR here and give a guide about the use on Linux.

First confusion

  • Haveno is the software used, it comes with a testnet for trying it and the software releases are basically useless apart from trying it out.
  • RetoSwap is the haveno app but connecting to the monero mainnet, allowing to actually buy monero. But the RetoSwap app is called Haveno when installed!

Installation

I installed the .flatpak application from the latest Github release. You need to setup flatpak and flathub before.

There are many ways to install it, for ease of sandboxing and graphical configuration I recommend the .flatpak file.

TODO: Verify the download! There is a .sig file but I didnt find their key yet

You can install the .flatpak file from a graphical app store by opening it with that, or via flatpak install appname.flatpak from the terminal.

Once installed, it will appear in your app menu.

Wallet

Opening the app, it creates a trading wallet for you. This will receive the monero you buy and you can pay from it directly, or transfer to a personal wallet first. But the wallet is not protected with a password yet!

Backup

It is important to back up the wallet first, then encrypt that backup, for example using an AES encrypted .zip archive, or the tomb utility, or gpg/sequoia or many other ways.

That backup is apparently important, though I was able to load the wallet in feather wallet just using its seee and creation time.

Password

Now create a wallet password. You will need to enter it every time you open the app, and to unlock the wallet when using it in another sofware like Feather or Monerujo.

Credentials

Store the following in a password manager like KeepassXC:

  • seed
  • creation time in ISO format, like 2026-01-30
  • password

These are essential, especially the creation date which can be easily forgotten. Otherwise you will not be able to retrieve your trading wallet and lose any amount stored on there.

Payment

Now you can configure any payment method you like, if it is supported. As far as I understood, these are all methods where you actively pay a person, like Bank transfer, Paypal, Wise etc. I do not know if you need to configure one if you just want to pay, as the XMR seller should mark a payment as sold, while the exchange has no insight.

Buying XMR

Important: to buy XMR, you need XMR! So if you start with zero, try to get XMR from a friend, or use another exchange like Bisq (not sure if possible) or the many centralized ones.

Haveno requires to spend monero intermittently, the most amount is used as deposit, while a small amount is the transaction fee.

Depending on the lowest available offer, you need more or less XMR to start. You can pay the XMR from your trading wallet or an external one, and then use the bought XMR to fund bigger payments.

Buying XMR is pretty straightforward, while I haven't understood the signing and trust system yet. You may preferrably buy from long existing sellers with a checkmark next to the account.

Initiating a payment, you can select the amount of XMR. You can use this to buy just as much as your existing deposit allows. Be sure to check the price per XMR, some people might try and rip you off!

After having started a payment, expect to wait over an hour for the payment to be confirmed on many monero nodes (afaik). This improves safety by storing that info further in the blockchain. From this point on (afaik) you cannot cancel a payment, or otherwise weird things may happen.

You may open the trader chat to contact the seller and discuss if you need to enter a specific payment reference for example.

Once the seller receives your payment, your XMR will quickly arrive in your trading wallet.

Using the XMR

I dont know the issues with using that wallet to pay directly. Sending the XMR to your personal wallet involves a small transaction fee though.

You can directly import the wallet in Feather, Monerujo or other wallet apps, where you can use it to send and receive XMR. Make sure to store the credentials and store the password manager backup file in multiple places!

10
submitted 2 weeks ago* (last edited 2 weeks ago) by boredsquirrel@slrpnk.net to c/monero@monero.town

I succeeded in using Haveno (Called RetoSwap when used on the mainnet). It was quite confusing so I will document the TLDR here and give a guide about the use on Linux.

First confusion

  • Haveno is the software used, it comes with a testnet for trying it and the software releases are basically useless apart from trying it out.
  • RetoSwap is the haveno app but connecting to the monero mainnet, allowing to actually buy monero. But the RetoSwap app is called Haveno when installed!

Installation

I installed the .flatpak application from the latest Github release. You need to setup flatpak and flathub before.

There are many ways to install it, for ease of sandboxing and graphical configuration I recommend the .flatpak file.

TODO: Verify the download! There is a .sig file but I didnt find their key yet

You can install the .flatpak file from a graphical app store by opening it with that, or via flatpak install appname.flatpak from the terminal.

Once installed, it will appear in your app menu.

Wallet

Opening the app, it creates a trading wallet for you. This will receive the monero you buy and you can pay from it directly, or transfer to a personal wallet first. But the wallet is not protected with a password yet!

Backup

It is important to back up the wallet first, then encrypt that backup, for example using an AES encrypted .zip archive, or the tomb utility, or gpg/sequoia or many other ways.

That backup is apparently important, though I was able to load the wallet in feather wallet just using its seee and creation time.

Password

Now create a wallet password. You will need to enter it every time you open the app, and to unlock the wallet when using it in another sofware like Feather or Monerujo.

Credentials

Store the following in a password manager like KeepassXC:

  • seed
  • creation time in ISO format, like 2026-01-30
  • password

These are essential, especially the creation date which can be easily forgotten. Otherwise you will not be able to retrieve your trading wallet and lose any amount stored on there.

Payment

Now you can configure any payment method you like, if it is supported. As far as I understood, these are all methods where you actively pay a person, like Bank transfer, Paypal, Wise etc. I do not know if you need to configure one if you just want to pay, as the XMR seller should mark a payment as sold, while the exchange has no insight.

Buying XMR

Important: to buy XMR, you need XMR! So if you start with zero, try to get XMR from a friend, or use another exchange like Bisq (not sure if possible) or the many centralized ones.

Haveno requires to spend monero intermittently, the most amount is used as deposit, while a small amount is the transaction fee.

Depending on the lowest available offer, you need more or less XMR to start. You can pay the XMR from your trading wallet or an external one, and then use the bought XMR to fund bigger payments.

Buying XMR is pretty straightforward, while I haven't understood the signing and trust system yet. You may preferrably buy from long existing sellers with a checkmark next to the account.

Initiating a payment, you can select the amount of XMR. You can use this to buy just as much as your existing deposit allows. Be sure to check the price per XMR, some people might try and rip you off!

After having started a payment, expect to wait over an hour for the payment to be confirmed on many monero nodes (afaik). This improves safety by storing that info further in the blockchain. From this point on (afaik) you cannot cancel a payment, or otherwise weird things may happen.

You may open the trader chat to contact the seller and discuss if you need to enter a specific payment reference for example.

Once the seller receives your payment, your XMR will quickly arrive in your trading wallet.

Using the XMR

I dont know the issues with using that wallet to pay directly. Sending the XMR to your personal wallet involves a small transaction fee though.

You can directly import the wallet in Feather, Monerujo or other wallet apps, where you can use it to send and receive XMR. Make sure to store the credentials and store the password manager backup file in multiple places!

16
submitted 2 months ago by boredsquirrel@slrpnk.net to c/bicycles@lemmy.ca
453
The Bloat!!1! (thelemmy.club)
17
submitted 3 months ago* (last edited 3 months ago) by boredsquirrel@slrpnk.net to c/science@mander.xyz
24
9
[-] boredsquirrel@slrpnk.net 89 points 7 months ago

They literally had this but fucked up the climate, future investions, infrastructure and pensions anyways

[-] boredsquirrel@slrpnk.net 75 points 1 year ago

How did this picture happen

This is so absurd, fancy outfit, hair, gun, computer

Art.

[-] boredsquirrel@slrpnk.net 81 points 2 years ago

Hahaha Windows users having sense

have no idea how to install another OS

[-] boredsquirrel@slrpnk.net 78 points 2 years ago

Funny how he praises immutable Arch + KDE and then uses Ubuntu (Snaps, broken packages, themed GNOME, not immutable)

I hope he finds his way to Bazzite, Aurora or plain Kinoite, as this would suit him way better

[-] boredsquirrel@slrpnk.net 140 points 2 years ago

https://github.com/zed-industries/zed/issues/7054#issuecomment-1916315391

They auto download binaries, even proprietary ones, unsigned and without user interaction.

YEAH security!

[-] boredsquirrel@slrpnk.net 122 points 2 years ago

This has nothing to do with ADHD... mixing up stuff is just confusing people

[-] boredsquirrel@slrpnk.net 94 points 2 years ago

I mean of course, they never shipped big parts of their orders but got the money anyways.

That company is fucked up completely.

[-] boredsquirrel@slrpnk.net 93 points 2 years ago

A library is paid though.

Donate to your instance, and decentralize the Fediverse.

view more: next ›

boredsquirrel

0 post score
0 comment score
joined 2 years ago
MODERATOR OF