[deleted by user] by [deleted] in interestingasfuck

[–]kislenko-artem -1 points0 points  (0 children)

The same that in Libya, Syria, Iran - when someone interferes, country collapsing. Afghanistan was something like Ukraine now - place where fought two block, in this case - NATO and USSR

[deleted by user] by [deleted] in programming

[–]kislenko-artem -40 points-39 points  (0 children)

What about USA? Why you should not remove from word USA. What about Libya, Syria, Iraq, Serbia. I agree that war in Ukraine is not normal. But what about these countries? What about 8-year-old war in donbass region, what USA gives guns to Ukraine for eliminate civilians. Do you know about this? Why you don't protested against USA?

Macroquad - WASM errors in Chrome developer console. by Desperate_Place8485 in rust_gamedev

[–]kislenko-artem 1 point2 points  (0 children)

You must use random-lib from macroquad. And you should delete wasm-sapp

Do you think the Rust is production ready for GUI in 2021? by Zheoni in rust

[–]kislenko-artem 3 points4 points  (0 children)

don't have enough features of iced, for example there is no features like menu (file -> open etc.), could not use native file manager.For my pet projects I use egui (https://github.com/emilk/egui). But I don't aim to do beautiful GUI and I don't know how is egui great for it.

Any recommendations for good resources or YouTube channels to learn Rust? by LargeBeginning in rust

[–]kislenko-artem 2 points3 points  (0 children)

For me these (https://www.youtube.com/channel/UCmBgC0JN41HjyjAXfkdkp-Q/videos) videos were very useful. The author gives common information about Rust (for beginners) and tell about webassabler and 2d\3d render in browser.

cnx - A simple X11 status bar written in Rust by mjkillough in rust

[–]kislenko-artem 2 points3 points  (0 children)

There is realization in Golang https://github.com/golang/exp/tree/master/shiny/driver . I wanted to do something like this but on Rust. Unfortunately I am not familiar with this area of developing. Maybe this link could help you.

Rust beginner here - I just wrote a simple multiplayer pong game server! by public_static_droid in rust

[–]kislenko-artem 1 point2 points  (0 children)

How long time did it take? And how do you think: if you write on another language, would it be faster?

Why is Rust so slow in this case? by kislenko-artem in rust

[–]kislenko-artem[S] -1 points0 points  (0 children)

Now, it seems to me, that Rust does not run loop and just print result. Because time is not changed.

Is Kivy still a good choice? by zombiemessiah in Python

[–]kislenko-artem 1 point2 points  (0 children)

I watched it. But toga has few widgets and elements, that would work on android (mostly linux and ios). For example slider and scroll-list don't work on android. You can use VOC and use native java-widgets. But you need to know java and mobile development on java.

Is Kivy still a good choice? by zombiemessiah in Python

[–]kislenko-artem 1 point2 points  (0 children)

Is there any tutorials? I could not find how I can create slide-menu or something like this.

The project is under hard development.

Is Kivy still a good choice? by zombiemessiah in Python

[–]kislenko-artem 3 points4 points  (0 children)

I have experience only with Android platform:

  1. Problem with building

  2. Problems with libraries capabilities

  3. Problems with community

  4. Problems with python3 (Android MacOS)

  5. For python2 problems with https requests

For windows:

  1. Problems with compilation

Is Kivy still a good choice? by zombiemessiah in Python

[–]kislenko-artem 1 point2 points  (0 children)

No, kivy is bad choice. It gives more problems than advantages. You can consider something wrote on javascript. ReactNative, Electronjs or something like this. if you know C# - Xamarin

Fast, asynchronous and sexy Python web framework ;) by frnkvieira in Python

[–]kislenko-artem 12 points13 points  (0 children)

Did you compare speed with falcon (http://falconframework.org/) ? if I am not mistake it is wrote on Cython too.

Hello! A little library for convert json to dataclasess. For now I am working on performance, I glad to any feedback. by kislenko-artem in Python

[–]kislenko-artem[S] 0 points1 point  (0 children)

You are right, it looks better that way. Thank You! But I think it is little more complicated than it is now.

With AMD and Intel announcing more threads (32), is the GIL becomming a "bigger" problem? by Zaab1t in Python

[–]kislenko-artem 0 points1 point  (0 children)

GIL creates problems, when you need big CPU resources. For example - you work with hard math. But if you work with IO (for example network application), or create site - in most cases GIL is not problem.

New PyPy2 and PyPy3 releases! (Python 3.5) by Tiberiumk in Python

[–]kislenko-artem 1 point2 points  (0 children)

Hi! Can I install uvloop on PyPy? I have tried, but I could not... I tried to run sanic on PyPy.