Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
v_lisivka
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
v_lisivka
7y ago
Major trade partners of Ukraine in 2018 are: EU(import ~55%/export 45,1%), RF(import 14.3%, export: 7,3%), China(import 12.2%, export 4.3%), USA(import 5.4%/export 2.2%), and so on. > It clearly contradicts your statement that
2.
▲
by
v_lisivka
7y ago
It looks like you right: sleeping in S0 is not supported by Linux, only Windows does this: ACPI Sleep States (S0 - S5) •S0: Normal Powered-On state •S1 Standby •S2: Not supported •S3 Suspend to Ram •S4 Suspend to Disk
3.
▲
by
v_lisivka
7y ago
These claims are not russophobic. We are at war with Russian Federation for 5 years. It's clearly demonstrates that we have no phobia. They are anti-russian. Please, list claims you are interested to dig in.
4.
▲
by
v_lisivka
7y ago
So, you say, Russia seems to counter-present USA propaganda as something the good guys do? It's looks stupid. Maybe I misunderstood you. Can you say explicitly, who does good propaganda, and who does bad propaganda? Who is good and who
5.
▲
by
v_lisivka
7y ago
See https://euvsdisinfo.eu/ About EU vs Disinformation campaign This website is part of a campaign to better forecast, address and respond to pro-Kremlin disinformation. The ‘EU versus Disinformation’ campaign is run by the
6.
▲
by
v_lisivka
7y ago
1) We are out of coal now. 2) All coal plants in the world combined cannot make land inhabitable for millennia.
7.
▲
by
v_lisivka
7y ago
Cancer rate continue to grow here at steady rate. My neighbors died because of cancer, my brother has tumor. Tell your nice story to someone else, please.
8.
▲
by
v_lisivka
7y ago
Number looks very little, if compared to Russia backing. Russia has whole TV channels backed by FSB, whole troll fabrics, and their own agents even in major Western media. Why few orders of magnitude greater effort cannot help Russia, while
9.
▲
by
v_lisivka
7y ago
Nuclear is slow to operate, so it needs batteries to handle peaks during day. Nuclear can provide baseline power only. Solar panel can be installed at roofs, so it can double as shelter, and power loss due to transmission can be lowered. Ba
10.
▲
by
v_lisivka
7y ago
In Ukrainian. See graphic at page 235 (Thyroid cancer level growth since tragedy). http://irbis-nbuv.gov.ua/cgi-bin/irbis_nbuv/cgiirbis_64.exe?... My brothers were unable to escape. Younger brother had problems wi
11.
▲
by
v_lisivka
7y ago
I can drive to Chornobyl by bicycle. I just don't want that. Wildlife is thriving in my area too, because people abandon homes and move to cities instead. However, if you like it, you can create similar exclusion zone near to you. Just
12.
▲
by
v_lisivka
7y ago
Chornobyl's exclusion zone covered small part of contaminated area only. My parent's home is in contaminated area, but nobody was evacuated. Cancer rate is 2.5x larger at average in four regions of Ukraine, which are near to Chorn
13.
▲
by
v_lisivka
7y ago
Dams also protects people from floods, so they are net positive.
14.
▲
by
v_lisivka
7y ago
IMHO, a preprocessor can be used to convert from square-brackets format into markdown format, e.g. to highlight urgent and high priority entries with different colors. Sometimes, I need to share my TODO list with a manager. However, even in
15.
▲
by
v_lisivka
7y ago
I live near to Chornobyl. Many of us are died because of cancer, which is 2x-3x more common here, even when statistic diluted by clean areas. I can help you to move, if you wish.
16.
▲
by
v_lisivka
7y ago
Yeah, even Sun will blow and destroy our Solar system, so solar energy is not safe too. BTW: Will you move to Chornobyl to demonstrate that radioactivity is safe? Land is cheap here.
17.
▲
by
v_lisivka
7y ago
Yeah, it's sad that people refuse to live at Chornobyl, Fucusima, or many other safe places. So much of land is just wasted because of this irrational fear.
18.
▲
by
v_lisivka
7y ago
I use just plain text file opened in plain text editor with following conventions: # Topic [ ] A task. @tag #ticket [ ] A subtask. [ ] A sub-sub-task. [+] Completed task. [-] Failed task. [.] Partially completed task.
19.
▲
by
v_lisivka
7y ago
Look at the program: fn find_replaced_sequence_length(sequence: String) -> usize { // Replace the following patterns, one at a time: let substs = vec![ ("tHa[Nt]", "<4>"), (
20.
▲
by
v_lisivka
7y ago
Why not just use a console file manager, like mc?
21.
▲
by
v_lisivka
7y ago
Because hardware acceleration is used in C and C++ versions. I will fix this soon.
22.
▲
by
v_lisivka
7y ago
If you discard regexredux, then Rust is faster than C and C++ at average: see average bar at "How many times slower graph" [1]. regexredux program is outlier in Rust, because replacement of a regex in string is slower in regex cra
23.
▲
by
v_lisivka
7y ago
Concurrency in Rust is extremely easy, because it safe by design. Just import rayon crate and change iter() to par_iter() [1]. Compiler will point out to problems, e.g. it will not allow to send a type, which cannot be used concurrently, un
24.
▲
by
v_lisivka
7y ago
We already know the answer: https://en.wikipedia.org/wiki/First_Opium_War . In the 17th and 18th centuries, the demand for Chinese goods (particularly silk, porcelain, and tea) in Europe created a trade imbalance betwe
25.
▲
by
v_lisivka
7y ago
"no failures noted" != "no failures".
26.
▲
by
v_lisivka
7y ago
> where are the Gtk1-compat libraries? Here: https://github.com/openSUSE/gtk1-compat > and all they do is freeze the API in time without any updates to the provided functionality Yep. > where are the SDL1-comp
27.
▲
by
v_lisivka
7y ago
Your helping hand is welcome! Even coordination of developers toward solution is helping a lot, because we have no free but dedicated managers. We are developers after all. Create ticket in bug trackers of all major distributions and descri
28.
▲
by
v_lisivka
7y ago
Linux is working perfectly on lot of servers, computers, smartphones. It holds steady third place in the world rating for desktops, first place for smartphones, dominant at server/embedded/supercomputer markets. If a developer rel
29.
▲
by
v_lisivka
7y ago
There are *-compat[1] packages for backward compatibility. You are welcome to support them, if you really need them. [1]: https://pkgs.org/download/-compat
30.
▲
by
v_lisivka
7y ago
Flatpack, snap, aappimage, docker, static linking, etc. are solving other problem: how to bypass package manager and ship outdated and buggy libraries to user, because it will save some money for developer at expense of user. Whole GNU foun
More ›