HackerTrans
TopNewTrendsCommentsPastAskShowJobs

webknjaz

no profile record

Submissions

The `redhat.ansible` VS Code extension version 0.5.0 is now live

twitter.com
1 points·by webknjaz·hace 5 años·0 comments

comments

webknjaz
·hace 3 años·discuss
This viewpoint couldn't be more ruscist. Why do you push the terrorist mass murderer propaganda so hard?
webknjaz
·hace 3 años·discuss
It's that opening statement that invokes memories of how the ruscist regime justifies the mass murder. It's the first thing the reader sees and it sets the tone/perception. I was confused as well, had to reread the thing.
webknjaz
·hace 3 años·discuss
Before, as in 2012, right?
webknjaz
·hace 3 años·discuss
Urgh.. It's so unsettling how easy people fall for the "innocent act" of the person who routinely supports genocide. And it's a known systemic consistent behavior in the public statements — he's been supporting the mass murderers for many years. In his late post he suggests that the murdered Ukrainians are somehow the same as the ruscist rapists who killed them. In the past he was shifting the blame for the rssian fascist ethnical cleansing to Ukraine as well: https://twitter.com/TheLarkInn/status/1625276917363646465. He'd probably also blame black people for being enslaved, and rape victims too. This does correlate with the color of his passport but it's just that — a correlation. His actions* speak louder than words. Encouraging people to send him money equals indirectly funding the genocidal maniacs. Don't fund the terrorists, it's as simple as that.
webknjaz
·hace 3 años·discuss
It's a misconception that people hate him for being rssian. It's more like people dislike finding a consistent genocide apologist who has been publicly supporting the mass murderers for many years. This is a systemic position of his. In his late post he suggests that the murdered Ukrainians are somehow the same as the ruscist rapists who killed them. In the past he was shifting the blame for the rssian fascist ethnical cleansing to Ukraine as well: https://twitter.com/TheLarkInn/status/1625276917363646465. This does correlate with the color of his passport but it's just that — a correlation. His actions speak louder than words. Encouraging people to send him money equals indirectly funding the genocidal maniacs. Don't fund the terrorists, it's as simple as that.
webknjaz
·hace 4 años·discuss
Героям Слава!
webknjaz
·hace 5 años·discuss
It also has a lot of downsides which is why I avoid it, for example. The purpose of the article is not to point at other tools but to show how to use setuptools better.
webknjaz
·hace 5 años·discuss
Note that with the recent versions of `build` it's recommended not to pass `--sdist --wheel`. Just do:

    python -m build
With this invocation it'll produce an sdist, and then it'll build a wheel from that tarball, not from your Git checkout which is much closer to what pip does in the wild. When building both artifacts from a Git checkout, it's possible to mess up packaging making it impossible to produce a wheel out of an sdist (which is necessary in many places, including installs from tarballs that pip tries to build wheels from and downstream packaging in different OS ecosystems).
webknjaz
·hace 5 años·discuss
Save this tutorial to your bookmarks, then: https://packaging.python.org/tutorials/packaging-projects/#c...