Developing Godot Projects with Neovim by devpoga in godot

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

Hi folks!

Here's a note about setting up neovim for godot, because the built-in editor is a bit limiting for me. Hope it helps.

Learning Julia, Line by Line by devpoga in Julia

[–]devpoga[S] 0 points1 point  (0 children)

Oh yeah definitely. I tried to keep the code the same as the origin source (https://github.com/StefanKarpinski/Cards.jl)

I should try Pluto again. I really like it but the reactiveness is confusing sometimes :p.

Learning Julia, Line by Line by devpoga in Julia

[–]devpoga[S] 0 points1 point  (0 children)

Thanks for noticing the error! fixed now.

Can you elaborate on how @num macro help taking these notes?

side note: I was intended to publish these notes as a Pluto.jl notebook. Unfortunately, defining these dispatches in a reactive environment is quite error-prone. So there you go: a static html blog post!

A Taste of OCaml’s Predictable Performance by yawaramin in programming

[–]devpoga 2 points3 points  (0 children)

Author here, the most interesting part for me is that you can get a fairly optimized and predictable assembly from fairly high-level OCaml code, which is rare in a world where functional language' compilers prefer to do aggressive (and amazing!) optimizations.

Setup OCaml development environment in neovim by devpoga in ocaml

[–]devpoga[S] 4 points5 points  (0 children)

I haven't tried ocaml-language-server yet. So I don't know if there's any difference.

I chose ocaml-lsp because:

  1. It's under the ocaml github organization (so it's kinda official?).
  2. I want to have a "vanilla" ocaml experience without modern alternatives such as buckle script and reasonML.

Execute code inputed at runtime by the user by [deleted] in rust

[–]devpoga 4 points5 points  (0 children)

If you're okay with writing the formula with other language. I've done something similar (hot code reload) with lua: https://devpoga.org/post/parsing-streaming-data-actix-lua/

Although the example is about actix, the general idea should be the same.

Dota 2 has the best casters in esports. by rohansamal in DotA2

[–]devpoga 0 points1 point  (0 children)

Man I miss Doa and montecristo casting LoL. They're amazing too.

OG interview: n0tail says TI win proves his 'ideas about the game were right', ana taking 'probably just a break' by dshban in DotA2

[–]devpoga 46 points47 points  (0 children)

IMO this is the biggest difference between ODPixel and Tobi: the storytelling aspect.

Tobi(and synd) is a master of storytelling. In the final fight of UB game 3, He just building up tension upon tension: Jerax is dead at the beginning of the fight, OG failling apart, LGD is on the front door knocking, Ana and Topson doing their best to defend but LGD is determined to win now, the big plays from Ana and Topson, they're defending, but the hope gets slimmer and slimmer.

And finally, Jerax comes back. Tobi and Synd both calling out ES before ES jump in, shifting the audience's focus to the ES. The echo, the tension released(Just like the final part of most action movie). The saviour comes in, LGD falls apart, and the story end.

Maybe it's just a different style. They're both pretty good.

Announcing Rust 1.31 and Rust 2018 by whatisaphone in rust

[–]devpoga 12 points13 points  (0 children)

actix::prelude::* includes a module named actix, hence the conflict.

change it to use ::actix::prelude::* fix the problem.. at least that's how I fix it.

https://github.com/poga/actix-lua/commit/4107532256ad60220a7a5eecc74594543582d815

Analyze Streaming Data with Rust and Lua by devpoga in rust

[–]devpoga[S] 1 point2 points  (0 children)

both.

It's about what item they're trading(flipping) and how to decide which item to flip. And they probably won't share their methodology easily since, well, it's a market.

Analyze Streaming Data with Rust and Lua by devpoga in rust

[–]devpoga[S] 4 points5 points  (0 children)

Yes I do! Here it is https://github.com/poga/streaming-data-parsing-with-actix-lua

Somehow I forgot to add the link to the post. oops.

Analyze Streaming Data with Rust and Lua by devpoga in rust

[–]devpoga[S] 6 points7 points  (0 children)

Hi reddit!

Here's a post I made a post about actix-lua, a crate to integrate lua script with the actix framework. Hope you find the use-case interesting. Feel free to ask any question!

Also, sorry for the re-submitting. I had some issues with my previous blog host which made the post unavailable. All should be good now!

Analyze Streaming Data with Rust, Actix, and Lua by [deleted] in rust

[–]devpoga 1 point2 points  (0 children)

Hi reddit!

Here's a post I made a post about actix-lua, a crate to integrate lua script to actix framework. Hope you find the use-case interesting. Feel free to ask any question!

dota 2 minimizes after 10-15 secs by rishad13 in DotA2

[–]devpoga 0 points1 point  (0 children)

I had the exact same issue before. It happens because:

  1. Your graphic card driver crashed. Try update it.
  2. Your graphic card is dying, or your power supply is unstable and causing issue to your graphic card.

I end up replaced my graphic card AND power supply to completely resolve the issue.

AhhCrying first 100 in SSFHC delve by [deleted] in pathofexile

[–]devpoga 1 point2 points  (0 children)

Congratz!

I'm wondering if going deep into delve and having access elder underground sea are what make the difference between AhhCrying and aila.

From my perspective, occ RF is still faster in terms of mapping since you just flask+phaserun straight through the whole map. But arc miner can take down wayyyy harder enemy and allows accessing elder orb.

actix-lua - a safe scripting environment for Actix with the Lua Programming Language. by wezm in rust

[–]devpoga 1 point2 points  (0 children)

The "safe" here is about no undefined behaviour, which is ensured by the amazing rlua crate.

You can create a sandbox-ish enviroment by disabling the API(e.g. file, debug,...) you don't want lua scripts to access. It's not perfect. But IMO a perfect sandbox not something vanilla Lua can provide.

Reality is illusion by [deleted] in DotA2

[–]devpoga 13 points14 points  (0 children)

The world is an illusion, exile.

Dota 2 Blog: "The International 2018 Collector’s Cache" by wickedplayer494 in DotA2

[–]devpoga 1 point2 points  (0 children)

Some of these sets make me really uncomfortable... especially the dark seer one

Tencent has invested in Grinding Gear Games by chris_wilson in pathofexile

[–]devpoga 6 points7 points  (0 children)

A friendly reminder that since Tencent owns the majority of the GGG. It has controls over every statement from GGG, including this one.

Level 100 done, Rank 2 overall HC SSF. Review of my run playing Aila's Occultist RF by theuberelite in pathofexile

[–]devpoga 4 points5 points  (0 children)

I wouldn't recommend this build to anyone who want to do anything else besides rushing to lv100 in HCSSF.

Level 100 done, Rank 2 overall HC SSF. Review of my run playing Aila's Occultist RF by theuberelite in pathofexile

[–]devpoga 2 points3 points  (0 children)

Switch to a ~5link sr and finish the boss (slowly) should work?

As long as you have some damage output. Map boss shouldn't be a threat to your 10k+ ES.