Hi everyone I'm considering writing linker for Windows x86-64 How hard it should be? I want to write it to link rust/cpp programs faster in with parallel ways
Hey Why do I need headers files in c++ code when creating non library program? does it possible to import namespace without headers?
What's the best way to setup c++ dev in VSCode? Currently I use clang-tidy, clang-format, and CMake. But the most important part that I missing is general intellisense so I c...
Hey Is there alternative to Docker? most of my apps are compiled, so I don't need docker for building. just for auto start on boot, logs, etc..
Isn't there some cool and modern rust program which does that?
Hey What's the best way to create self updater for C++ binary cross platform? I release it to Github releases and I can download it if there's newer version. However once I h...
Hey devs, does anyone know a good and relatively affordable keyboard and mouse set for coding? I’d prefer a low-profile keyboard (with keys that aren’t too high).
Hey everyone I'm working on CLI program in go, and I'm trying to structure it this way: /readme.md ...another root folder files /cool/main.go /cool/another.go /cool/go.mod H...
Hey everyone How can I develop user scripts in VSCode and inject them into Chrome in specific domain when developing?
Hey everyone What's the most important things I should learn for tech interview in 4 days? I never really played with data structures / algorithms... So I learned linkedList (...
Hey everyone! How can I pass string from Rust to c++ function that expects std::string? When I'm passing CString the c++ functions tell that the string is empty
hey everyone! Do you know if there's a way in Github actions to start only specific job in an action? Sometimes I need to run only specific one but I can't find a way to do ...
Hey Does anyone know what could be the reason that docker cannot reach github.com when I build with it? FROM node:20-alpine as base # Prepare dumb-init # RUN apk update && ap...
Hey I'm working on scraping library in TS and I'm using playwright to open it in the browser and easily authenticate. Then I use node fetch once I have the http only cookies. ...
Hey everyone I have a binary that was written in C++ and Rust which depends on MSVCP140 from msvc. In some computers it's missing, but windows doesn't provide useful error mes...
So windows being special as always?
Does anyone know a convenient pattern for a c++ library that can pass errors to other languages that call it? https://github.com/ggerganov/ggml/blob/master/src/ggml.c#L244 I...
Hey How can I include shared libraries correctly in python package that uses native pybind11 extension that depends on shared libraries (windows/linux/macos)?
Does it possible to create a wrapper loader for exe which will inject DLLs from memory before the program load (not from filesystem) so the exe inside the wrapper can use them...
Hey Does anyone know how can I receive push notifications from Github on my account? The official Github android app doesn't send notifications, and I don't use the email bec...