Viewing profile — nur0n
nur0n
HN member- Joined
- Tue, Feb 07, 2017, 5:55 AM UTC
- HN karma
- 238
- Public activity
- 92 items
- HN profile
- View on Hacker News ↗
About nur0n
No profile information was provided.
Recent public activity
-
comment
Comment #24790853
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 ...`. h…
-
comment
Comment #24783826
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 u…
-
comment
Comment #24674632
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 tra…
-
comment
Comment #24674448
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: - Simp…
-
comment
Comment #24669979
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 …
-
comment
Comment #24654468
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 wor…
- story
-
comment
Comment #24622048
Yep Microsoft has the good habit of dogfooding its own products. All of Office 365 uses Azure AD for identity management.
-
comment
Comment #24581814
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/reflectio…
-
comment
Comment #24454688
"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,…
-
comment
Comment #24409758
Vice made a mind-blowing series on this if anyone wants to see with their own eyes: https://www.youtube.com/playlist?list=PLw613M86o5o7a0FGlPRdt...
-
comment
Comment #24388757
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…
-
comment
Comment #21902055
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 const…
-
comment
Comment #19520874
There is a very cool Julia library: https://github.com/Evizero/UnicodePlots.jl
-
comment
Comment #19354329
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.
-
comment
Comment #19298072
> 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 …
-
comment
Comment #19141252
> since most things Internet are US-based What is meant by this?
-
comment
Comment #19119027
I don't know Julia's history, but it sits right next to CommonLisp in my head.
-
comment
Comment #19029473
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 help…
-
comment
Comment #19021882
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`.
-
comment
Comment #19021828
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 too…
-
comment
Comment #19020189
JuliaComputing is not Julia the language
-
comment
Comment #19020121
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 aft…
-
comment
Comment #18974588
> 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
-
comment
Comment #18833954
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 …