Viewing profile — bpmedley
bpmedley
HN member- Joined
- Mon, Aug 05, 2013, 5:24 PM UTC
- HN karma
- 19
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About bpmedley
No profile information was provided.
Recent public activity
-
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...
-
comment
Comment #43130620
I use rsync.net
-
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.
-
comment
Comment #42081390
I also use vimdiff. It’s magic.
-
comment
Comment #42011295
I believe mediamtx can ingest the RTMP and present to a browser, via HLS or WebRTC. https://github.com/bluenviron/mediamtx
-
comment
Comment #42011277
You’re welcome. Sounds like what you want is RTMP or SRT. There are free solutions, for those, as well.
-
comment
Comment #42011156
Larix Broadcaster? https://softvelum.com/larix/
-
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.
-
comment
Comment #41853974
I’m working through https://uimastery.design/
-
comment
Comment #41230113
I’m working through https://calcworkshop.com/
-
comment
Comment #39812184
I’m working through https://calcworkshop.com
-
comment
Comment #39710903
C# with ASP.Net Core is amazing.
-
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.
-
comment
Comment #38887407
.Net and ASP.Net Core, Maui, and maybe Avalonia.
-
comment
Comment #38818078
C# and Avalonia are getting better as time goes on.
-
comment
Comment #38757830
Vim, zsh, and dotnet
- story
-
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…
-
comment
Comment #36679987
Is C# an option?
-
comment
Comment #36446294
ASP.Net Core MVC deployed on Linux. Has everything + a sweet ORM. Also, WebAssembly support is good and improving.
-
comment
Comment #35446905
I'm working through https://calcworkshop.com
-
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…
-
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.
-
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…
-
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..