[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Extremely bored .NET developer here. What do? >Read SICP

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 38
Thread images: 4

File: sicp2-07ad7dbe.jpg (141KB, 476x409px) Image search: [Google]
sicp2-07ad7dbe.jpg
141KB, 476x409px
Extremely bored .NET developer here. What do?

>Read SICP
>Read 'The C Programming Language'
>Learn Java
>Learn Python
>Choose some toy project and make it in C#
>Something else
>>
>>61403762
install gentoo
>>
Become a Haskell developer
>>
>>61403762
stop learning programming languages and do something nice with one that you already know.
>>
>>61403762
Make me a website about tech niggers.
>>
File: 1499984055918.jpg (39KB, 599x555px) Image search: [Google]
1499984055918.jpg
39KB, 599x555px
Kys
>>
Read SICP
>>
>>61403762
KYS.
>>
I was on the same board as you OP.

Got into Rust just out of boredom. It's kinda fun actually.
>>
>>61404125

Yeah it seems boring but using a language I already know at least my program will be well written and I can point at it in interviews. At the moment I have no portfolio.
>>
learn common lisp
>>
you're already sucking on bill gates' cock so you might try playing with his balls as well if you're so bored
>>
>>61403762
fap
>>
>>61404635

Microsoft wasn't my choice. I took the first programming job I could get because I have no formal qualifications in programming.

All my project ideas revolve around my pi, but I don't think .Net core is mature or well documented enough, hence the wanting to learn python or java.
>>
>>61403762
make android app and get rich
>>
>>61403762
>.NET developer
that's a poo in the loo language.
corporate drones are the worst
>>
>>61404814
oh cool, sorry for assuming you have an old man cock in your mouth then.
just like think of a small project that would use technologies you don't normally use and do it. If I were to do that I would do something low level with rust or something that uses phoenix channels with elixir

>>61404847
it's hard to be worse but I think people like you fit that bill
>>
>>61403762
Learn FORTRAN.

Srs.
>>
File: 1199.jpg (26KB, 584x281px) Image search: [Google]
1199.jpg
26KB, 584x281px
>>61403762
>>Choose some toy project and make it in C#

Create a SOM for organizing and finding your lews or reaction pictures
>>
>>61405055

At the moment top of my project list is building a reddit scraper that will go fetch popular pictures from some given subreddit and save them in my wallpaper rotation folder. Should be fairly easy.

Or a pi one that saves them to a folder and runs through them in a fullscreen slideshow that I can hook up to an old monitor.
>>
>>61405095
Sounds nice and doable! Have fun
>>
Try machine learning for organizing your image folders. Or create yet another window manager then contribute to the one you like best.
>>
File: 1493483715348.jpg (88KB, 768x1024px) Image search: [Google]
1493483715348.jpg
88KB, 768x1024px
>>61405055
How well does it work if the picture has a background?

Like if I drew Jeb and the chair here but left the background grey
>>
>>61403762
Read Advanced Programming in the UNIX Environment, for a change of pace. You get to learn C and become familiar with UNIX/POSIX.
>>
Leverage your C#/.NET skills and build games in Unity.
>>
>>61404814
so you took a job that required .net and that's why you learned .net? how did you get the job if you didn't already know it?
>>
>>61405318
You tell them you know a little bit
>>
>>61405318

Because I had basic programming experience from a physics degree (Matlab and C++ which I now realised was used basically as C with no OOP at all), and I took a CS class that included basic Java on the side.

I was taken on as an intern so the fact I knew no C# didn't matter, I had enough programming skills to transfer over rapidly. Specific languages don't really matter.
>>
>>61405055
How to do this? I really would like to dabble more in this kind of stuff, is there some introductory literature on this topic? Looks really interesting
>>
>>61405386

And before someone REEEs at me for using C++ like C, you can cross compile C++ and get it to talk to Matlab.

A physics researcher had me do a project where he was writing C++ modules to numbercrunch for his matlab simulations. He just boilerplated files for me and I filled in the blanks. I had no idea what OOP or the C/C++ difference even was at that point.
>>
Probably can't hurt to learn python. It's fooking interpreted though
>>
Learn scala you filthy degenerate poojeets
>>
>>61403762
Whats up with .NET Core thing? I understand that its crossplatform so people can use it, but what of a crossplatform GUI toolkit? That would make the .NET more viable right?

And is my assumption of .NET Core simply a rewrite of .NET (core concepts) for crossplatform/open-source?
>>
>>61405447

Yeah its up on my list of to-dos. Especially because its so useful in scientific research which I want to return to.

It's also relevant to this dude:

>>61405422
There are lots of python libraries around machine learning, and its easy to write your own algorithms and do data stuff because its so high level.
>>
>>61405468

.NET Core is bloody awful at the moment.

.NET Framework is solid and dependable, and well documented. It just werks.

.NET Core is so new and immature, and its open sourced so it comes with all the joys of a brand new open sourced system. Everything is new. Everything is undocumented. Everything changes radically so what little documentation you can find is hopelessly out of date (oh look I found an article from May 2016 doing what I want to do- oh it doesn't work already)

I don't think a GUI is in the pipelines. Microsoft moves so slowly with this shit that the standard framework GUI stuff is all winforms and that shit.
>>
>>61405468
>Whats up with .NET Core thing?
nobody's sure. even microsoft

>I understand that its crossplatform so people can use it, but what of a crossplatform GUI toolkit?
GUI is a niche, everyone uses electron these days anyway
>>
>>61405568
electron or web interfaces*
>>
>>61405175
Probably not so great because the author used histograms as feature vectors (http://www.mperfect.net/aiSomPic/). On the other hand there are probably not so many pictures with something blue and red like Jeb and the chairs.

>>61405422
Learn a bit computer vision and a bit of machine learning (especially clustering) and you should be good to go. There are MOOCs on both topics: The CV course on udacity with Bobick is pretty cool, for ML the most famous one is probably the one with Andrew Ng
Thread posts: 38
Thread images: 4


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.