• 0 Posts
  • 19 Comments
Joined 9 months ago
cake
Cake day: September 25th, 2023

help-circle
  • I used KODI for a while but switched to “just” minidlna/ReadyMedia for a lighter setup. I know that VLC can resume videos even over DLNA so I’m wondering if it can abstracted away, e.g having a VLC script that checked, maybe based on filename, if the opening file has already been played from another location and if so, resume from there.

    I see that in ~/.config/vlc/vlc-qt-interface.conf there is a [RecentsMRL] section with list (unfortunately local only I believe) and times (in seconds I imagine). One could imagine to scp that file to the NAS using e.g inotify (after writes) then merge it (not replace) on that section only, then a shortcut that before starting VLC get the merged file and does the same. That should allow for resuming across devices.



  • scientific accuracy is anathema to AI marketing

    Even though I agree in this context “hallucination” is actually the scientific term. It might be poorly chosen but in LLM circles if you use the term hallucination, the vast majority of people, will understand precisely what you mean, namely not an error in programming, or a bad dataset, but rather that the language model worked well, generating sentences that are syntactically correct, that are roughly thematically coherent, and yet are factually incorrect.

    So I obviously don’t want to support marketing BS, in AI or elsewhere, but here sadly it matches the scientific naming.

    PS: FWIW I believed I made a similar critic few months, or maybe even years, ago. IMHO what’s more important is arguably questioning the value of LLMs themselves, but then it might not be as evident for many people who are benefiting from the current buzz.



  • It’s called having standards.

    OK provocation aside yes, you actually have to stand for what you believe in. For some people it means not going to a meat restaurants, for others, like me, it means not accepting a WhatsApp chat or a Google Drive share. You also do that but because it’s either so ingrained or socially accepted you do not even notice anymore. Your standards are definitely not mine but if neither of us do push back, then we as a society go backward IMHO (even knowing my standards are not yours, assuming at least some of us do think and act based on new knowledge rather than random beliefs). So… yes it means my circle of acquaintances is not the most inclusive but I do accept boundaries and if it means someone is toxic according to my perspective, they are out, simple.

    PS: you actually have no idea what my social life is. You literally can not judge if it’s “richer” or “poorer” than anyone else.





  • Not as much as on reddit but still more and more. Just like with Mastodon over X it’s not a perfect replacement (sadly, maybe) but still I feel more resilient. If somehow alternatives are too toxic or unusable I find confident I could invest more time participating here in few different ways. Reddit/X not dying is a double edge sword.



  • If only the BBC does it then sure, it’s pointless. If the BBC does it and you and I consider it, it might change things a bit. If we do and others do, including large websites, or author guilds starting legal actions in the US, then it does change things radically to the point of rendering OpenAI LLMs basically useless or practically unusable. IMHO this isn’t an action against LLMs in general, not e.g against researchers from public institutions building datasets and publishing research results, but rather against OpenAI the for-profit company that has exclusive right with the for-profit behemoth Microsoft which a champion of entrenchment.





  • Genuinely no idea how Linux gaming could be better. I’ve been playing on desktop and Steam Deck for years, both “flat” games and VR games and it just works. Sure I don’t try literally everything but with ProtonDB I’m confident it will work, or not, and decide accordingly. Obviously not all games work on Linux but definitely more quality games that I have time for. For me it just works, I spend at least 99% of my time gaming on Linux actually gaming, in fact I can’t even remember when is the last time I tinkered. I don’t even have problems with GPU drivers despite tinkering with containers with machine learning. I’m not trying to say nobody has problems or dismiss problems people do have, just sharing my experience.




  • Surprising to me so I must do some things right :

    • dedicated /home partition
    • OS on SSD, new OS on fast USB stick
    • backup on another physical disk of important data (usually a subset of /home )
    • other partition for OS testing
    • other working device for instructions and search online (mobile phone is usually enough)
    • documented setup for complex tools, e.g /home/Prototypes where you might have container setups, e.g docker-compose.yml

    Usually if you have this in place its a matter of hour, at most. Sure in 1h you will not have ALL the apps you need perfectly configured but, for me at least, enough to feel at “home” again. It’s usually about having ~/.bashrc or ~/.tridactilrc in place but if you do have /home on another partition, it’s basically “free”.