• 0 Posts
  • 76 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • One of them is a laptop, why ssh to the server isn’t an option? Set up tmux on the server so it always connects to the same session, so you can just continue where you left last time. If you need desktop support, rdp in gnome works really well.

    E.g if you connect with this command, and tmux is installed on the server, it will start a new session named “main”. If a session with that name exists it will connect to that:

    ssh -t pi@192.168.1.2 tmux new-session -A -s main

    Add something to .bashrc on the server to always do the same if you work on that phisically:

    if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
    tmux new-session
    fi
    


  • How would it otherwise? Network based location?

    Yes. Your phone could triangulate its location from nearby celltowers ane wifi networks. Google has a database of wifi routers (actually that was the point of google streetview, they collected wifi bssids alongside taking photos, they also collect this data from android devices).

    With microg you can select from different dbs for this, they are called ‘UnifiedNlp backends’: apple has a similar db from iphones, mozilla used to collect this data with a separate app for MLS (they shut down the project in 2024 march). Microg builds an on device private db as well, it will remembers the wifi networks and celltowers you were close to, and next time you are there it won’t need gps, saves a ton of battery life. This was called Deja Vu, I love this name. Search for UnifiedNlp on fdroid you can find some more options.

    Since MicroG 0.3 you don’t have to install these separately, Mozilla and Deja Vu are builtin, and they are more than enough


  • Huh? Which rom asks this? Usually you have to go through hoops to get microg, and only a handful of roms have it builtin. It can only ask if you want to enable microg not installing it or not, microg to correctly work it should be installed in /system/priv-app, to do that after boot on device, you have to be root.

    Do you use any app from aurora or outside fdroid? If your answer is no, than you can use android without a GMS package.

    Also as I wrote, location won’t work for you underground or inside concrete buildings. If you are fine with these kind of limitations than you can obviously.

    Marwin (the main developer of microg) said in some interview that he doesn’t want microg to exist, and in a perfect world we shouldn’t need such workaround. I would be also happy if android wouldn’t depend this muhc on google


  • (I reread ops question and I can only see the term open source 2 times, but whatever, I understand what you say, and I don’t want to debate about semantics.)

    The point with microG is it’s still the best way if you want to use android. The other options are:

    • Play services (GMS), or Huawei has some similar solution because of US trade embragoes.
    • You can use android without play services but notifications won’t work for most apps, even if you can open them. (UnifiedPush tries to solve notification part) Wifi and cell based location won’t work
    • I see microG as an acceptable middle ground. I still have to give up something to goog, but it’s not much compared to GMS, and I can use all available apps





  • It’s a Fujitsu W26361 There isn’t a lot of info about it on the net, all the links are rotten.

    You have a sata port. You have to use an external power supply for that. Or maybe one of the pins next to it can supply the required voltage, you can use a multimeter to figure it out if you are brave. I guess the white one labeled PWR should be supply some volts. To be safe you can split the power of the other sata ssd or buy something like this:

    https://ae01.alicdn.com/kf/HTB1ORhqIXXXXXXvXFXXq6xXFXXXL/Hard-Disk-External-Power-Supply-5V-12V-Dual-DC-4-Pin-Molex-Adapter-Cable-SATA-plus.jpg

    You also have 2 an mPCIe or mSATA port. It’s impossible to tell the difference from a photo, because they use the same connector.

    https://en.wikipedia.org/wiki/PCI_Express#Mini-SATA_(mSATA)_variant

    Without any more knowledge I would guess at least one of them is an mPCIe. Having 2 sata ports and an 2 mSATA next to it would be strange, they could use the mPCIe for a 3G modem or wifi, it would make more sense in a thin client like this.

    If it’s an mPCIe you can buy a sata expansion there and even connect up to 4 sata drives. Looks like something like this:

    https://i.pinimg.com/originals/2b/f9/d2/2bf9d2eb08223b7267876bbaf2d39a21.png

    You can convert it to normal PCIe or m.2, the possibilities are endless:

    https://www.adt.link/Uploads/image/R6/3D/R65SF.png

    
https://www.dhresource.com/0x0s/f2-albu-g13-M00-F1-E9-rBVak18zooKACiPnAAwNP8eIl9U647.jpg/mini-pcie-to-pcie-x8-built-in-adapter-mpcie.jpg

    If it’s not mPCIe but mSATA, you can buy mSATA SSD there, they are really rare nowadays. Or you can buy an mSATA to SATA adapter:

    https://alexnld.com/wp-content/uploads/2018/02/PC0181L_1.jpg


  • My bank’s 2FA works only via their app or via SMS. For SMS I would have to pay per each received SMS.

    The app perfectly works without safetynet, with microG, rooted with magisk but hidden by zygisk, so I’m lucky. At one update they added a popup at start after login about asking to add my card to Google Wallet (or whatever it’s called nowadays), and it’s not implemented in MicroG, so I can’t open it since that version. I just downgraded to the last working version and blacklisted its upgrades in Aurora, and I hope they won’t block my old version in the near future.

    It’s a very progressive small local bank, I will contact them about this issue if they block my old version to make that dialog optional.


  • How do you make old people happy by messaging on signal? What makes a text based messenger “fun”?

    I enjoy speaking with my friends on signal, because - you know - they are my friends.

    My use case with stickers: when they were a new things, I saved like 3 packs, and I never felt the need to look for a new one.

    About links: there are far better tools and services to store your bookmarks than a text messenger. Personally I use self hosted wallabag, but there are a lot others, and all web browsers has some bookmark feature, I don’t know why you want to store them in Signal.

    The stickers are not in the app for privacy reason. This website is not run by the foundation, but by the community. Read more about how stickers work in the blog post: https://signal.org/blog/make-privacy-stick/

    I think you have a preconception about what you want, maybe it’s discord, or I don’t know which service you think about as “ideal UX” or “for young people”. But if you start to think about that all that bells and whistles are actually just distractions. The only important thing in the long run will be communication, and Signal is good with that.




  • infeeeee@lemm.eetoSelfhosted@lemmy.worldTasks.md: 2.4.0 released
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    2 months ago

    Caldav is a protocol to sync tasks and calendar events. Kanban is a way to sort/display tasks. The to things are orthogonal.

    I used nextcloud deck, a kanban board. Lo and behold, it uses calendar tasks under the hood, and you can sync them with caldav. Obviously you loose some features from the kanban board, but it’s a perfect middleground if you are nit a heavy kanban user.



  • infeeeee@lemm.eetoOpen Source@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 months ago

    No recipe inventory, you should write your own.

    It wasn’t clear from your post if you are looking for actual reciepes or a software managing them.

    If the former, than I see why your search queries yield no results. “Open source” usually associated with software, open written works usally ha ve some kind creative commons license. Search for that instead



  • You can disable microg connecting to google servers, but basically you get a standard gms free experience, with most apps simply not working from play store. They list in the wiki how and why they connect to google: https://github.com/microg/GmsCore/wiki/Google-Network-Connections

    A completely google free experience would be unusable for “normal” people, so they somewhat right as they target “normal” users. I also don’t like /e/, but because they are deliberately obfuscating a lot of things in their documentation, and they try to sell their os as something genuine, but it’s mostly just AOSP with microG.