Live data from Hacker News

Viewing profile — rlyshw

rlyshw

HN member
Joined
Thu, Jul 21, 2016, 8:48 PM UTC
HN karma
163
Public activity
61 items

About rlyshw

No profile information was provided.

Recent public activity

  1. comment
    Comment #43108949

    This is kinda getting at a core question of epistemology. I’ve been working on an epistemological engine by which LLMs would interact with a large knowledge graph and be able to id…

  2. comment
    Comment #35690625

    Cool. I've actually been playing with QEMU internals a lot recently. Specifically with the multi-process experimental features. Although I can't seem to find any consistency on whe…

  3. comment
    Comment #35569271

    I’ve thought about doing this, but a few reservations came up when I considered getting started with a family friend. I just pictured a contracted ”IT MANAGER” getting rabbit holed…

  4. comment
    Comment #35330979

    Helm charts are pretty standard, git/kube-native, and lead much more nicely into the more sophisticated operator/controller model. One part I haven't quite put a handle on is where…

  5. comment
    Comment #35074261

    USPS might be mired in fed scale problems. Maybe a Library is more appropriate? At least, more directly accessible at the local level. I’m just not sure how exactly that would work…

  6. comment
    Comment #35073997

    I know that this is a typical HN post, assuming everyone should become a Linux sysadmin. But related to the parent, and recent developments in Zero Trust Access products, I wonder …

  7. comment
    Comment #35073895

    Linux has been pretty stable for decades now. I’ve been using the same core configs and bulk data in my home compute environment basically since I started using Linux. Remote repos…

  8. comment
    Comment #33879863

    Seems like a lot of ongoing o&m and sustainment of an existing product, similar to any other day-to-day. Do you have insight on what the proposal, design review, and first commits …

  9. comment
    Comment #32279956

    Im building with featherjs[0] right now and I love it. Jwt, user handling, routing, and (most notably to me) real-time functionality is all built in. Probably the most rails-like b…

  10. comment
    Comment #29868514

    Except the Spotify model is also rife with issues. Artists generally hate Spotify and hardly make a living off of “pay per stream”. Most of them still very much depend on tours, me…

  11. comment
    Comment #29828190

    I recently had an issue where my UDP service worked fine exposed directly as a NodePort type, but not through an nginx UDP ingress. I _think_ the issue was that the ingress control…

  12. comment
    Comment #29820441

    Ha, this is great. I just spent the holiday break launching a kubernetes cluster in my home lab, on which I’ve deployed a Minecraft server to play with my friends. I guess with thi…

  13. comment
    Comment #29797849

    Love this. A great point. HLS via CDN is really just "downloading files but the source is provided kinda fast"

  14. comment
    Comment #29797821

    Yeah as the sibling comment mentions these WebRTC implementations do not scale. While you "can hook it up" for hyper-specific applications and use cases, it does not scale to say a…

  15. comment
    Comment #29796558

    A quick search for "latency" in here has one little hand-wavey blurb about Mux working to optimize HLS. >Using various content delivery networks, Mux is driving HTTP Live Streaming…

  16. comment
  17. comment
    Comment #26624273

    I'll have to look into it! Now that I've got the 5G-UW plan from Verizon, I wonder if I could actually get >1Gbps to my laptop via wired hotspot.

  18. comment
    Comment #26623650

    Sorta related; I often travel for work and was having an annoying time with Verizon’s hotspot throttling. 4G LTE should be able to run at ~5Mbps but devices connected to the hotspo…

  19. comment
    Comment #26430602

    I read the “what exactly does this do?” section and still don’t know what it does. Maybe I’m just dumb, but there doesn’t seem to be any “user story” to succinctly describe what th…

  20. comment
    Comment #26394928

    I assume you are getting downvoted for not adding context so I’ll help; urbit is literally designed around the principle of total ownership. The community (purposefully) does a ter…

  21. comment
    Comment #26334126

    I've done installs of video streaming tech on USAF-managed NIPR net and we've had to reverse engineer some of the mechanisms on their own network... This does not surprise me at al…

  22. comment
    Comment #26239218

    the transparent content suggestion algorithm is insanely good. If you spend any amount of time in the actual app, you'll find it immediately starts catering content to you based on…

  23. comment
    Comment #26199939

    Once you get the infrastructure set up and cloud-init-enabled template images, servers can be very turnkey. I can spin up a new DNS-addressable, auto-updating Ubuntu VM in two or t…

  24. comment
    Comment #26162204

    The spatial audio feature makes me think that Apple has some level of head movement tracked with airpods. I'm imagining a system where you can just use nods/head shakes to move thr…

  25. comment
    Comment #25971594

    What about the WebRTC part? The post ends at RTP out from FFMPEG. Maybe I’m supposed to know how to consume that with WebRTC but in my investigation it’s not at all straightforward…