A software developer and Linux nerd, living in Germany. I’m usually a chill dude but my online persona doesn’t always reflect my true personality. Take what I say with a grain of salt, I usually try to be nice and give good advice, though.

I’m into Free Software, selfhosting, microcontrollers and electronics, freedom, privacy and the usual stuff. And a few select other random things, too.

  • 4 Posts
  • 511 Comments
Joined 10 months ago
cake
Cake day: June 25th, 2024

help-circle

  • Maybe something like Joplin, Org Mode for Emacs, Zettelkasten, Getting Things Done? Maybe a boring Nextcloud, that one has lots of individual apps and they’re supposed to interconnect.

    I’m not really sure what to recommend here, a personal knowledge management platform, a calendar software… I can see how it’s a lot of different things you need to juggle. And I don’t have a good solution myself. I always wanted to some good system, and we really have a lot of software available which connect tasks, notes, appointments, knowledge. But I think it’s a lot about the mindset. You mainly need some dedication and it needs to be executed properly, or it won’t work well. The tool/software comes on top and just makes it easier. At the same time it’s really nice to have things digital and not just in a paper journal. And sometimes it’s the small things like reminders about appointments on the phone… And that might be difficult with some tools if they’re made more for knowledge than for calendar stuff.

    I’m currently making ends meet with the several Nextcloud apps. But I don’t have as much to coordinate. I’ve always wanted to use one of the Wiki-like personal knowledge management systems (Silverbullet), but I’m a bit too chaotic for that.




  • EDIT: See edit in my previous comment on how Bluetooth can do it. I believe that’d work with any device that can do bluetooth, including iPhones.

    I suppose along an iPhone? I mean Apple does the whole ecosystem. And this isn’t really a technical limitation. Most phones have the audio stream connected to the processor. Theoretically they could forward it, or record it. But on Android, the often don’t seem to allow any of that, and Apple doesn’t allow third parties (like a Linux computer) to access “their” interfaces, so I don’t know if you can forward it to arbitrary computers either.

    I mean there are solutions. Other people here outlined that. For example mimicking a bluetooth handset. You could solder a cable to attach to a computer’s AUX input. Or use a landline or different service to manage the calls whithin a PBX. But none of that is very easy to set up or proper forwarding. Maybe the best bet would be bluetooth.



  • I don’t think there is a way to forward cellular phone calls. You’d need a phone provider which provides that feature, like a Voice-over-IP provider. Or a SIM card in your computer. Plus the right phone contract.

    Kdeconnect can forward a lot of other things though, like SMS, files…

    I wish there was a way to hook into calls. But as far as I know they’re deliberately keeping that closed.

    EDIT: Actually, I’ve just tried Bluetooth (since someone suggested that) and that does just about that. I’ve used the standard Bluetooth pairing within the GNOME desktop, and now my Android phone lists the computer in the audio options of a call (where you can choose if it’s phone, handsfree or via a bluetooth device… And I can click on my computer name there, and it’ll then use the computer’s mic and speakers.


  • hendrik@palaver.p3x.detoSelfhosted@lemmy.worldOff-grid hosting
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    8 days ago

    Some people do it. For example we have this solar-powered website: https://solar.lowtechmagazine.com/

    You’d need an energy source like a solar panel, a battery and some computing device. Like a single board computer (Raspberry Pi) you can also run webservers on smartphones, or even a microcontroller. The server part works without an internet connection. But you obviously need some way to connect to it. A wifi (router) or a computer connected via an ethernet cable.

    The tech isn’t too complicated. Just install nginx if you have a raspberry pi, open a wifi and put your website on it. If you choose a phone, try Termux and a supported webserver. Both Linux and smartphones are designed to even work without an internet connection ;-)


  • Not really. I could use some good selfhosted search engine. I mean all the existing projects (which is just YaCy, to my knowledge) are a bit dated. Nowadays we only got metasearch engines and we’re relying on Google, Bing etc.

    But I don’t need any chatbot enhancements. That’s usually something I skip when using Google or Bing because it doesn’t work well. The AI summaries tend to be wrong, and it’s bad at looking up niche information, which is something I need a search engine to be able to find. The AI just cites the most common slop, or at best the Wikipedia article. But I don’t really need any fancy software to get there… So for me, we don’t need any AI augmentation.

    And I think the old way of googling was fine. Just teach people to put in the words that are likely to be in the article they want to find. That’d be something like “Rust new features 2023” or “homelab backup blog”. Sure you can strap on a chatbot and put in entire natural language questions. But I think that’s completely unnecessary. We have brains and we’re perfectly able to translate our questions into search queries with little effort… If somebody teches us what to type into the search bar, and why.









  • I’d go with the Full Disk Encryption. You can be sure everything is encrypted that way. Any additional complexity adds ways to mess up and compromise security. Entering the password is a bit cumbersome. But that’s part of the deal. I just carry my computer keyboard to my NAS and enter the password each time I need to reboot. Which doesn’t happen that often. There also used to be some tutorial somewhere on how to put a Dropbear SSH server into the initrd so you can enter the password over network.


  • hendrik@palaver.p3x.detoLinux@lemmy.mlRecommend a distro for a 13-year-old gamer
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    19 days ago

    I think Nobara is the other most(?) popular choice by gamers.

    I don’t have much experience with gaming distros. I just think whatever it is, a computer shouldn’t bee too locked down for a kid so they can also install other things, try other tools like an office suite, video editing or content creator stuff and maybe even have the experience of messing up. Within limits of course.



  • Last time I checked, Waydroid was one of the more common ways to launch Android apps on Linux. I mean you can’t just package the bare app file, since you need all the runtime and graphical environment of Android. Plus an app could include machine code for a different architecture than a desktop computer. So either you use some layer like Waydroid, or bundle this together with some app in a Linux package…

    Android includes lots of things more than just a Linux kernel. An app could request access to your GPS, or to your contacts or calendar or storage. And that’s not part of Linux. In fact not even asking to run something in the background or opening a window is something that translates to Linux. An Android app can do none of that unless the framework to deal with it is in place. That’s why we need emulation or translation layers.