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

Current state of /g/

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: 44
Thread images: 9

File: test.gif (518KB, 1180x800px) Image search: [Google]
test.gif
518KB, 1180x800px
It's Linux+Rust+Vim right? What meme am I missing?
>>
>>58922531
>>58922531
// not using vi you dumb nerd xD
>>
>>58922531
you could also try:
A minimal penbox desktop
Bookshelf speakers and an amp on your desk
Not doing any projects
Gluing led strip lighting to everything
>>
>>58922577
Vi is okay too
>>
>>58922619
ITS DA BEST! not as good as GEDIT THO XDDD IM A HACKER WITH MY GEDIT XD
>>
>>58922636
Well, if you know how to utilize your editor to its fulll extend, go for it.

As long as your editor takes 65 GiB to install on a walled platform garden
>>
>>58922531
>ycm
>>
>>58922578
yea needs more hardware memes. %40 keyboard, thinkpad, track ball mouse.
>>
>>58922531
install gentoo
>>
>>58922531
>not i3
>not Archlinux
>>
>>58922531
>Rust
No one uses that SJW garbage. There's some faggor/tranny on here that constantly makes Rust threads and others are just shitting on that garbage of a language in these threads.

It's easier to get a job with Lisp/Cobol than with Rust shit.
>>
File: 1458910706469.jpg (3MB, 3456x2304px) Image search: [Google]
1458910706469.jpg
3MB, 3456x2304px
>>58924973
Maybe it's easier for me to get a job with Lisp/Cobol than it is for you with Rust?
>>
>>58925265
how many companies require full-time Rust devs, dipshit?

it's literally a meme language that works like shit.

https://blog.ntpsec.org/2017/01/18/rust-vs-go.html
>>
>>58925290
Ok, do you really mean me to read this article?
>>
>>58925300
>Ok, do you really mean me to read this article?
No, you can't even string few words and make a meaningful sentence in English. I just pasted that link for others who come across this thread and are actually literate and have an IQ over 100.
>>
>>58925316
Do you really believe that tech-knowledgeable people are here to read about your frustrations? There are hundreds of articles for basically any tech point of view in the world, there are valuable articles praising for coding in brainfuck that are just one Google search away, why would anyone read your link?
>>
>>58925265
>that pic
Stop triggering me. I see enough of this faggot in systemd shill threads.
>>
>>58925356
Sorry, I just picked the first sarcastic reaction face I could find
>>
>>58925290
>https://blog.ntpsec.org/2017/01/18/rust-vs-go.html
Seems like it's just a paint to use. Also, lol
https://doc.rust-lang.org/book/strings.html#concatenation
>>
File: 1486176298050.jpg (171KB, 678x697px) Image search: [Google]
1486176298050.jpg
171KB, 678x697px
>>58925412
>paint
*pain
>>
>>58925412
>Seems like it's just a pain to use. Also, lol
>https://doc.rust-lang.org/book/strings.html#concatenation

let hello_world = hello + world;

let hello_world = hello + &world;


jesus... that's fucking retarded even more than JS stuff. At least JS has an excuse: it was developed in a week and it's too widely deployed and cannot be changed easily.... but Rust... after all these years, they can't even get concatenation right.

What a shit language.
>>
Top 5 Meme Languages for meme programmers:
1. Python
2. Haskell
3. Rust
4. Go
5. Swift
>>
File: 1484635371362.jpg (37KB, 704x396px) Image search: [Google]
1484635371362.jpg
37KB, 704x396px
>>58925412
>>58925438
>>58925469
>still 12 IPs
>>
>>58925438
To be fair, string concatenation is almost always bad. I was half expecting to see some kind of fancy string interpolation method where you have to pick a filter function to prevent injection. But no. They just did a shitty job with string concatenation.
>>
>>58925469
1. Dart
2. Rust
3. Swift
4. JavaScript (For anything but client side.)

Python has too much useful code and is available on anything.
Go is used in and outside Google. Haskell is used in academia and industry.
>>
File: 1482051260764.png (32KB, 455x144px) Image search: [Google]
1482051260764.png
32KB, 455x144px
>>58925489
No it isn't. Swift got that right (they got many other things right too). BTW, guy who created Rust is now working on Swift team.

Anyway:

 str += ""
str = str + ""
str = str + str2
str = "" + ""
str = "\(variable)"
str = str + "\(variable)"


>>58925475
>fail
>>
>>58925520
Ok, I'll stop posting because this thread is beyond cancer.
>>
>>58925526
>>58925520
Not because of you of course!
>>
File: 1486842669498.png (606KB, 1920x1455px) Image search: [Google]
1486842669498.png
606KB, 1920x1455px
>>58922531
>Using Rust
>Instead of D with either GC or manual allocation, scope guards, and software transactional memory

An entire language made redundant by language features in another. Nice.
>>
File: 1486446447225.jpg (125KB, 800x720px) Image search: [Google]
1486446447225.jpg
125KB, 800x720px
>>58925520
Swift fucked it up as well. String concatenation should be hard because it should almost never be used. Programmers very rarely use raw unstructured text and concatenating structured text as if it isn't structured is an easy way to introduce bugs and security exploits. The easier string concatenation is, the more likely the code will be susceptible to injection.
>>
>>58925561
nigga pls.
>>
File: 1483037097987.jpg (8KB, 220x229px) Image search: [Google]
1483037097987.jpg
8KB, 220x229px
>>58925526
>Mommy, this man proved me wrong! WAAAAAAAAAHHHH I'm taking my ball elsewhere!
>>
>>58925609
I'll leave in about 20 minutes anyway and I didn't sleep this night, but whatever.
>>
File: sad_panda1.jpg (91KB, 600x800px) Image search: [Google]
sad_panda1.jpg
91KB, 600x800px
>>58925585
You're pretty dumb, aren't you?
>>
Solus
>>
>Rust
Forced SJW meme.
>>
>>58922531
You got it all wrong, it's macOS+Node.js+Sublime
>>
>>58925550
I am using D for a large project I am writing and it is so fucking nice and comfy and extremely fast. I just recently metaprogrammed a probably would-be 2000+ loc module in just a few lines using template mixins.
>>
>>58922531
>*nix
>2019
No, it's Urbit+Hoon.
>>
>>58922531

Haskell / Lisp, Riced minimal linux setup with tiling window manager (Bonus Points: Xmonad), Vim configured to basically act as a ide, do all of this on the most expensive tower you can build with a four monitor setup.

Actual hardware memes are too hard to keep track of /g/ always has a fotm meme for hardware.
>>
>>58922531
>Rust

Sure guy

>>/v/
>>/vg/
>>
>>58926942
That's so 2016 m8

>macOS
>Node
>Atom
>>
>gvim
literally why are you not using a terminal
>>
Neovim and Ubuntu specifically

Other memes (not really memes, but actually good shit)
16gb ram
VScode
K8s (this will be big)
Postgresql
LXD
AMOLED
SSD
i5
Mpv
Unity (Ubuntu)
UNITY3D
Thread posts: 44
Thread images: 9


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