• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle



  • For those (like me 10 minutes ago) who wonder what are reranker models…

    Reranker models are models which can evaluate the semantic similarity of two pieces of text. They can be used to improve RAG systems which use embeddings to look for relevant documents. The reranker model can then be used to select the best candidates.

    This improves the result, because reranker models look at the two pieces of content simultaneously and can be fine tuned to the domain in question. They shouldn’t be used for the initial retrieval because the evaluation time is O(n²) as each combination of input and document pair needs to be evaluated as a pair.




  • I think for most web apps it doesn’t make sense to allow the width to get so wide, except when the content being displayed is a columnar list and even then it’s a pretty marginal benefit.

    What I’ve done is limit the max-width to some amount of px/chars and allowed the remaining space be empty, with an exception for when displaying tables. Even with tables, the bigger width is only beneficial if either the contents of the columns are large enough, or there are very many columns to show. The solution in my mind is limiting the column widths to the longest content.


  • I feel like there are some missed opportunities

    • Sensors that don’t work because a proprietary driver is missing
    • Having to add repositories to get wifi working
    • Voice assistant that only works if you know terminal command parameters by heart
    • More tool windows
    • More xorg.conf to get displays working
    • A flame war about the relative benefits of obscure infrastructure componemts
    • 7 package managers, 3 if which are needed to install 90% of needed software. The remaining 10% somehow still needs to be installed via shell scripts
    • Completely new UI in each version, still looks like it was designed by german ocelots in the 90s







  • wizzor@sopuli.xyztoLinux@lemmy.mlGIMP 2.10.36 Released
    link
    fedilink
    arrow-up
    9
    arrow-down
    3
    ·
    2 years ago

    I use gimp daily, but it is still far, far behind photoshop from when I was studying and that was pre 2010.

    The biggest problem is the UI. The only major improvement was the transition from multi window to single window with tabs, around 2012 or so.

    It feels like using a hammer with a purple dildo for a handle. I can do it after 10 years of getting the hang of swinging around the wobbly thing. Meanwile the rest of the world transitioned to battery driven nailguns and I’m still swinging my dilmer with a slightly more rigid handle.