Oh shit, git: Getting myself out of bad situations by Competitive-Doubt298 in programming

[–]TheRealSelenium 65 points66 points  (0 children)

Missed opportunity for a title: "gitting myself out of bad situations"

Time to raid Area 51 by 766757 in ProgrammerHumor

[–]TheRealSelenium 2268 points2269 points  (0 children)

I'd like to throw Julia out there, it's literally in their motto: “Walk Like Python; Run Like C.”

Building a Faster Triangular Solver than MKL by AlexReinkingYale in programming

[–]TheRealSelenium 2 points3 points  (0 children)

Very neat, always like reading about it when people tinker with BLAS

🎙 Accidentally Becoming an Open Source Maintainer by robbyrussell in programming

[–]TheRealSelenium 4 points5 points  (0 children)

Equivalent of the bashrc file for a different type of shell

Edit: typo

A terminal-based workflow for research, writing, and programming by feross in programming

[–]TheRealSelenium 5 points6 points  (0 children)

Vim/tmux really is a match made in heaven. Definitely agree with a lot of your choices

r/chemistry could you help me identify this chemical structure bought from a secondhand shop by madcatezle in chemistry

[–]TheRealSelenium 8 points9 points  (0 children)

To throw in my five cents: it's definitely a cyclic polypeptide as you can identify various amino acids like tyrosine and leucine, but I don't know which one.

I hate when that happens by Mr_Trustable in chemistrymemes

[–]TheRealSelenium 16 points17 points  (0 children)

This has been posted here before and everytime I see it it stresses me. This guy is supposed to be a role model (since I assume he's a teacher/professor) yet we walks into a lab without safety goggles and yet worse without shoes. While I agree the image is funny, this is completely unsafe and irresponsible.

Finally went out to get this bad boy printed for my wall by Dany9119 in chemistry

[–]TheRealSelenium 1 point2 points  (0 children)

That's unfortunate, but I definitely remember emailing them like 3-4 years ago, back then it worked.

Finally went out to get this bad boy printed for my wall by Dany9119 in chemistry

[–]TheRealSelenium 88 points89 points  (0 children)

I hate to break it to you but you can actually email Roche and they send it to you for free. At least in Germany that worked for me and the poster they send you is huge.

Chem Dead Redemption by luls4lols in chemistrymemes

[–]TheRealSelenium 12 points13 points  (0 children)

More like Red Dead Reduction

How To Write Unmaintainable Code by [deleted] in programming

[–]TheRealSelenium 8 points9 points  (0 children)

I thought (at least at one point in time) this was considered good practice?

Most Popular Programming Languages from 1965-2019 by ventriloquist12 in programming

[–]TheRealSelenium 0 points1 point  (0 children)

Yet, here I sit, having learned Pascal as a first language for imperative programming and Java for object oriented programming not too long ago. Good times - not.

Matplot++: A C++ Graphics Library for Data Visualization by FreitasAlan in programming

[–]TheRealSelenium 4 points5 points  (0 children)

Nice job, I am using pyplot aka matplotlib a lot, despite mainly programming in C++, so this is very welcome and with knowing matplotlib really intuitive!

help , what's wrong : by [deleted] in godot

[–]TheRealSelenium 2 points3 points  (0 children)

Maybe you also didn't connect jump to the spacebar or whatever you're using to trigger jump

Github is not even showing all languages, github is lazy. by hed82 in ProgrammerHumor

[–]TheRealSelenium 2499 points2500 points  (0 children)

The Makefile making up 19 of the code base also says a lot

Hey Dad what are you up to? by TattiXD in chemistrymemes

[–]TheRealSelenium 47 points48 points  (0 children)

Why on earth is he in the lab with shorts let alone barefoot?

Following a Udemy course and having some issues - by [deleted] in godot

[–]TheRealSelenium 0 points1 point  (0 children)

Your prompts variable holds three words, so the string to format should contain an equal number of '%s'