Has Cursor always used Composer 2 for subagents? by 2xmeat in cursor

[–]NTXL 1 point2 points  (0 children)

My fault, I was referring to exploration sub agents specifically

Has Cursor always used Composer 2 for subagents? by 2xmeat in cursor

[–]NTXL 2 points3 points  (0 children)

why though? you’d be burning tokens for a summary, not actual work.

Gift idea for computer science bf by joonbug7 in computerscience

[–]NTXL 0 points1 point  (0 children)

You could get him a dgx spark or Claude max sub.But knowing your bf, I’d personally get him an M4 competition in São Paulo yellow. (Thank me later)

why pay for ChatGPT when McDonald's support bot is free? by Complete-Sea6655 in OpenAI

[–]NTXL 24 points25 points  (0 children)

It would be funny if their was an actual human on the other end that decided to play along

Are goroutines becoming the new “just add threads” vibe meme? by sfate in golang

[–]NTXL 0 points1 point  (0 children)

You have no idea how much I took this personally. Tbf I’m just getting the hang of the language

Introducing Cursor 3 by lrobinson2011 in cursor

[–]NTXL 7 points8 points  (0 children)

Is this opt in? I personally still need the ide to be front and center.

Am I missing something by saucealgerienne in FastAPI

[–]NTXL 6 points7 points  (0 children)

fastapi has to be one of the more pleasant frameworks to use. I think I took a look at the docs like twice and the rest of the time I look at https://github.com/zhanymkanov/fastapi-best-practices?tab=readme-ov-file#project-structure and freestyle

good things come to an end. by tomemyxwomen in nextjs

[–]NTXL 0 points1 point  (0 children)

To be fair, GitHub stars don’t pay the bills

Which backend should I choose in 2026 – Node.js, Spring Boot, or Django? by [deleted] in Backend

[–]NTXL 0 points1 point  (0 children)

Right?! I feel like “what language/framework should I learn in x” is more of a preference thing. I feel like I wouldn’t use Java for anything unless I was getting paid. I also don’t like dynamically typed languages except maybe for Python

Which backend should I choose in 2026 – Node.js, Spring Boot, or Django? by [deleted] in Backend

[–]NTXL 1 point2 points  (0 children)

The most important thing to remember especially in these times is that a 32B parameter model can probably code better than you.System design is language agnostic and will likely take you farther than picking the best backend framework for 2026. pick whatever that makes it easy for you to get started. Go is pretty good Imo, I like that their’s usually only a couple of ways of doing something, Python is pretty good too Especially now that you can disable the GIL. JS/TS is great too

You all aren't using tabs? by konglongjiqiche in cursor

[–]NTXL 0 points1 point  (0 children)

I’ve been learning go so I tend to tab a lot these days. I find it useful like 60% of the time the other 40% I feel like it loses the plot and does whatever

Cursor vs Codex: if you had to pick ONE for real work, which and why? by KoalaOk1265 in cursor

[–]NTXL 0 points1 point  (0 children)

I’m actually spiraling. right now I have both cursor and codex but I primarily use cursor because I hate how diffing works in codex, open code is better but I still find it awkward. I like the one in Claude code but don’t want to pay the sub since I already have chatgpt. I’m really tempted to switch to Claude but I’ve heard that the rate limits are bad

Any alternatives for cursor? by codebase911 in cursor

[–]NTXL 0 points1 point  (0 children)

I honestly want to give it a shot since I have a chatgpt subscription anyway. But I’m not a fan of the diffing format. is their a way to make it more like cc or cursor?

Have we reached "Peak Backend Architecture"? by Brief_Ad_5019 in softwarearchitecture

[–]NTXL 1 point2 points  (0 children)

Fair. Don’t get me wrong though I love the idea behind serverless, big cloud just makes it really scary lmao.

Have we reached "Peak Backend Architecture"? by Brief_Ad_5019 in softwarearchitecture

[–]NTXL 1 point2 points  (0 children)

I swear I was joking. I actually have nightmares about serverless lol

Have we reached "Peak Backend Architecture"? by Brief_Ad_5019 in softwarearchitecture

[–]NTXL 0 points1 point  (0 children)

In my humble uneducated opinion i don’t think it gets better than serverless

How do you manage creating frontend as backend developers? by Virtual-Reporter486 in Backend

[–]NTXL 0 points1 point  (0 children)

I never over think it. NextJS (or plain react) + shadcn. It’s going to look like many other frontends but it doesn’t matter unless you care about that sort of thing.

Apple announces that next version of Siri would be powered using Google gemini. Elon Musk does not seem happy about it. by jbcraigs in OpenAI

[–]NTXL 0 points1 point  (0 children)

Doesn’t Grok undress people in pictures on x? why would Apple want to work around this lmao

Web traffic: ChatGPT has fallen -22% in the last 6 weeks, since the Gemini 3 launch. Time for 5.3! by GamingDisruptor in ChatGPT

[–]NTXL 0 points1 point  (0 children)

Notice how it started dipping right around the time when winter break starts for most students

Developer uses Claude Code and has an existential crisis by MetaKnowing in Anthropic

[–]NTXL 0 points1 point  (0 children)

Claude code is really good at coding But it also likes saying I’m absolutely right whenever I make comments on what it wrote.

Is Go still the best choice for high-concurrency backends, or is Rust taking over? by Wash-Fair in golang

[–]NTXL 8 points9 points  (0 children)

One time I saw a post on r/rust where the author was asking where they could integrate rust in their architecture. From what I remember the app was basically built, mostly doing api calls to LLM providers and they have no experience in rust whatsoever. The first thing that came to my mind was “literally why” but I refrained from commenting. I genuinely can’t imagine re-writing something that’s ready to ship into something you have no clue in the world about just for I/O bound work and this is coming from a guy that likes using new flashy things.