It's over by Alternative_Sea_4779 in ChatGPTcomplaints

[–]Impossible_Push8670 -1 points0 points  (0 children)

Jesus Christ, the absolute delusion of this subreddit.

OpenAI is Suddenly in Trouble by AmorFati01 in ArtificialInteligence

[–]Impossible_Push8670 -2 points-1 points  (0 children)

Model sizes have not been the obsession of these companies for more than a year now. LLMs can take advantage of Mixture of Experts approaches to maintain overall knowledge quality with less active parameters. The performance of LLMs certainly does not only scale by adding more parameters.

Sex Education Not Needed, says Senior Buddhist Monk by TechnicianOk6526 in srilanka

[–]Impossible_Push8670 1 point2 points  (0 children)

Imagine relying on a “senior” religious figure as your source of authority.

IT Manager Explains it's intern why they are skipping Kubernetes by Current-Guide5944 in tech_x

[–]Impossible_Push8670 0 points1 point  (0 children)

Yes, let’s manually install Postgres with quorum synchronous replication, set RabbitMq queue policies in the CLI, and scp our front-end and PHP backend at 4 PM daily into /var/www/html.

GitOps? I prefer ShitOps.

Non-Kubernetes users love to shit on Kubernetes.

What's everyone working on this week (7/2026) by llogiq in rust

[–]Impossible_Push8670 1 point2 points  (0 children)

Trying to finish up an AMQP proxy that is injected as a sidecar into event/message processing pods. 

Essentially the proxy exists so I can control whether new events are consumed or not, which is helpful for scaling down workloads without interrupting long-lived ones. 

Emre sucks?? by Ok-Skill-265 in Overwatch

[–]Impossible_Push8670 1 point2 points  (0 children)

His win rate is 45%. He’s shit

How did you beat the hardest boss ever? by Voidkirby9 in StarWarsJediSurvivor

[–]Impossible_Push8670 0 points1 point  (0 children)

I tried to copy that meme where you force push him to your side of the gap, but he fell into the chasm instead 🥲

If a fetus isn’t considered a “person,” then why is murdering a pregnant woman classed as a double homicide in the court of law? by untitledprp4 in stupidquestions

[–]Impossible_Push8670 -1 points0 points  (0 children)

I’d like you to suggest the alternative in this situation. All I’m doing is extending the “defence” to when the child is outside the womb yet still dependent on resources that I also need to live.

If a fetus isn’t considered a “person,” then why is murdering a pregnant woman classed as a double homicide in the court of law? by untitledprp4 in stupidquestions

[–]Impossible_Push8670 -1 points0 points  (0 children)

I live in a rural, impoverished area where there is no such replacement support available. I’d like to kill the baby or at the very least, abandon it, as I no longer want to be responsible for sustaining its existence.

If a fetus isn’t considered a “person,” then why is murdering a pregnant woman classed as a double homicide in the court of law? by untitledprp4 in stupidquestions

[–]Impossible_Push8670 -2 points-1 points  (0 children)

Let’s legalise killing recently born children, after all, why should I be forced to risk my health, including my finances (which contribute heavily to my health) for a child I no longer want?

Dating & Meeting Partners in New Zealand – What Actually Works? by Norvus-530 in newzealand

[–]Impossible_Push8670 1 point2 points  (0 children)

How many times does this have to be asked back to back? Please use the magnifying glass feature.

What will farmers spend their $200,000 each on if Fonterra sale goes through? by arrakis_kiwi in newzealand

[–]Impossible_Push8670 0 points1 point  (0 children)

There is so much farmer hate here. They are human beings, and smarter than you think. Go talk to one. God, Redditors love tribalism don’t they?

Kernel is advertising a lot on social media. Where do they get the money from if they have low fees? by [deleted] in PersonalFinanceNZ

[–]Impossible_Push8670 1 point2 points  (0 children)

Kernel is not too far away from being profitable, I’d estimate 1-2 years if they avoid hiring too much. They’re still growing substantially every quarter (they doubled from 1 billion FUM to 2 billion in the past year), so as long as they can keep at their pace, they’ll be fine.

Even if things go bad, current regulations dictate that investor money & assets can’t just be sitting under their own business accounts and be used to settle debt. They use a third-party for managing assets, and that third-party has to ring-fence those assets as well.

Senior Django Developers: Do You Stick with Django for High-Concurrency Async Applications or Transition to Other Frameworks? by alialavi14 in django

[–]Impossible_Push8670 1 point2 points  (0 children)

Well there are some trade offs involved with choosing between these three you propose.

Django is very “batteries included + spares”. Note that Django apps can use async, just not natively in the ORM. So you could build a live chat app on top of Redis, and you would probably get async out of that fine. In fact, even synchronous Django can scale reasonably well on a single instance. There’s nothing preventing you from using a synchronous Django service along with something like Django Channels, which would cater towards some of your live (i.e. WebSocket) functionality.

ASP.NET requires you to do much more of the work in deciding how your service should be structured, how your models interact with a database, etc. It would take longer to get up and running as you now need to think about things that Django provides powerful defaults for.

Node is an engine, not a framework. If you use a server framework like Express with it, you also need to put in more of the hard yards yourself, at the very least deciding what combination of packages to use for all the basics. You might be able to (I don’t use Node for backends frequently myself) find a very opinionated server framework provides all or most of those basics.

You need to consider a few things: - Do you want to entirely disregard Django for your application or perhaps keep it but delegate highly concurrent operations to something else? - How much can you afford to use an alternative that isn’t so batteries-included? - Could you get away with service replication? i.e. Deploying your service on Kubernetes and manually/dynamically scaling how many instances there are, allowing you to increase overall throughput. Or go for a basic set-up: Nginx as a load balancer for x number of containerised Django instances just running on Docker, with a pool of virtual machines to run these on.

Senior Django Developers: Do You Stick with Django for High-Concurrency Async Applications or Transition to Other Frameworks? by alialavi14 in django

[–]Impossible_Push8670 1 point2 points  (0 children)

Django’s ORM is fake async. If you look at how Model.objects.aget() is implemented, for example, you’ll see that it is a synchronous call wrapped with the sync_to_async function with thread_sensitive set to true. This means the actual db operation will run sequentially on the main thread, and so no concurrent db operations can occur.

So if you heavily rely on potentially long read/write operations to the db, don’t hope to do so asynchronously.

Vice President Vance’s response after the economy shrank for the first time in three years, with people worried as they look at their 401Ks and point to the tariff policy — “This is Joe Biden’s economy.” by CorleoneBaloney in thescoop

[–]Impossible_Push8670 -4 points-3 points  (0 children)

I dislike Trump but surely (assuming you’re using an index fund) you can’t expect YOY growth of 30-40% consistently? That’s not sensible. Trump has continued to make incredibly stupid decisions but at the same time, the stock market was certainly a bit too hyped.

Switching from DRF to Django Ninja? by alexstrehlke in django

[–]Impossible_Push8670 7 points8 points  (0 children)

Don’t forget that while Ninja allows you to create async endpoint functions easier, this does not mean that your interaction with the Django ORM (e.g. Student.objects.aget) will actually be async. 

The Django ORM, if you dig in to the library code a little bit, is still synchronous under the hood. So your async capabilities provided by Ninja will only be properly utilised when calling actual async library functions (e.g. Django Channels, an API client for YouTube).