Dave

joined 1 year ago
[–] Dave@lemmy.nz 3 points 12 hours ago (2 children)

Well I got the the last section of the survey, accidentally triggered the pull down refresh of the browser, and it's completely forgotten everything I entered. I don't think I can be bothered starting again 😩

[–] Dave@lemmy.nz 7 points 17 hours ago

We allocate money for the kids to donate to charity. Some loose rules around what does and doesn't count but generally the kids get to decide.

Not technically charity but I've made a push to support OSS and other small-tech projects this past year. Regular contributions of a few dollars a month each to things like the maintainer of my linux distro and the guy that makes Kodi plugins I use, and pushing to financially support commecial OSS such as Proton Mail and Bitwarden. I'm just realising I don't actually have a list, I should probably work out exactly where my money is going.

[–] Dave@lemmy.nz 8 points 2 days ago

Hmm I guess "cozy" games are a genre, but I kinda felt like they are games that make you feel cozy, fun without the stress. If a game sucks then I don't know I'd consider it "cozy".

[–] Dave@lemmy.nz 20 points 3 days ago

Yeah all you've done is put the family name first. Which is already a thing in some parts of the world.

[–] Dave@lemmy.nz 19 points 3 days ago (2 children)

Something something his noodley appendage?

[–] Dave@lemmy.nz 3 points 6 days ago

When I got the phone I also got one of the glass screen protectors, which was advertised as being extra thin for good touch sensitivity.

I shattered it trying to peel the plastic backing off, and never got around to getting a new one.

That one you linked looks like it would suit someone like me a bit better.

[–] Dave@lemmy.nz 2 points 6 days ago (2 children)

I have a Pixel 7 Pro and have never had an issue. I don't have a screen protector on, if that makes a difference.

[–] Dave@lemmy.nz 17 points 1 week ago* (last edited 1 week ago)

I'll put up with it but has their ever been a person who wanted the document to open as a modal window inside Teams where you can't even go back to the chat of the person who sent it without closing it?

So you have to open in browser and then open the browser version in desktop.

I don't really hate Teams but that really triggers me. Otherwise I feel like Teams and I have a lot in common (like the whole tried to do too much and so does nothing well thing).

[–] Dave@lemmy.nz 2 points 1 week ago

I can easily search up people talking about both the Windows and MacOS system wide spell checks. While for Linux you just find people talking about how dumb it is everything uses different implementations: https://www.reddit.com/r/linuxquestions/comments/hu4ktg/does_systemwide_autocorrect_and_typo_flagging/

As for NZ English words, it would mostly be words that have come from the Māori language including place names and people's names.

In theory having multi-language spell check would solve most of the issues, but I've never seen Māori as a supported language on Linux.

For some examples of words, there are place names like Taranaki, Te Anau, Te Awamutu. People's names like Hone Harawera or Apirana Ngata. And common words and phrases that have made it into English like Kia ora (mostly used in English as a greeting) and Aotearoa (a name for New Zealand). There will also be company and product names as well.

[–] Dave@lemmy.nz 29 points 1 week ago

If you follow the source trail it lists Cloudscene as the source, who seem to be some marketplace for buying and selling cloud services. I highly suspect it's a count of the data centers they have listed by their sellers, which would bias the US and explain why there are so few for China.

[–] Dave@lemmy.nz 53 points 1 week ago (1 children)

If you follow the trail you get Cloudscene as a source: https://cloudscene.com/region/datacenters-in-north-america

They seem to be some cloud services marketplaces, where they link up buyers and sellers. I suspect it only lists the data centers that they have listed that are included in the graphic. That would make a lot of sense, since Chinese data centers used to service people in China are unlikely to be listed, which is why it says in all of China there are only 300 data centers.

[–] Dave@lemmy.nz 3 points 1 week ago (2 children)

Haha I get that I can't really expect better than "English", or maybe "US English" and "UK English", but having a system wide dictionary I can add words to by right clicking and choosing "add to dictionary" would be nice.

As I understand it, each program keeps their own.

 

I'm looking at getting a gateway device to replace the ISP router that sits between the internet connection and the mesh WiFi.

I am running pi-hole on a (very old) raspberry pi, but I know some gateways get quite fancy so I'm wondering if it's possible to have pi-hole on the gateway itself, to run as DNS and DHCP servers?

Other things I'm looking for in a gateway are VPN as a client (preferably Wireguard) and PoE ports for cameras.

