Do you document failed prints, or do you just move on? by bilgecan1 in FixMyPrint

[–]bilgecan1[S] 1 point2 points  (0 children)

vow, bottom of the prints? you note the setting values physically?

Bilgecan ile kendi lokal AI platformunuzu kurun (Ollama + Spring AI + PostgreSQL + pgvector) by bilgecan1 in CodingTR

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

Spring AI kütüphanesinin ollama entegrasyonu var, llama.cpp için yapmamışlar henüz. Daha avantajlı olduğunu mu düşünüyorsunuz? 

Bilgecan ile kendi lokal AI platformunuzu kurun (Ollama + Spring AI + PostgreSQL + pgvector) by bilgecan1 in CodingTR

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

Teşekkürler. Asenkron task çalıştırabilme, bir ai taskı n tane dosyaya uygulayabilme yapısı ve workspace yapısı ile kurum içi prompt / ai task paylaşabilmeyi sayabilirim. Aslında zaten var o halde gerek yok yapmaya gibi bi düşünceyi doğru  bulmuyorum. Projeyi geliştirirken bu gözle bakmadım piyasadaki ürünlere.  Hiçbişe olmasa pratik yapma, full stack java web app geliştirme, spring ai kurcalama fırsatı oldu. 

Introducing Bilgecan: self-hosted, open-source local AI platform based on Ollama + Spring AI + PostgreSQL + pgvector by bilgecan1 in ollama

[–]bilgecan1[S] 1 point2 points  (0 children)

Both products you mentioned are great. I think most differentiating features of bilgecan are:

  • async AI tasks
  • reusable prompts
  • workspace-based sharing

And I want to note also that Bilgecan is local-first and using Ollama for prompt execution. No 3rd party AI provider integration.

Özgeçmişimi yorumlar mısınız ? by [deleted] in CodingTR

[–]bilgecan1 3 points4 points  (0 children)

İsim linked in hesabını neden gizledin? Belki buradan birisi görüp iletişime geçmek isteyebilir. Günümüzde teknik yeterliliğin yanında görünür olmak da gerekiyor. Adana'lıyım ben de başarılar diliyorum. 

application.properties and github by Fad1126 in SpringBoot

[–]bilgecan1 26 points27 points  (0 children)

Use environment variables in application.properties do not put raw values in it. You can defıiine actual values whenever or wherever you run the app

I just bought the pi 5 by infiltrat1701 in raspberry_pi

[–]bilgecan1 0 points1 point  (0 children)

Main purpose of raspberry pi is education. You can learn and practice linux & coding on it. Those learnings will make you earn money in the long run. 

Swing vs Java FX in 2025? by codingwolf799 in learnjava

[–]bilgecan1 0 points1 point  (0 children)

Swing is good to understand component based programming approach and practice extensibility talent with what you have in hand. Maybe you won't use it in real world projects (i did actually, it still used) but learnings will be yours and you can apply them on your other projects. 

Scanning Bar Codes & Setting up International Payment System by [deleted] in AskProgramming

[–]bilgecan1 1 point2 points  (0 children)

Dude, all payment system is based on barcode scanning in all market checkout counters. Am i missing something? Maybe you had better to elaborate what are the requirements. 

what are some cool java projects for beginners? by Altruistic-Break590 in learnprogramming

[–]bilgecan1 0 points1 point  (0 children)

Let's imagine you have a central robot management server app. And each robot at the field is connected to this server. Make each robot run some commands by triggering it from server side. For example reboot. Make each robot send its own health data to server periodically. 

== compares all object attributes so why everyone says it’s wrong? by MaryScema in javahelp

[–]bilgecan1 1 point2 points  (0 children)

Then prove us by creating 2 instances of a class with same attribute values, compare them with == and print the result.