Discussions
Threaded, public conversations on technical topics. Available for any tag on Stack Overflow and these
See discussions related to any of the following 8 collectives:
Newest — sorts discussions by their creation dates, with the newest at the top.
Latest activity — sorts discussions by their reply, creation or edited dates (latest first).
Highest score — sorts discussions by their total votes (highest first).
Your sorting method preferences will be saved.
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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, ...
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 ...
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 ...
How to configure .NET csproj output
I have 2 projects in the same solution projectA is a .NET 9 WPF App and projectB is a C++ (ISO C++20 Standard (/std:c++20)) command line app. Each project generates an .exe. Project-A's .exe needs to ...
Does SwiftUI actually make us more productive?
We've been seeing incremental improvements to SwiftUI for the past several years, and we're seeing Apple slowly adopt the paradigm in their many apps scattered throughout the operating system. SwiftUI ...