Live data from Hacker News

Viewing profile — lcnielsen

lcnielsen

HN member
Joined
Sun, Oct 13, 2024, 3:08 PM UTC
HN karma
38
Public activity
17 items

About lcnielsen

No profile information was provided.

Recent public activity

  1. comment
    Comment #48396336

    > AI accelerators used in DC are not really "graphic cards" any more, you ain't running gaming on it I think the lighter 40 series cards like L40 still have OK graphics features. B…

  2. comment
    Comment #46559067

    This is a feature I've been waiting for for a long time - finally, something that makes File Explorer _slower_.

  3. comment
    Comment #46285326

    Except literally everyone who needs a functioning queue system.

  4. comment
    Comment #46278621

    I'm not going to say Slurm is great (its API:s are awfully inconsistent and there's a lot of code churn between versions leading to subtle behaviour changes in prod), but it's an i…

  5. comment
    Comment #45519625

    There's a ton but it's pretty scattered. Yurii Nesterov's a big name, for example.

  6. comment
    Comment #45507244

    Yeah, I did a lot of traditional optimization problems during my Ph. D., this type of expression pops up all the time with higher-order gradient-based methods. You rescale or other…

  7. comment
    Comment #44614437

    > No one is locked into Offive because of file formats A lot of people are locked in because those import/export features are typically imperfect (or perhaps the documents themselv…

  8. comment
    Comment #44614307

    > Looking at Latex, I don't think hand tuning some parameters until you get right look in every single case is much better user experience... Having written many papers, reports an…

  9. comment
    Comment #44614240

    Plus with any kind of effort put into a standard browser setting you could easily have some granularity, like: accept anonymous ephemeral data collected to improve website, but not…

  10. comment
    Comment #44614216

    Because they track usage stats for site development purposes, and there was no convergence on an agreed upon standard interface for browsers since nobody would respect it. Their ba…

  11. comment
    Comment #44613848

    Yeah, but the only reason for this time wasteage is because website operators refuse to accept what would become the fallback default of "minimal", for which they would not need to…

  12. comment
    Comment #44613667

    I don't think the cookie law is that impractical? It's easy to comply with by just not storing non-essential user information. It would have been completely nondisruptive if platfo…

  13. comment
    Comment #44568191

    The kind of CUDA you or I would write is not very hardware specific (a few constants here and there) but the kind of CUDA behind cuBLAS with a million magic flags, inline PTX ("GPU…

  14. comment
    Comment #44568168

    > funny how efficient markets work. Can one really speak of efficient markets when there are multiple near molopolies at various steps in the production chain with massive integrat…

  15. comment
    Comment #44307623

    The problem with those are the iffy headless support. For Gnome it kind of works as long as you don't run into keyring issues (you will, the credentials management for gnome-remote…

  16. comment
    Comment #44250534

    This is literally the best thing about Unix tools. You can write a compact little Awk script and pipe that with a few coreutils to parse mountains of text into sensible data. I use…

  17. comment
    Comment #42844899

    I spent a substantial part of my Ph.D. dealing with this stuff, existing frameworks and algorithms were not suitable for our exact use-case and implementation. I had more bugs/arte…