Just a stranger trying things.

  • 4 Posts
  • 64 Comments
Joined 1 year ago
cake
Cake day: July 16th, 2023

help-circle
  • My number one gripe with organic maps is how fragile the search is. If you don’t write it exactly right, you get no or irrelevant results. Also, it seems to have no clue of what is popular and what people expect when they search for something. I’m not talking about personalized results but for example the following: searching for “Eiffel”, leads me to minor roads, restaurants and all kinds of results unrelated to the Eiffel tower. This is what is troubling me the most.




  • I think these questions may be, depending on the context, but I’m willing to assume that these are not intended to be. If they come from a legitimate wish to better understand the community without prejudice, then these questions are acceptable to me. It’s also a standalone poll, self reported and with no tie to any identity.

    But maybe I’m unique in thinking that these questions may have circumstances in which they are acceptable?






  • I’m sorry, I don’t have any specific suggestions for you, but I am wondering: is there no open source app you yourself wish existed because you would need it?

    Working on an open source app because some else (and not you) needs it, is not a good way of staying engaged and caring about the solution. Being the user and target of a project yourself is usually a much netter way of caring and proposing something tailored to at least one individual, maybe more.

    Of course, if you are looking for a programming exercise, go for it, but then you don’t need ideas, you can reimplement something which already exists, perhaps which you like, but in your own way. But if you want to have an impact in the open source, it starts by needing something which you don’t really find anywhere and taking matter in your own hands to fix it :) this is not meant to disincentivize you, quite the opposite! I hope you stay attentive to your digital ecosystem to see which holes can be plugged :)

    I maintain a private list of ideas I just think of as I go about my day, of things I would like to write/create for myself and while I won’t be going through with all of them, I hope to be able to pick up one or several of them whenever I have time. I can through some ideas here, not as a hint that you should do it (I’ll probably do them myself regardless), but just to inspire you, maybe:

    • I am subscribed to a teachable program which has no app and the program is just static information. I want to pull it all and represent it to me offline, not requiring internet to manage my progress. It is also intended to help me archive what I paid for and not depend on the goodwill of teachables to allow me to continue access the resource.
    • an RSS feed manager which uses embeddings to automatically organise the content by topic rather than by source.
    • an anki plugin to highlight content in the browser based on words from anki that I have and have not learned, to improve my language learning and reading ability.

    I have a few more, but this should give you some hints, I hope! Good luck!


  • The Hobbyist@lemmy.ziptoLinux Gaming@lemmy.worldBest Graphic card for Linux Gaming
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Both AMD and Nvidia GPUs work well. There is mainly a philosophy difference where AMD GPUs work particularly well with open source drivers whereas Nvidia still mostly depends on its proprietary drivers (though they work fine on Linux too).

    Phoronix is a reputable website when it comes to benchmarking on Linux. Here is a previous benchmark with Nvidia GPUs, as an example:

    https://www.phoronix.com/review/nvidia-rtx4080-rtx4090-linux/2

    Of note: when people complain about nvidia on Linux, you need to determine whether they complain about open source or proprietary drivers.

    I have been running Nvidia GPUs on Linux for years and have had no issue with the proprietary drivers, both for an old and recent GPU. Of course YMMV.

    Edit: my personal recommendation though would be to stick with AMD which offers more memory and bandwidth compared to similarly priced Nvidia GPUs (Nvidia uses 8GB for many of its GPUs which is quire disappointing these days). And with open source drivers it may be easier to get issues fixed and find support.




  • There is a way to place the secret file (corresponding to the password) on a dedicated USB stick and have a script attempt to Mount it at boot to unlock the partition. If the USB stick is not found, it will revert to the password prompt. Perhaps this is the best of both?

    Make sure not to leave the USB stick plugged in, but rather only take it and and plug it in to boot then safely store it once booted, otherwise you are probably defeating the purpose of having an encrypted partition to begin with.

    I’ll add a link to read more about it shortly.

    Edit: here is one example to set it up (including to auto-decrypt ZFS) https://www.youtube.com/watch?v=7xOLxCwdi-I


  • Well yes, but also no.

    Whenever you search for a solution to your problem, it stems from the realization that something is a problem. But sometimes, you have a thing which has been done for a longtime, it was a problem with no solution and you’ve had to accept that. How would you determine one day that things can be done differently and better without constantly reevaluating everything? It’s not realistic.

    In my view, it is a perfectly reasonable question to ask “what problem does waydroid solve?” To figure out if you have that issue and you didn’t know of this solution.

    Sorry, just my 2 cents.