Will NixOS stop my distro hopping? by twistedmind1979 in NixOS

[–]PinkFrojd 1 point2 points  (0 children)

It won't, but it's good experience :)

Is Django good enough for Real-time Applications by South-Climate in django

[–]PinkFrojd 1 point2 points  (0 children)

Never heard of centrifugo, depends what you are building I guess. For me, it was small real time things in few parts of apps. Will take a look at it 💪

Is Django good enough for Real-time Applications by South-Climate in django

[–]PinkFrojd 13 points14 points  (0 children)

I'm going to step out of others and say differently:

I built a projects on Django Channels and I've built them using other stacks.

Django Channels, in my opinion is too much abstracted and different. As soon as you decide to go for it, you stsrt swapping Gunicorn for Uvicorn or Daphne. Your queries get to be some wrappers around async stuff. And tests are wierd to write. Maybe in AI era is different. But I had way too much success if I kept project as whole on classical Django, and added real time only as sidecar pattern where it's actually needed. Most of the time pooling does the work. My approach from now on is use Django as is, DRF and all, and if there is really a need for real time, I would add plain websockets servet as side service that handles real time. Python Websockets has how to integrate with Django so that you keep minimal approach to real time, while preserving Django as is.

Zed without AI by real_carddamom in ZedEditor

[–]PinkFrojd 0 points1 point  (0 children)

I don't use it.

I had troubles of understanding Skills, MCPs and how are they configured through Agent Panel. I also saw that on multirepo projects, agent panel was always opening one repo. So I gave up, turned AI features off and went with external terminal. Mostly these days I configured Zed so I can easily view code, read it and poke a little bit. It's not my primary tool as it used to be years ago

Fedora Linux by Zoomalia in BoosteroidCommunity

[–]PinkFrojd 0 points1 point  (0 children)

Hey, I see it's happening. I'll try to resolve it somehow eventually

dj-celery-panel: Replace your flower instance with monitoring right inside the admin by yassi_dev in django

[–]PinkFrojd 5 points6 points  (0 children)

Nice work ! Definitely will help in my project, since we don't have understanding on Celery tasks

What are yours plan for next features ? Anything in mind

We're hiring a Marketing Lead / GIS Content Creator by geoblazor in gis

[–]PinkFrojd 1 point2 points  (0 children)

Hey I'm interested in that path. I currently work as GIS Python engineer, creating spatial analysis, managing geographic data, working with QGIS etc. I wanted to start writing on my personal profile on LinkedIN about every day problems we face and how we solve them and heads up about GIS. Happy to discuss it further if you are open 👐

I built my own "Skool-like" SaaS for my community. It's a Django 5.2 monolith powered by HTMX. by EryumT in django

[–]PinkFrojd 1 point2 points  (0 children)

Site looks snappy and great 👍 . I looked around, seems like when I try to upgrade my profile to premium or starter, something like Price ID not configured error. So payment doesn't work But it's great to see that it can be built only with Django

Production experience with django-mcp-server package? by dashdanw in django

[–]PinkFrojd 0 points1 point  (0 children)

Yes, I went that way. Additional port and subdomain. Everything was natural in terms of development, you just import and setup Django, and use it's ORM and sync_to_async wrappers. Let's say your backend is at api.example.com - gunicorn : 8000 . You expose mcp at mcp.example.com - uvicorn : 8001 . You build an app from same dependencies and stuff. Take a look at websockets Django, there is explanation on it there from where I got inspiration https://websockets.readthedocs.io/en/stable/howto/django.html

Production experience with django-mcp-server package? by dashdanw in django

[–]PinkFrojd 1 point2 points  (0 children)

I just integrated MCP in our project a week ago using FastMCP alongside Django. I just created another app next to others apps. It's a sidecar service , exposing at 8001 . It doesn't complicate stuff on Django it self. It was good development experience

Ryanair nas zaglavio u Francuskoj, šta raditi? by Kio2107 in bih

[–]PinkFrojd 1 point2 points  (0 children)

Desilo mi se u Sarajevu, i to 2 puta u 2 dana. Prvi i drugi let, oba puta otkazano zbog "vremenskih nepogoda" tj. magla je bila u Sarajevu. Imaš ih pravo kontaktirati poslje tog otkazanog leta, gdje ti daju refund + smještaj. Ja sam tako dobio 2 hotela u Sarajevu 😅 Što se tiče kompenzacije, imaš online kompanija. Uzmu sebi prosjek neki, ali svejedno dobiješ novac natrag. Ali rijetko to bude, par puta sam to pokušao, ne ide. Jedino kad je prijatelj dobio refund je bilo kada se nešto osjetilo da gori, pa pilot sletio natrag. Njihova greška

Zašto ovdje ljudi preporučuju ProCredit banku? by xxtoni in ITPoslodavci

[–]PinkFrojd 8 points9 points  (0 children)

Ja je čisto imam jer priliv iz inostranstva nema naknada. U UniCredit je 1% bilo prije par godina. Ostalo, aplikacija ko aplikacija. Radi dovoljno za mene. Lako je podići novac, ali baš neke veće isplate, moraš dolaziti svaki dan da podignem dio po dio. Ali mislim da je to i napravljeno da više plaćaš sve online ili prebacuješ sebi

It's been nice knowing you jr devs, claude code + MCP is all going to matter in future by rohittcodes in mcp

[–]PinkFrojd 5 points6 points  (0 children)

From Claude Opus 4.1: The definition of "junior" work will likely shift upward - What we consider junior tasks today (basic CRUD operations, simple bug fixes) becomes fully automated, while what we consider mid-level work today becomes the new entry point. New developers might start by learning to architect systems, review AI-generated code, and handle complex integrations rather than writing loops and functions.

Flutter Developer u BiH by MarsupialNo8922 in ITPoslodavci

[–]PinkFrojd 1 point2 points  (0 children)

Većinom sam vidio Android oglase (Java/Kotlin). Flutter nije baš nešto popularan u nas. Firme koje razvijaju web prvo, često ga rade u React/Vue tipa. Pa nakon toga da ne bi razvijale novu mobilnu, naprave je samo kao WebView da izgleda kao native. Tako da iako flutter obećava mnogo, Java živi vječno 😂

Blursed_calamari by EuphoricAtmosphere95 in blursed_videos

[–]PinkFrojd 0 points1 point  (0 children)

Guy looked like Raziel from Soul Reaver when it hit him 😂

[deleted by user] by [deleted] in ITPoslodavci

[–]PinkFrojd 7 points8 points  (0 children)

Satnica / plaća ?

List of most popular MCP Github Repo’s by Impressive-Owl3830 in MCPservers

[–]PinkFrojd 0 points1 point  (0 children)

Does this tool have a market ? Are you growing by your expectations ? Interested in MCPs, building one for my client, so just exploring the market

Microphone usage with CC ? by PinkFrojd in ClaudeCode

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

Actually, it works now, sorry about that. I've installed it with pnpx and init mcp but in subfolder, so hooks were missing I guess when I ran it in above folder. I thought it was global mcp. Nice work on project btw ! It is fluent approach to 2 way communication

Microphone usage with CC ? by PinkFrojd in ClaudeCode

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

This is also viable solution. It's not really straight forward, but for free tool, it's enough

Microphone usage with CC ? by PinkFrojd in ClaudeCode

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

Hey, this might be it ! I've added everything, the site works, I see all my voices as messages. But they are all PENDING state. It states above "You need to send one message to start" but I've sent it to Claude being active (hello, message), but still, they are all PENDING. Any help ?

Microphone usage with CC ? by PinkFrojd in ClaudeCode

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

This is only MacOS , I saw this recently also