Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
denfromufa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
denfromufa
1y ago
This is very cool, are all these command-line tools open-source?
2.
▲
by
denfromufa
1y ago
If you can define this as a feature request to pdfmini, please submit it on github, e.g. drag-and-drop flow builder
3.
▲
by
denfromufa
1y ago
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 (looking at you, Adobe), I turned to LLMs - Claude, Deepsee
4.
▲
by
denfromufa
2y ago
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 with backends such as Google Colab or even built-in Chat
5.
▲
by
denfromufa
3y ago
The highlight of this event was running with Jeff at Rice University before his talk: https://x.com/JeffDean/status/1756319820482592838?s=20
6.
▲
by
denfromufa
3y ago
Can you please tell more about your ML stack?
7.
▲
by
denfromufa
3y ago
Can you please tell more about the ML stack?
8.
▲
by
denfromufa
3y ago
When are you expecting applied scientist position to open?
9.
▲
by
denfromufa
4y ago
VirtualBuddy is still experimental
10.
▲
by
denfromufa
4y ago
Does Rosetta still work in the virtualized MacOS in Parallels?
11.
▲
by
denfromufa
4y ago
Does Rosetta still work in the virtualized MacOS when using Apple’s virtualization framework?
12.
▲
by
denfromufa
4y ago
This looks like a better open-source option: https://github.com/KhaosT/MacVM
13.
▲
by
denfromufa
4y ago
Anyone using Parallels to virtualize MacOS on M1 Macs?
14.
▲
by
denfromufa
6y ago
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 overnight. Read the book “Why we sleep”. It will change your life.
15.
▲
by
denfromufa
8y ago
@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 really work for this. What do you think about other n
16.
▲
by
denfromufa
8y ago
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 offloaded into production framework such as tensorflow.
17.
▲
by
denfromufa
9y ago
https://github.com/Maratyszcza/PeachPy
18.
▲
by
denfromufa
9y ago
The results are income do not reflect the location, which is really important in US.
19.
▲
by
denfromufa
9y ago
is there open-source implementation on github?
20.
▲
by
denfromufa
9y ago
Main features added to IPython: - Show function signature in the terminal while completing. - Assignments can trigger the display mechanism. - IPdb can be called recursively. - Support for system-wide configuration. - Built-in support for P
21.
▲
IPython 5.5 and 6.2, Jupyter Notebook 5.1 released
(medium.com)
1 points
by
denfromufa
9y ago
|
1 comments
22.
▲
by
denfromufa
9y ago
Will this work with CFFI?
23.
▲
by
denfromufa
9y ago
Strange that no one has mentioned xonsh here: http://xon.sh
24.
▲
by
denfromufa
9y ago
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 verbose to code and read, but easier to understand. I would l
25.
▲
by
denfromufa
9y ago
wow, this is insightful generalization
26.
▲
by
denfromufa
9y ago
I have a jupyter notebook about a similar game "Penguins on Ice", solved with rotation of numpy arrays: https://nbviewer.jupyter.org/gist/denfromufa/9a5e1fdeaf611dc...
27.
▲
by
denfromufa
9y ago
If the deep learning network has enough layers, then can't it start incorporating "abstract" ideas common to any learning task? E.g. could we re-use some layers for image/speech recognition & NLP?
28.
▲
by
denfromufa
9y ago
State of visualization in Python by Jake Vanderplas: https://speakerdeck.com/jakevdp/pythons-visualization-landsc...
29.
▲
by
denfromufa
9y ago
also worth mentioning here llvmlite & numba, peachpy: http://llvmlite.pydata.org/en/latest http://numba.pydata.org https://github.com/Maratyszcza/PeachPy
30.
▲
by
denfromufa
9y ago
PyLatex looks much more advanced: https://jeltef.github.io/PyLaTeX/current/examples/numpy_ex.h...
More ›