Live data from Hacker News

Viewing profile — jamiejquinn

jamiejquinn

HN member
Joined
Tue, Oct 15, 2019, 10:31 AM UTC
HN karma
103
Public activity
55 items

About jamiejquinn

No profile information was provided.

Recent public activity

  1. comment
    Comment #49090617

    Hard agree. AFAIK Jon Blow's Braid couldn't be made with an existing engine (at the time) due to its time warping mechanics. That's a big reason I like developing games with framew…

  2. comment
    Comment #49087034

    That's interesting. Coming from C++ and Zig, the massive time "wasters" are metaprogramming features, i.e. Templates and comptime. Are Rust's macros the compile-time culprits?

  3. comment
    Comment #48944737

    I'm really sorry to be harsh but if you don't use programming languages and have never written a transpiler, why should anyone read your comment? You critique the approach as britt…

  4. comment
    Comment #48802107

    Right, that makes a lot of sense. Seems like reviewers can easily see and check those asserts to understand if the LLM has written something sensible (and I presume those asserts a…

  5. comment
  6. comment
    Comment #48793396

    This is an interesting approach. When you say no abstractions though, what do you actually mean? I would count functions as abstractions but do you mean classes/structs representin…

  7. comment
    Comment #48792163

    I disagree with your definition of meaningful here. Society's willingness to pay is certainly a signal for meaning in an output but it seems quite inaccurate. Think of the number o…

  8. comment
    Comment #48718259

    I was surprised to find out that material science uses up a significant amount of the compute time on the big research machines, at least here in the UK. It's both potentially lucr…

  9. comment
    Comment #48696281

    I've found trying to find a distraction-free editor a distraction in itself. I'd bet money that most authors using an old word processor had some external reason to use it (cost, a…

  10. comment
    Comment #48623926

    > it'd be a bug if they diverge That's a very nice rule of thumb. I've often overabstracted when two pieces of code look similar at one point in time and then they diverge.

  11. comment
    Comment #48396714

    That's typical of models that use the anelastic approximation, where it's useful for a number of reasons to rewrite the equations replacing the true vertical with a vertically stra…

  12. comment
    Comment #48391483

    Interestingly, most large-scale atmospheric models I know of use a (mostly) incompressble fluid approximation, even though air is obviously compressible at human scales. It just is…

  13. comment
    Comment #47931774

    Newer emulator or even a recompilation of an old one. I'd bet there are a few modern compiler tricks that would help even on decades old CPUs.

  14. comment
    Comment #47899591

    If he was an entirely rational being I would agree, but he clearly wasn't and he did hold both views that Scottish identity isn't worth anything and Scots are essentially identical…

  15. comment
    Comment #47896562

    Disregarding genuine differences between cultures and intentially treating those cultures as identical is racist. Turns out he did come around later in life - https://www.thenation…

  16. comment
    Comment #47887759

    I fundamentally agree with you. I don't think responsibility is quite the right word. But if they don't seem to care about a massive portion of their users, why are they building g…

  17. comment
    Comment #47887666

    An important collection of essays but I struggled to get over his racist claim that the English, Irish, Welsh and Scots are essentially all the same. Probably a good thing since I'…

  18. comment
    Comment #47803407

    Or that gulf doesn't exist for the problems they are trying to solve?

  19. comment
    Comment #47710995

    Absolutely sublime attention to detail. Reminds me of the series on fonts in Josh Ge's blog on Cogmind ( https://www.gridsagegames.com/blog/2014/09/cogmind-fonts/ )

  20. comment
    Comment #47313496

    CUDA having had such a wide moat for so long has completely warped the GPU software ecosystem. There just isn't any incentive for Nvidia to meaningfully contribute to any external,…

  21. comment
    Comment #46645187

    Delightful, I'll play about with both, thanks!

  22. comment
    Comment #46629985

    My understanding is all of Google's AI is trained and run on quite old but well designed TPUs. For a while the issue was that developing these AI models still needed flexibility an…

  23. comment
    Comment #46593574

    Can't agree more. I hope someone puts some work into a less painful way to manage strings in std. I would but I don't manipulate strings quite enough to support usecases more than …

  24. comment
    Comment #46585559

    I ran a pretty vanilla xfce setup from about 2010 until 2024 until I moved to i3. Xfce is great generally, pretty easy to backup and share the whole config, ideal collection of app…

  25. comment
    Comment #46096761

    Ditto... I love Zig as a language but I worry the high-level community builders (including Andrew) are a little too antagonistic to foster a positive, tolerant, patient community i…