Live data from Hacker News

Viewing profile — _____s

_____s

HN member
Joined
Thu, Aug 13, 2015, 12:01 PM UTC
HN karma
100
Public activity
41 items

About _____s

Bangalore, India

Recent public activity

  1. comment
    Comment #32754745

    I really love Copilot. I had a trial, let it expire because I thought I wouldn't really need it, and then ended up paying for it. It's apparently got even better. For me, at least,…

  2. comment
    Comment #25592564

    The Elephant In The Brain and A Philosophy of Software Design!

  3. comment
    Comment #25137439

    Are they on the Destroy All Software membership or somewhere else?

  4. comment
    Comment #25136707

    I don't think there's been any better value for me than Gary Bernhardt's Destroy All Software. I randomly stumbled upon it way back in 2014 when I had just learned my first program…

  5. comment
    Comment #24893183

    Write a lot! Writing will almost always force you to think clearly, notice gaps, and just generally get a better understanding of what you are trying to do. Write down everything, …

  6. comment
    Comment #24763405

    Assuming you have some experience building simple single-node systems: - Read Designing Data Intensive Applications. As others have said, it's a gem of a book, very readable, and i…

  7. comment
    Comment #24736592

    Looks pretty interesting. I took a computer architecture class in Jan-Feb this year, and it was one of my favorite things in a long time. I've written software for ~6 years but I d…

  8. comment
    Comment #24736561

    Yeah, although I think understanding how computers work at a basic level (the components of a CPU, what instructions are, caches, etc.) has a pretty good ROI because it makes it ea…

  9. comment
    Comment #24676331

    I've found it hard to be consistent with it, but basically just waking up really early. I get ~4 hours of calm, focused time to read or do whatever I want.

  10. comment
    Comment #24673068

    Depends on how you define advanced, but check out: * Low Level JavaScript https://www.youtube.com/channel/UC56l7uZA209tlPTVOJiJ8Tw * David Beazley: https://www.youtube.com/channel/…

  11. comment
    Comment #24629793

    Agreed. I'm reading it just now and it is really high quality. Just the chapter on transactions is probably the best explanation of a single topic that I've read in any technical b…

  12. comment
    Comment #23868032

    Most enterprise businesses win because of better sales and distribution, but your product ultimately has to support your sales. Salesforce had both (and other advantages). How does…

  13. comment
    Comment #23866469

    I'm not sure it's the cheap companies or developers driving this. Even companies that pay really well produce pretty slow software (Gmail, etc.). It's mostly the ecosystem in which…

  14. comment
    Comment #23859138

    The likelihood that people who created Electron don't understand caches or cache locality is close to zero. That's an oversimplification. Electron is a large project that does many…

  15. comment
    Comment #23809222

    Possible. For me, it's a bunch of small things. I have three mailboxes. For one, search is almost always slow and incorrect. To the point where I usually have to load Gmail's web U…

  16. comment
    Comment #23804653

    Mail.app on macOS. Some macOS apps are really great (Notes or Safari for example), but the average quality is poor. Mail, for example, is slow, search almost never works, etc.

  17. comment
    Comment #23591635

    Thank you, that sounds very reasonable!

  18. comment
    Comment #23590632

    How long did it take you to complete it on your own, including the exercises?

  19. comment
    Comment #23439771

    Things 3, it's a joy to use. I wish there were a mail app of similar quality! Other than Things, the native Apple Notes app is great. It's simple, fast, and works with a fuss. Sync…

  20. comment
    Comment #22941994

    Not the OP, but I would definitely pay that.

  21. comment
    Comment #22289176

    I'm currently close to finishing their course on computer architecture. I'm self-taught; for me, it has been absolutely worth the money. I had learned a bit of architecture on my o…

  22. comment
    Comment #22024429

    > I suggest everyone take a minicourse or read a book on systems engineering - at least the part where they discuss requirements. The fact that two distinct entities have an identi…

  23. comment
    Comment #21890717

    Yeah, we were taught "learnt" in school (British English).

  24. comment
    Comment #20850455

    The Page Object pattern is common in Ruby (and some JS frameworks, like ember.js) too. I agree that the issues mentioned in this article seem mostly windows app centric. For JS app…

  25. comment
    Comment #20847945

    In my opinion, reading is more for shaping your thoughts over time. I generally don't read for recall value except for technical things, and even there, it's better to build a good…