Live data from Hacker News

Viewing profile — Durgasoft

Durgasoft

HN member
Joined
Mon, May 04, 2020, 11:36 PM UTC
HN karma
3
Public activity
8 items

About Durgasoft

Merely a student from an obscure country

Recent public activity

  1. comment
  2. comment
    Comment #23085983

    So type constructors take types as their parameters and return new types you're saying, whereas the variant type in my example, the values are the constructors that make up the val…

  3. comment
    Comment #23085713

    I also dislike unnecessary use of programming jargon. A type constructor is all the possible ways to make a value of that type. For example: type answer = | Yes | No | Maybe The ty…

  4. comment
    Comment #23075073

    There is two things you can do. One is target your local job market for anything that will still exist post-pandemic. The second is target one of those online developer mills like …

  5. comment
    Comment #23074954

    If you read The Art of Computer Programming or Djikstra's writings they will tell you how this was done. They took a piece of paper, and they wrote down in a high level what their …

  6. comment
    Comment #23074799

    This is how you transfer to a software role when nobody knows who you are and you have nothing in production to show for it. You learn everything about company app X, and then you …

  7. comment
    Comment #23074702

    The tool is called a schedule. You write what you should be doing at that time in the schedule. It does not run your life, instead it is the most optimized use of your time and it'…

  8. comment
    Comment #23074671

    Obtain Terrence Tao's Analysis I book and start from scratch, there's an ongoing workshop for this https://learnaifromscratch.github.io/math.html However you should probably ask pr…