Live data from Hacker News

Viewing profile — pod_krad

pod_krad

HN member
Joined
Sun, Dec 22, 2024, 11:53 PM UTC
HN karma
132
Public activity
25 items

About pod_krad

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48381174

    Under Windows I use following keys to switch among 3 languages: ctrl+8, ctrl+9, ctrl+0. No Autohotkey is required for that, Windows has built-in feature to redefine these keys comb…

  3. comment
    Comment #47917501

    >non-automatable windows servers They are fully automatable, actually. Powershell is all you need fo that, plus, maybe, Active Directory.

  4. comment
    Comment #47362060

    >a search engine always gives multiple results and it is on me to read and compare. i usually look at the first half a dozen or so results Why do you think they're the best? You ju…

  5. comment
    Comment #46322712

    Excel Solver allows you to create target function with different variables and describe limits for them. Then you may try to find maximum, minimum or exact value for the target fun…

  6. comment
    Comment #46156751

    They support Oracle Linux. It is almost the same as RHEL.

  7. comment
    Comment #46029004

    There won't be any other front. Just stop fantasizing. Russia has the same regime as China. China is sponsoring Russia's war with Ukraine by buying Russian oil, supplying dual-use …

  8. comment
    Comment #46028971

    Russia will never fight against China. Moreover, Russia can already be considered a Chinese province.

  9. comment
    Comment #46028917

    >If the USA can be granted amnesty for its war crimes, why can't other nations? /s So, criminal code is not necessary anymore? That is your logic? As someone might escape from the …

  10. comment
    Comment #46028853

    >Incremental progress would be a peace negotiation which brings both nations back to the realm of economic exchange, and an end to the senseless mass murder of innocents. Again you…

  11. comment
    Comment #46028779

    > I personally feel that this plan has to proceed, or else the entire world is going to see the conflict expand to our own borders. It looks like you completely don't understand wh…

  12. comment
    Comment #45631154

    >Most cases But not all of them, right? I don't need scaling across different hosts, but I need scaling between different threads on the same host. And I don't want for that Postgr…

  13. comment
    Comment #45631115

    I have such application. It scans hosts for gathering some information in several parallel threads. Then each thread stores part of this information in Sqlite database.

  14. comment
    Comment #45321902

    It seems you didn't get the point. Why spending my time for learning those things, if in another language you may perfectly live without them?

  15. comment
    Comment #45321697

    >people overstate its complexity without much study/experience The is no need in any experience to have ability to estimate C++ complexity. C++ specification is about 1500 pages.

  16. comment
    Comment #44859614

    Rust is not only about ownership or ints with specific bit lengths. It is about powerful type system which is quite important in business logic (if you have enough knowledge to use…

  17. comment
    Comment #44859587

    >Nothing of that is a sales pitch for me. Just imagine the case, when you may save on a cloud several hundred thousand dollars per year just choosing more effective programming lan…

  18. comment
    Comment #44078570

    I disagree. It requires to know Python, YAML, Jinja2, own set of commands. It requires careful developing of playbooks. It is slow. It is complicated for non-standard cases where y…

  19. comment
    Comment #43677861

    In early versions (before 1.0) Rust already had GC. But then it was removed.

  20. comment
    Comment #43618898

    Garbage Collector acts mainly in unpredictable way. I mean it is possible it won't free memory even if counter is zero already. This is not true if we are talking about Rust.

  21. comment
    Comment #42562979

    So, you can't rely that someone will follow that style in Zig. That is my point.

  22. comment
    Comment #42557235

    >The idiomatic way to handle that is with some combination of `defer` and `errdefer`. Then, in code, there are no lines between alloc/free, and if a try would exit before the free …

  23. comment
    Comment #42557196

    >1) Lack of a garbage collector does not make your program faster, it makes the performance more easily predictable in terms of latency. AFAIK, some time ago non-predicable GC beha…

  24. comment
    Comment #42555453

    >In particular the bit about "you can't write dlist in safe rust" routinely seems to surprise people, even reasonably expert Rust developers, I talk to in real life. Actually you c…

  25. comment