Live data from Hacker News

Viewing profile — tkcranny

tkcranny

HN member
Joined
Mon, Aug 28, 2023, 12:27 AM UTC
HN karma
237
Public activity
54 items

About tkcranny

No profile information was provided.

Recent public activity

  1. comment
    Comment #49254222

    Have you ever questioned the nature of your reality?

  2. comment
    Comment #48987981

    Infuse is terrific software, and supports jellyfin and smb. I use it for jellyfin and absolutely love my setup. I ditched plex because of missing Dolby audio support and all the us…

  3. comment
    Comment #48579732

    The Sofa App ( https://sofahq.com ) is great if you're on iOS & Mac. It has movie, show, and book meta data for keeping track of recommendations.

  4. comment
    Comment #48537348

    I'm no car guy, but that's a beautiful vehicle. How totally Japanese too; zany but rad.

  5. comment
    Comment #48510028

    Believe it when I see it. I feel like I’m in a time loop with these headlines.

  6. comment
    Comment #48480449

    I’ve stopped using Claude on the desktop, just because of how slow the app is to start up and interact with. It’s an absolute clunker; I’m mystified why they can’t ship something t…

  7. comment
    Comment #48029607

    It’s still dedicated ram on a separate chip, which is affected by supply shortages. The ram is soldered onto the SoC in close proximity to the main arm chip. What’s different is th…

  8. comment
    Comment #48002767

    I’m not clear on the difference between atom and RSS. Atom seemed to be the better spec, but for my Astro blog I ended up sticking to the built in `rss` helper it ships with.

  9. comment
  10. comment
    Comment #47737151

    There’s a lot to be said about his approach with go for simplicity. Python needs virtual environments, package managers, dependencies on disk, a wsgi/asgi server to run forked copi…

  11. comment
    Comment #47404948

    > It runs in a privileged environment separate from the kernel and blits the light directly onto the screen hardware. That explains how it can still be safe from even kernel-level …

  12. comment
    Comment #47329967

    Their working is exceptionally thorough, all the concerns about additional maths and transformations is well considered. I really have to wonder if introducing any semantic-changin…

  13. comment
    Comment #47173318

    Python too under the hood, a lot of its core is still from how it started as a quick way to do unixy/C things.

  14. comment
    Comment #46775824

    I don’t lose bags either, but airlines do. The AirTag let me tell United which building in Houston in ended up in (after getting lost at SFO), and refute their gaslighting multiple…

  15. comment
    Comment #45923502

    While it’s hardly insightful that SQL is useful, I would have liked to read more about what the actual workload involving duckdb on a local machine looked like. I’m fully on board …

  16. comment
    Comment #45804923

    I’ve spent a lot of time with both, and hands down the wired one is far more flakey. Granted I think that’s more a Mazda software issue, but a solid 10% of the time I get “CarPlay …

  17. comment
    Comment #45674677

    Looks like Django 6 is getting an offical task system. There’s no real world brokers or workers supported (at least built in), but still centralising around a standard interface mi…

  18. comment
    Comment #45510737

    Introducing JIT features has a lot of opportunities beyond numerical numpy/numba vectorisation. There’s endless amounts of hot loops, data shuffling, garbage collection, and monomo…

  19. comment
    Comment #45510698

    The release has a pretty cute logo of the snakes eating a pie: https://www.python.org/downloads/release/python-3140/

  20. comment
    Comment #45430607

    It’s true that phones cameras are miracles of technology, especially considering their size. But I take a modern Fuji traveling because the modern phone camera look is so over-proc…

  21. comment
    Comment #45268368

    Yeah it really was a social phenomena. Ten years ago conferences were swarmed with docker employees, swag, plenty of talks and excitement. The effort to introduce the concepts to t…

  22. comment
    Comment #44957687

    Oxc js a rust toolkit made by Void0, the mob that makes vite and vitest. These are highly regarded and performant additions to the Js/Ts ecosystem. Oxlint is a alternative to eslin…

  23. comment
    Comment #44935584

    That site is misleading. Even putting aside regulations for many of the elements, everything after plutonium does not occur in nature and is made synthetically in individual atomic…

  24. comment
    Comment #44930657

    It’s a TS/JS to wasm to C tool chain, that runs the same JS a dozen times faster than on node. Very cool approach, and lambda cold starts are definitely where it ought to shine. Th…

  25. comment
    Comment #44780405

    It has native TS and JSX support, excellent spy, module, and DOM mocking, benchmarking, works with vite configs, and parallelises tests to be really fast.