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

help-circle




  • This is the first time I’ve even heard of CoreELEC despite using LibreELEC. Thanks for mentioning it. I have doubts every obscure cheap Android box is supported though.

    LibreElec reduced official support for SBCs with Amlogic Cpus (like the Odroid C2, Odroid C4, and Odroid N2) in 2018, that spawned the fork called CoreElec. Then LibreElec removed Amlogic support entirely in 2019 (they wanted to just focus on Raspberry Pi SBCs). That caused a mass exodus of users and most moved to CoreElec. That was around the same time cheap TV boxes started appearing on AliExpress, and a lot of them happened to have Amlogc CPUs like the s905X, s905X2, s905X3, and s922X, these are the same CPUs in Odroid C2 and Odroid C4 and Odroid N2, so CoreElec was able to add support for most of them.

    CoreElec remains tied to LibreElec upstream, receiving the same updates.

    They have a comprehensive, accurate and up-to-date hardware compatibility list. They don’t support all Chinese TV boxes, but if it has an Amlogic CPU, there’s a high chance it is supported. If you’re unsure, just look at any one of the hundreds of “will this cheap TV box work?” threads on their forum.


  • I’ve owned four different android TV boxes from AliExpress over the years, from different manufacturers, different sellers, and different versions of Android. None of them ever came with malware. I’m a member of the CoreElec community forums where thousands of people own android TV boxes, hundreds of different models and hundreds of different firmware versions, and nobody ever once talked about having malware on their device. That LTT video is ill-informed and out of proportion. Anyway, nobody ever buys the Android TV box to use whatever crappy old version of Android they include, they immediately wipe the partition and install CoreElec on it, with kodi and all the plugins you’d ever want.

    I have two of them running CoreElec for my media centres, and one with Armbian OS with HomeAssistant installed, running my home automation. They’re the best bang-for-buck ARM powered Linux hardware you can get, miles better than a raspberry PI.




  • I started using Trilium in early 2020, with version 0.40.2. Roam had released in 2019 and was growing in popularity quickly, I heard a lot about Roam, it looked cool, so I googled for an open-source self-hosted knowledge base note taking app with similar features to Roam, like notes arranged in a knowledge graph, and a backlinks explorer for each note. The only one that was available then was trilium. Looks like you’re right, the development of trilium was started in 2017, before Roam existed. This is a great interview with the creator, answers a lot of the questions I had. https://console.substack.com/p/console-169

    Obsidian didn’t come out until a few months later (and remained under the radar until 2021), all my colleagues and friends use Obsidian now, but I prefer trilium. I had never heard of logseq before I read this thread. Just a quick glance, I see the first 0.1.0 version logseq was in April 2021, just before the first obsidian release.







  • I agree with that, mostly. However I find I don’t really ever need to add or edit content on mobile. I only use the web app on mobile to lookup something when my laptop isn’t at hand. There is the official Trilium Sender app for Android that allows you to forward text, pictures, links, etc from your device to your Trilium server, then you organise the content when you get back to your laptop. I find that fills any gaps in functionality. I hate brain dumping or editing long or complex paragraphs of text on my mobile anyway.


  • flubba86@lemmy.worldtoSelfhosted@lemmy.worldNotes taking app
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    1 year ago

    Another vote for Trilium.

    A couple of years ago Roam Research was trending, I read some articles and reviews about it and I liked the concepts it introduced. I looked for a free, open source self-hosted cross-platform alternative to Roam and found Trilium.

    Its native on Windows, Mac, and Linux, while it doesn’t have any Native Mobile apps, the webapp works on great on mobile and can be installed to your phone launcher as a PWA.

    It does everything I want, and I use it a lot. A bunch of my colleagues have been recently moving from Evernote or Notable, over to Obsidian, and I understand Obsidian is the new hot thing, but I think I’ll stick with Trilium.

    My advice would be to try out a bunch. Note taking is surprisingly nuanced and personal preferences play a major role. Try each one for a week or two, and see which best matches your workflow and your requirements.



  • Sounds like you, like a lot of others, have come to docker from the perspective of “it’s like a mini virtual machine”. Maybe you’ve used VMs before, like virtualbox or VMware or EC2. Maybe you have experience with setting up a cluster of VMs, each with their own OS, own SSH client, own suite of applications, and an overlay network between them all. Maybe someone told you “you should use docker instead, it’s like mini lightweight VMs”. And you’d be right to assume this is the wrong perspective to approach docker, because it leads to the problems you have faced.

    Instead, try to think of docker containers as standalone applications. They don’t contain a kernel, they don’t have SSH, no Nano or VIM, just simply the Application, in a container, with enough supporting filesystem and OS libraries to make the application work.

    That perspective is what helped me to get better at docker, I know it’s not exactly answering your question, but it might help.


  • Wow, I was looking for something exactly like this only last week.

    I use alacritty as my terminal emulator, and I normally have three or four alacrity windows open to different remote hosts. I was thinking how good it would be to have a GUI tool that lists all my remotes and allows me to open alacritty directly to a SSH session on a given host, and I even thought it would be great if that GUI tool had file management capabilities, so I didn’t need to have FileZilla open for each host too.

    You’ve made my day. I’ll try it out on Monday.