• 0 Posts
  • 47 Comments
Joined 7 months ago
cake
Cake day: December 4th, 2025

help-circle

  • Jup. Ollama and OpenWebUI is a great stack to tinker with some LLM models. They’re kinda useful for aggregating large datasets, translations, frontend development and gathering relevant sources for me to read into. Also, Qwen has been amazing in understanding frameworks without documentation and writing one for me. I had to use some self-developed PHP framework for a task once and without qwen, I would’ve taken probably two more weeks to get the task done.

    MiniCPM has also been REALLY good at image detection, describing it as accurately as possible, feeding it into qwen who then searches what the object could be and returning the result. I always liked google lense and that stack gave me a TEMU-Version of google lense that isn’t quite as reliable, but definitely very useful.






  • Prison has negative effects on the trajectories of juvenile delinquents. Nobody gets better in prison.

    That’s not the point. I’ll be very honest with you, if you kill, rape or otherwise harm someone in such a brutal way that negatively impacts someone’s life in such a horrendous way or even ends it, idc what’s happening to you. I don’t care if the rest of your life is going to be shit because 13 years in prison when you’re 13 will definitely ruin it, idc if you get any therapeutic help, idc what’s happening to you in general. My top priority in this situation is to keep the rest of the population safe from you. And if prison is what it takes, prison is what you get.

    Would I prefer some kind of prison for young people with at least an option to get a better life after your sentence? Yeah. But if no such facilities exist in sweden, I’d dump them into a regular prison. As I said above - the protection of the remaining population is of the highest priority, and you gave up your basic human rights when you decided to end someone’s life. Off to the slammer you go.






  • Tought topic, but Idk, if a 13 year old is a “serious offender”, something has to be done. The population must be protected from those psychopaths. And if it takes imprisonment, well - so be it. That child will never have a normal life, I get it, but if a 13 year old murders or rapes someone, I’d argue he’s too far gone anyways and in that case, the protection of the population is more important than rehabilitation of a psychopath.

    Parents must also be investigated and charged for their children’s crimes, if appropriate.



  • I’m using the 35b models.

    Quality for qwen is mostly fine - sometimes it does hallucinate some shit while thinking, but it does correct itself almost every time. But the answers itself are, for the most part, precise and useful. Not what you know from the cloud models, obviously, but it’s absolutely fine for everyday use. What is actually annoying is the web search - not sure if that’s a qwen problem or a problem with open webui, but it actually takes a long time to finish the search.

    I once had a situation where a model was running into an “infinite loop” while thinking, thinking the same line over and over again. And once, qwen just started outputting chinese halfway through the answer lol.

    When it comes to context, I’m gonna be very honest - I don’t know. I have never hit any kind of problems or limits because of that since I’m not using AI over a long term project. I use it for small, concise cases and that’s it.





  • Yeah sounds like a big nothingburger to me. If you just use gitlab for private projects with basic pushing and pulling without any fancy gitlab features, switching is a matter of minutes.

    Now, if you’ve built your entire company setup around gitlab and use everything they offer, yeah switching is gonna be a lot harder and will require more preparation. However, it’s not impossible in the slightest. Even a large corporation with hundreds of developers could make a switch within 2 weeks.


  • Even if, switching your used repo hosting service is a matter of minutes if you’re using git. You register on the other site, add your SSH key, update the remote URL of your repository which is just a git remote set-url origin <new url> and then hit git push, probably with something like --force or another option, kinda forgot the exact name. So that’s something you could easily automate in like 10 lines of bash script for all your repositories.

    It’s super hard to “trap” people in something like github because git is so open and decentralized. Switching is super easy. Most people who stay on github or gitlab do it because they need the CI/CD pipelines or because they’re lazy and/or stupid.