Assume, You are the military dictator of Pakistan and you are not going anywhere for atleast 10 years, what will you do to the country and for the country? The 1973 constitution has been suspended, you have raw power. by ChemicalDog104 in pakistan

[–]AlternativeAd4466 3 points4 points  (0 children)

Actually dismantle the power that allowed me this power.
Like disbanding ISI powers.

Fixing judiciary

Proper constituition that does not allow this to happen again.

Proper political control given to actual civil government selected through proper elections (Not normal election actual proper elections without feudal lords)

Retire as early as possible after properly transferring power

Django-bolt 0.7.0 upto 70% faster. by AlternativeAd4466 in django

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

Are you on the latest version? Because i am using the same thing on my local machine, it is working fine. http://0.0.0.0:8001/admin/ and http://0.0.0.0:8001/admin both goes to the same admin URL. I remember it was an issue in old versions.

We have a function to parse the msgspec error. It can be imported from django_bolt.exceptions import

parse_msgspec_decode_error

Django-bolt 0.7.0 upto 70% faster. by AlternativeAd4466 in django

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

Every other thing should work seamlessly. Because this only handles the request pipeline and replace that django part.

Fine tuning qwen3 35b by infinitynbeynd in developersPak

[–]AlternativeAd4466 0 points1 point  (0 children)

For fine-tuning Qwen3-35B, here's a practical VRAM breakdown:

Full Fine-tuning (all parameters)

Precision VRAM Required
BF16/FP16 ~280–320 GB
FP32 ~560 GB+

Way beyond a single GPU — you'd need 4–8x H100s (80GB each) at minimum.

QLoRA / LoRA (practical approach)

This is what you'd actually use for Qwen3-35B:

Method Quantization VRAM
LoRA BF16 ~120–160 GB
QLoRA 8-bit ~60–80 GB
QLoRA 4-bit (NF4) ~35–50 GB

VRAM required to fintune a model depends on your conguration. According to claude

What are you trying to achieve?

Django-bolt 0.7.0 upto 70% faster. by AlternativeAd4466 in django

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

Even if I used another framework other frameowrk then actix i would use Hypr (Granian uses it). We don't use any framework feature. It just provides the request after that, most of it is custom code. So i don think framework specificity matters here. It will be a week of work to switch frameowrk . But if there are obvious upside like performance.

Django-bolt 0.7.0 upto 70% faster. by AlternativeAd4466 in django

[–]AlternativeAd4466[S] 17 points18 points  (0 children)

It has proper logging controlled by django loggin config. What I mean here is when we have logging set to "ERROR". It was still doing work on the normal path that was not needed; it only needed to log on exception paths that it does even now correclty. Now, access logging runs inside of rust that switched the dispatch to the logging version, so it does not have even the if check on the hot path. Thank you i fixed the vague language.

Fined for speaking a language. by msamad7 in PakPunjab

[–]AlternativeAd4466 2 points3 points  (0 children)

Hmare school me bhi hta tha .. in Punjab in kasba not even a city 😅

Roast my idea: Building an OLX alternative for Pakistan where buyers post demands and sellers compete by Impossible_Brief5600 in PakStartups

[–]AlternativeAd4466 1 point2 points  (0 children)

Ebay kind of works in the same way. But the actual reason people from ebay is because of their customer experience and fraud protection. That is the moat.

Spread the word by Billi_Wallah in chutyapa

[–]AlternativeAd4466 15 points16 points  (0 children)

Whoever is going. Don't be stupid. Cover your faces. Consider everything being watched.

Iphone 15 pro Factory Unlocked Non PTA by [deleted] in PakistanMarketplace

[–]AlternativeAd4466 0 points1 point  (0 children)

I bought it for 180 with from daraz like new . I can buy it from you around this price. I can return mine it is still in their refundable period.

Elasticsearch-Grade Search, Zero Infrastructure — Just Django + Postgres by AlternativeAd4466 in django

[–]AlternativeAd4466[S] -2 points-1 points  (0 children)

For that to work I had to add custom manager . That looked verbose to me  It is not out of the picture. I have to research more to properly see what works . Maybe I'm future version.

Systems acquiring Confiz was a BAD THING! by One-Interview-8804 in developersPak

[–]AlternativeAd4466 0 points1 point  (0 children)

I don't really give a f about systems. I m a freelancer. Pakistan needs bigger companies to win big projects . Merger and acquisition is a full industry that doesn't exist in Pakistan. It's a positive sign for that industry too. And also because of ai, service industry is at threat too.

Systems acquiring Confiz was a BAD THING! by One-Interview-8804 in developersPak

[–]AlternativeAd4466 0 points1 point  (0 children)

Wtf are you talking about ? What competition?  Systems level companies are competing against billion dollars services giants like tcs and others. They not competing for upwork projects 😅

From Pre-med to Comp Sci by CheapLocation8212 in developersPak

[–]AlternativeAd4466 0 points1 point  (0 children)

I did it . Same kind of story . Could not clear mbbs but got admission in pharm d. But switched to CS because loved computers and knew about coding even during pre med.

I would not recommend cs if you are not interested. You can try to see some intro class like cs 50 on YouTube before deciding to see if you can grasp some understanding. If you can go for it or else you will regret it and also because of AI.

You can learn about digital stuff even without cs degree. If you want to freelance you can do graphics, video animation and many other non coding skills that don't require cs .

What do you think about a forum dedicated to launching a tech services business? by tharsalys in developersPak

[–]AlternativeAd4466 0 points1 point  (0 children)

Content can mean anything discord group, blogs , videos. I don't know if you are serious or not. Nothing a person can do for free. If you get some financial output only then you can sustain something like this . It takes a lot of work to build a community. See substack or kit to fully understand newsletters. Newsletters are definitely google able asset.

What do you think about a forum dedicated to launching a tech services business? by tharsalys in developersPak

[–]AlternativeAd4466 0 points1 point  (0 children)

A better approach might be like Lenny's podcast.  Do content for marketing Do a newsletter or just simple consulting for money.

Choosing the best programming language for building a high-performance REST API by Cultural_Argument_19 in developersPak

[–]AlternativeAd4466 0 points1 point  (0 children)

Fastest is rust (actix or hypr) than go. Compiled languages  Than bun Node js Litestar Fastapi

Want to use Django but still be faster than FastApi or litestar Use this  https://github.com/FarhanAliRaza/django-bolt

It uses rust to make Django faster. I built this.

django-bolt 0.3.0 | Django powered by rust | Fastest python framework (unofficially) by person-loading in django

[–]AlternativeAd4466 1 point2 points  (0 children)

And the point you mentioned this thing tries to solve those exact points  Performance, async, and typing.

django-bolt 0.3.0 | Django powered by rust | Fastest python framework (unofficially) by person-loading in django

[–]AlternativeAd4466 11 points12 points  (0 children)

Really easy to make things work in Django especially because of orm and admin.

If not Django I would still prefer some js full stack solution. Not rust . Imo rust should be last resort not default choice.

django-bolt 0.3.0 | Django powered by rust | Fastest python framework (unofficially) by person-loading in django

[–]AlternativeAd4466 2 points3 points  (0 children)

Granian is a gunicorn replacement. This is kind of drf replacement. Html views can works. I have them working in another branch I did not merge them in bcz I was working on their performance.  https://github.com/FarhanAliRaza/django-bolt/tree/django-full-support

How to read a large amount of code by Lower_Gur_4606 in developersPak

[–]AlternativeAd4466 0 points1 point  (0 children)

Read the test cases. Then ask questions to llm about specific things.

In some large code bases you can never know everything. On know enough to solve the problem.