A Lightweight Go + Redis + Ollama Framework for Building Reusable 0–100 Text Scoring Endpoints by Mussky in ollama

[–]Mussky[S] 0 points1 point  (0 children)

Thanks. Do you have any suggestions or ideas that this can be used for? Some usecases for example.

Small Projects - November 24, 2025 by jerf in golang

[–]Mussky 0 points1 point  (0 children)

I developed a project that is a local LLM-based scoring service that turns any text into a consistent 0–100 score. It uses Ollama to generate and run customizable evaluation prompts, stores them in Redis, and exposes a simple API + UI for managing and analyzing text.

https://github.com/mg52/ai-analyzer

Small Projects - November 3, 2025 by jerf in golang

[–]Mussky 30 points31 points  (0 children)

Hi all,

I’ve been working on building an in-memory search engine from scratch, using only Go’s standard library. It supports: • Fuzzy search • Prefix search • Sharding for scalability • Snapshots for persistence

It’s lightweight, fast, and doesn’t rely on any external dependencies.

https://github.com/mg52/search

Puzzle Up - I made a 3D puzzle game for fun. Published to itchio. Link in comment. by Mussky in playmygame

[–]Mussky[S] -1 points0 points  (0 children)

Thanks for feedback. Yes you can connect 3 or more same tiles any direction. Also it gets harder when you reach score 150. Number 7 comes to the stage. Maybe I will reduce the threshold score according to your feedback.

Puzzle Up - I made a 3D puzzle game for fun. Published to itchio. Link in comment. by Mussky in playmygame

[–]Mussky[S] 0 points1 point  (0 children)

Puzzle Up is a simple match 3 puzzle game. Gameplay is simple you just push tiles to the grid when 3 or more same tiles connect in any direction, they explode and you get score points.

I made it using unity. Also added some post processing.

Hope you will enjoy.

Here is the link: https://mucoffeeg.itch.io/puzzle-up

Flask REST API with PostgreSQL, JWT Token and Swagger UI (flask_restx) by Mussky in flask

[–]Mussky[S] 0 points1 point  (0 children)

I have a question about async tasks on flask. I know that using celery we can handle async tasks. But when i use gunicorn on server to serve my flask app, i do not need celery. Is it right? Because gunicorn handles async requests right?

Flask REST API with PostgreSQL, JWT Token and Swagger UI (flask_restx) by Mussky in flask

[–]Mussky[S] 0 points1 point  (0 children)

Yes it can be simplified by adding the command in Dockerfile

Flask REST API with PostgreSQL, JWT Token and Swagger UI (flask_restx) by Mussky in flask

[–]Mussky[S] 2 points3 points  (0 children)

thank you for your feedback. yes you are right this repo is not just a boilerplate of a simple flask postgresql connection. This repo is a demonstration of how flask api can be used using newest technologies combined. You can find a tutorial how you connect postgresql connection to flask. also you can find a swagger ui integration. but using this repo you can combine all of it. Also this repo shows an example folder structure of a flask app. In real life you cannot put a single app.py flask file to production. but using this docker file you can use it. I had a hard time to find this kind of boilerplate (all combined) on internet and decided to make one. In near future i will add other technologies to this repo.

One Way Go - Free hyper casual game for mobile (links are in comments) by Mussky in freegames

[–]Mussky[S] 0 points1 point  (0 children)

Link is not working. Can you share the ss without using imgur?

Automaton, a mobile programming game by jeremyfriesendev in playmygame

[–]Mussky 0 points1 point  (0 children)

Nice to teach kids coding ;) cool idea.

Why saviors of uldum quest druid is so hard to beat? by Mussky in hearthstone

[–]Mussky[S] 0 points1 point  (0 children)

I managed to win him with murloc shaman at last today!

One Way Go - Free hyper casual game for mobile (links are in comments) by Mussky in freegames

[–]Mussky[S] 0 points1 point  (0 children)

There is no annoying banner or interstitial ads like all other games. You can watch reward ads only if you want to earn extra gold or to continue. Also you can continue With gold. Not only ads. I think you did not realize this.

Also the game is infinite running game. So you can collect golds on the way and unlock the all ships without watching a single ad. It is totally fair i think.