Live data from Hacker News

Viewing profile — dpwm

dpwm

HN member
Joined
Sat, Feb 18, 2012, 9:38 PM UTC
HN karma
2,320
Public activity
528 items

About dpwm

No profile information was provided.

Recent public activity

  1. comment
    Comment #44040446

    It's a 32-bit unsigned integer, so that should give us until Feb 2106. > A time field is an unsigned 4-octet number containing the number of seconds elapsed since midnight, 1 Janua…

  2. comment
    Comment #42307706

    There don’t seem to be any challenges there yet, and the page states it doesn’t begin until December 9th.

  3. comment
    Comment #41788469

    From the PEP: > A tool will be provided to automatically update code to replace bare except: with except BaseException:.

  4. comment
    Comment #41509593

    Yeah that's the normal way in physics in my experience, certainly from undergrad level up.

  5. comment
    Comment #40996016

    As used on HN. It just works, even today.

  6. comment
    Comment #40974404

    The article links to Mozilla’s press release / blog entry about the acquisition of Anonym [0]. It’s pretty dystopian reading. The last three paragraphs and the summary of Anonym ar…

  7. comment
    Comment #40696891

    In England and Wales, at least, there’s even a legal principle that information produced by software is correct unless it is proven otherwise. [0] [0] https://openaccess.city.ac.uk…

  8. comment
    Comment #40598043

    About 1.8e20 US cups according to Google.

  9. comment
    Comment #40597838

    Well, that's the first time I've seen cubic miles used as a unit. For reference it's about 4.4e19 litres or 4.4e16 cubic metres.

  10. comment
  11. comment
    Comment #38579202

    Can confirm Bard is available in France and the UI has been translated to French.

  12. comment
    Comment #38417472

    For those interested in using AES with reduced rounds as a PRNG, it is covered in the paper "Parallel Random Numbers: As Easy as 1, 2, 3" by John Salmon et al. https://www.thesalmo…

  13. comment
    Comment #37895479

    Interesting article. Probably better to link directly to where it was originally published, because there are pictures: https://theconversation.com/if-the-first-solar-entrepreneur-…

  14. comment
    Comment #37205472

    > When the FreeBSD kernel boots in Firecracker (1 CPU, 128 MB RAM), it now spends 7% of its time running a bubblesort on its SYSINITs. It’s a 100x speed increase on 7% of the boot …

  15. comment
    Comment #36652558

    If you look up a data sheet for any 7483 variant, it is immediately notable: the first lines are something like "4-bit binary full adder" and the description says "…accept two 4-bi…

  16. comment
    Comment #36545779

    For garbage collection, which operates at runtime. Integers are unboxed; every other type requires additional data.

  17. comment
    Comment #35811841

    > We designed our initial solution as a distributed system using serverless components (for example, AWS Step Functions or AWS Lambda), which was a good choice for building the ser…

  18. comment
    Comment #35588544

    I’ve been asking questions about F# after a while of using OCaml. I’ve found GPT-4 to hallucinate syntax that doesn’t exist, such as being able to do open in a function. It’s actua…

  19. comment
    Comment #35490916

    Had to admit I came to the same conclusion when I read this part of the readme: > The NC license permits "use by any charitable organization, educational institution, public resear…

  20. comment
    Comment #35314202

    I have the kernel and zfs modules in IgnorePkg in /etc/pacman.conf. This way I have to update them explicitly. I usually have to manually install a kernel from archive.archlinux.or…

  21. comment
    Comment #35250545

    I have found Blender more than competent for my relatively simple video editing needs.

  22. comment
    Comment #33621431

    Here is an example in ocaml, where |> is the pipeline operator: https://cs3110.github.io/textbook/chapters/hop/pipelining.ht...

  23. comment
    Comment #33131218

    That post is dead, so by my understanding that will be why you can't comment on it.

  24. comment
    Comment #33026737

    If you were to have an array of such sensors, perhaps you'd be able to estimate direction of travel.

  25. comment
    Comment #33017600

    Having just recently played with astro, I can confirm it's got some really nice qualities. Things I liked about Astro: - It can use front-end js frameworks like Svelte and Vue as c…