• 0 Posts
  • 84 Comments
Joined 4 months ago
cake
Cake day: January 27th, 2026

help-circle

  • Yep, I set mine up last weekend.

    Used a nice Racknex rackmount kit to put a Raspberry Pi with SDR in the rack, and a little LCD display on the front that cycles through the details of aircraft currently in range - so it also serves the important purpose of Blinkenlights.

    I’m fortunate to live close to two international airports (one small, one big) and under a reasonably busy flight corridor as well, so plenty of planes to spot - light aircraft, helicopters and military all the way up to A380s.


  • Quite; I just set a (locally hosted) LLM off writing the tickets for implementing all the opcodes in a simple device emulator, based on grovelling through datasheets and documentation. Whether the tickets get implemented by an AI or a human, it’s a timesaver having the AI do it, and the tickets will be better written than I would have done.

    Everyone railing against this also overlooks the reality of professional software development: professional software is developed 5% by skilled, trained Software Engineers, and 95% by code monkeys who shotgun copypasta from Stack Overflow until it works. Even if we extremely generously assume that the hardcore “never use AI” Lemmy brigade are in the 5% (and not, more likely the 95% drowning in their own Dunning Kruger,) the “but AIs produce unreadable code and make mistakes” threat isn’t putting off anyone who’s ever actually had to hire a significantly sized development team.



  • You can subnet logically with IPv4.

    If you go IPv6 on the internal network you ‘win’ not having NAT, and exposing all your intrrnal services to the net (which… just why?), but lose the ability to do redundant ISPs/failover/loadbalancing, policy based routing, VPNs… Unless you do IPv6 address translation. Which puts you back to “IPv4+NAT, except more complicated.”

    IPv6 inside the firewall is more or less entirely pointless.


  • I wouldn’t have an objection to paying them for that.

    I did object them to them trying to charge me to stream from my server to my TV in the same house without touching any of Plex’s infrastructure at all, because their license-check is too dumb to understand some of us use things like “subnets”. (I objected even more that their “support” teams are evidently staffed by obnoxious jerks trained only to say “give us money”.)

    Fortunately I found the switch to Jellyfin incredibly easy, and so far it’s actually been more reliable than Plex ever was.





  • I was contributing to Open Source almost certainly before you were born, so wind your neck in kid. But, even if we suppose you are right and the GPL somehow restricts the use of licensed works for AI training (although a quick refresh on the license shows no evidence that it does) - while GPL fanatics make the most noise, it is absolutely not the most popular open source license.

    GPL variants covers roughly 20% of the licensed work on Github. The vast majority of such work is permissive open-source licensed, with the MIT license covering almost 50% alone. That’s because the vast majority of open source contributors are not in fact wannabe Citizen Smiths, but rather people who want, without restriction, to contribute to the advancement of computing.


  • Have you ever read an open source license? They gave away those rights, voluntarily.

    If you have evidence that AI is being trained on world licensed to the contrary then by all means get exercised about those “workers” rights (right on, man,) but given the vast quantities of code released under permissive open source licenses, it’s not going to change anything.



  • Tim@lemmy.snowgoons.rotoSelfhosted@lemmy.worldmy homeserver mapped
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    16 days ago

    That seems unlikely; trust me, there are services running behind Cloudflare tunnels that are doing more requests per second than whatever you’re hosting does in a year.

    The only times I’ve had performance problems with Cloudflare tunnels it’s been intermediate network kit that didn’t like IPv6 or didn’t like QUIC (or both). You can try disabling both in cloudflared to diagnose (at least, you used to be able to disable them/switch to HTTP/2+IPv4, it’s been a very long time since I’ve needed to so I’m just assuming it’s still an option.)