Have you ever hurt yourself from your own code?
https://blog.nikitas.link/have-you-ever-hurt-yourself-from-your-own-code
https://redd.it/nlyixy
@programmingreddit
https://blog.nikitas.link/have-you-ever-hurt-yourself-from-your-own-code
https://redd.it/nlyixy
@programmingreddit
Nikita's Blog
Have you ever hurt yourself from your own code?
Have you ever accidentally caused harm to yourself or others from your code? I have.
SQL Query Optimization: Understanding Key Principle
https://hinty.io/devforth/sql-query-optimization-understanding-key-principle/
https://redd.it/nm9ehx
@programmingreddit
https://hinty.io/devforth/sql-query-optimization-understanding-key-principle/
https://redd.it/nm9ehx
@programmingreddit
devforth.io
SQL Query Optimization: Understanding Key Principle
A full detailed guide to understanding how to access your database in a fast way without glitches, throttling, and other catastrophes with non-responding features.
I tried making a Valorant AI using PyTorch, OpenCV, and a Logitech security hole
https://youtu.be/LXA7zXVz8A4
https://redd.it/nmavks
@programmingreddit
https://youtu.be/LXA7zXVz8A4
https://redd.it/nmavks
@programmingreddit
YouTube
I tried to make a Valorant AI using computer vision
I went down a rabbit-hole of trying to make a Python program that can play Valorant using computer vision and some radio shenanigans.
More details, errata, etc.: https://www.riveducha.com/valorant-ai-pytorch-opencv-logitech
Radio dongle: CrazyRadio PA…
More details, errata, etc.: https://www.riveducha.com/valorant-ai-pytorch-opencv-logitech
Radio dongle: CrazyRadio PA…
Chrome is up to 23% faster in M91 and saves over 17 years of CPU time daily
https://blog.chromium.org/2021/05/chrome-is-faster-in-m91.html
https://redd.it/nmdrlp
@programmingreddit
https://blog.chromium.org/2021/05/chrome-is-faster-in-m91.html
https://redd.it/nmdrlp
@programmingreddit
Chromium Blog
Chrome is up to 23% faster in M91 and saves over 17 years of CPU time daily
Since the launch of Chrome in 2008, speed has been one of the 4 core principles that shape the work we do to deliver a highly performant br...
Phrases like “welcome back” and “Sign In” on a page causes Safari to prompt for password autofill
https://github.com/livewire-ui/spotlight/issues/25
https://redd.it/nmvu19
@programmingreddit
https://github.com/livewire-ui/spotlight/issues/25
https://redd.it/nmvu19
@programmingreddit
Companies need to stop calling their waterfall garbage Agile
https://youtu.be/U-u8xquguWE?t=202
https://redd.it/nn80um
@programmingreddit
https://youtu.be/U-u8xquguWE?t=202
https://redd.it/nn80um
@programmingreddit
YouTube
Agile Uncertified | Philosophy Over Rituals
Is Agile software development a failed approach or is it an important advance? Discussions of agile methodology and agile philosophy often get bogged down in discussions of practices: “Is Scrum better than Kanban”, is “SAFe or Less the way to scale-up”, “Is…
Coding Adventure: Terraforming
https://www.youtube.com/watch?v=vTMEdHcKgM4
https://redd.it/nnobmt
@programmingreddit
https://www.youtube.com/watch?v=vTMEdHcKgM4
https://redd.it/nnobmt
@programmingreddit
YouTube
Coding Adventure: Terraforming
I got a bit tired of my simple heightmap-based planets and decided to experiment with generating them using the Marching Cubes algorithm instead, so that I could add a 'terraforming' ability for shaping the world with caves and tunnels and so on. I hope you…
Programming in many languages, and switching back and forth, I was looking for something with syntax and basics to make a working snippet like example file for myself. Found this gem.
https://learnxinyminutes.com/
https://redd.it/nnooum
@programmingreddit
https://learnxinyminutes.com/
https://redd.it/nnooum
@programmingreddit
reddit
Programming in many languages, and switching back and forth, I was...
Posted in r/programming by u/megaman5 • 584 points and 28 comments
WASM powered Jupyter (notebook) running in the browser
https://github.com/jtpio/jupyterlite
https://redd.it/nnj8lr
@programmingreddit
https://github.com/jtpio/jupyterlite
https://redd.it/nnj8lr
@programmingreddit
GitHub
GitHub - jtpio/jupyterlite: Wasm powered Jupyter running in the browser 💡
Wasm powered Jupyter running in the browser 💡. Contribute to jtpio/jupyterlite development by creating an account on GitHub.
A opensource command line interface for day to day activity of JIRA
https://github.com/amritghimire/jira-terminal
https://redd.it/nnn82s
@programmingreddit
https://github.com/amritghimire/jira-terminal
https://redd.it/nnn82s
@programmingreddit
GitHub
GitHub - amritghimire/jira-terminal: The application that can be used for personal usage to manage jira from terminal.
The application that can be used for personal usage to manage jira from terminal. - GitHub - amritghimire/jira-terminal: The application that can be used for personal usage to manage jira from term...
Hi! I am 14 and I made John Conway's Game of life in python. I just wanted to share it here!
https://www.youtube.com/watch?v=bCRI9fEl9UU
https://redd.it/nobp52
@programmingreddit
https://www.youtube.com/watch?v=bCRI9fEl9UU
https://redd.it/nobp52
@programmingreddit
YouTube
John Conway's Game of Life
hello
Creator of Rufus outlines the problems with Microsoft's UWP
https://github.com/pbatard/rufus/issues/1617
https://redd.it/noagrx
@programmingreddit
https://github.com/pbatard/rufus/issues/1617
https://redd.it/noagrx
@programmingreddit
GitHub
Why do you hate UWP? Seems promising thing · Issue #1617 · pbatard/rufus
∆
Anyone familiar with PuzzleScript? It's made by the same guy who did Stephen's Sausage Roll and is a specific language for grid based puzzle logic
https://www.puzzlescript.net/Documentation/rules101.html
https://redd.it/no7ygz
@programmingreddit
https://www.puzzlescript.net/Documentation/rules101.html
https://redd.it/no7ygz
@programmingreddit
I wrote a unit testing framework in pure C that can test both C and C++ code.
https://github.com/jasmcaus/Muon
https://redd.it/noafbh
@programmingreddit
https://github.com/jasmcaus/Muon
https://redd.it/noafbh
@programmingreddit
GitHub
GitHub - jasmcaus/tau: A Micro (1k lines of code) Unit Test Framework for C/C++
A Micro (1k lines of code) Unit Test Framework for C/C++ - GitHub - jasmcaus/tau: A Micro (1k lines of code) Unit Test Framework for C/C++
What every programmer should know about memory.
https://www.gwern.net/docs/cs/2007-drepper.pdf
https://redd.it/nougk1
@programmingreddit
https://www.gwern.net/docs/cs/2007-drepper.pdf
https://redd.it/nougk1
@programmingreddit
The case of the curiously slow shader
https://raphlinus.github.io/gpu/2021/04/28/slow-shader.html
https://redd.it/nnw30g
@programmingreddit
https://raphlinus.github.io/gpu/2021/04/28/slow-shader.html
https://redd.it/nnw30g
@programmingreddit
Raph Levien’s blog
The case of the curiously slow shader
These days, a significant amount of my time and energy is getting piet-gpu, a compute-focused 2D rendering engine, to run well on mobile hardware. Not too long ago, I got it running on Pixel 4, and breathlessly waited for the performance numbers, which turned…