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

931 Discussions
Sorted by:
9 votes
249 views
7 replies

What do you think is the best documentation format?

I personally prefer HTML for documents. At worst, it's no worse than plaintext, but it has very big potential for improvement. For example, it can have hyperlinks like many advanced formats do (which ...

tankoman 228's user avatar
2 votes
157 views
7 replies

Web Scraping Ethics, Legality, and Tools like Scrapfly, Playwright & CapMonster

Hi everyone, I'm diving into the world of web scraping and wanted to start a thoughtful discussion around some tools and practices. Lately, I've been experimenting with: Scrapfly – for managing ...

M--'s user avatar
  • 29.8k
5 votes
143 views
3 replies

Best practices for managing secrets securely in CI/CD pipelines across multiple environments

In modern CI/CD workflows, managing secrets like API keys, database credentials, and access tokens securely is critical — especially when deploying to multiple environments (dev, staging, production, ...

M--'s user avatar
  • 29.8k
10 votes
570 views
36 replies

What are your unpopular opinions about programming?

I certainly have some unpopular opinions about programming, such as that for objects meant to be data containers, public data members are better than getters and setters. What are some of your ...

Kevin Krumwiede's user avatar
0 votes
26 views
1 reply

Pros and cons of exposing data through APIs vs Database

Please consider the following theoretical scenario. You are working for a company which has an application that works with a high volume of valuable data. The company is moving fast and introducing ...

Kevin Krumwiede's user avatar
0 votes
9 views
0 replies

Athena Snowflake Dataview

Does anyone know if it is possible create a working linked server with Athena Snowflake? I was crated one but the views that Athena offers don't show up. I have admin access and followed the ...

Gianpiero Loli's user avatar
4 votes
252 views
16 replies

What makes C++ an unsafe language in 2025 if we avoid raw pointers and arrays?

In this podcast episode of "Tech over Tea" (starting from 01:24:08), the founder of SerenityOS and lead developer of the Ladybird browser mentions that they are currently looking to switch ...

Lundin's user avatar
  • 217k
0 votes
14 views
0 replies

What problems in the Django framework still have no direct solution?

Good day, everyone. I am planning to create an extension or a Django app specifically aimed at providing solutions to recurring problems that affect the development process—particularly those that ...

yel1337's user avatar
  • 27
0 votes
32 views
3 replies

An AI agent to automatically resolve simple code review suggestions (on GitHub/GitLab)

Scenario: I create a PR on GitHub or GitLab Someone suggests a minor improvement I check the suggestion using the ChatGPT app I apply the improvement to the code I believe there���s great potential to ...

Laurel's user avatar
  • 6,211
52 votes
6k views
39 replies

Which R is the "best": base, Tidyverse or data.table?

As the R ecosystem continues to evolve, a question that keeps being asked is "Should I use base R, Tidyverse, or data.table?" There may be some aspects in which one approach may be ...

mpag's user avatar
  • 572
0 votes
98 views
5 replies

Automation tool ideas

Hello everyone, I am currently working in a large cloud company as a system administrator, and I want to develop tools and scripts that will automate processes / make them more efficient for the ...

Walter Mitty's user avatar
  • 18.9k
0 votes
40 views
1 reply

Ceating tables in Dyanodb - Credentials

When I run as per above I am getting following error bishta2@MNM-NX9647WYYQ bookmyenvironment % docker run -d -p 8000:8000 amazon/dynamodb-local ...

M--'s user avatar
  • 29.8k
7 votes
236 views
5 replies

How to securely expose a locally-hosted Shiny app to the internet for remote access?

I have a computationally expensive Shiny app (written in R) running on my local machine (each run takes 6-8 hours). Since renting a cloud server for this workload is cost-prohibitive, I'd like to ...

Michael Dewar's user avatar
1 vote
95 views
7 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 ...

Aleksandr Medvedev's user avatar
0 votes
84 views
0 replies

How to enable chrome os support in android app and what changes are required in playstore ?

I have a flutter app which is already available on playstore. I want to enable it for chromeOS. I dont know what changes are required to make it compatible for chromeOS and what changes I have to do ...

Abdulla Nilam's user avatar
1
2 3 4 5
63
15 30 50 per page