Skip Navigation

Posts
5
Comments
142
Joined
3 yr. ago

  • It should! As long as you can get it to the bios screen you should be able to get it to boot a live USB. I actually resurrected my EeePC1005 two weeks ago with DamnSmallLinux2024.

  • How I keep that sort of thing in a single automation is by using trigger IDs and a service call with a template for said trigger id.

    Something like this:

     
        
    alias: Hallway Motion Light
    description: ""
    trigger:
      - platform: state
        entity_id:
          - binary_sensor.hallway_motion_occupancy
        to: "on"
        id: "on"
      - platform: state
        entity_id:
          - binary_sensor.hallway_motion_occupancy
        to: "off"
        id: "off"
        for:
          hours: 0
          minutes: 1
          seconds: 0
    condition: []
    action:
      - service: light.turn_{{ trigger.id }}
        data:
          transition: 3
        target:
          entity_id: light.hallway_light_2_2
    mode: single
    
    
    
      
  • Yeah it looks like OP is using the device actions instead of dealing with the entity directly.

  • I can too, which is what gets me. Honestly after I think it might boil down to how far removed your provider is from directly getting the number from the FCC(or how trigger happy the entity they're getting the number from). Also possibly if it's considered a landline or mobile number, it looks like those are distributed differently.

  • Sort of? It looks like this is unique to SMS over VOIP. Which don't get me wrong, it's still fucking stupid. But maybe, just maybe there's a middle ground between getting inundated in robocallers trying to reach us about our cars extended warranty and not being able to send the word Scunthorpe over SMS.

  • Yes and all that technical debt, complexity and loss in decentralization could be avoided by simply increasing the block size. BCH for example has zero-conf transactions and the average fee is also <$0.01.

    But that would mean that you'd be able to use it as an actual means of exchange instead of this crippled "Internet gold" bastardization that BTC has become.

  • Yeah the fact that all the tipping is done off-chain via the lightning network is even more of a turn off. Did anyone else follow all that drama back on reddit?

  • Oh look, a Nazi.

  • Is abliteration based off the research by the Anthropic team? When they got Claude to say it was the golden gate bridge?

  • Let's not forget that one of the of the core developers is a fascist and Jack gave them 14BTC:

    That anonymous Brazilian is Giovanni Torres Parra, a developer who has also built at least two webpages devoted to disseminating the work of the far-right conspiracy theorist Olavo de Carvalho. Before he died in 2022 after contracting COVID-19, de Carvalho — known as Olavo — praised Brazil's military dictatorship, claimed that Pepsi-Cola was flavored with stem cells of aborted fetuses, preached that tolerance for homosexuality was "incompatible" with democracy, and had an office in Virginia decorated with portraits of Confederate generals.

  • That was meeeeeee

  • Because police have more important things to do like not solve 50% of murders and 88% of property crimes. There are minorities to oppress, don'tcha know. /s obviously

    But seriously though until there's separate infrastructure to handle it this is going to keep happening. God forbid they put speed regulators on cars lol.

  • The tl;dr is that the play version of termux has been lagging behind the master github branch because of Google's fuck fuck games with Android permissions. Now it's been updated, but effectively neutered.

    Basically, PlayStore termux-app v0.120 release is functionally equivalent to v0.108

  • Cobalt.tools worked flawlessly!

    EDIT: Ope, thought you were asking lol. Cobalt.tools rocks!

  • Delta Chat is quite good, it's an email client thats built like a messenger app. It's E2EE with Autocrypt lvl 1, you can use it with most email services, and they have a self hostable/hosted "chatmail" service that you can also use if regular email services are slowing down the messages (gmail isn't the best for this). It also supports apps and games in chat using the webXDC standard.

  • Thats what really kicked me into using obsidian as much as I do.

  • Basically you can mirror the instapapered versions of your saved pages as markdown files in your obsidian vault. You can customize the whole thing basically so you can put it wherever and have it tie in to your PKM system however you want. I've got mine organized in weekly folders with a dataview block in my daily note showing the articles I've saved that day.