Live data from Hacker News

Viewing profile — stncls

stncls

HN member
Joined
Sat, Dec 05, 2020, 8:34 PM UTC
HN karma
1,094
Public activity
159 items

About stncls

{HN user name} -at- allmail.net

Recent public activity

  1. comment
    Comment #48687239

    Oh even if your org has a subscription, the fees are insane. You just don't see them. Things are slowly changing but I can't wait for this parasitic business model to collapse for …

  2. comment
    Comment #46418592

    > The simplest solution however is to use -mcmodel=large which changes all the relative CALL instructions to absolute JMP. Makes sense, but in the assembly output just after, there…

  3. comment
    Comment #44767685

    I don't know about "best", but I'm very happy with my last few Lenovo ThinkPads (X1 carbon, nano, some T-series). Before that, I had some Asus Zenbook, and everything worked as wel…

  4. comment
    Comment #44477878

    A good chunk of the day-to-day work of "operations research" consulting shops is scheduling. There is also dedicated software like Timefold, formerly RedHat OptaPlanner [0]. [0] ht…

  5. comment
    Comment #43937670

    You're right, but it's very subtle and complicated. In theory, the simplex method is not known to be polynomial-time, and it is likely that indeed it is not. Some variants of the s…

  6. comment
    Comment #43937395

    If this is business critical for you, you may want to switch to a faster solver. Glop is very nice, but it would be reasonable to expect a commercial solver (Gurobi, XPress, COpt) …

  7. comment
    Comment #43034435

    > Instead, cryptography needs problems that are hard in the average case, like the RSA problem, the discrete logarithm for elliptic curves, and the shortest vector problem for latt…

  8. comment
    Comment #43010201

    Floating-point is hard, and standards seem like they cater to lawyers rather than devs. But a few things are slightly misleading in the post. 1. It correctly quotes the IEEE754-200…

  9. story
  10. comment
    Comment #42961769

    I'm ready to believe that pipewire is imperfect (although I have personally experienced no crash, and did not have to configure anything), but the sentence from the original post i…

  11. comment
    Comment #42885234

    > Complexity > We present a polynomial-time algorithm achieving an approximation ratio below √2 for MVC, providing strong evidence that P = NP by efficiently solving a computationa…

  12. story
  13. comment
    Comment #40917239

    No vulnerability name, no website, concise description, neutral tone, precise list of affected distros (RHEL + derivatives and some EOL Fedoras) and even mention of unaffected dist…

  14. comment
    Comment #40917117

    Yes, only RHEL 9 (the current version of RHEL) and its upstreams/downstreams (CentOS Stream 9, Rocky Linux 9, Alma Linux 9,...). Also affected: Fedora 37, 36 and possibly 35, which…

  15. comment
    Comment #40820158

    So the AI part is because the customers state their problem in plain English? In your experience, do they prefer that rather than a GUI? Incidentally, what method do you use to sol…

  16. comment
    Comment #40582814

    The article is from 2018 and has had interesting discussion here before [1]. My conclusion is: In production, in a datacenter, when code is stable and compute-per-dollar efficiency…

  17. story
  18. comment
    Comment #39841147

    The music is off as well (second half of piece, I can't quite put my finger on it... Brass section may be out of tune?), but that part sounds more like a poor rendition by humans r…

  19. story
  20. comment
    Comment #39741076

    In many cases yes. Some single-threaded workloads are very sensitive to e.g. memory latency. They end up spending most of their time with the CPU waiting on a cache-missed memory l…

  21. comment
    Comment #39741038

    Tap water. I can't stop marveling at the fact that we have (mostly) unlimited, clean, drinkable water on demand and virtually for free. But also many other things, many of which ot…

  22. comment
    Comment #38919977

    I would answer "yes" to all your questions. > Was there a major theoretical development in the solver field that allowed this to happen ? A few major theoretical developments did h…

  23. story
  24. comment
    Comment #38846889

    This is precisely what optaplanner was designed to do. Note the optaplanner has been forked by its original author and main contributor when they left RedHat/IBM. The fork is calle…

  25. comment
    Comment #38846646

    I agree with grandparent that non-optimal solutions are often enough. But just to be complete, since TSP was mentioned here: We could solve TSP instances with >80k cities to optima…