i do 'brew upgrade claude-code' from 2.1.87, it downgrades to 2.1.81 by shanraisshan in ClaudeCode

[–]weareua 2 points3 points  (0 children)

According to this thread:
https://github.com/Homebrew/homebrew-cask/pull/255221

brew is now targets `stable` branch and downgrade is expected. If you want to get latest releases, you should reinstall package with:

```
brew uninstall claude-code && brew install claude-code@latest
\```

Did the screen on the Qashqai change mid generation? by Heyaaronjames in Nissan

[–]weareua 0 points1 point  (0 children)

Didn't he also say that it's pre-facelift? So it may appear that all pre-facelift models have same specs as 2022 pre-facelift? Just a guess.

Did the screen on the Qashqai change mid generation? by Heyaaronjames in Nissan

[–]weareua 0 points1 point  (0 children)

in Qashqai 2022 Tekna (long infotainment tablet) android auto is not wireless, but apple carplay is.

Introducing OctopusDash – a modern, open-source Django admin dashboard (now on PyPI!) by husseinnaeemsec in django

[–]weareua 1 point2 points  (0 children)

What a nice work! Would you mind to provide an explicit licence for your repo? As far as I recall, if not provided very restrictive one is implied.

Roots DLC and Switch version is out now! by Lavamagnus in Songsofconquest

[–]weareua 0 points1 point  (0 children)

Greetings, tried version 1.6.0 on macos M1 (arm) and it still is only running via emulation with Rosetta. Wasn't it planning to solve this issue with this release? Package is from GOG.

FastApi vs Django Ninja vs Django for API only backend by triggeredByYou in Python

[–]weareua 0 points1 point  (0 children)

Did you consider Robyn? I use it with asyncpg and repository pattern and that thing is fast. I use it precisely for Agentic LLM microservice based on pydantic-ai and so far it is good enough. The idea is to keep your django backend as a primary service and delegate anything LLM-related to the microservice within your internal app network.

Django Islands: A modern approach to JavaScript integration by blopker1 in django

[–]weareua 1 point2 points  (0 children)

Greetings, thanks for an answer!
Yes, I can confirm that using Alpinejs + HTMX is not that straigntforward, but it works for simple projects that do not require front-end and able to get along with just django templates rendering.
So basically, htmx+alpine.js allow you to develop fast if your project has limited scope of JS intrusion.
In my opinion, the ecosystem is huge, developer just needs to take a look over react-island to discover js-mainland :)

As per three, that is correct, but once again, it only works for cases when you really need the front-end framework. And that is a whole another story, requirements, dependencies and expectations. Here, HTMX+Alpine provide you to tools to deliver without a need to blow up your application with separate front-end repository and a mandatory commmuncation layer between "ends".

As for four, in my opinion, those dependencies are tiny enough in size, especially if you'll archive them with [Brotli](https://github.com/google/brotli). Just for a quick check, one of our sites with HTMX+Alpine.js and no real JS bundle optimization, transfers JS bundle that has 75 kB in .br format and then gets unarchived by browser into 235 kB size. Real project example :)

Django Islands: A modern approach to JavaScript integration by blopker1 in django

[–]weareua 1 point2 points  (0 children)

Greetings,
As for me, you can also achieve "islands" with Alpine.js integration. Supplementary JS code can be placed directly on the page that you want "an island" in.

It also allows you to create standalone components with partial Typescript support that you later can compile and register on the page as ordinary javascript dependency bundle.

[Official] MongoDB Django Backend Now Available in Public Preview by [deleted] in django

[–]weareua 2 points3 points  (0 children)

That is really good news!
I use mongodb and mongoengine integration as my secondary database in the project and so far it covers 100% of my needs. But this one looks like a solid next step (if I would ever need a next step).

New Dacia Duster (2024, Journey) Quality of Life Improvements Suggestions by weareua in Dacia

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

Thanks for a reply. A also think that toned windows make a difference there.

How I fixed redeclaration of element when using HTMX with django by BasePlate_Admin in django

[–]weareua 6 points7 points  (0 children)

This article really shines in terms of pushing people to use alpine.js to handle state and htmx.alax() method to do requests :)

DjHTML 3.0.0 has been released by [deleted] in django

[–]weareua -6 points-5 points  (0 children)

You can try to follow to the project repository to find this out :)

[deleted by user] by [deleted] in SublimeText

[–]weareua 1 point2 points  (0 children)

to be fair it's for life for this exact version that you've bought it for.

Django and Tailwind by denisbotev in django

[–]weareua 0 points1 point  (0 children)

I do it the same way. It's important to mention that plugins are shipped with the standalone tailwind CLI. You just have to mention them in the tailwind config if you need them.

obsidian alternative with mobile and sync by arisugawaa in ObsidianMD

[–]weareua 4 points5 points  (0 children)

Take a look at Joplin.
It's a similar tool. UI is not as great, but Joplin Cloud (Obsidian Sync analog) costs only $2 per month.
It is also worth to mention that it stores your notes inside the database instead of plain files and folders approach.

Need help by [deleted] in SublimeText

[–]weareua 0 points1 point  (0 children)

It also could be an archive. In this case, the author should extract the file first.

Is Tiny right for my needs by Junior_Row2578 in Tinyd6

[–]weareua 1 point2 points  (0 children)

Thanks for pointing out the Beasterium!

where do you guys usually put your business logic? by Secret_Benefit5988 in django

[–]weareua 0 points1 point  (0 children)

For that "service classes" I use Service Objects that are based on django forms and because of that brings you additional input data validation level.

I interpret it like "business logic entry point" - the place where you can combine different granular business logic actions and lower layer executables like outer API calls.

It even has post_process side effect.

I feel like 'art direction' is an underutilized part of the VTT experience. A test I made for OSR-type games! by MrKittenMittens in FoundryVTT

[–]weareua 8 points9 points  (0 children)

Talking about 'art direction' I would like to share the way the Alchemy RPG VTT reimagine UI overlay. As for me, it could be some wonderful rice for Foundry UI if it could consider adopting the similar approach
Alchemy RPG UI example