Live data from Hacker News

Viewing profile — svanderbleek

svanderbleek

HN member
Joined
Mon, Oct 29, 2012, 8:42 PM UTC
HN karma
120
Public activity
46 items

About svanderbleek

even more of a loser than you

https://twitter.com/haskellandchill

Recent public activity

  1. comment
    Comment #22623114

    Lower requirements by having virus treatment staff with rapid specialized training

  2. comment
    Comment #13337935

    Research Mathematician. I'm going to try anyway but I doubt I'll even make it to grad school and the career prospects for an average mathematician to do research near full time are…

  3. story
  4. comment
    Comment #12471010

    I was just trying to tease out what you need to know so that Idris fits in half a page. I'd actually like to know those things!

  5. comment
    Comment #12470779

    Thanks. I was trying to show it started off unproductive and went into a constructive chat about Haskell type and value level functions, but this was also a lazy test of if people …

  6. comment
    Comment #12470606

    I like your points, but I'm not sure of the Idris on half a page. How much tacit knowledge does that rely on? We do need to focus on the fundamentals of education, the spectrum of …

  7. comment
    Comment #12470514

    Cool, but I find that hard to read. I'm going to do a custom stylesheet, I was just waiting to see if there was any interest in the conversational format form my Slack conversation…

  8. comment
    Comment #12470507

    I meant it turns into a constructive discussion of Haskell, I should have made that clearer. Thanks!

  9. comment
    Comment #12470503

    I would love some constructive feedback on how to do better, thanks.

  10. comment
    Comment #12470499

    I'd love if you can point out the incorrect points, but I understand that's not your responsibility. Thanks for the feedback!

  11. story
  12. comment
    Comment #12437966

    Great advice."What is right is not always popular and what is popular is not always right"

  13. comment
    Comment #12432971

    Having taken Algorithms at both undergrad and graduate levels and read through many books to prep Google/Facebook/etc interviews, I would flip out if anyone ever makes take an Algo…

  14. comment
    Comment #12432712

    Interesting. Certainly something to consider. I never thought about being a non-degree seeking student.

  15. comment
    Comment #12432364

    I hope it is not stupid. I won't fit inside the university system at this point. They would make me take courses on subjects I already know which is a waste. I have about 20 hours …

  16. comment
    Comment #12431742

    This approach is what took my math skills to the next level. I would also frequently skip exercises and forget material that I learned previously. Since I started adding exercise b…

  17. story
  18. comment
    Comment #12368624

    Yes, please stop trying to make Scala Haskell. And please start switching to Haskell :)

  19. story
  20. comment
    Comment #12340350

    Ok, but since I invested time to learn it and can now use it, I can save time every time I do. Perhaps I will pay down my debt eventually, perhaps not. It's a sunk cost and I enjoy…

  21. comment
    Comment #12339346

    But if you look at Haskell's Control.Monad you see why the abstraction is helpful [0]. We get things like foldM, it's similar to how you can fold across more than just lists, you c…

  22. comment
    Comment #12338136

    If TypeScript had these features would it not be as hard to get up to speed with as PureScript? Thus why not just get up to speed with PureScript. I believe in you and your team :)…

  23. comment
  24. comment
    Comment #12337626

    are there people who excel at software design? they need to write books and papers to explain how they do it because it's still the wild west out here.

  25. comment
    Comment #12312570

    Actually the abstractions they are talking about are explicitly for most of your use cases: - Transforming data from one structure to another. - Moving data around. - Writing and r…