Viewing profile — denfromufa
denfromufa
HN member- Joined
- Mon, Jun 06, 2016, 6:22 AM UTC
- HN karma
- 245
- Public activity
- 155 items
- HN profile
- View on Hacker News ↗
About denfromufa
Recent public activity
-
comment
Comment #43884685
This is very cool, are all these command-line tools open-source?
-
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
-
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 …
-
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 …
-
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
-
comment
Comment #38495959
Can you please tell more about your ML stack?
-
comment
Comment #38495949
Can you please tell more about the ML stack?
-
comment
Comment #38495737
When are you expecting applied scientist position to open?
-
comment
Comment #31879723
VirtualBuddy is still experimental
-
comment
Comment #31879708
Does Rosetta still work in the virtualized MacOS in Parallels?
-
comment
Comment #31879701
Does Rosetta still work in the virtualized MacOS when using Apple’s virtualization framework?
-
comment
Comment #31879676
This looks like a better open-source option: https://github.com/KhaosT/MacVM
-
comment
Comment #31879673
Anyone using Parallels to virtualize MacOS on M1 Macs?
-
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…
-
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…
-
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…
-
comment
Comment #15754590
https://github.com/Maratyszcza/PeachPy
-
comment
Comment #15589529
The results are income do not reflect the location, which is really important in US.
-
comment
Comment #15404041
is there open-source implementation on github?
-
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…
- story
-
comment
Comment #15014870
Will this work with CFFI?
-
comment
Comment #14999108
Strange that no one has mentioned xonsh here: http://xon.sh
-
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…
-
comment
Comment #14807280
wow, this is insightful generalization