Skip Navigation

User banner

Onno (VK6FLAB)

@ vk6flab @lemmy.radio

Posts
9
Comments
618
Joined
2 yr. ago

Anything and everything Amateur Radio and beyond. Heavily into Open Source and SDR, working on a multi band monitor and transmitter.

#geek #nerd #hamradio VK6FLAB #podcaster #australia #ITProfessional #voiceover #opentowork

  • Whenever I see the word "OpenAI", I substitute it with "my cat" and the world makes a little more sense.

    For example:

    ‘Apple is getting this wrong,’ says my cat — startup blasts iPhone maker over lawsuit alleging it stole confidential information through ex-Apple employees

    Also, AI with Assumed Intelligence and LLM with Unsupervised Text Extruders.

  • Around the turn of the century I built a "middleware" layer for an Oracle to MySQL bridge which enabled legacy systems to keep running while modern and open source tooling could be built.

    The biggest challenge was moving from columnar to row based data .. that and compiling Solaris tools using Oracle libraries.

    Oracle is like sendmail, user friendly, just very picky whom it makes friends with.

    I'm getting flashbacks to debugging an Oracle connection file.

  • Wow, smash bugs, be in the running for prizes, including a skateboard .. might give that a pass.

  • there isn't a big privacy issue as compared to the benefit in the health and safety and property of others.

    So, now we're measuring invasion of privacy based on "the health and safety and property of others"?

    I strongly disagree with your assertion that "there isn't a big privacy issue" here. From the top of my head:

    1. Did the rental company advise the customer before they got into the car?
    2. What other details were recorded?
    3. What is the process to erase the data?
    4. Who has access to it under which circumstances?
    5. How long is it retained?
  • Puppeteer and Chrome were my go-to, but that was before AI bots started hammering sites, and Cloudflare and others started offering blocking processes to stop them.

    I'd be surprised if the service you're currently using will be effective for much longer.

    As for text comparison, lynx -dump will give you the text and diff will show you the changes, but as you mentioned, that won't show you the graphics and banners, unless the site actually uses accessible content.

  • Writing software is about problem solving skills which improve with practice. Often the process involves breaking down a problem into smaller pieces and breaking each of those down, until you know how to "solve" each problem.

    Writing down each "solution" and stringing them together is then the actual "programming" part of this activity .. which brings with it a whole new layer of "problems" to "solve".

    It's as much art as it is accounting and the more you do it, the better you get at it.

    Source: I've been writing software since 1982.

  • We're going to need a lot of popcorn.

  • Did you try it?

  • Factory reset?

  • How about thinking of voting behaviour as being unrelated to what you wrote, instead it being a reflection on what they read.

    One on one in a public forum is never private and people will throw their vote just for giggles with no input whatsoever from the other person.

    If you want to really know what another person thinks, you're essentially shit out of luck because nobody really knows what anyone else is thinking.

    In other words .. voting and breathing are life affirming and uncontrolled processes.

  • Ssh access should be passwords only

    What are you basing this on?

  • Yeah .. voting around here is interesting from time to time.

    On a positive note, I hadn't heard of the Linux Security Audit Project, looks interesting, thank you.

    I only briefly skimmed through the readme so I might have missed it, but I wonder how they're able to claim compliance with specific standards.

    It was my understanding that it's typically a drawn out expensive process with a certificate to hang on the wall after the fact.

  • I can't wait to read the explosion of breathless media reports and "expert" commentary discussing the sudden spate of compromised ID systems and the subsequent finger pointing between politicians blaming each other for this entirely foreseeable outcome while the professionals who kept raising concerns have their uncredited "I told you so" moment.

  • Paywalled

  • Compliant with what?

    "Security compliant" is a completely meaningless phrase, right up there with "locked door" or "secret code".

  • Perhaps Windows users are finally learning about privacy and hiding their identity.

  • An extra observation, if you're doing QA and you're running out of memory, there is a good chance that the actual users will experience the same issue.

    If you're running this inside Docker, you can specify exactly how much memory it has access to, which can also act as a data point for your QA process.

  • Puppeteer is the tool. It takes some getting used to.

    You can set a bunch of triggers that determine exactly when the screenshot fires, and you can simulate mouse movement and scrolling to deal with lazy loading.

    There's even time delays that differentiates between human time and machine time, allowing you to have the software act as if it was running for longer than it actually was, which deals with other weirdness seen in web apps.

    You can run it inside Docker which might simplify things for you.

    I ended up writing a node.js app to control puppeteer precisely how I needed to.

    Source: I spent 48 months or so using it for a project that required all of that.

  • Ask Lemmy @lemmy.world

    Why do old posts show up in my feed?

  • Selfhosted @lemmy.world

    Proxmox audio for all guests solution?

    bugs.debian.org /cgi-bin/bugreport.cgi
  • Ask Lemmy @lemmy.world

    How do you pronounce in words the following two references to money: "6½d" and "6s. 6d." from a 1904 text?

  • Asklemmy @lemmy.ml

    Community behaviour around deletion of posts

  • Ask Lemmy @lemmy.world

    How are you supposed to synchronise the packaging of medication that comes in different quantities?

  • Programming @programming.dev

    This project uses Docker to create an environment where you can run containers on a remote host, in such a way that your local working directory is visible to the container and optionally use X11.

    github.com /ITmaze/remote-docker
  • Privacy @lemmy.ml

    Privacy-Respecting European Tech Alternatives

    www.privacyguides.org /articles/2025/03/19/private-european-alternatives/
  • Today I Learned @lemmy.world

    TIL that this exists: "JusChek SARS-CoV-2 And Influenza A+B Antigen Combo Rapid Test (Nasal Swab)"

  • Linux @programming.dev

    GUI options for KVM?