HN user

m4houk

23 karma
Posts1
Comments8
View on HN
Slow social media 10 months ago

At the exact same time that Instagram launched, another platform that is also almost exactly what this post describes also launched: Path - and it's long dead, too. The author's views represent such a tiny minority that is not worth the required effort to build and maintain a platform for. Let's not forget network effects. You might love this utopian platform, if it were to exist, but good luck convincing everyone you care about to move over with you. You may as well then just use a journaling app if you're talking to yourself.

The largest social platforms right now are hardly showing any signs of slowdowns. The market signal is clear: this is what most people want and are fine with.

Perhaps a journaling-focused platform where social is a second-class aspect might succeed. You're documenting things for yourself anyway and if friends happen to see them and engage with them, that's an added bonus. Network effects would not matter here. In fact, this is how I used Path back in the day. I intentionally kept no friends on it and started using it like a journal, recording my thoughts, adding photos and checkins.

I love this. As a former XP user, here are some pedantic inaccuracies you've got:

- The taskbar tabs are slightly off from how they looked in the real XP (must be the borders? It's the same issue with the windows as well).

- The close/maximize/minimize buttons never had hover transitions

- By default, desktop icons didn't have any hover effects in the real XP

- I'm surprised you didn't recreate the XP mouse cursor!

- IE6:

    - The address bar didn't show progress
    - The buttons in the toolbar at the top never had any transition effect on hover

I hacked together this tool for visualizing codebases (only Python for now).

P.S. Performance isn't the best with large graphs, so be wary of trying to load a huge repository because your tab will probably freeze up :)

P.P.S. My apologies for mobile users but the site isn't designed or optimized for smaller screens yet.

GPT-5 12 months ago

For starters, GPT-4.5 just vanished from the menu for me. It was there before the announcement.

GPT-5 12 months ago

It's already available in Cursor for me (on the Ultra plan).

I once built something like this for fun as a side project.

You can highlight some text in a chat and fork the chat to talk about that text selection, so the LLM has context of that along with the previous chat history and it responds in a new chat (entire chat history up to that point from the parent chat gets copied over - basically inspired by the Unix `fork`).

Your text selection from the parent chat would get turned into a hyperlink to the new child chat so you can always get to it again if you're reading the parent chat.