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…
Why This Rare Bug in Doom (1993) Turns Everything into Unkillable Ghosts
https://www.youtube.com/watch?v=-IYfwCWZeD0
https://redd.it/np7ies
@programmingreddit
https://www.youtube.com/watch?v=-IYfwCWZeD0
https://redd.it/np7ies
@programmingreddit
YouTube
Why This Rare Bug Turns Everything into Unkillable Ghosts
Exploring the elusive all-ghosts bug. Spooky!
MAP21 all-ghosts footage by A1s:
https://www.youtube.com/watch?v=fx6MQn8Yfuc
Music used in order:
"Another World of Beasts" from Final Fantasy Anthology
"Journal" from Flashback (MIDIfied by Simon Agozzino)…
MAP21 all-ghosts footage by A1s:
https://www.youtube.com/watch?v=fx6MQn8Yfuc
Music used in order:
"Another World of Beasts" from Final Fantasy Anthology
"Journal" from Flashback (MIDIfied by Simon Agozzino)…
GCC drops its copyright-assignment requirement
https://lwn.net/Articles/857791/
https://redd.it/npvy5u
@programmingreddit
https://lwn.net/Articles/857791/
https://redd.it/npvy5u
@programmingreddit
lwn.net
GCC drops its copyright-assignment requirement
The GCC compiler, like other GNU projects, has long required contributors
to complete paperwork assigning the copyrights on their work to the Free
Software Foundation. That requirement has just been dropped, and
contributors can now attach a Signed-off-by…
to complete paperwork assigning the copyrights on their work to the Free
Software Foundation. That requirement has just been dropped, and
contributors can now attach a Signed-off-by…
New CSS functional psuedo class selectors `:is()` and `:where()`
https://web.dev/css-is-and-where/
https://redd.it/npzvzn
@programmingreddit
https://web.dev/css-is-and-where/
https://redd.it/npzvzn
@programmingreddit
reddit
New CSS functional psuedo class selectors `:is()` and `:where()`
Posted in r/programming by u/feross • 158 points and 19 comments
Better JSON in Postgres with PostgreSQL 14
https://blog.crunchydata.com/blog/better-json-in-postgres-with-postgresql-14
https://redd.it/nq0p61
@programmingreddit
https://blog.crunchydata.com/blog/better-json-in-postgres-with-postgresql-14
https://redd.it/nq0p61
@programmingreddit
Crunchy Data
Better JSON in Postgres with PostgreSQL 14 | Crunchy Data Blog
A feature highlight of the new JSON subscript support within PostgreSQL 14.
A Firehose of Rust, for busy people who know some C++
https://youtu.be/IPmRDS0OSxM
https://redd.it/npznsn
@programmingreddit
https://youtu.be/IPmRDS0OSxM
https://redd.it/npznsn
@programmingreddit
YouTube
A Firehose of Rust, for busy people who know some C++
Slides: https://jacko.io/firehose_of_rust
The slower version of this talk (2h32m): https://youtu.be/FSyfZVuD32Y
Contents:
0:00:00 introduction
0:04:03 references and mutable aliasing
0:06:54 reference lifetime examples
0:22:12 mutable aliasing examples
0:50:16…
The slower version of this talk (2h32m): https://youtu.be/FSyfZVuD32Y
Contents:
0:00:00 introduction
0:04:03 references and mutable aliasing
0:06:54 reference lifetime examples
0:22:12 mutable aliasing examples
0:50:16…
From Competitive Programming to APL and Array Programming
https://corecursive.com/065-competitive-coding-with-conor-hoekstra/
https://redd.it/nqkix7
@programmingreddit
https://corecursive.com/065-competitive-coding-with-conor-hoekstra/
https://redd.it/nqkix7
@programmingreddit
CoRecursive Podcast
From Competitive Programming to APL - CoRecursive Podcast
Today on the show, we have solving algorithmic programming problems. You know when you interview for a job to write CSS and they ask you to reverse a binary tree on the whiteboard using C and in constant memory space? It's that kind of thing. These problems…
I wanted to interview at companies doing good in the world, and then I built a job board for other engineers who want to do the same.
https://goodjobs.careers/
https://redd.it/nqkzzs
@programmingreddit
https://goodjobs.careers/
https://redd.it/nqkzzs
@programmingreddit
reddit
I wanted to interview at companies doing good in the world, and...
Posted in r/programming by u/tndl • 306 points and 15 comments