Live data from Hacker News

Viewing profile — stfwn

stfwn

HN member
Joined
Tue, May 09, 2017, 3:25 PM UTC
HN karma
830
Public activity
136 items

About stfwn

MSc in artificial intelligence

www.stfwn.com

mail: hi@the_domain_above

Recent public activity

  1. comment
    Comment #38191793

    It seems like this page is updated with the followup questions asked by every visitor. That's an easy way to leak your search history and it's (amusingly) happening live as I'm typ…

  2. comment
    Comment #34388299

    For me, the gradual build up of (1) maximum likelihood estimation to (2) maximum a posteriori estimation to (3) full posterior approximation (or posterior sampling) was helpful to …

  3. comment
    Comment #32148350

    Slight tangent: does anyone know of a good source for more useful blog posts on ML in the wild? Many that I come across are a funnel into some product, are very short, too theoreti…

  4. comment
    Comment #30359563

    That's such a cool nugget of information. The Versailles one is apparently A = 435 Hz, the 'diapason normal'. Nowadays we mostly use concert pitch at A = 440 Hz. The 99% Invisible …

  5. comment
    Comment #26598468

    Conventional methods of rendering 3D objects and spaces rely on specifying geometry and material properties in some format. You then simulate a viewpoint using that info and physic…

  6. story
  7. comment
  8. comment
    Comment #25828009

    How do you deal with adversarial/byzantine updates that attempt to degrade performance or even install a backdoor? Do you use plain averaging, or some other aggregation algorithm l…

  9. comment
  10. comment
    Comment #25486538

    The last time a post like this appeared on HN prompted me to write a gist with a simple neural network in Python (with Numpy). It downloads the MNIST dataset for you, trains a full…

  11. comment
    Comment #25482908

    Yes, I'm also using Hetzner and have not run into any limits in what plugins you can install and use yet. They used to call 'storage share' just 'Nextcloud', but moved it to the ne…

  12. comment
    Comment #25442798

    In macOS it is not entirely clear to me what category of things the cmd key is for. On one hand it's used for keyboard shortcuts related to window management and the system, but on…

  13. comment
    Comment #25442435

    These are exactly the type of silly applications that are needed on macOS because the OS too locked down, or at least not made for people who like to do this type of stuff. On Linu…

  14. comment
    Comment #25440915

    I used to be all in on Apple. On macOS I had a little program called Magnet to snap windows to sides and corners, and on my iPad (with external keyboard) I SSH’d into a VPS to writ…

  15. comment
  16. comment
    Comment #25397674

    I studied piano full-time for a short while. My favorite thing about it was how working on my technique or a particularly tricky rhythmic pattern tickled my brain. I often found th…

  17. comment
    Comment #25302431

    Fiducial markers are commonly used in photogrammetry to either speed up the process, make the resulting model more accurate or a balance of both depending on what the user is looki…

  18. comment
    Comment #25301005

    I once had to count the number of set bits (the Hamming weight) for an assignment. It had to be done in under 40 bitwise ops, without loops and with constants of up to 8 bits. The …

  19. comment
    Comment #25300283

    In June I worked on a comparison of the original NeRF [1] to a state of the art proprietary photogrammetry method. The photogrammetry method could process ~80GB worth of 24MP photo…

  20. comment
    Comment #25197147

    > A key feature of neural networks is that the outputs are a nonlinear function of the inputs. However, steering a 2D car is simple enough that a linear function is more than suffi…

  21. comment
    Comment #24389868

    I spoke to someone who started working in sheet piling when he was 16. This is in the Netherlands, so plenty of that to go around. He stayed with his parents and saved until he cou…

  22. comment
    Comment #24239594

    > Even if Apple agreed to the demands and made the options available to all developers, Epic would have an advantage. I don't know that that's the case. Steam, the Humble Store, GO…

  23. comment
    Comment #24200341

    Cool! I really like the (upcoming) idea of watching your own online profiles on HN and such for upvotes and saving those pages. It’s essentially what I already use those upvotes fo…

  24. comment
    Comment #22718012

    Fwiw, you can run Pi-hole locally just fine. But using the hosts file like Maza does may be a little bit faster than running a DNS-server.

  25. comment
    Comment #22663149

    Pruning in general is about trimming larger structures down. This is nice for using a network, but indeed doesn’t help with training it. Lottery tickets on the other hand are confi…