Skip Navigation

User banner
Posts
15
Comments
9
Joined
2 yr. ago

  • You mean ollama? There are so many options, any favorites?

  • Open Source @lemmy.ml

    What local LLMs are you using to create embeddings for RAG?

    Technology @lemmy.world

    Instructions for Windows users who want have improved security without CrowdStrike

    Security @lemmy.ml

    Today marks the 10th anniversary of the Heartbleed vulnerability in OpenSSL, which had the same ultimate root cause as recent XZUtils backdoor incident

    Technology @lemmy.ml

    Today marks the 10th anniversary of the Heartbleed vulnerability in OpenSSL, which had the same ultimate root cause as recent XZUtils backdoor incident

    Technology @lemmy.world

    Today marks the 10th anniversary of the Heartbleed vulnerability in OpenSSL, which had the same ultimate root cause as recent XZUtils backdoor incident

    Programming @programming.dev

    Communication Is the Key to Efficiency in a Software Engineering Organization

    Programming @programming.dev

    8 Writing Tips for Software Professionals

    Technology @lemmy.world

    Tab-tastic tips for streamlined web browser use

  • I just prefix all my git aliases with g-. So for status I type g-s<tab>.

  • You need bisect only as a last resort. Effective use of git blame, git log -p -S <keyword> etc has always been enough for me. Also, the projects I work with take 10+ minutes to compile even when cached, so doing tens of builds to bisect is much slower than just hunting for strings in git commits and code.

  • I had the same feeling until I started using gitk. I always have a gitk window open and press F5 to reload, so it shows me the state of everything after I've run git commands. Now I grasp everything much better.

  • Programming @programming.dev

    Advanced git commands every senior software developer needs to know

  • Only product from Microsoft I actually like using and trust. Quality from 1998, and still going :)

  • One is enough if it is very big

  • Programming @programming.dev

    Unpacking Linux containers: understanding Docker and its alternatives

    Programming @programming.dev

    Pulsar, the best code editor

    Programming @programming.dev

    How to conduct an effective code review

    Technology @lemmy.world

    Latest GPT-4-0125-preview and Bard-Feb-2024 are live at https://chat.lmsys.org

    Technology @lemmy.world

    Amazon RDS: "collaboration with upstream open source community is critical"

  • Programming @programming.dev

    Debian uses Gitlab CI for quality assurance of thousands of software packages