Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nur0n
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nur0n
6y ago
I believe BuildKit solves the dependency graph problem. Docker has shipped with it since 18.09. It is opt-in for now so you have to use e.g. `DOCKER_BUILDKIT=1 docker build ...`. https://github.com/moby/buildkit
2.
▲
by
nur0n
6y ago
This primary source provides better details on YouTube's policy: https://support.google.com/youtube/answer/9891785?hl=en . It includes concrete examples of content that is banned under this policy.
3.
▲
by
nur0n
6y ago
Can you elaborate on your experience? I have great respect for Rich Hickey and I recently saw a cool talk about a financial startup using Clojure in production [1]. I have kept track of the language for some time but have never had the chan
4.
▲
by
nur0n
6y ago
I like to watch talks by programming language designers. Some that readily come to mind are Rich Hickey, Joe Armstrong (RIP), and Stefan Karpinski. Some of my favorites are: - Simple Made Easy (Hickey): https://www.youtube.com&#x
5.
▲
by
nur0n
6y ago
They do not just show ads. They also display content. Existing in a filter bubble has a strong effect on your perception. Perception has a direct influence on your actions. Couple this with interfaces which are purposefully addicting ("
6.
▲
by
nur0n
6y ago
There was a huge discussion shortly after Julia 1.0 was released regarding scoping [1]. Beginners intuitively think of scoping in a manner different from the way scoping should work in production projects. There was a lot of tension between
7.
▲
by
nur0n
6y ago
Yep Microsoft has the good habit of dogfooding its own products. All of Office 365 uses Azure AD for identity management.
8.
▲
by
nur0n
6y ago
I love how easy it is to view the machine code for a function. Julia actually ships with a handful of these introspection macros: https://docs.julialang.org/en/v1/devdocs/reflection/#Interme... . They are
9.
▲
by
nur0n
6y ago
"Language agnosticism" is an ideal I have never been able to attain. Sure, I can hack together a solution on the first week of learning a language. But, am I able to write elegant, idiomatic, efficient code during the first few mo
10.
▲
by
nur0n
6y ago
Vice made a mind-blowing series on this if anyone wants to see with their own eyes: https://www.youtube.com/playlist?list=PLw613M86o5o7a0FGlPRdt...
11.
▲
by
nur0n
6y ago
People seem to focus on the volume of cars. But traffic is not just a matter of volume but of friction between cars. Reducing the friction (naively) appears to be a simpler problem. You wouldn't even need full self driving, only enough
12.
▲
by
nur0n
7y ago
I feel compelled to restate how wonderful this book is. > it has also helped me think about my feelings The book focuses on communication with others, but effectively fosters constructive inner dialogue as well. I know of at least one ot
13.
▲
by
nur0n
7y ago
There is a very cool Julia library: https://github.com/Evizero/UnicodePlots.jl
14.
▲
by
nur0n
8y ago
One way is to show that, given a state of the universe, it is possible to determine the next state. From what I understand, this does not seem to be the case.
15.
▲
by
nur0n
8y ago
> So, what we do is take money and move it around into other businesses. The newspaper business earned great returns but not on incremental capital. But the people in the industry only knew how to reinvest it [so they squandered a lot of
16.
▲
by
nur0n
8y ago
> since most things Internet are US-based What is meant by this?
17.
▲
by
nur0n
8y ago
I don't know Julia's history, but it sits right next to CommonLisp in my head.
18.
▲
by
nur0n
8y ago
Racket has a special place in my heart. Racket, together with https://htdp.org/ , helped me reach a point where I felt my code truly reflected the structure I was modeling. It helped me focus on data flowing through my code,
19.
▲
by
nur0n
8y ago
This is a known `Pkg` bug (the patch should be merged this week). In the meantime, you have to `pkg> rm SymEngine` followed by `pkg> add SymEngine#master`.
20.
▲
by
nur0n
8y ago
Apologies, I wasn't trying to be pedantic. My point is that Juno is decoupled from the language itself. You don't have do depend on it to be productive with Julia. I agree that tooling has a significant influence on the productivi
21.
▲
by
nur0n
8y ago
JuliaComputing is not Julia the language
22.
▲
by
nur0n
8y ago
To be fair, points 1,2, and 4 are regarding the ecosystem, not the language. There are definitely rough edges, but one can not expect a fully mature ecosystem only a few months after 1.0 has been released. For a streamlined workflow, I reco
23.
▲
by
nur0n
8y ago
> We're just about due for another doomed effort! It seems Google will take a shot at it: https://en.wikipedia.org/wiki/Google_Fuchsia
24.
▲
by
nur0n
8y ago
Drug scheduling is a joke. Schedule I is defined: "Substances in this schedule have no currently accepted medical use in the United States, a lack of accepted safety for use under medical supervision, and a high potential for abuse.&qu
25.
▲
by
nur0n
8y ago
Link to the interview?
26.
▲
by
nur0n
8y ago
I think the lack of information (conversely, the increase in noise) is what is being downvoted. It is possible, although much more difficult, to be both funny and informative. That being said, it cracks me up when people get downvoted so he
27.
▲
by
nur0n
8y ago
I want to learn, can you elaborate?
28.
▲
by
nur0n
8y ago
The security of the product is the responsibility of the vendors. If they want to control how exploits are handled, then they should compensate security researchers for that service, just like anything else. The poster of the exploit outlin
29.
▲
by
nur0n
8y ago
I think the inverse argument can be made against shared libraries: if an update introduces a vulnerability, now all programs which depend on that library become vulnerable.
30.
▲
by
nur0n
8y ago
Thanks for your work. I have been wanting a tool like this. It really appreciate the design; both in terms of functionality and aesthetics.
More ›