Live data from Hacker News

Viewing profile — muzakthings

muzakthings

HN member
Joined
Fri, Dec 06, 2013, 5:00 PM UTC
HN karma
132
Public activity
56 items

About muzakthings

No profile information was provided.

Recent public activity

  1. comment
    Comment #45366003

    A PyTorch-based musical mel-frequency transform for audio processing, optimized for performance and ONNX compatibility. If you've ever wanted audio features that directly represent…

  2. story
  3. comment
    Comment #41251210

    very cool. how are you creating the control vectors? curious since the word "cold" can be both a conversational disposition and a temperature (same word)

  4. comment
    Comment #28132458

    Of course not! :) The Ray ecosystem is actually chalk full of integrations, from XGBoost Ray ( https://docs.ray.io/en/master/xgboost-ray.html ), to PyTorch on Ray ( https://docs.ra…

  5. story
  6. comment
    Comment #23743104

    For Python I'd recommend: https://github.com/worldveil/deuces

  7. comment
    Comment #23139002

    I have Comcast. I did it with this guide: https://willdrevo.com/blocking-ads-with-pihole-mac-os-x-ipho...

  8. comment
    Comment #23118035

    I would love to see an ELI5 writeup of this. For instance, I can't quite warp my head around - how are they storing neuron state in the lattice?

  9. comment
    Comment #22189640

    what kind of DSP were you doing? can I come work for you haha

  10. comment
    Comment #20913733

    Tile images, set randomness, build videos with tile images, and do face alignment montages with embedding network: https://github.com/worldveil/photomosaic

  11. comment
    Comment #20913683

    yep. https://github.com/worldveil/photomosaic

  12. comment
    Comment #20712736

    this is super cool. do you think the primary demand driver for your sales will be 1) gov't mandates, or 2) cattle farmers wanting to differentiate their meat to eco-conscious custo…

  13. comment
    Comment #18677073

    Right. The opacity setting is superimposed after the tile assignment. Thus you can have both. I’ve found that opacity if 0.7 is often a nice compromise.

  14. comment
    Comment #18676806

    Both! You can experiment with —-best-k and —randomness Basically what this will do is assign each tile less than 100% of the time randomly and then for each that isn’t, you choose …

  15. comment
    Comment #18676013

    Totally. Everything improves with more images since that’s your palette for painting, so to speak. The ones I posted were with less than 100 images so you can definitely do better.…

  16. comment
    Comment #18675688

    Right. See my comment above. As to why it was in the project: If you treat each pixel as an example vector in 3 dimensions and cluster, you get the “dominant” colors for the image.…

  17. comment
    Comment #18675662

    It didn’t make a ton of difference empirically when I tried it. But you’re correct, generally that’s the space you want to be in.

  18. comment
    Comment #18675634

    Naw I had used the Kmeans part for extracting dominant colors. I was thinking about using it to generate cards and using the top K colors for the background of the card. As I menti…

  19. comment
    Comment #18675620

    The face montage building trains a linear classifier on top of the pretrained embedding network - it’s the portion that talks about creating a training folder of your face. But yes…

  20. story
  21. comment
    Comment #16916156

    This is super cool! Do you have planned support for consensus-type mutlisig access? (ie: needing M of N approvals to acccess resources)

  22. comment
    Comment #16481240

    This guy needs to take a Stats 101 class. Taking a biased sample of Reddit posts and claiming that it must equate a liquidity crisis at the world's largest crypto exchange? Please.…

  23. comment
    Comment #15069840

    If you're using a free service with no ads, then of course they are selling any data you give them access to. This isn't really news.

  24. comment
    Comment #14499313

    1) Does it integrate with my calls from my iOS / emails from gmail? So that I can sort by "least recently connected"? otherwise writing notes each time and looking it up gets tires…

  25. comment
    Comment #14056933

    Just because you shuffle the examples on a single phone/user doesn't make it stochastic. The entire point of using stochasticity (ie: random shuffling) is to avoid similar and/or a…