Live data from Hacker News

Viewing profile — bpmedley

bpmedley

HN member
Joined
Mon, Aug 05, 2013, 5:24 PM UTC
HN karma
19
Public activity
39 items

About bpmedley

No profile information was provided.

Recent public activity

  1. comment
    Comment #44273216

    I’ve read about 15% - 20% of Imaginary Numbers are Real. It’s a great book, so far. https://www.welchlabs.com/resources/imaginary-numbers-are-re...

  2. comment
    Comment #43130620

    I use rsync.net

  3. comment
    Comment #42086636

    Blank spaces are color coded so for easier detection, I can edit the file if I need to, and there are diffupdate commands for piecemeal merging of sections of the files.

  4. comment
    Comment #42081390

    I also use vimdiff. It’s magic.

  5. comment
    Comment #42011295

    I believe mediamtx can ingest the RTMP and present to a browser, via HLS or WebRTC. https://github.com/bluenviron/mediamtx

  6. comment
    Comment #42011277

    You’re welcome. Sounds like what you want is RTMP or SRT. There are free solutions, for those, as well.

  7. comment
    Comment #42011156

    Larix Broadcaster? https://softvelum.com/larix/

  8. comment
    Comment #41910753

    I agree that Refactoring UI is good. Also, The Non-Designers Design Book by Robin Williams. And, I’m working through shiftnudge.com.

  9. comment
    Comment #41853974

    I’m working through https://uimastery.design/

  10. comment
    Comment #41230113

    I’m working through https://calcworkshop.com/

  11. comment
    Comment #39812184

    I’m working through https://calcworkshop.com

  12. comment
    Comment #39710903

    C# with ASP.Net Core is amazing.

  13. comment
    Comment #39684031

    I enjoy using macOS because it’s got a good ui around unix user space tools, Microsoft Word, mobile development, and good virtual machines on Intel.

  14. comment
    Comment #38887407

    .Net and ASP.Net Core, Maui, and maybe Avalonia.

  15. comment
    Comment #38818078

    C# and Avalonia are getting better as time goes on.

  16. comment
    Comment #38757830

    Vim, zsh, and dotnet

  17. story
  18. comment
    Comment #38664394

    I wrote a program that waits for a socket response. When I reboot a vm, I use it to know when I can ssh in: https://github.com/brianmed/SocketFun/tree/main/socketwait socketwait 19…

  19. comment
    Comment #36679987

    Is C# an option?

  20. comment
    Comment #36446294

    ASP.Net Core MVC deployed on Linux. Has everything + a sweet ORM. Also, WebAssembly support is good and improving.

  21. comment
    Comment #35446905

    I'm working through https://calcworkshop.com

  22. comment
    Comment #34547266

    I really enjoy ASP.Net Core with Blazor WebAssembly. Only drawback, for me, right now is file size. Linq in the browser is awesome. I have not used, but I think Radzen is open sour…

  23. comment
    Comment #33119622

    I enjoy ASP.Net Core and C#. Both development time and runtime are fast, most things feel architected and implemented well. And works in Linux.

  24. comment
    Comment #32624111

    I develop on macOS with my iMac. I’ve done some freelancing with ASP .Net Core and lots of side projects. Currently, I’m working on a Maui app that is iOS specific. Using the termi…

  25. comment
    Comment #32558469

    I hosted a small site with .Net 5 and Linux. Works real well! You can use systemd, but I used supervisor. Hosting a larger site or a saas would be even better..