Live data from Hacker News

Viewing profile — huyegn

huyegn

HN member
Joined
Thu, Aug 06, 2009, 7:52 PM UTC
HN karma
144
Public activity
35 items

About huyegn

computer vision, visual search

https://everyhue.me

Recent public activity

  1. comment
    Comment #43756277

    I liked the pipelining syntax so much from pyspark and linq that I ended up implementing my own mini linq-like library for python to use in local development. It's mainly used in q…

  2. comment
    Comment #40701925

    please do update us

  3. comment
    Comment #40701899

    What did you do to improve?

  4. comment
    Comment #40684364

    Swift for all its niceties still suffers from a habit of inherently tying its conventions to Apple and its "appleisms" when coding. Tasks that should be relatively straightforward …

  5. comment
    Comment #22360660

    Meanwhile a man from the Westerdam cruise ship, where one passenger already tested positive, escapes quarantine, books ubers, and multiple flights, is arriving back in Seattle: htt…

  6. comment
    Comment #22337177

    As someone who has done frontend dev on the web, I find SwiftUI refreshingly good. Using SwiftUI is the first time ui programming on iOS has clicked for me. For anyone getting into…

  7. comment
    Comment #22253816

    I stated that rather than explainability, for most use cases, people just want calibrated and robust uncertainty estimates NOT low quality and uncalibrated uncertainties estimates.…

  8. comment
    Comment #22253352

    That's an interesting idea and I get the motivation. I often wonder if we're already able explain predictions. There are things like gradcam to determine which inputs caused which …

  9. comment
    Comment #22250247

    I agree with Yann here ... I think the demand for explainability is like a person asking for a "faster horse" when what they really need is a car. When people ask for explainable m…

  10. comment
    Comment #8632856

    Absolutely agree with this. Another nice illustration of how when arrival rate is greater than departure rate we get overflowing queues: http://setosa.io/blog/2014/09/02/gridlock/i…

  11. comment
    Comment #8622695

    Wow, I just read through the documentation for the Nix package manager and it's a breath of fresh air...Source based builds but with the convenience of pre-compiled binaries hashed…

  12. comment
    Comment #3420349

    To get around the problem of child subprocesses spewing out too much output and blocking the parent process, one can provide an open file handle to the stdout/stderr arguments of t…

  13. comment
    Comment #3193303

    We're also looking into getting a designer for our site, I'd be interested in hearing how you managed the project. When you started with your designer, how did you convey the type …

  14. comment
    Comment #2899763

    We used this technique once in one of our twisted servers to quickly fix in-memory data structures that had been loaded from old sources. Recently, my team has been developing most…

  15. comment
    Comment #2743694

    If you liked Kernighan and Ritchie's "The C Programming Language", then you'll love "Programming In Lua". The first edition is available online here: http://www.lua.org/pil/ Like K…

  16. comment
    Comment #2365359

    Part of me thinks this is a genius marketing ploy. Seriously, outside of the few remaining die-hard fans, who even knew that Duke Nukem forever was still being developed? I certain…

  17. comment
    Comment #2251012

    I've been using http://tablib.org/ for awhile now to read in tabular data. With this summary fn and a few other functions to simplify the process of aggregating data into useful vi…

  18. comment
    Comment #2237924

    Hey Guys, This is my blog. FWIW, I've actually switched away from using the script mentioned in the link posted by OP and have moved towards using an improved version below. http:/…

  19. comment
    Comment #2228572

    We're also using Twisted a lot at my company, IQ Engines. It's powerful and has done a pretty good job for us so far. I just wish the documentation, which is crucial for getting ne…

  20. comment
    Comment #1962760

    It seems like this could be a good opportunity for us to make good use of newly available technologies. Not exactly sure how it would work yet but a Distributed DNS system could be…

  21. comment
    Comment #1777273

    I've always felt that autojump's "jump" command could be hit or miss when you had directories with similar paths. Because of this, I wrote a tool for myself to quickly jump around …

  22. comment
    Comment #1566935

    wanted to upvote nearlyfreespeech. Even though being a registrar is not their main business, their site is a no-bs godsend for managing your domains. My only wish is that they had …

  23. comment
    Comment #1566331

    I initially looked at languages like clojure, but the slow load times of the JVM put me off. Now that you mentioned gcj, I found this note from Rich Hickey: http://groups.google.co…

  24. story
    Ask HN: What's the equivalent to Python, Compiled?

    Setting aside the obvious grandaddy of cross-platform compiled languages, C, what would you use if you had to quickly create a suite of commandline utilities that had to work on se…

  25. comment
    Comment #1478267

    Hey reinvent, Send me an email (see the link in my profile) . I can help you get up to speed with Django, real-time systems, and the web industry if you can teach me something valu…