Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
plumbus11947yPretty sure i saw cuda enabled amazon nodes. Not sure about the details though, or if its even worth it for you
-
@runfrodorun You've never been in a possition where you can't yum/apt-get install the stuff, and its on you to make sure all the dependencies are setup so you can run a buildscript that couldnt be bothered todo all that for you?
-
@runfrodorun why do I need to search for dependencies and reconcile versions manual before I can run make? It wastes hours and days. Even npm and pip offer a way better experience
-
mt3o19147ymaybe if you want to play with custom built stuff, switch Ubuntu for Archlinux or Gentoo?
-
@windlessuser No offense to you but I giggled when I saw you telling @runfrodorun was wrong as I knew he works on kernels himself 😆
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
sigh. I hope one day Linux can be rewritten in something with more sensible package management. C/C++ can just be a real pain more often that not. My case was trying to install CUDA on ubuntu 16 following the OFFICIAL developer guide. gave up after trying for an hour. It needed the kernel headers for compile the drivers and it was jsut alot of pain dealing with files being in the wrong place and gcc version mismatching and tons of other cryptic errors. and this is for ubuntu which is a pretty mainstream distro.
undefined
cuda
c
linux
ubuntu
c++
packages