Live data from Hacker News

Viewing profile — laund

laund

HN member
Joined
Fri, Jan 06, 2023, 3:47 PM UTC
HN karma
14
Public activity
10 items

About laund

No profile information was provided.

Recent public activity

  1. comment
    Comment #35998886

    there's also the option of using a different audio engine, if you're looking for a specific feature. for example bevy_kira_audio does this, though it may also be lacking the advanc…

  2. comment
    Comment #35998860

    thanks to Bevy already being built on the wgpu Rust crate, which implements a API similar to WebGPU but with many different backends, Bevy never really interacted with WebGL direct…

  3. comment
    Comment #35998808

    you might have better luck asking something with internet access, like Phind or even Bing AI than ChatGPT

  4. comment
    Comment #35998787

    if you want some insight into how some of the magic works, this is a nice resource: https://promethia-27.github.io/dependency_injection_like_bev...

  5. comment
    Comment #35401255

    i only really learnt Rust 1 year ago. Combined with a awful memory for names, i had no clue who wrote the article. Now, the thing is, it's entirely believable to me. Having witness…

  6. comment
  7. comment
    Comment #35295404

    i think they added the wrong cert. it was working earlier today.

  8. comment
    Comment #35295399

    same for raw.githubusercontent.com which is images, raw text files etc. certificte validity end date: Tue, 21 Mar 2023 23:59:59 GMT

  9. comment
    Comment #34279313

    You should also keep in mind that a lot of Rust library developers release many individual crates from within the same project, inflating the crate count somewhat.

  10. comment
    Comment #34276078

    Rust by default only does a full build really rarely. Ive gone through days, even weeks, of working on a project without a full build. Partial builds are of course way faster, espe…