Live data from Hacker News

Viewing profile — crowlKats

crowlKats

HN member
Joined
Wed, Feb 17, 2021, 2:24 PM UTC
HN karma
38
Public activity
25 items

About crowlKats

No profile information was provided.

Recent public activity

  1. comment
    Comment #48630756

    apologies, this is inaccurate currently, will get things updated

  2. comment
    Comment #46890429

    could you try again? it should be available now (no need to update deno CLI)

  3. comment
  4. story
  5. comment
    Comment #39262874

    it actually does: its not part of the WebGPU API directly itself, but its separate: https://deno.com/blog/v1.40#webgpu-windowing--bring-your-own...

  6. comment
    Comment #38710381

    yes, the doc.deno.land is relatively outdated and uses an old system. our static generator via the doc subcommand and registry are the newer systems

  7. comment
    Comment #38703637

    Hey, Leo from Deno here. We recently released a static HTML documentation generator via our `deno doc` subcommand. We also have a similar system for our registry (here an example: …

  8. story
  9. comment
    Comment #33362604

    There are no removals in the CLI, and std is considered unstable, and due to that has different versioning that is still in 0.x

  10. comment
    Comment #32469308

    ARM64 builds are something that has been getting investigated. The biggest problem is that github doesnt provide any ARM64 runners, so workarounds around that are necessary

  11. comment
    Comment #32469280

    deps.ts is currently the most common way, however new projects like fresh use import maps. the problem with importmaps is they are not composable, as such, using an importmap for a…

  12. comment
    Comment #31829265

    proper applications as well. example is the https://deno.land website has an average CPU time of 6ms. CPU time means it doesnt include any IO bound operations, so ie doing a fetch …

  13. comment
    Comment #31829212

    The wording in that blogpost might be a bit off, here it is more in-depth: https://deno.com/blog/netlify-edge-functions-on-deno-deploy Netlify is using Deploy

  14. comment
    Comment #31829116

    The M1 builds are made manually by us, as github doesnt provide any runners. the same problem does apply for linux arm, however we don't have any arm linux systems any one of the m…

  15. comment
    Comment #31827894

    No, Netlify actually uses Deno to some degree: https://www.netlify.com/blog/announcing-serverless-compute-w...

  16. comment
    Comment #31727766

    > It is using silly naming conventions in filenames as an alternative to specifying routes. eg /users/[name].tsx for /users/:name Its a convention also used by Next.js, so it is ju…

  17. comment
    Comment #31727084

    a deno.dev subdomain is provided to all deno deploy projects ( https://deno.com/deploy )

  18. comment
    Comment #31331503

    https://deno.land/install.sh is a redirect to https://deno.land/x/install.sh , which is treated as any /x/ (community) module. These modules are immutable clones of github tags (in…

  19. comment
    Comment #30937488

    I wouldnt say an iframe and this are in any way shape or form comparable. this is a "full-fledged" website. > except that if node.land or crux.land go down, you've lost your reprod…

  20. comment
    Comment #28609874

    Deno uses tokio instead of libuv. Deno comes with a large amount of tooling built-in: formatting, testing, linting, documentation, and other

  21. story
  22. comment
    Comment #26326332

    Yes, there is the unstable plugin system that can be used for that

  23. comment
    Comment #26325237

    For people seeking a solution, one can use deno_dom, which implements various DOM related APIs, including DOMParser, which lets you parse XML

  24. comment
    Comment #26325230

    The problem is that the blogpost added videos, which made cloudflare trigger and think that all the .ts files we distrubte are MPEG Transport Stream files, which would violate CF's…

  25. comment
    Comment #26323848

    There is also Google's Dawn implementation