[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]

>node.js programmers

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: 74
Thread images: 10

>node.js programmers
>>
File: Karlie Kode Kamp.jpg (668KB, 1280x1920px) Image search: [Google]
Karlie Kode Kamp.jpg
668KB, 1280x1920px
>ruby koder
>>
>>60242967
cd..
cd..
ls..
cd..
ls..
cd..
cd..
>>
>>60242893
Who dat
>>
>>60242984
>ls..
I don't think you actually understand what was going on there, much less why that photo was so funny.
>>
>>60242996
a pretty girl (male)
>>60242997
yeah anon you're the linux commands expert here now chill out lol
>>60242967
>rust coder
>>
File: KE6QNYV.png (1MB, 1357x1281px) Image search: [Google]
KE6QNYV.png
1MB, 1357x1281px
>>60242984
Underrated post. We need to spread this meme so more people can understand the epic reference
>>
>>60242967
>that backfocus
>>
>>60242893
I love the idea of npm and package management. It's kind of like any package manager for linux but specifically for source code, allowing you to quickly add in libraries or code directly in a more modular manner than fat dlls or libs.
>>
File: 1484974321640.jpg (12KB, 306x306px) Image search: [Google]
1484974321640.jpg
12KB, 306x306px
>>60242893
>scriptfag
>calls self programmer
>>
>>60243093
>animeposter
>calls himself straight
>>
I don't understand the hate for node.js? Is it a fad? I'm graduating next semester and the money it provides for entry level looks good ;_;
>>
File: memes.jpg (42KB, 650x365px) Image search: [Google]
memes.jpg
42KB, 650x365px
>>60243099
>comes to anime website
>complains about anime
>>
>>60243071
Can someone explain to me what is wrong with her code? I did a class on C what seems like 500 years ago, so the explanation can be slightly technical.
>>
>>60243072
>bokeh
>>
>>60243112
>s(he) thinks im bothered by the anime and not just mocking (he)r about the flamboyant homosexual behavior
>>60243111
it's because innocent inexperienced children like you are able to make 1GB ram consuming cpu firehousing websites with it
>>
>>60243127
Then can you recommend me a career path that doesn't create 1GB ram consuming cpu firehousing websites, but still give me that node cash.
>>
>>60243111
All of these JavaScript flavors are just bloat for Web X.0. For your peers in particular, they create the illusion of knowing what you're doing when all you've done is leverage the work of others via npm. I worry that it's one big bubble which has huge technological and economic ramifications.

Take what you can get but don't fool yourself into complacency.
>>
>>60243119
There is no code in that zoomed in part of that image. It's just her repeatedly changing directory and getting several of the trivial commands wrong.
>>
>>60243143
you can go into IoT (which is booming right now), system administration, Go, embedded programming, Erlang / COBOL / FORTRAN (which pay huge because of low amount of coders), pentesting, just look and you shall find.
>>
>>60243119
"Her code" is actually a feeble set of attempts to find the code directory. She keeps using the wrong syntax to move up one directory (cd ..) and then lists the directory contents (ls), only to realize that she's still lost.
>>
>>60243148
Everyone could code every node package, but why should everyone do that?
>>
>>60243171
>IoT
>not a stupid meme
How dumb are you?
>>
front end guys are not engineers
>>
>>60243150
>>60243173
aaayyy lmao

Are the light blue lines the "kode" shes typed? Are the more pictures like this from her instagram?
>>
>>60243192
>node.js is frontend
Anon, c'mon mate you should try and know something about programming.
>>
>>60243191
>implying i said IoT isn't a dumb meme
not dumb enough to fail at comprehending a reply it seems
>>
>>60243143
C#, SQL.

Leave the npm disaster for the pajeets to fuck with.
>>
>>60243206
No. That's just her shell prompt. It says what her current working directory is.
>>
>>60243174
>Everyone could code every node package
If you mean to say "every node package could be coded from scratch in each implementation," I agree. Obviously that would be inefficient if it had to be done every time. But if you mean that everyone who uses Node actually knows how to replicate those package functionalities by hand? I don't know if the 4chan character limit could contain the length of my laughter.

>why should everyone do that?
What everyone should do is learn how to do stuff rather than simply implement the work of others. I liken it to a baker who only knows how to use supermarket cake mixes.
>>
>>60243173
what is the proper syntax to move up one directory?
>>
>>60243357

not him, but on the mac in the pic it'd be

cd -
>>
>>60243397
hell, I thought it was all the same on a Mac
>>
>>60243225
>But if you mean that everyone who uses Node actually knows how to replicate those package functionalities by hand?
Obviously not everyone because the community is fucking huge and includes retards like you. This same issue occurs in C and C++, it's just in the form of copy pasting from stack exchange.

>What everyone should do is learn how to do stuff rather than simply implement the work of others. I liken it to a baker who only knows how to use supermarket cake mixes.
The ones who matter can but they still don't.
>>
>/g/ NEETs
>>
>>60242997
Yah I know there was a mistake in the code senpai, I never fully got into programming, the only language I know is R.
>>
>>60243596
The nerve I hit must have been right inside your asshole, which is clearly tight like a vice after realizing how worthless npm-kiddies are.

>The ones who matter
That's pretty much the point. Most Snowflake.js "developers" don't matter.
>>
>>60243171
>FORTRAN
Literally never seen a paying position for it

