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/)IA
Posts
2
Comments
24
Joined
2 yr. ago
  • There is some distribution of effort/expertise at least:

    When an individual researcher or an organization discovers a new bug in some product, a CVE program partner — there are currently a few hundred across 40 countries — is asked to assess the vulnerability report and assign a unique CVE identifier for the flaw if and as necessary.

    https://www.theregister.com/2025/04/16/homeland_security_funding_for_cve/

  • I'll mention this as no one has yet but you can be your own CA. Tools like mkcert make it easy

    https://github.com/FiloSottile/mkcert

    This is potentially more hassle (than using public DNS) as you have to get your CA certs onto every device. However it may be suitable depending on the situation.

  • It's a bit like using directories/folders to organise your work - you don't have to have separate projects in separate folders but it really helps the more projects you have going on. Also once you have two Python projects that require different versions of the same dependency things will get messy.

  • Bristol, UK @lemmy.ml
    IanTwenty @lemmy.world

    How was Storm Darragh for you?

    Some gusts of 45mph in Horfield and Fulton according to https://martynhicks.uk/weather/data.php so I think we escaped the worst in the city. A few things blew around but no damage near us.

  • I once heard a recommendation that there's nothing better for neurodivergent people then to spend time with their own. Have a look and see if any places near you do sensory/neurodivergent events. I am thinking of things like cinema screenings and soft play. As awareness seems to be growing in some countries demand is emerging for e.g. low volume cinema screenings, lights turned down, low numbers of attendees etc. Whilst your child might not need all these accommodations there will be other children there who are neurodivergent for them to meet and (hopefully) a higher level of acceptance and understanding amongst all the parents.

    If your child has special interests then events focussed on those subjects may attract similar types of children. It's a bit of a cliche/stereotype but communities like boardgames, pokemon, videogames, train enthusiasts etc often have events/rules/customs that provide clear ways to engage with others even non-verbally. For example there are people running Minecraft servers purely for neurodivergent children.

    If you're really lucky there may even be parent meet ups or workshops in your area that bring neurodivergent kids together and help them to value their difference. Creating a social life independent of school for your child could be really valuable in their years ahead and for you too, helping them keep a core group of friends even when they transition between schools.

  • I think you've hit the nail on the head so to speak....it's just too small/custom a thing for anyone to have built a dedicated tool it seems. In the end I am looking at using my file manager (nautlius) to automatically run a custom exiftool/bash script on chosen files so I can just click and rename/fix metadata etc as I browse through the files. Probably good enough for now.

  • Linux @lemmy.ml
    IanTwenty @lemmy.world

    Photo management at the cmdline - recommendations?

    Can anyone recommend a tool to manage photos at the cmdline? I just want to move photos into dirs based on their metadata (YYYY/DD), occasionally fix up metadata (adjust dates), rename photo filenames to match a template and/or query my photos for certain things. It doesn't need to be a gallery or image touch-up tool, I have other things for that.

    I'm aware of exiftool and ImageMagick, perhaps they can do the job but they seem quite low level, really need to build scripts around them - I'd like something that operates at a slightly higher level so I don't have to do too much scripting.

    A quick search turned up chee (GPLv3) which can:

    • search photos using a simple query language
    • manage named queries (called collections)
    • copy/symlink images into a custom folder structure

    ...but it's not had an update in a few years (maybe it's feature complete tho!) Any other suggestions? Thanks.

  • So git-annex should let you just pull down the files you want to work on, make your changes, then push them back upstream. No need to continuously sync entire collection. Requires some git knowledge and wading through git-annex docs but the walkthrough is a good place for an overview: https://git-annex.branchable.com/walkthrough/

  • I seem to get pop-up notifications for free in GNOME/Fedora by setting these levels in /etc/UPower/UPower.conf:

     undefined
        
    UsePercentageForPolicy=true
    PercentageLow=50
    PercentageCritical=20
    PercentageAction=10
    
      

    I think you can also configure the system to take action when it reaches the lowest level with e.g.

     undefined
        
    # The action to take when "TimeAction" or "PercentageAction" above has been
    # reached for the batteries (UPS or laptop batteries) supplying the computer
    CriticalPowerAction=PowerOff
    
      

    However I don't know how to get these GNOME "Power" notifications to play an audible sound (without turning on notification sounds for ALL notifications). The best I could find is this: David Bazile / gaudible · GitLab

    There's talk of better control of sound notifications in GNOME 47+, but looks like nothing much has landed yet: Notifications in 46 and beyond – GNOME Shell & Mutter

  • Home Assistant can do shared lists and (I've not used them) but has some recipe add-ons. There are apps for android and iOS. It can also take care of managing the dynamic IP. Then if you want to explore home automation in future you're ready to go.