Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grdvnl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
grdvnl
2y ago
I am curious as well as someone exploring switching back to an IC role.
2.
▲
by
grdvnl
3y ago
There is an interesting line in the end > All in all, I guess this is the result of a company that has more money than they possibly know what to do with. I wonder how long this utopian "do no evil" culture can last. Wealth cre
3.
▲
by
grdvnl
3y ago
Another interesting addition would be to warn drivers if a close by car/driver also had a bad driving history. May be also track if the close by car started of from a bar/restaurant and weight the probably of the driver ending up
4.
▲
by
grdvnl
5y ago
My bad. I don't know why I remember it as wrapping around LibCST.
5.
▲
by
grdvnl
5y ago
I have done something similar using https://pybowler.io/ . This library wraps the LibCST library and abstracts away some of the refactoring operations into nice wrapper functions.
6.
▲
Show HN: Write You a Python Lexer Using Alex
(github.com)
1 points
by
grdvnl
5y ago
|
0 comments
7.
▲
by
grdvnl
6y ago
I am curious. Why do you think it helps it doing things on the stack. For me, I understand this to provide more generic type level checks on the size/shape of values. Perhaps, I am oversimplifying this?
8.
▲
by
grdvnl
8y ago
Emacs
9.
▲
by
grdvnl
8y ago
Can you eloborate on what kind of projects you work on which has made the move easy from Python to OCaml. While I love OCaml I have not heard positive things about the library eco-system in terms of variety and maintenance. Perhaps, you cou
10.
▲
by
grdvnl
8y ago
Have you considered using ipython as your REPL? I use ipython and in my profile, I have the following setting. This enables auto-reload and it works almost all the time. Here is the option I have in my profile file. You can run this comman
11.
▲
by
grdvnl
8y ago
It is interesting. But, how long before Alexa knows that is how people refer to her alternatively?
12.
▲
by
grdvnl
8y ago
I took the same path and went back to reading SICP. But, this time around is was very easy. I had the same experience about implementing closures and the embedded language.
13.
▲
by
grdvnl
8y ago
I already see some good responses to your question. As for me, before this course, learning a language was a mechanical process. I learn the syntax, learn some idioms and go with it. But, after this course, as the other commenter put it, I
14.
▲
by
grdvnl
8y ago
I took the Programming Languages course on Coursera which is so far the best course for me. It changed the way I learn any new programming language. https://www.coursera.org/learn/programming-languages I see that they
15.
▲
by
grdvnl
9y ago
It doesn't have to be. The stricter version is called 'applicative-order' Y-combinator. The article talks about both versions as well.
16.
▲
by
grdvnl
9y ago
That is a nice description of how to arrive at the Y-combinator. There was a talk using similar examples which I think is very educational. https://www.infoq.com/presentations/Y-Combinator I wrote down the examples use
17.
▲
by
grdvnl
9y ago
> The benefit of State and IO monads is not that you can use them everywhere so you now have an imperative language. The benefit is you can explicitly delimit their use, and you still get the "easier to reason about" for the re
18.
▲
Composing Functions in Python – Function Pipes
(function-pipe.readthedocs.io)
3 points
by
grdvnl
9y ago
|
0 comments
19.
▲
by
grdvnl
10y ago
I think you are referring to this effect: https://en.wikipedia.org/wiki/Anchoring
20.
▲
by
grdvnl
10y ago
The example you quoted is probably the very basic of operators and idioms being used. These operators have standard meaning in terms of fmap and applicatives. But, I agree with you that there are obscure operators scattered around the code
21.
▲
by
grdvnl
11y ago
I work on Python and the Pandas data frame is one of the core data structure that is used in the implementation. I have been thinking of how I can translate this code in a more robust type checking language such as Haskell, without loosin
22.
▲
by
grdvnl
11y ago
Actually, I think a search engine's capability directly adds value to SO. Even, before SO, there were different forums and searching (Google and before that alta vista) could help you find at least a few answers, though not as comprehe
23.
▲
by
grdvnl
11y ago
I do not think it would work with sub-classing. With the approach we have it is just easier to add the 'new' method name to test into the list argument of the meta class. The meta class would generate a `test` method with the pass
24.
▲
by
grdvnl
11y ago
We use meta-classes extensively. One of the simpler examples I have used are as follows: We have a class that has different methods that performs numerical analysis/computations of financial models. These methods need to be tested with
25.
▲
by
grdvnl
11y ago
All the comments in the thread are focussing on comparing Microsoft's contribution to Facebook or Google for one project and giving credit to Microsoft. But, it is important to remember that Google and Facebook contribute to OSS in dif
26.
▲
“Considered Harmful” Essays Considered Harmful
(meyerweb.com)
1 points
by
grdvnl
11y ago
|
0 comments
27.
▲
by
grdvnl
11y ago
I was referred to a similar website, when I share this with my co-worker. https://www.motifinvesting.com/motifs#catalog=our
28.
▲
by
grdvnl
12y ago
Wow, this article merely rephrases the Quora comments' without contributing anything new to the discussion.
29.
▲
by
grdvnl
12y ago
The h/r ratio does take care of portion size, though again portion size may directly impact spoilage parameters.
30.
▲
by
grdvnl
12y ago
It would also be great to have some sort of feedback mechanism also given in anonymity.
More ›