If it's possible to host something like pi-hole directly on the gateway then hardware recommendations are appreciated!

 

I have a server that is also plugged into my TV. It's running Ubuntu server, but then I installed the DE when I started trying to use it with the TV as well.

For the TV I'm using Kodi synced with Jellyfin. Unfortunately it's not very stable. Most of the time it's fine, but with specific files Kodi will crash, often bringing down the whole system. I expect this is at least partly because the DE was an afterthought and it's not running a full DE.

I'm looking at doing a full refresh of the server, and am wondering if there is a distro that is particularly good for this use case. I also want to be able to play games on occasion with xbox controllers.

TL;DR: Can you suggest a distro to run on a PC connected to a TV, used mainly to run Kodi and as a server via docker containers, but also for games via wine/proton with controller support?

 

I’m excited to announce that Beeper has been acquired by Automattic. This acquisition marks the beginning of an exciting new chapter as we continue our mission to create the best chat app on earth.

Automattic is best known for supporting WordPress and WooCommerce – two open source software projects that underpin huge portions of the internet’s publishing and ecommerce infrastructure. Together, we’ll develop software for a third fundamental pillar of the internet: chat.

 

I've been reading through the documentation and looked at several tutorials, but I can't get actionable notifications working.

Here's an example YAML that was originally done in the GUI. It's intented to send an actionable notification with two options, and when you click one, it should send another notification to confirm it worked.

It sends the notification fine, and when I tap the button the wait for trigger section in Home Assistant lights up to indicate that it's been triggered. But nothing further happens.

Any help appreciated!

alias: Actionable notification test
description: ""
trigger: []
condition: []
action:
  - service: notify.notify
    metadata: {}
    data:
      message: Message me?
      data:
        actions:
          - action: ACTION_NOTIFY
            title: Message me
          - action: ACTION_IGNORE
            title: Ignore
  - wait_for_trigger:
      - platform: event
        event_type: mobile_app_notification_action
        event_data:
          action: ACTION_NOTIFY
      - platform: event
        event_type: mobile_app_notification_action
        event_data:
          action: ACTION_IGNORE
    continue_on_timeout: false
    timeout:
      hours: 0
      minutes: 0
      seconds: 0
      milliseconds: 0
  - alias: Perform the action
    choose:
      - conditions:
          - condition: template
            value_template: "{{ wait.trigger.event.data.action == \"ACTION_NOTIFY\" }}"
        sequence:
          - service: notify.notify
            metadata: {}
            data:
              message: Requested message
mode: single
 

I'd like to add a smart button to my HA setup. I don't have zigbee signal nearby, so I'm wondering what the best way to do this would be.

I'm using a Skyconnect dongle. There's wifi nearby. I want to control a smart switch nearby, which would also have zigbee but that also wouldn't reach the distance I need.

Is Matter a solution here? With a hub connected to wifi that bridges to the button?

Any suggestions on hardware?

Or any other suggestions?

 

The Assist instructions just say go to assist and start talking. But mine only allows me to type in what I want to say, I don't get a voice option.

What am I doing wrong?

22
submitted 10 months ago* (last edited 10 months ago) by Dave@lemmy.nz to c/selfhosted@lemmy.world
 

Does anyone know of a self hosted service that does kids sticker charts? Here's what I had in mind:

Kid interface:

  • Tablet with browser open, shows a column per kid with name at the top plus how many stickers are available
  • Kid can click the + button and choose a sticker to add to their sticker chart (unless they have run out)

Adult interface:

  • Log in
  • Ability to add to the available stickers for a child

Basically, kid does something good, adult adds an available sticker for the kid, kid gets to choose the sicker and see it on the sticker chart.

Anyone got any suggestions for anything that even remotely resembles what I'm looking for?

 

The whole time Canvas has been running the Aussies have been trying to make their big flag in the bottom left corner. They probably bit off more than they can chew, but they were working hard regardless.

Now I come in and find some dicks have gone and changed a bunch of their red to blue for no reason whatsoever?

I'm done with my projects so I thought I'd put my efforts into helping them. Anyone else want to help?

There is stuff all over the flag, leave it there, don't break what others have done, just do the flag "underneath" or around the other things. I don't have a template, but you can see where the union jack goes, and the outline of the white stars, so the rest just needs to be blue.

I find you can cover more ground with a checker pattern. Then if there is time we can fill in the white parts of the checker pattern.

Bottom left:

view more: next ›