Skip Navigation

User banner
Onno (VK6FLAB)
Onno (VK6FLAB) @ vk6flab @lemmy.radio
Posts
128
Comments
1,961
Joined
1 yr. ago

  • I am not a lawyer and I don't play one on the internet.

    To my understanding the process is only prevented by controlling who can have an account on your instance.

    That said, it's not clear to me how federated content is legally considered.

    The only thing I can think of is running a bot on your instance that uses the API of a service such as what you mention to deal with such images.

    Your post is the first one I've seen recently that is even describing the issue of liability, but it's in my opinion the single biggest concern that exists in the fediverse and it's why I've never hosted my own instance.

  • Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - Decoding a signal ... #podcast

  • This is getting fucking tiresome. Now we're stopping humans who browse anonymously from reading content, what's next, block all humans and only let LLM bots access your site?

  • rule

    Jump
  • What's your point?

  • Cybersecurity @sh.itjust.works

    Qantas tells customers what data was stolen during break-in

  • Very interesting! I've installed it and attempted to look at the mystery signal, but I cannot make inspectrum show anything other than red. I think it's sampled at 225144, but that's speculation based on the filename. Any thoughts?

    Source file: https://github.com/vk6flab/signals/tree/main/recorded

    Edit: Update, once I played with the file format, testing c8, c16 and c32, I finally got something worth looking at. It appears to be c16 and there look to be 4 bits per symbol.

    Edit 2: If I use URH, 2500 samples per symbol, I can decode bits as FSK and get the following string:

    7cdc5d32a92284d1f5a53f01b512f2c4663860ec2b273abfdb3c6b90f77a0816f9b8ba65524509a3eb4a7e036a25e588cc70c1d8564e757fb6746b90f77a002df37174caa48a1347d694fc06d44bcb1198e183b0ac9ceaff6cf1ae43dde8205be6e2e9954914268fad29f80da897962331c307615939d5fed9e35c87bbd040b7cdc5d32a92284d1f5a53f01b512f2c4663860ec2b273abfdb3c6b90f77a0816f9b8ba65524509a3eb4a7e036a25e588cc7

    Edit 3: Outputting only bits I get the following that seems to repeat (with some decoding errors) every 255 bits:

     
        
    011111001101110001011101001100101010100100100010100001001101000111110101101001010011111100000001101101010001001011110010110001000110011000111000011000001110110000101011001001110011101010111111110110110011110001101011100100001111011101111010000010000001011
    011111001101110001011101001100101010100100100010100001001101000111110101101001010011111100000001101101010001001011110010110001000110011000111000011000001110110000101011001001110011101010111111110110110011101000110101110010000111101110111101000000000001011
    011111001101110001011101001100101010100100100010100001001101000111110101101001010011111100000001101101010001001011110010110001000110011000111000011000001110110000101011001001110011101010111111110110110011110001101011100100001111011101111010000010000001011
    011111001101110001011101001100101010100100100010100001001101000111110101101001010011111100000001101101010001001011110010110001000110011000111000011000001110110000101011001001110011101010111111110110110011110001101011100100001111011101111010000010000001011
    011111001101110001011101001100101010100100100010100001001101000111110101101001010011111100000001101101010001001011110010110001000110011000111000011000001110110000101011001001110011101010111111110110110011110001101011100100001111011101111010000010000001011
    011111001101110001011101001100101010100100100010100001001101000111110101101001010011111100000001101101010001001011110010110001000110011000111
    
      
  • Or my favourite passive aggressive attempt by Admiral's anti-ad-blocking "technology":

    "Continue without supporting"

  • Cybersecurity @sh.itjust.works

    AWS CDK announced that its turning on telemetry by default

  • My only experience with this is that if the engine is over 50cc it's no longer a moped and requires a motorcycle licence.

    Have you considered an electric bike or scooter?

    As for winter, I've cycled for a decade through Dutch winters and the only investment I required was a proper raincoat and pants to keep dry. More often than not I didn't need any winter coat underneath it if I was wearing a jumper, but that was me as a teenager cycling. Not sure if that applies on an motorised bike.

  • Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - Antenna modelling with genetic algorithms. #podcast

  • It is an easy upgrade.

    Boot from a Linux installer and the upgrade is seamless. I upgraded from Windows NT to Debian 25 years ago. Best decision ever.

  • This article doesn't at all explain what actually happens. There's a hand wavey description including PowerShell scripts and the clipboard, but it doesn't indicate how the code gets executed.

    The article talks about a complex and sophisticated attack, but I don't see any evidence of that assertion.

    Also, given that it's talking about PowerShell, I'm going to guess that this affects Windows only.

    Finally, there's no source links, no CVE allocation, no indication what the URL looks like.

    I'm going with deep scepticism about this report unless more information comes to hand.

  • Can't wait to see the Australian government completely ignore this rather than apply it to the fossil fuel lobby that's currently running the show.

  • Ashland VA has a recurring problem where non-Tesla drivers turn onto the tracks, there's dozens of cases.

    Virtual Railfan YouTube channel will give you most of them.

    Makes you wonder if Tesla used YouTube as a training tool.

  • I would be extremely careful, since it failed for a reason and you were very lucky not to set the house on fire, which looks like it came pretty close to.

  • The lack of transparency within the various bodies within our community is disturbing. It's not that the information is there, waiting to be found, instead it seems clear to me that it's been withheld for reasons nobody has ever even attempted to articulate let alone justify, and frankly I think it's harmful to the well-being of the entire pursuit of amateur radio.

  • There's a whole range of cli tools to extract and query structured data like that, but you might consider loading it into something like sqlite3 and treating it as a database because those formats are really not intended for queries, they're designed for sharing data.

  • Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - The ARRL incident of May 2024, a year later #podcast

  • For some workloads it's true that you can do the heavy lifting on a more powerful remote machine and transport the results back to an endpoint device like a phone. Websites are a good relatable example of that, as are services like YouTube.

    It's not universally applicable for many activities that computers are involved with, data analysis, record keeping, simulations and a myriad of other processes.

    Blurring of the lines between these different orders of magnitude is made possible by faster and faster networks, but that's physically not able to beat processing done inside a single device.

    The more powerful we make computers, the more complex problems we use them for. I suspect that this is unlikely to change as computers evolve.

  • One of the fundamental differences between phones, laptops, desktops, and beyond is size. While that sounds obvious, it also means that the amount of processing within the device is constrained by that size.

    The constraints relate to how much energy can be used by each device and more importantly, how much cooling is available for the system.

    It means that there's a physical limit on how much work each device can do without being unusable.

    While miniaturization is a factor, it's not linear and you can only get so small before you fail.

    So, depending on what you want to do in any given time, the device you use will dictate what's physically possible.

  • Amateur Radio @lemmy.radio

    Did anyone who is not a member of the #ARRL receive an email about #LoTW, or is it just me?

    Amateur Radio @lemmy.radio

    What does 1000€ buy you in your favourite hobby?

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - The Art of decoding a signal. #podcast

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - Random Serendipity #podcast

    Amateur Radio @lemmy.radio

    James Clerk Maxwell - Happy Birthday!

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - Can you be a Professional Radio Amateur? #podcast

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - What's really happening at the IARU? #podcast

    Amateur Radio @lemmy.radio

    IARU Considers Consolidation

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - What do you think you're doing? #podcast

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - How does your member society represent itself? #podcast

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - A brief introduction to the HamSCI community #podcast

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - Can we figure out how much the Sun really affects propagation? #podcast

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - Being an amateur without either radio or antenna #podcast

    Amateur Radio @lemmy.radio

    Foundations of Amateur Radio - Becoming Mode Agile #podcast

    Amateur Radio @lemmy.radio

    The regulator in ⁨#Australia⁩, the ⁨#ACMA⁩, is looking for submissions on updating the Amateur Radio Licence Conditions Determination