cool and new idea for a gimp fork Submitted by twovests on August 13, 2018 at 3:17 PM (edited on August 14, 2018 at 12:00 PM) 8 comments 7
'2 Minute Papers' video on "Gotta Learn Fast: A New Benchmark for Generalization in RL" youtube.com Submitted by twovests on July 21, 2018 at 12:02 AM 1 comment 4
found a type in my code; turns out "a = b = 3" is valid in python Submitted by twovests on July 18, 2018 at 11:17 PM 1 comment 5
biggest fear: commands like "cp data.tgz /home/1vs" will replace that folder with data.tgz rather than place data.tgz into that folder Submitted by twovests on July 17, 2018 at 3:51 PM 7 comments 6
Python creator Guido van Rossum steps down?: "I would like to remove myself entirely from the decision process. I'll still be there for a while as an ordinary core dev, and I'll still be available to mentor people -- possibly more available. mail-archive.com Submitted by bunnies on July 12, 2018 at 10:28 PM No comments 7
import numpy as SHIT; import sympy as GARBAGE github.com Submitted by twovests on July 11, 2018 at 11:58 PM 1 comment 7
#symbolics2:matrix.org, a matrix room for talking weird programming stuff matrix.to Submitted by no_defun_allowed on July 9, 2018 at 2:18 AM No comments 4
curl cht.sh to search for coding help directly from the command line cht.sh Submitted by voxpoplar on July 4, 2018 at 9:01 PM 3 comments 8
making a shitty discord bot. pls give recommendations for shitty commands Submitted by twovests on July 3, 2018 at 9:51 PM (edited on July 4, 2018 at 3:52 PM) 21 comments 11
Removing Extra Whitespace in Python considered Harmful Submitted by twovests on July 2, 2018 at 2:06 PM 3 comments 6
How I locked myself out of my Linux machine, and how I fixed it Submitted by twovests on June 29, 2018 at 10:03 PM 5 comments 9
Something I think is probably Turing Complete: Tetris, with a deterministic algorithm that plays Tetris. Input is given as a list of blocks Submitted by twovests on June 27, 2018 at 9:20 PM 1 comment 6
Has anybody here built a server for machine learning work (research or industry?) I'm in charge of this and am looking to see if anybody here has any insights Submitted by twovests on June 19, 2018 at 7:09 PM No comments 6
Python with Numpy has a lot of boilerplate, but I'm in love with the Python ecosystem. Is there any way, hacky or not, of reducing the boilerplate? Submitted by twovests on June 10, 2018 at 5:00 PM (edited on June 10, 2018 at 5:03 PM) 1 comment 5
goethe, shaking his fists and rolling in his grave as SJWs add three colors to truth-valued logic, and have the audacity to use RGB instead of RYB Submitted by twovests on June 2, 2018 at 3:02 PM 1 comment 8
Is there a site that lists how long it takes to compile different programs? Submitted by twovests on June 1, 2018 at 11:25 PM 10 comments 6
$('.vote-up').map((_, elem) => (elem.title === "Upvote" ? elem.click() : null)); Submitted by musou on May 26, 2018 at 9:12 PM 2 comments 8
Anyone heard anything (good or bad) about backblaze aka b2? Submitted by hollyhoppet on May 18, 2018 at 12:09 AM 3 comments 6
moar like hypertext MISTAKE language amiright? Submitted by hollyhoppet on May 16, 2018 at 7:50 PM 9 comments 9
just a little programmer humor for you all 😂 --hh 78.media.tumblr.com Submitted by hollyhoppet on May 13, 2018 at 3:41 PM 2 comments 8
You're working for a big company making a new service. Requirement: You need to store passwords in plaintext. Resources: As many as you need. What security measures do you take here? Submitted by twovests on May 9, 2018 at 3:35 PM 12 comments 4
Note to every CS professor ever teaching about pointers in C ever: `*x == RAM[x]`, `RAM[&y] = y`, that's all you need to say Submitted by twovests on May 9, 2018 at 3:12 PM No comments 4
Is there a directed graph data structure for calculating risk of exposure? (Like a directed graph, but with time.) Submitted by twovests on May 6, 2018 at 11:23 PM 4 comments 4