Live data from Hacker News

Viewing profile — denfromufa

denfromufa

HN member
Joined
Mon, Jun 06, 2016, 6:22 AM UTC
HN karma
245
Public activity
155 items

About denfromufa

ai code agents | co-founded aikynetix

Recent public activity

  1. comment
    Comment #43884685

    This is very cool, are all these command-line tools open-source?

  2. comment
    Comment #43884681

    If you can define this as a feature request to pdfmini, please submit it on github, e.g. drag-and-drop flow builder

  3. comment
    Comment #43884344

    My wife hit a wall trying to upload a hefty PDF - every “shrink” tool we tried barely compressed the size, and some even made it larger! Frustrated by the state of PDF compressors …

  4. comment
    Comment #40275481

    I would appreciate if stackoverflow integrated something like a REPL or replit in their Q&A to reproduce example easily (maybe even CI?). For Python it would actually be very easy …

  5. comment
    Comment #39437837

    The highlight of this event was running with Jeff at Rice University before his talk: https://x.com/JeffDean/status/1756319820482592838?s=20

  6. comment
    Comment #38495959

    Can you please tell more about your ML stack?

  7. comment
    Comment #38495949

    Can you please tell more about the ML stack?

  8. comment
    Comment #38495737

    When are you expecting applied scientist position to open?

  9. comment
    Comment #31879723

    VirtualBuddy is still experimental

  10. comment
    Comment #31879708

    Does Rosetta still work in the virtualized MacOS in Parallels?

  11. comment
    Comment #31879701

    Does Rosetta still work in the virtualized MacOS when using Apple’s virtualization framework?

  12. comment
    Comment #31879676

    This looks like a better open-source option: https://github.com/KhaosT/MacVM

  13. comment
    Comment #31879673

    Anyone using Parallels to virtualize MacOS on M1 Macs?

  14. comment
    Comment #23513579

    One of the most important things not mentioned in the article is sleep. Not enough sleep and your diet will change. Not enough sleep and your body will not finish recovering overni…

  15. comment
    Comment #18127764

    @jph00 where do I find lstm/gru/seq2seq layers for time-series sequence predictions (not text)? Also interested in autoencoder implementations. The fast.ai docs search does not rea…

  16. comment
    Comment #17112135

    AGPL would be a restriction if you need to deploy this model on top of PlaidML in production. It is still very useful during the training time after which the neural network can be…

  17. comment
    Comment #15754590

    https://github.com/Maratyszcza/PeachPy

  18. comment
    Comment #15589529

    The results are income do not reflect the location, which is really important in US.

  19. comment
    Comment #15404041

    is there open-source implementation on github?

  20. comment
    Comment #15265831

    Main features added to IPython: - Show function signature in the terminal while completing. - Assignments can trigger the display mechanism. - IPdb can be called recursively. - Sup…

  21. story
  22. comment
    Comment #15014870

    Will this work with CFFI?

  23. comment
    Comment #14999108

    Strange that no one has mentioned xonsh here: http://xon.sh

  24. comment
    Comment #14817773

    I was really surprised how efficient numpy arrays were at finding all combinations of the pieces. The backtracking is not using recursion, but instead a stack. This makes it more v…

  25. comment
    Comment #14807280

    wow, this is insightful generalization