Viewing profile — whytheplatypus
whytheplatypus
HN member- Joined
- Tue, Jul 23, 2019, 8:04 PM UTC
- HN karma
- 73
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About whytheplatypus
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #23888836
I've been thinking through similar disenchantment with social networks and content distribution. Going back to simplicity with something like this is a great idea. Also, nice use o…
- story
-
comment
Comment #23662460
This project came out of some friends and I missing watching bad movies together. I'm of the mind that writing software takes practice. So it was a great chance to practice general…
-
comment
Comment #23662052
I have seen some odd behavior but I haven't had a chance to identify exactly what is causing the limitations. For example one h264 video played correctly on the projectionists brow…
-
comment
Comment #23661310
Thanks for taking a look! This works by creating a p2p RTCPeerConnection between the host (or projectionist) and each member of the audience. So the p2p aspect is a hub and spoke m…
- story
-
comment
Comment #23635022
yes!
-
comment
Comment #23627155
Couldn't agree with this more. A current favorite of mine is "The Emperor's old cloths", the Turing award lecture given by C.A.R Hoare. In particular his line "The price of reliabi…
-
comment
Comment #23601331
very very fair. mDNS is just the method of communicating what traffic should be sent where. The "switchboard" listens for mDNS broadcasts that tell it what services want traffic ro…
-
comment
Comment #23601132
It makes my morning that this might be useful to someone aside from myself. I went down a similar path trying to find something mindless to route traffic to small projects I tend t…
- story
- story
-
comment
Comment #21917095
I really appreciate the response! I've added TensorflowJS and MagentaJS to my reading list. I'll pick out a couple of things implied in your comment, if I'm interpreting them right…
-
story
Ask HN: What makes a piece of code enjoyable to read?
We spend so much of our time reading code - it's inescapable. I've become very interested in that experience and that aspect of software creation. In an initial attempt to figure o…
-
comment
Comment #20514622
I've been enjoying "The Elements of Programming Style" by Kernighan and Plauger. Don't get put off by the references to Fortran, what they say applies to any language. "Structure a…
-
comment
Comment #20510339
"write clearly -- don't sacrifice clarity for 'efficiency'" "make it clear before you make it faster" "make it right before you make it faster" "keep it simple to make it faster" F…