• 2 Posts
  • 29 Comments
Joined 3 years ago
cake
Cake day: August 31st, 2023

help-circle
  • yukijoou@lemmy.blahaj.zone
    cake
    toLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    if you’re using fcitx to manage input methods, you can enable the unicode module, which lets you bind a shortcut to input unicode characters using a search box. it’s quite handy, though most people don’t use fcitx as it’s not needed for simple appending input methods, like the US QWERTY keyboard








  • well, the point of flatpak is to have bundled dependencies so they run predictably no matter the distro

    if one of your software’s dependency gets updated, and your software isn’t, you may run into issues - like a function from the library you’re using getting removed, or its behaviour changing slightly. and some distros may also apply patches to some of their library that breaks stuff too!
    often, with complex libraries, even when you check the version number, you may have behavioural differences between distros depending on the compile flags used (i.e. some features being disabled, etc.)
    so, while in theory portable builds work, for them to be practical, they most often are statically linked (all the dependencies get built into the executable - no relying on system libraries). and that comes with a huge size penalty, even when compared to flatpaks, as those do have some shared dependencies between flatpaks! you can for example request to depend on a specific version of the freedesktop SDK, which will provide you with a bunch of standard linux tools, and that’ll only get installed once for every package you have that uses it






  • yukijoou@lemmy.blahaj.zone
    cake
    toLinux@lemmy.mlaaa
    link
    fedilink
    Français
    arrow-up
    6
    ·
    2 years ago

    according to the github readme, you can just run sudo pro config set apt_news=false to disable those

    if you have things set up the way you like on xubuntu, it’s maybe worth it to just do that rather than start fresh





  • well, i just tried it, and its answer is meh –

    i asked it to transcribe “zenquistificationed” (made up word) in IPA, it gave me /ˌzɛŋˌkwɪstɪfɪˈkeɪʃənd/, which i agree with, that’s likely how a native english speaker would read that word.

    i then asked it to transcribe that into japaense katakana, it gave me “ゼンクィスティフィカションエッド” (zenkwisuthifikashon’eddo), which is not a great transcription at all - based on its earlier IPA transcription, カション (kashon’) should be ケーシュン (kēshun’), and the エッド (eddo) part at the end should just, not be there imo, or be shortened to just ド (do)


  • it is absolutely capable to come up with it’s own logical stuff

    interesting, in my experience, it’s only been good at repeating things, and failing on unexpected inputs - it’s able to answer pretty accurately if a small number is even or odd, but not if it’s a large number, which indicates it’s not reasoning but parroting answers to me

    do you have example prompts where it showed clear logical reasoning?