t. computational chemist
>>
>>60243191
>tfw enrolled in an IoT-related master's program
It's pretty much a subset of computer engineering. Electronics + low-level programming.
>>
>>60245386
dont expect people on /g/ to understand anything about jobs or computers.
>>
File: IMG_4110.jpg (15KB, 380x143px) Image search: [Google]
IMG_4110.jpg
15KB, 380x143px
>>60243119
>>60243150
Oh there is code:

def concatenate_strings(string1,string2)
"#{string1} #{string2}"
end

concatenate_strings("hello","world")
>>
>>60243072
I think you mean that her blouse is on focus, whilst her face isn't. Who cares about dumb >muh bukeh
Whoever took that picture is a fucking idiot
>>
>>60245448
So is the "kode" correct? What is she trying to do exactly?
>>
>>60243072
probably taken at f1.8 for muh bokeh
>>
File: pepethefrog.jpg (28KB, 975x600px) Image search: [Google]
pepethefrog.jpg
28KB, 975x600px
>>60243127
>1gb ram
I dont u realize how little ram js uses n why its use for wevsites,

>its another /g/ cant code and are virgins n r still spitting out the same js sucks meme they did from years ago when it did suck which proves they are nothing more then copy pasta cucks episode.
>>
>>60245472
It's correct, but extremely basic and pointless. Writing a program that prints "hello world" is the canonical toy example for any programming language. That is all she is doing but there is no reason to define a function concatenate_strings to do that.
>>
>>60245542
I was thinking the same. Wouldn't a printf command do the same shit?
>>
>>60243071
I doubt any of us would be able to even read the complex algorithms she's written in crazy_strings.rb
>>
>>60243099
>>calls himself straight
>implying anyone said that
>>
>>60245573
She doesn't even have a print statement in the segment she's showing. The problem is that her concatenate string function just uses the built in string formatting functionality which you can just use directly with fewer characters (concatenate_strings("hello","world") vs. "#{"hello"} #{"world"}"), not to mention the fact that there's no reason to do this with a static, predefined string (she should just use "hello world" directly). If she was writing string concatenate in C where you have to do memory management yourself, then at least it would be more interesting. As it is she's demonstrating that she really is just a meme coder (pretending to be a coder to increase her chances of finding a billionaire coder husband like with everything that women do).
>>
>>60245840
So running her program will not even display "hello world"? Shes essentially just storing the string in the memory?
>>
>arguing over what language gives you the most nerd points, when it's really just about which one will pay your bills
>>
>>60246122
Yes, basically. But I wouldn't say that's the biggest problem. She can easily fix that by adding a print statement. The bigger problem is she doesn't understand that the string concatenate function she wrote is unnecessary/redundant in Ruby.
>>
>>60246216
So basically the concatenate command should be used to link two or more outputs from different programs or functions?

In her case, shes just linking two smaller strings to make a larger string when she could just print the larger string?
>>
>>60246611
It's even worse. Concatenate is BUILT IN and she is reimplementing concatenate using the BUILT IN concatenate. If a man was showing that off he would be rightly ridiculed and would be fired for incompetence.
>>
>>60242893
Have you looked at his repos? Nearly all of them are crap. Almost every commit is just a few lines of text or code. He's a fucking joke.
>>
>>60242967
She's disgusting to even look at.
>>
>>60247958
kek, what even.

At least she can't be fired since she doesn't work as a programmer.
>>
>>60242893
more like HolowayKEK XD XD XD
>>
He's not a node dev anymore, that guy is a Go shill now. I guess Node is not on the hype train anymore, so he switched to the latest meme.

https://medium.com/@tjholowaychuk/farewell-node-js-4ba9e7f3e52b

Expect a switch to the next meme next year, Crystal.

These ppl are just language hipsters, they don't really like any language. They just adopt the latest hyped meme.
>>
>>60243357
cd ..

>>60243397
That moves to the previous directory.
>>
>>60252401
>Expect a switch to the next meme next year, Crystal.
Except Crystal is actually well made, unlike golang or JS.
>>
A JS thread huh? Glad to see one because I have a quick question. How do I left-pad a string in JS? Thanks!
>>
>>60242967
id code her, if you know what oh fucking hell everyone knows what im trying to say
>>
>>60245428
This
>>
>>60252588
What did he mean by this?
>>
>>60252494
>unlike golang
name 7 reasons it's bad
>>
>>60255823
google doesn't even use it
>>
>>60252494
> muh 5 hour compile times
>>
>>60242893
if you hate on Ukrainians you must be a Russian spy
>>
File: 1493804815720.png (114KB, 340x277px) Image search: [Google]
1493804815720.png
114KB, 340x277px
>>60243093
>doesnt know what defines a programming language.
please leave faggot
>>
File: 1419811815116.jpg (29KB, 426x421px) Image search: [Google]
1419811815116.jpg
29KB, 426x421px
>web development
A million and one ways to shit out markup
>>
>>60256208
I don't know what cancer you are doing but it compiles pretty fast on my machine. Compiler startup is kind of slow, though.

>>60255823
Pretty sure that's done muchwhere else. But since it's you... it basically boils down to
>1.-7.: Assumes all programmers are dum-dums.

Which is a valid assumption for Google to make since Google apparently grabs university freshmen with inane filtering processes. But that doesn't leave me with a reason to use it.

Then again, some people argue it's too late for fixing golang.
>>
>>60242893

Tj Holocuck is doing Go nowadays.
Thread posts: 74
Thread images: 10


[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.