Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GA
gazter @aussie.zone
Posts 2
Comments 193
The Next Generation of Cell-Site Simulators is Here. Here’s What We Know.
  • Right, that's what I understood. So using a VPN, a CSS will be able to identify that my phone is active, but not the content I'm accessing, or who I am accessing it from, correct?

    The previous comment said VPNs do nothing against this type of attack- were they just referring to identifying your device?

  • How do you spend multiple days in the saddle without discomfort?
  • You both get used to it, and your saddle moulds to you, to some extent.

    I was off the bike for a few years. When I got back on, my first long ride was a killer. The second was shortly after, and it wasn't so bad. After a couple short rides on consecutive days, it was pretty much not a problem any more.

  • Pyrenees Traverse
  • That looks epic! I think it's the right call with the river crossing- It rarely goes wrong, but when it does it can go wrong really badly.

    We're planning to cross the Pyrenees in a few months- heading from the Alps through to Rodellar. I was thinking of just catching a train for that section, but seeing your pics makes me wonder if we should put more effort into riding it!

  • viruses
  • Interesting, thanks! I'm someone that has been educated on viruses to a Radiolab level, and as such I'd like to hear your take on the idea that viruses used to be more complex organisms, which then evolved to be the simple and efficient form they are now.

  • Remote access to lan, isolated from the internet?

    I'm looking at a permanent install of a Windows machine that runs a few digital signs. I want to achieve remote access and file upload to the Windows box, as well as accessing the internal web server of the displays on the same LAN. This LAN will be attached to a corporate network, but I would prefer if it did not have access to the internet. I'll have to work with the IT department to get this happening, of course, but I'm hoping to go in prepped with potential solutions. Could anyone tell me if these ideas will work, or what I'm missing?

    • VPN tunnel. This would be whichever VPN that their IT supports. Would I be able to simply install the client on the windows box and my machine, and then on my machine connect to the VPN, use TeamViewer in LAN mode for control of the Windows box, and web browser for control of displays? I'm assuming their IT would set up the upstream switch to only pass that VPN connection, so that the Windows box does not see the internet, and I cannot see their internal network.
    • Some kind of IPMI/PiKVM solution- This would be a second computer, attached to the corporate network, but not to the signage LAN. It would just be a KVM for the Windows box. I would then dial into that via its webserver, and control the Windows machine. The control for the displays would be accessed via browser on the Windows machine. I like this solution, as it keeps the networks separate, but I think that uploading files will be a challenge.
    • Or is there a better way?
    9
    Machine Learning @lemmy.ml gazter @aussie.zone

    Hoping for an intro to machine learning for object detection

    Hi! Hopefully this is a good place to ask. I've been googling around a fair bit, but haven't had much luck- I'm either finding ELI5 type articles, or in depth tutorials on setting up a model to tell the difference between a frog and a dog. I'm not sure if those are relevant to my concept.

    I would like to implement a ML algorithm to detect a particular type of defect on a production line. Our current camera system isn't quite up to the task, but gives good, consistent imagery, and I have a good historical dataset. The product moves past the camera, it snaps a single black and white image, then the product moves on. This means that most of my images are more or less the same. These defects are obvious to the human eye.

    Could someone please give me, a noob, a bird's eye view of how I would go about using ML to create a model for this? There's so many choices of tools and tutorials that I don't know which would be best suited to this use case.

    5