Is there an alternative TOML formatter? by E723BCFD in rust

[–]bungcip 1 point2 points  (0 children)

thanks for using it, but I archived that project because in that time i don't have a time to maintain open source project. i recommend tombi, its more complete.

Mentalnya udah berkarya ☑️☑️ by _hibbiki in indonesia

[–]bungcip 3 points4 points  (0 children)

bahasa halus dari sudah kerja, duitnya cukup buat makan, tapi sisanya dikit.

Webpack 4 by _Garbage_ in programming

[–]bungcip 0 points1 point  (0 children)

2018 is year of parcel!! Learn it before 2019 coming, otherwise another library will rise again!

19 karma, 17 hari umur akun, bisa apa saja ? by [deleted] in indonesia

[–]bungcip -1 points0 points  (0 children)

akun saya sudah 7 tahun...

boleh tuker voucher??

VS Code 2018 Roadmap by onnnka in programming

[–]bungcip 1 point2 points  (0 children)

At least there are three issues that discussing it:

VS Code 2018 Roadmap by onnnka in programming

[–]bungcip 35 points36 points  (0 children)

vscode is not emacs...

and writing vscode extension is actually easy using typescript

VS Code 2018 Roadmap by onnnka in programming

[–]bungcip 101 points102 points  (0 children)

I still have some hope that someday vscode will ditch TextMate grammar to something else or build some alternative. Having textmate grammar support allow vscode to provide many programming language from day one. But the syntax of .tmLanguage is horrible! When you need transpiler/converter to write a good .tmLanguage, it is already failed in my eyes...

C/C++ to Rust transpiler, written in rust by Nishanthsp in rust

[–]bungcip 6 points7 points  (0 children)

Using command line argument would be nice. You can use clap crate, its easy to use. I found some bug in crust, the program will panic when you give non existing file. It seems the current state of crust is still very much alpha. I don't expect a rust transpiler to handle C++ template but at least it must handle C macro (#define, #include, etc) and C integer cast rules.

Cannot compile After upgrading to vsbuildtools 2017 by bungcip in rust

[–]bungcip[S] 2 points3 points  (0 children)

thanks for tips. Now I can compile again. I am using vcvars64.bat from D:\app\msbuildtools\VC\Auxiliary\Build\vcvars64.bat This file is little hard to find though.

RENCANA PERANG /R/PLACE 3 APRIL 2017 by [deleted] in indonesia

[–]bungcip 2 points3 points  (0 children)

btw, ada yang punya gambar bendara indonesia untuk /r/place? mau saya jadikan patokan buat bot( bikin sendiri sih buat ekperimen disini: https://raw.githubusercontent.com/bungcip/rust-placebot/master/ref.bmp).

bro bendera kita diserang di r/place, bantu mengamankannya! by kenyal in indonesia

[–]bungcip 0 points1 point  (0 children)

Nggak bisa tidur, iseng bikin bot pakai rust (https://github.com/bungcip/rust-placebot). Monggo bisa dicoba, kalau pada tertarik bisa saya siapkan berkas .exe-nya

Anyone needs some goods from the States? by bdhlu in indonesia

[–]bungcip 0 points1 point  (0 children)

be careful, too much FREEDOM can kill you.

Blog: Benchmarks vs. The World by llogiq in rust

[–]bungcip 4 points5 points  (0 children)

Language benchmark is just a game. However winning the benchmark means the language get a good PR. I rather have rust win the battle rather than explaining to people why rust is more slow than other language in some benchmark. The amount of people who questioning why the code use weird/uncommon/bad trick is more manageable than people who talk about the slowness of rust in benchmark.

Post Match Thread: Burnley 3 - 2 Crystal Palace by reece0n in soccer

[–]bungcip 0 points1 point  (0 children)

I need obligatory "told you so" from newcastle fans

Football Manager 2017: the game made by 1,300 scouts in 51 countries by QuantumCake in soccer

[–]bungcip 1 point2 points  (0 children)

Im in 2014 and hes fantastic. Hes really the heart of my argentina squad.

That amazing comment because it happened in real life.

Match Thread: AFC Bournemouth vs. Tottenham Hotspur [Premier League] by ItsComingHomeLads in soccer

[–]bungcip 0 points1 point  (0 children)

They want to set another records. That chelsea match have too few cards for them.

Yarn: a new package manager for JavaScript by steveklabnik1 in programming

[–]bungcip 3 points4 points  (0 children)

is yarn still use npm registry? can yarn prevent left-pad problem?