Live data from Hacker News

Viewing profile — mbforbes

mbforbes

HN member
Joined
Fri, Jan 04, 2019, 7:22 PM UTC
HN karma
306
Public activity
80 items

About mbforbes

it's me: https://maxwellforbes.com/

currently bootstrapped founder building small projects. first one: https://talktomehuman.com/

always happy to get emails: [uname]@gmail.com

Recent public activity

  1. comment
    Comment #44740332

    My favorite essay on this topic, not yet referenced, is James Somers's "Speed matters:" https://jsomers.net/blog/speed-matters

  2. comment
    Comment #44445939

    Really nicely done! It's always surprising to me how often computer graphics isn't "one weird trick" and more like "5 layered tricks." Doing it with cross-browser compat is an addi…

  3. story
  4. comment
    Comment #44062707

    You are not stupid! No need to be sorry. It's my job to write more clearly. Thank you again for writing the comment.

  5. comment
    Comment #44062173

    Omg, I was not a BERT coauthor! But thank you so much for writing this, I had no idea that other post could have accidentally implied this. I will revise that section.

  6. comment
    Comment #44062079

    Oh my, those figures are gorgeous! Thank you for sharing.

  7. story
    Show HN: Weatherspread, visualizing recent weather and tourism data

    I (Max) built this web app with two friends (Tristan and Shelby) to aid in planning travel and events. Usually you plan things far enough out (say, 3-6 months) that there’s no reli…

  8. comment
    Comment #43607798

    Same. North America performance (US and Mexico) had ~200ms+ latency per query, spiking to 500ms or higher in the test application I made using workers and D1. Their support channel…

  9. comment
    Comment #42483879

    In case you're interested: there's an option in the settings to give yourself more time. I've also wondered about disabling the timer entirely. Have you ever had the experience in …

  10. comment
    Comment #42483870

    Thank you for the feedback! Getting to speak any time is super interesting feedback, you're the first one to suggest that. It would be really cool if you could even interrupt them!…

  11. comment
    Comment #42483727

    Thank you so much for buying the full version! I am impressed you broke it! Not because my code is that robust, but nobody's broken it in a while. I'm sorry about that. Investigati…

  12. comment
    Comment #42483713

    Thank you, and thank you for the reference! I hadn't seen "Eliza," the emotional dashboard was really interesting / creepy / cool. 1. Exactly yes. The frontend is a light-ish amoun…

  13. comment
    Comment #42483675

    Thank you for the kind words, vision, and feedback! Will be thinking more along the direction of true 'life situation rehearsal.' Re: taking too long, I 100% agree. Wrestled with w…

  14. comment
    Comment #42482971

    Hehe, I've been surprised how speaking makes the social pressure real. Thank you for the feedback, it makes me think I should add some more lighthearted challenges earlier.

  15. comment
    Comment #42482946

    Thank you for the kind words!

  16. comment
    Comment #42482504

    Too late to edit, but I realized I should have mentioned: I'm happy to answer any questions, and field suggestions, about the tech stack or game design. The tech especially isn't r…

  17. story
    Show HN: Demo of my web game about social persuasion

    I just released a free demo (no login!) for "Talk to Me Human", a game about social persuasion. You speak out loud to play a variety of conversational challenges, and the NPCs talk…

  18. comment
    Comment #41751009

    This comment single-handedly made me do an enthusiasm 180. I'd find it helpful if the developers responded to it. Just to give a bit more meat to my comment: these experiences are …

  19. story
  20. comment
    Comment #41535496

    Really impressive! I've implemented a few kinds of maps on my blog, and I fail all of their requirements: - I use a 3rd party platform - My maps are generated at runtime - They loo…

  21. comment
    Comment #41461255

    Funny coincidence, was just reading through an amazing thread on the three.js form a couple days ago about a web graphics implementation of virtual geometry (nanite). webgl, 2021: …

  22. story
  23. comment
    Comment #41286726

    I've almost used these in projects many times when I wanted to add basic animations quickly. Credits to the authors for making a library with a nice CSS API, good docs, and a nice …

  24. comment
    Comment #41154036

    For me, this approach works great with one enormous exception: I must already know exactly what I'm going to write about. I have tried outlining my writing countless times. But ine…

  25. comment
    Comment #40937059

    Good question! I was (am) using FastAPI, not Django. Another decision that was easy to get started with, but I think is turning out to be more difficult to scale. Maybe.