Live data from Hacker News

Viewing profile — goodpanda

goodpanda

HN member
Joined
Fri, Jan 10, 2025, 5:02 PM UTC
HN karma
23
Public activity
22 items

About goodpanda

No profile information was provided.

Recent public activity

  1. story
    Show HN: I Made LocalStorage Better

    I use localStorage a lot for different purposes. In the past mostly to store one-off values and things that I didnt really care too much for. These days i am getting more focused o…

  2. story
    Show HN: dotpmt – Manage Prompts Better

    I have been tinkering with this simple lib to just separate prompts from code. no extra deps. should work in any node backend. let me know if you try it.

  3. story
  4. story
  5. story
  6. comment
    Comment #44331824

    I have been on this exact same quest and train of thought recently. I agree with almost everything you say about current UI elements sticking around. However, I do strongly feel th…

  7. story
    Show HN: CTO as a Service

    In my journey of "building" startups, I have found time and time again that although I am interested in both business and technical, I tend to do much better in the latter. I know …

  8. story
  9. comment
    Comment #44158718

    Oh I see what you are saying. Yeah I guess if we didn't know what the signalling server was doing, that would be a valid argument. But in my case we can see the server code is pure…

  10. comment
    Comment #44158616

    You do have a valid point that TURN is sometimes needed but not ALWAYS right? My understanding is that ICE tries to establish a direct p2p connection between clients and only if th…

  11. comment
    Comment #44158580

    You make a good point there but all those solutions you mentioned store your file one way or another. Which also means your file is getting uploaded to some random server and you p…

  12. comment
    Comment #44150873

    Thx for the analysis! copyToClipboard is for copying the session link so it can be opened on your other device. As for analytics, you are exactly right. I need to know if people ar…

  13. comment
    Comment #44150831

    Thx for the suggestion. Just added a license but don't really have a good contributing guideline yet. Would love to discuss any feature requests/bugs if you open an issue.

  14. comment
    Comment #44150771

    This looks cool. However my goal with Berb is pretty much browser to browser only. Although if people keep asking for other features, I might consider a desktop/mobile app.

  15. comment
    Comment #44150764

    Yes, that's pretty much the only thing the server does. And maintain an in-memory state of connections. Room for improvement for sure.

  16. comment
    Comment #44150749

    Oh I would love some more details if you think that's the case. With Berb only two clients can connect really. So let's say you somehow guess a peer ID, which is very tough, and co…

  17. comment
    Comment #44150720

    This looks very interesting. I will def take a look. thx

  18. story
    Show HN: Open-source P2P file transfer

    I have decided to open source this project to increase trust even further. In case you have seen my previous posts, this is an update for berb.app, a WebRTC file sharing app. My go…

  19. story
    Show HN: Berb (Update) – WebRTC File Sharing

    Just updating here that Berb has a new look and mission to support anything creative! Given Berb is a great display for creative work, I would love to work with any startups/indivi…

  20. comment
    Comment #43896444

    We use webrtc which by default is encrypted. nothing passes through our server. In fact the only thing our server does is signalling. everything else is P2P.

  21. story
    Show HN: Berb – P2P File Sharing

    I made this because sending files between devices sucks.

  22. story
    Is Technical Content Important?

    I just wanna start by saying I am posting this because I am curious but I am also interested offering technical content writing/production for startups. I think we can all agree th…