Live data from Hacker News

Viewing profile — csciutto

csciutto

HN member
Joined
Mon, Jul 18, 2016, 7:27 PM UTC
HN karma
81
Public activity
22 items

About csciutto

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #43644601

    The comparison is `myapp.localhost` vs `localhost:3000`. This is especially useful when you have web servers permanently running on your computer on ports, not just for momentaneou…

  4. story
  5. story
    Show HN: DIY Entitled Opinions podcast archive

    Incredibly fun and powerful to string along a series of simple tools: parsing a podcast xml, downloading and reencoding the files with ffmpeg, transcribed with whisper-cpp, simple …

  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #26026405

    How your classmate became a con artist: "It’s a choice that’s laden with power. Unlike a bank or a traditional business, consultancies have little capital apart from the graduates …

  13. story
  14. comment
    Comment #20091050

    I'll throw in a vote for using p5.js to make some cool generative art. Setup is less than 5 lines of code, and you can make some really nice art.

  15. comment
    Comment #17923814

    More importantly than the React code, I was playing around with `next.js` and `now.sh`. It was the simplest setup I've ever done. Barely any boilerplate, support for es6, and insta…

  16. story
  17. story
  18. comment
    Comment #16598929

    Clojure. Lisps in general are beautiful.

  19. comment
    Comment #15274993

    It might just be that I don't have much experience with JS, but it profoundly annoys be that a "tiny" script has 8 additional config files...

  20. comment
    Comment #14185862

    The Stanford curriculum goes from Java to C++ to C in the first core year of classes. Our final project is a memory Allocator (Malloc, Realloc, Free). By the end, students really d…

  21. comment
    Comment #14185837

    I'm curious if a combination of JavaScript: The Good Parts, and a professor that emphasizes good practices can offset JS's inherent problems. Very few people formally learn JS. It'…

  22. comment
    Comment #14185799

    As a Stanford student, an important caveat is that 106J is not replacing 106A. It is still being tested out this quarter, and this is the first time it's being offered. Enrollment …