Skip to main content

Discussions

Threaded, public conversations on technical topics. Available for any tag on Stack Overflow and these

NEW! Share your perspective

A space for threaded, public conversations on Stack Overflow where you engage in deeper dialogue and share perspectives on technical topics.

Discussions on Stack Overflow

Our beta release of this feature now allows you to start a discussion with any tag.

Learn more about Discussions

What’s next?

This is an early preview of Discussions and there's more in development to help the community find quality subjective content.

Check out the vision on Labs

999 Discussions
Sorted by:
5 votes
475 views
36 replies

Best language for beginners

I'm a beginner, what is the best app for beginners to develop games and apps in 2024?

TRzende's user avatar
  • 19
1 vote
18 views
0 replies

Are there any standards/norms for writing R code for ecological research? If not, is this needed?

The past few weeks I have been writing R scripts for some of the research that I have been doing. In the process I have been looking at code from published studies that have been put into GitHub ...

M--'s user avatar
  • 29.7k
2 votes
63 views
2 replies

Is Flask the right tool in your case?

Handling CONNECT in standard Flask/WSGI (like on Cloud Run, since Flask is a WSGI app) is tricky because it needs raw TCP tunneling. Hacks for the dev server (like werkzeug.socket) will not work ...

M--'s user avatar
  • 29.7k
3 votes
99 views
3 replies

Is This Programming Paradigm New?

In the last 5 years I have explored what I think is a new programming paradigm that I call "Declarative Domain Programming". It uses type declarations to model logic, behaviour and ...

Greg Burghardt's user avatar
0 votes
24 views
1 reply

I grew a symbolic visual interference model

I've been messing with cursor, before that I was just brute forcing everything with pictures and prompts and bug testing and it was slow going. But I learned as I went. And I started a new project a ...

Greg Burghardt's user avatar
0 votes
51 views
1 reply

Is the "T-shaped developer" approach still relevant in 2025, or should we specialize earlier?

As we progress through 2025, I'm noticing a growing division between two career development philosophies: The traditional T-shaped developer approach, where you build a broad foundation of skills ...

ray's user avatar
  • 15.4k
1 vote
52 views
5 replies

C++ namespace or static class

I am developing a library of functions in C++. These functions will be used extensively and repeatedly by me as well as others in the future. Let us say my functions are: double SphBesselJn(const ...

Srikumar Sandeep's user avatar
0 votes
20 views
1 reply

Parameter Sniffing Workarounds in SQL Server 2012

I've encountered performance issues with stored procedures in SQL Server 2012, which I suspect are due to parameter sniffing. What are effective strategies to mitigate this problem ?

gokui's user avatar
  • 1
1 vote
63 views
0 replies

Does Xcode force to download latest iOS simulator after update?

I have Xcode on my mac. I am iOS Dev. I do not know what version of Xcode was before I did next steps, but I could say that I had iOS Simulator 18.3.1. So I update my Xcode to Version 16.3 (16E140). ...

Md Taj's user avatar
  • 1
3 votes
83 views
2 replies

How do you know that the site is 'open' and are able to find the link that gives the table?

I'm wondering how do you know from a URL that you can find a table with some information that would be useful in a script. For example, at this link https://donneesclimatiques.ca/explorer/variable/?...

Tim G's user avatar
  • 6,548
4 votes
52 views
1 reply

Any valid reason to have a success field in REST API?

So this is a pattern I've seen quite a few times now, especially in Java web projects; many of them seem to enforce a "standard" DTO/payload structure of "success", "message&...

ADyson's user avatar
  • 62.2k
0 votes
45 views
2 replies

A function is a stateless, why do we need useCallback?

A function is a stateless, it never changed. So why we need use useCallback to cache a function? It more like a patch for the design of React?

duck's user avatar
  • 101
1 vote
23 views
0 replies

Lawyer building a LegalTech chatbot — advice needed on architecture

Hi everyone, I'm a practicing lawyer venturing into the world of programming. My goal is to build a simple LegalTech chatbot that can help people answer basic legal questions (e.g., related to tenancy,...

user30340725's user avatar
1 vote
52 views
2 replies

Why hasn't Vue completely deprecated the Options API in favor of the Composition API?

Hi everyone, I've been wondering about Vue's continued support for the Options API, especially since the Composition API offers so many advantages in terms of flexibility, code organization, and ...

Alireza Hedayati's user avatar
0 votes
93 views
2 replies

Alternatives to .hidden()

Great solution! Playing around with it, I noticed that using .opacity(0) instead of .hidden() seems to work as well, and has the benefit of working with images too. For example, replace Text("...

colbrew's user avatar
  • 101
1
2 3 4 5
67
15 30 50 per page