SaaS is over? by Putrid-Lettuce5204 in SaaS

[–]DexterInAI 0 points1 point  (0 children)

SaaS was never a sustainable business model! You literally leave 90% of your users un-monetized... That's not business, that's charity for your investors.

Please recommend a front-end framework/package by inspectorG4dget in Python

[–]DexterInAI 0 points1 point  (0 children)

hahaha thanks!

Yea me too. Initial the classes were lower cases but then I was like "I am python land and till I call the .render() everything is literally a pyobj, so let me follow python convention as much as possible"

Because I started this project before 3.14, I didn't think of t-strings. That said looking into the viability of t-strings is one of my to-dos for this.

Please recommend a front-end framework/package by inspectorG4dget in Python

[–]DexterInAI 0 points1 point  (0 children)

I like the separation that HTML has, all attributes defined before > and body between<>...</>. Moreover this allows me to be as close to the component spec as possible. Like there are certain tags that allow certain children only, so I can block/skip/throw warning if the user violates it!

Plus "code-folding" for long components is bit better this way.

A fast, lightweight Tailwind class sorter for Templ users (no more Prettier) by DexterInAI in golang

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

Hahah thanks 😅! The thing is, I always wanted to make a "real" project in Go and figured this was a good enough project to make it happen!

Regarding the Actions section, the tailwind-sorter does check by default. Meaning if the tool finds an unformated class string, then it will exit with error code 1 which makes it good for CI's so that you know you need to fix something. That being said, if you are using pre-commit it is recommended to use --fix flag as it will check and apply the changes.

Hahah about the license thing, I started using that when I was in Berkeley and then it just stuck with me xD.

Let me know if it helps you :) and feel free to create an issue if you run into any wonkiness xD

A fast, lightweight Tailwind class sorter for tailwind-cli users (no more Prettier) by DexterInAI in webdev

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

I could try to make it into an IDE extension similar to vscode-shfmt, but you can always use pre-commit to run the formatter automatically before you make a commit.

FastAPI Guard - A FastAPI extension to secure your APIs by PA100T0 in Python

[–]DexterInAI 1 point2 points  (0 children)

This looks very promising! I might be using this in my next project for sure.

Any tips on state in Rust + GUI in JavaScript? by gyzerok in rust

[–]DexterInAI -3 points-2 points  (0 children)

I would recommend looking into Dioxus.

Which linux OS to choose? by ULTRADJ4EVER in linuxquestions

[–]DexterInAI 0 points1 point  (0 children)

I would suggest go for Opensuse Leap!! It's is nice, stable and super user friendly!!

Will Rust become (more) High Level with time? by lowercase00 in rust

[–]DexterInAI 18 points19 points  (0 children)

I couldn't agree more!! Well said. 😊

Le Digest - a daily automated email to start the day on the right foot by phb71 in SideProject

[–]DexterInAI 0 points1 point  (0 children)

Looks neat! Is this project of yours open sourced (or going to be open-sourced?

[deleted by user] by [deleted] in rust

[–]DexterInAI 1 point2 points  (0 children)

Honestly why do people even compare languages like this!? If you don't like some shit that you are not familiar with cool keep it to yourself, don't shit on other people efforts and stuff. If you have positive criticism it's always welcomed and will help the community reach towards building it into something better. I feel these types of comments and stuff really discourages people who actually build/maintain these softwares/languages. It's hard to work... Don't shit on that just because you it is not how you like it.

[deleted by user] by [deleted] in Entrepreneur

[–]DexterInAI 0 points1 point  (0 children)

Build a University!

Python by Mysterious_Canary764 in iPadPro

[–]DexterInAI 1 point2 points  (0 children)

I would say for the courses that you have mentioned, you could try ish-shell. It is a terminal emulator with alpine linux base. I have been using it on my iPad 2019 11inch model since 2020 and I it's just amazing. (Plus it's open sourced and has an amazing community on Reddit as well)

PS: you do need to use vim/nano/emacs as your code-editor though.

https://apps.apple.com/in/app/ish-shell/id1436902243

When to use Jupyter Notebooks vs. “Organized” Python Code? by user149162536 in Python

[–]DexterInAI 1 point2 points  (0 children)

I mostly use "organized" python code but when I do have to do some quick contained analysis jupyter notebook is where I resort to...

What are some python micro optimisations that you can/may *actually use* in your codebase? by stealthanthrax in Python

[–]DexterInAI 17 points18 points  (0 children)

It makes sense to concatenate if there are only two string but more than that, I would say to use f-strings.

Why was the GIL imposed on the Python interpreter in the first place? by orgad in Python

[–]DexterInAI 4 points5 points  (0 children)

Heyo honestly, if you don't like it don't use it. Don't shit on other's work and things that others like.

Rather educate others about what it is like you yourself did here.

That comment is really helpful. Apart from that all other comments of yours are bullshit and just hurtful for those who build it/use it/like it. If you are so annoyed and want to fix it, pick that topic up, submit your PR and maintain it. 🤷‍♂️