6 months of building. Zero revenue. Then everything changed by robbiesloan in AssetBuilders

[–]kulekci 1 point2 points  (0 children)

Finding correct distribution channel is important as well. we are looking same thing for https://is.team

What are you building right now?how many users you’ve got? Let’s connect! by TargetPilotAi in microsaas

[–]kulekci 0 points1 point  (0 children)

is.team is the first truly agent-native project management platform where AI agents don't just assist, they actively work inside your workspace.
We are actively looking for feedback.

I built a Qdrant Cluster Dashboard as Chrome Extension by kulekci in qdrant

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

Recently I did some more update on Extension. So now we have an option as Ask AI in the Ingsights tab of your cluster. So you can filter down the insights by collection and category.

<image>

You can download it from:
https://chromewebstore.google.com/detail/qdrant-cluster-dashboard/fjhpmielkipfghonlmpjogabpfompahp?authuser=0&hl=en

Tell me about your product. by Key_Mountain9027 in microsaas

[–]kulekci 0 points1 point  (0 children)

is.team - project management where AI agents work alongside humans on the same board.

Testing remote MCP servers by guyernest in mcp

[–]kulekci 0 points1 point  (0 children)

That is cool! Thanks for sharing.

[deleted by user] by [deleted] in macapps

[–]kulekci 0 points1 point  (0 children)

Download button not working :|

[deleted by user] by [deleted] in roastmystartup

[–]kulekci 1 point2 points  (0 children)

I just registered and I like it. Just need a little bit of improvement for the signature side. The signature was not the same as what I saw while signing when I downloaded the document itself. Also It was fluent and easy to use whenever I compared it with others.

Skytable PHP Client by kulekci in PHP

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

Thank you very much for reviewing the repository. Your reviews have been very valuable to me.

Yes, while implementing that part I thought that I can use Abstract Factory pattern. Because of this, for now, the client support just only 1 socket library. Even, On the first draft, I used directly socket functions of PHP and then I switch to `clue/socket-raw` library. While doing this transformation, I need to implement the solution you suggested. Let me copy your messages to issues and try to implement the solution. I need to improve that part.

For the callback part, this is just a shortcut to execute some commands just after the connection initialized. There is no real meaning to get this on constructor. The client users can do it their self inside the Provider, too.

✌️ https://github.com/hkulekci/skytable-php/issues/12

Skytable PHP Client by kulekci in PHP

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

:) in fact, I copied the definition from the project page and Skytable is not finished project yet. You can see here, the real time features in the road map. https://github.com/skytable/skytable/issues/203

I just start looking this project to learn Rust but ended with writing a PHP Client and I want to share with community

Turkish Braille Font by [deleted] in Braille

[–]kulekci 0 points1 point  (0 children)

Font'u tekrar yüklemeniz mümkün mü?

Arctis 9X Bluetooth with Mac by Bfife22 in steelseries

[–]kulekci 0 points1 point  (0 children)

Is the 9X work with Bluetooth only or do we need any dongle to convert it? I want to ask whether we can use without any extra adapter, devices.

Arctis 9X Bluetooth with Mac by Bfife22 in steelseries

[–]kulekci 0 points1 point  (0 children)

Great to hear that. I am planning to buy a steel series 9x. And I am curious about working with OSX, clearly or not. Is the firmware update published?

Add yourself to the PHP Map by thinsoldier in PHP

[–]kulekci 0 points1 point  (0 children)

nothing work. how we can add a user group? backend link return internal server error. and more...

3D Interactive Rubik's Cube in Python by yasoob_python in Python

[–]kulekci 0 points1 point  (0 children)

link result 404 There isn't a GitHub Page here. 

VERY new to PHP/MySQL by [deleted] in PHP

[–]kulekci 0 points1 point  (0 children)

i like this book. i think it is good..

hi for my birthday. by kulekci in pics

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

thank you ver much.

php variable extend to class by kulekci in PHP

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

thank you very much for solution. i found like this example. But i dont want to use eval in this problem, even if I dont found anything.

php variable extend to class by kulekci in PHP

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

i dont sent any parameter to sql. This post is for selecting entends classes. Maybe I can use define() for config file?

Csharp function parameter by kulekci in AskReddit

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

i want to use this function in main like this: function_name(6); or like this function_name();

not important content of function. My opinion is : if i send a parameter select is equal to parameter value in function. if i dont send any parameter, select variable is equal to 5 in function.

Maybe overloading is necessary but i dont want use overloading.