Ein 👍 von mir:

  • Meinung, die ich teile
  • Beiträge, die mehr Aufmerksamkeit verdienen

Weder ein 👍, noch ein 👎 von mir:

  • Andere Meinung
  • Beiträge, die ich uninteressant finde

Ein 👎 von mir:

  • Diskriminierung
  • Trollen
  • Irrationalität + Faktenleugnung
  • 4 Posts
  • 78 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • Thanks. Readable files sounds interesting.

    Maybe, I’ll give it a shot in the future…

    For now, Joplin is working fine and there is no scandal yet that makes me move away from it…

    Disadvantages I’m seeing at the moment if I switched over to Silverbullet:

    • Yes, it’s super portable because it’s running in the web browser, but if I have 3 devices and hosted SilverBullet on a 4th device, that device needs to be online all the time to access my notes, right? With Joplin, this is different. I can use Joplin on 3 devices and once a month, I can turn on the device that hosts Joplin Cloud and everything syncs. Making notes when being offline (e.g. at work) when there is no connection to the SilverBullet server seems to be impossible, too, right? Or can the PWA handle this scenario better than I think?
    • Joplin has a wunderful feature on Android for tablet: You can draw with your pen on your note and it will be embedded as an image in the markdown. This makes Joplin the Nr. 1 for me at the moment.





  • No one and both.

    Sounds weird, but both countries would have developed better without the war. So no one.

    But also both, because it will probably result in a situation in which both parties celebrate victory. The smallest possible victory for Russia could be “we defeated a few ‘Nazis’” and the smallest possible victory of Ukraine could be “They took only parts of our land”.



  • I know that it’s a hack. A really bad hack TBH.

    But I wasn’t able to get it working differently.

    This is the service code I’m using (yes, I know… It’s very bad, especially the pinging):

    while :
    do
    	if [[ $(ping 192.168.178.1 -c 3) ]]
    	then
    		echo "pinged"
    	else
    		if [[ $(lsmod | grep brcmfmac) ]]
    		then
    			sudo rmmod brcmfmac
    		fi
    		sudo modprobe brcmfmac
    		sleep 250
    	fi
    	sleep 15
    
    done
    

    When closing and opening my MacBook, it’s necessary to execute sudo rmmod brcmfmac and then sudo modprobe brcmfmac. Only executing the 2nd command is not enough.


    @[email protected]

    Your first 2 paths under /etc have a description like this:

    kernel modules to load at boot time.

    The problem I’m having is that I have to reload the module when the laptop was closed and reopened.

    So, I think, the first 2 paths won’t work, right? It’s not boot time?


    Something like the 2nd path was described in a tutorial about getting started on a MacBook with Linux. I remember it.

    But the path you described does not exist on my system.

    I have a path /usr/lib/systemd/system-sleep/, do you mean that one?

    This contains 1 file (probably created by me in the beginning) called lid_wakeup_disable:

     #!/bin/sh
    
    # /lib/systemd/system-sleep/lid_wakeup_disable
    #
    # Avoids that system wakes up immediately after suspend or hibernate
    # with lid open (e.g. suspend/hibernate through KDE menu entry)
    #
    # Tested on MacBookPro12,1
    
    case $1 in
      pre)
        if cat /proc/acpi/wakeup | grep -qE '^LID0.*enabled'; then
            echo LID0 > /proc/acpi/wakeup
        fi
        ;;
    esac
    
    

    Do I add rmmod brcmfmac; modprobe brcmfmac; (without sudo) at the bottom?

    I’m thankful for any help to get rid of the service.





  • It seems like you misunderstand what Joplin is? Or I misunderstand what you are saying… I don’t know…

    Joplin is a note taking app that fully works on markdown. You can use it on your local PC, but you can also synchronize the notes over devices.

    Joplin is hosting the image on the user’s instance - you’re in feddit.de, so it uploads to feddit.de.

    Joplin and Lemmy have nothing to do with each other. I have just taken a screenshot of the rendered markdown document in my Joplin app, switched to my web browser, opened feddit.de and posted the screenshot in this community.

    If you want to say that using Joplin just to draw and post pictures somewhere, would be a bad idea… Yes, that’s right. But it’s primarily a note-taking app, so that’d be expected… And usually, the notes are private and nothing you want to regularly post online…

    Meanwhile, the old reddit app I used to use (Relay) would upload to imgur, all seemlessly in the background, then paste the link code in my comment. This kind of functionality is what I would like to see.

    I’m generally against hosting files on instances, anyway. It creates extra server load.

    Well, Lemmy is a decentralized system. Hosting all image resources on a centralized service (imgur) is probably not what the majority wants…