Live data from Hacker News

Viewing profile — TimFogarty

TimFogarty

HN member
Joined
Sun, Aug 25, 2013, 4:43 PM UTC
HN karma
200
Public activity
61 items

About TimFogarty

No profile information was provided.

Recent public activity

  1. comment
    Comment #49244750

    It's so fascinating to me that the graphite cores start out as long floppy strings of graphite. Looks kind of like cooked black spaghetti. I wasn't expecting that.

  2. comment
    Comment #47457281

    > The biggest lesson I take is that "social networks" are not about protocols but about how we use the existing infrastructure. It's also not about scale and breadth. Focused socia…

  3. comment
    Comment #47283986

    That's a really good point. And I agree that kind of confidence in craftsmanship is something that's missing from agentic coding today... it does make slop if you're not careful wi…

  4. comment
    Comment #47283806

    Yes! Good points! I think what I meant for point 1 was more "outputting something" vs "creating something". In my mind that encompasses materializing something into the world to ac…

  5. comment
    Comment #47283411

    That's interesting. I have been thinking about how the vastly different reactions people seem to have to agentic coding could be influenced by what they value about coding. To me i…

  6. comment
    Comment #47283331

    I think coding can be an endurance sport sometimes. There are a lot of points at which you have to bang your head against a wall for hours or days to figure out the smallest issue.…

  7. comment
    Comment #47283313

    Same! After years in engineering management I'm building so many small side projects thanks to Claude Code. I'm creating at a breakneck pace. Claude Code has mostly raised the leve…

  8. comment
    Comment #47283274

    As somebody who used em-dashes a lot pre-ChatGPT, I have genuinely struggled with feeling I should change my writing style to appear more human. I would be happy with a double dash…

  9. comment
    Comment #47243242

    Some of the most searched numbers are surprising. Why are 8487798767697884826576, 119104105114108, or even 3551 so high up the list? See most searched here: https://numberresearch.…

  10. comment
    Comment #47240455

    I have noticed that my writing ability has atrophied since I was writing essays in school. Now at work most of my writing is slack messages. Writing longer more thoughtful pieces a…

  11. comment
    Comment #47240290

    I have been using Tauri for a macOS app I'm making[1] and it has been great. The app is only 11MB and I've had most of the APIs I'd need. However, there are still some rough edges …

  12. comment
    Comment #47223426

    If you're interested on a dive into building game engines, I've enjoyed some of Cherno's videos [1] on developing his game engine Hazel [2][3]. It's cool to see the amount of work …

  13. comment
    Comment #47222937

    Being made "redundant" isn't just an synonym for being fired. It has a specific legal meaning in the UK [1]. When employees are made redundant they are entitled to certain rights i…

  14. comment
    Comment #47130532

    An interesting question about Stop Killing Games is if this should apply to software more broadly. If a company shuts down should they open source their product so people can conti…

  15. comment
    Comment #47130270

    No, they do not want to force publishers to keep a game online. The initiative just wants developers to provide a way for users to keep using a game after it has gone EOL by allowi…

  16. comment
    Comment #47081252

    Desktop Commander is new to me so I'll check it out. I'm excited for these kinds of coworking tools that have a lot of leeway to act on systems more broadly. I have been using Clau…

  17. comment
    Comment #20579787

    Oh I was just at GopherCon! I was on the Mongo booth.

  18. comment
    Comment #20579157

    Hey Manish! Congratulations to you and your team on the round! It's a phenomenal achievement. You mentioned transactions... I work for MongoDB so I just wanted to add that MongoDB …

  19. comment
    Comment #19501693

    Cool! Looks like a really nice interface.

  20. comment
    Comment #19501577

    Thank you! As an aside, is there a reason you're not using a write concern of "majority"? If you have w:3 in a three node cluster then if one node goes down, writes are going to st…

  21. comment
    Comment #19501360

    I think it's fair to say that it might take some time to regain trust. Just want people to know that the software is being improved and large strides have been made in this area.

  22. comment
    Comment #19501339

    I'm not disagreeing with anybody else's test results. Just want to say that MongoDB has matured a lot and people should test out the newer versions to see how they fare. Kind of in…

  23. comment
    Comment #19501093

    When did you perform the test? Can you remember what MongoDB version you were using?

  24. comment
    Comment #19501049

    Plenty of people are successfully using MongoDB for real, customer supporting data at a large scale. There's a selection of users on the website for a start: https://www.mongodb.co…

  25. comment
    Comment #19499766

    The Jepsen tests [1] have been run against MongoDB - while older versions presented edge-case opportunities for data loss, that's no longer the case with recent versions. The Jepse…