Why does WINE not want to run my game? How can I fix it? – WINE log. Post date May 9, 2022 Post author By Calin Baenen Post categories In linux, watercooler, wine
Is anyone else on DEV a furry? Post date May 9, 2022 Post author By Calin Baenen Post categories In watercooler
JavaScript really needs a way to load local files. . . Post date April 29, 2022 Post author By Calin Baenen Post categories In JavaScript, watercooler, webdev
Annoying Cat Post date February 11, 2022 Post author By Calin Baenen Post categories In gamedev, runtdeale, shitpost, watercooler
What is panicking in programming? Post date February 11, 2022 Post author By Calin Baenen Post categories In go, help, rust, watercooler
I made my first GL project using Piston. Post date January 30, 2022 Post author By Calin Baenen Post categories In gamedev, opengl, rust, watercooler
Why won’t my XFCE4 log-in script work? Post date January 27, 2022 Post author By Calin Baenen Post categories In archlinux, help, xfce
I erroneously deletedy root partition. Now what? Post date January 16, 2022 Post author By Calin Baenen Post categories In archlinux, grub, help, linux
What am I doing wrong in the RClone `crypt remote` creation process? Post date January 9, 2022 Post author By Calin Baenen Post categories In help, linux, rclone
What are objects in programming? Post date December 30, 2021 Post author By Calin Baenen Post categories In beginners, programming, watercooler
Can someone catch me up to speed with quantum-stuff? Post date December 23, 2021 Post author By Calin Baenen Post categories In help, quantum, watercooler
How to make a simple Brainf**k interpreter using ParseJS. [CW: Light ‘profanity’.] Post date December 23, 2021 Post author By Calin Baenen Post categories In JavaScript, tutorial, watercooler, webdev
How could I add regex (regular expression) support to ParseJS using my current method of finding tokens? Post date December 16, 2021 Post author By Calin Baenen Post categories In help, JavaScript, watercooler, webdev
⚠️ CRITICAL update for ParseJS/ParseTS! ⚠️ Post date December 13, 2021 Post author By Calin Baenen Post categories In bugfix, JavaScript, typescript, watercooler
ParseTS; ParseJS in a TS file. Post date December 13, 2021 Post author By Calin Baenen Post categories In JavaScript, typescript, watercooler
Small ParseJS update; makes code inside of `parse_string` easier to read. Post date December 13, 2021 Post author By Calin Baenen Post categories In JavaScript, watercooler, webdev
ParseJS update: Tokens are now sorted by length and dictionary order. Post date December 11, 2021 Post author By Calin Baenen Post categories In bugfix, JavaScript, watercooler, webdev
ParseJS. An easy function I made to tokenize things. Post date December 11, 2021 Post author By Calin Baenen Post categories In JavaScript, watercooler, webdev
How do I use variable-arguments (varargs) in C++ (effectively)? Post date December 4, 2021 Post author By Calin Baenen Post categories In C#, cpp, help, watercooler
Interesting C++ bug involving `std::cin` for input. Post date November 27, 2021 Post author By Calin Baenen Post categories In bugs, cpp, help, watercooler
Why don’t we call copy-constructors **reconstruct**ors? Post date November 21, 2021 Post author By Calin Baenen Post categories In cpp, jokes, watercooler
Is there a suitable equivalent to `Function.caller` in modern JS? Post date November 19, 2021 Post author By Calin Baenen Post categories In help, JavaScript, watercooler, webdev
Why is `this` a pointer and not an rvalue reference in C++? Post date November 16, 2021 Post author By Calin Baenen Post categories In cpp, discuss, watercooler
Is there a way to convert dynamically allocated memory to static memory OR copy ptr contents in C/C++? Post date November 14, 2021 Post author By Calin Baenen Post categories In C#, cpp, help, watercooler
Why do integral types get weirdly initialized inside of std::array in C++, and how can I fix it? Post date November 10, 2021 Post author By Calin Baenen Post categories In cpp, gamedev, help
Typescript Example #2. Post date November 8, 2021 Post author By Calin Baenen Post categories In beginners, programming, typescript, watercooler
C++ vocabulary for beginners. Post date November 7, 2021 Post author By Calin Baenen Post categories In beginners, cpp, programming, watercooler
Typescript Example #1. Post date November 7, 2021 Post author By Calin Baenen Post categories In example, programming, typescript, watercooler
Respecting someone’s gender in a Person object. Post date November 6, 2021 Post author By Calin Baenen Post categories In lgbtq, programming, typescript, watercooler
Google refusing to connect to other sites?! Post date October 27, 2021 Post author By Calin Baenen Post categories In Chromium, Google, help, webdev
Chromium console stopped working. – What’s wrong? How do I fix it? Post date October 25, 2021 Post author By Calin Baenen Post categories In Chromium, help, linux, webdev
Where could I find some C++ that could help me?/Code critique. Post date October 18, 2021 Post author By Calin Baenen Post categories In cpp, gamedev, help, watercooler
Vote: What should the behavior of `WeaponItem`s with a negative damage value do? Post date October 18, 2021 Post author By Calin Baenen Post categories In cpp, gamedev, runtdeale, watercooler
How can I get WiFi to work on my installation of Arch? (Mobile data’s killing me!) Post date June 27, 2021 Post author By Calin Baenen Post categories In archlinux, help, linux, productivity
Misc update: new pfp. Post date June 20, 2021 Post author By Calin Baenen Post categories In watercooler
Is there any way I can change a file header in Linux like how I’d change a file extension in Windows (10). Post date June 17, 2021 Post author By Calin Baenen Post categories In help, linux, watercooler, Windows
The current state of RuntDeale! Post date June 15, 2021 Post author By Calin Baenen Post categories In cpp, gamedev, raylib, watercooler
How can I encrypt my web-traffic myself? Post date June 9, 2021 Post author By Calin Baenen Post categories In encryption, help, vpn, watercooler
C help. (Possible volunteer work.) Post date June 7, 2021 Post author By Calin Baenen Post categories In C#, gamedev, help, watercooler
Happy Pride Month! I created a flag compilation video to celebrate! Post date June 3, 2021 Post author By Calin Baenen Post categories In lgbtq, pride, watercooler
Can someone help me figure out how I can redistribute my game? Post date May 28, 2021 Post author By Calin Baenen Post categories In C#, gamedev, go, help
DannJS, a cool, user-friendly neural-network library for JavaScript. Post date May 28, 2021 Post author By Calin Baenen Post categories In ai, JavaScript, watercooler, webdev
Is there any difference between struct embedding and defining a field with the struct you want to embed? Post date May 24, 2021 Post author By Calin Baenen Post categories In beginners, go, help, watercooler
Does yes and no have a “type name”, like how true and false are called “boolean”? Post date May 24, 2021 Post author By Calin Baenen Post categories In help, watercooler
What was the name of that one game, again? Post date May 22, 2021 Post author By Calin Baenen Post categories In go, jokes, twitter, watercooler
Is there a way to have custom typecasting in GoLang? Post date May 21, 2021 Post author By Calin Baenen Post categories In beginners, go, help, watercooler
What do you think about strongly-annotated HTML? Post date May 21, 2021 Post author By Calin Baenen Post categories In html, watercooler, webdev
Two-hundred eleven. Post date May 18, 2021 Post author By Calin Baenen Post categories In watercooler
How do I disable GoLang’s auto-formatting on file save in VSCode? Post date May 13, 2021 Post author By Calin Baenen Post categories In beginners, go, help, vscode
Website Accessibility: How can I make sure screenreaders interpret the text in the way I intend? Post date May 9, 2021 Post author By Calin Baenen Post categories In a11y, html, watercooler, webdev
Is it possible to make an OS using VERY DUMB languages like TS/JS, Python, etc…? Post date April 21, 2021 Post author By Calin Baenen Post categories In JavaScript, python, typescript, watercooler
Why hasn’t `<script>` gotten a (standardized) void version yet? Post date April 10, 2021 Post author By Calin Baenen Post categories In html, JavaScript, watercooler, webdev