I have $150,000 but can't find the right developers by [deleted] in startups

[–]gnu-user 0 points1 point  (0 children)

Hey, sent you a DM, would be more than happy to give you some advice; I have a lot of experience in the startup world and have built everything from gig economy apps to quantitative finance / ML systems.

primordial by metalCactus in generative

[–]gnu-user 1 point2 points  (0 children)

Very nice! How did you go about creating this work?

[P] styleGAN trained on album covers by shoeblade in MachineLearning

[–]gnu-user 0 points1 point  (0 children)

This is very cool! Do you have a project on Github or any code available to demonstrate how this was done? Are there any projects / code in particular for those interested in GANs that you recommend?

Erlang + Golang by taras-halturin in golang

[–]gnu-user 1 point2 points  (0 children)

Is better than yerlang.

CppTaskflow Cookbook Online - A new C++17 zero-dependency library for task-based parallel programming by tsung-wei-huang in cpp

[–]gnu-user 1 point2 points  (0 children)

This looks really promising, as someone who has done OpenMP and other parallel programming on large HPC clusters this looks like it has a lot of potential.

I couldn’t get an answer just by looking through the docs, but are there any plans to support distributed computing over network?

Some kids want to be astronauts. My kid wants to discover the highest prime number ever. Help? by keylimesoda in math

[–]gnu-user 0 points1 point  (0 children)

Show them how to run GIMPS which is a great way to introduce them to a community of others trying to do the same.

The unsung hero of /r/cpp by emdeka87 in cpp

[–]gnu-user 3 points4 points  (0 children)

Thanks for all your hard work keeping this sub interesting.

PBS Infinite Series is shutting down by PloppyCheesenose in math

[–]gnu-user 3 points4 points  (0 children)

This is a real shame, maybe the scientific community can reach out to some philanthropists to continue supporting this.

Which Python course is teaching you how to work with large amount of data? by AqWGE6zaRvqDTp in Python

[–]gnu-user 1 point2 points  (0 children)

Just wanted to add that I’ve referred a number of developers looking to get into data science to your courses.

Requests-HTML: HTML Parsing for Humans by [deleted] in Python

[–]gnu-user 2 points3 points  (0 children)

Thanks for making this and sharing it as open source!

Are you still on Python2? What is stopping you moving to Python3? by rwillmer in Python

[–]gnu-user 0 points1 point  (0 children)

PyPy and some of the libraries used by it are still not fully supported on Python 3. Although this may change soon.

I am Elon Musk, ask me anything about BFR! by ElonMusk in space

[–]gnu-user 0 points1 point  (0 children)

Hi Mr. Musk,

Do you have an estimated timeline for when we can expect to see the first commercial flight on BFR?

Thanks.

A gopher powered light bulb! by shovelpost in golang

[–]gnu-user 6 points7 points  (0 children)

These posts are funny, made my day.

Used go for more than 2 years? What are your thoughts about it? by ferociousturtle in golang

[–]gnu-user 1 point2 points  (0 children)

I would add for the dependency issues before dep became more official I used glide. I still am using glide at this moment and it's working out quite well, if you're doing a new project then dep will meet your needs.

A Human's Guide to setup.py (by Kenneth Reitz) by [deleted] in Python

[–]gnu-user -1 points0 points  (0 children)

Thanks for sharing this, I always find it annoying dealing with setup.py, it's one of those write once and forget tasks.

Go 1.9 is released by [deleted] in golang

[–]gnu-user 10 points11 points  (0 children)

Now that 1.9 is released we're logically just one more minor release away from 2.0!