18107

joined 2 years ago
MODERATOR OF
[–] 18107@aussie.zone 3 points 13 hours ago

You also have to work 2-3 positions at the same time, without the required equipment to accurately monitor the location of planes, with faulty alarms going off multiple times per day, and you get blamed if you lose concentration for a second at the wrong moment.

[–] 18107@aussie.zone 2 points 13 hours ago (1 children)
[–] 18107@aussie.zone 2 points 18 hours ago (1 children)
[–] 18107@aussie.zone 8 points 1 day ago (1 children)

I did not say that, and I did not imply it either. I was telling you what you can do to improve your interactions with this community and it's mods.

I was given moderator privileges a few hours ago. I have not yet seen those comments, and had nothing to do with them.

I suggest taking some time away from this to clear your head before making further comments. It's hard to argue in good faith while angry.

[–] 18107@aussie.zone 12 points 1 day ago (3 children)

I'm always happy to listen to feedback, and change my behaviour when I'm wrong.

I will not be removing comments just because they have been reported, or just because I disagree with them. I will only be removing comments that explicitly break the rules as listed on the sidebar. You are welcome to report any comment you believe should be removed. There is no penalty for incorrectly reporting something if it is done in good faith (i.e. don't report everything just because I said no penalty).

While not explicitly against rule 1 (Be nice), I believe "zionist rats" could have been phrased as "zionists" or "zionist people" while still making the same point.

[–] 18107@aussie.zone 9 points 1 day ago (2 children)
[–] 18107@aussie.zone 11 points 3 days ago
[–] 18107@aussie.zone 5 points 5 days ago (1 children)

I think you already got your answer here https://mander.xyz/post/49981172

[–] 18107@aussie.zone 0 points 1 week ago

I've found apexcharts-card to be fairly configurable and good looking. I've put 2 different data types on the one graph and used two axes (price left, % right). Sometimes the values get "stuck", but a refresh fixes it.

Example apexcharts-card using Amber energy price forecast and renewable energy %

YAML code for my chart

type: custom:apexcharts-card
apex_config:
  legend:
    show: false
graph_span: 12h
span:
  start: minute
yaxis:
  - id: price
    min: ~-10
    max: ~40
    decimals: 0
  - id: renewables
    opposite: true
    min: 0
    max: ~100
    decimals: 0
header:
  show: true
  title: Amber Prices
  show_states: true
  colorize_states: true
series:
  - entity: sensor.amber_general_forecast
    name: General Forecast
    unit: c/kWh
    color: "#3498DB"
    yaxis_id: price
    data_generator: >
      const data = [];

      data.push([hass.states['sensor.amber_general_price'].attributes.nem_date.replace(/0{2}$/,
      "30"), hass.states['sensor.amber_general_price'].attributes.per_kwh*100]);

      for(let i = 0; i <= 24; i++) {
        data.push([entity.attributes.forecasts[i].nem_date.replace(/0{2}$/, "30"), entity.attributes.forecasts[i].per_kwh*100])
      }

      return data.reverse();
  - entity: sensor.amber_feed_in_forecast
    name: Feed In Forecast
    unit: c/kWh
    color: "#ff9800"
    yaxis_id: price
    data_generator: >
      const data = [];

      data.push([hass.states['sensor.amber_feed_in_price'].attributes.nem_date.replace(/0{2}$/,
      "30"), hass.states['sensor.amber_feed_in_price'].attributes.per_kwh*100]);

      for(let i = 0; i <= 24; i++) {
        data.push([entity.attributes.forecasts[i].nem_date.replace(/0{2}$/, "30"), entity.attributes.forecasts[i].per_kwh*100])
      }

      return data.reverse();
  - entity: sensor.amber_feed_in_forecast
    name: Renewables
    yaxis_id: renewables
    unit: "%"
    color: "#2ECC71"
    data_generator: >
      const data = [];

 

cross-posted from: https://aussie.zone/post/27301455

I took my new (to me) electric motorcycle out with friends for the first time.

I calculated from my previous solo trips that the motorcycle had a range of about 120km (75mi). My friends were more experienced than me, and they picked the route. I had told them that I was only comfortable riding 100km, but I guess that didn't mean much. If I had pressed for details about the route instead of trying to fit in, I would have discovered that the round trip was 140km before we left.

The motorcycle performed beautifully until it shut off after about 120km. Still 20km from civilisation.

What I learned that day is that the average person is far kinder than social media will lead you to believe. I was near the top of the hill, so I decided to push to the top and coast most of the way home. I think around 6 people stopped to help push on the steep section of the hill (one at a time), and I lost count of the number of other people who stopped to check on me on the flat sections. I'm guessing over 20. I was actually thinking of writing a sign that said "I'm fine, don't help me" just so I could make faster progress.

It was a pretty warm day and the motorcycle is about 300kg (650lb), so I was happy to take water from 4 different people along the way.

Eventually someone with a trailer stopped and asked if I wanted to put the motorcycle on the trailer and get a ride home. I don't think I've ever accepted anything faster. It cost me a bottle of high quality whiskey, but it was still much cheaper than calling for roadside assistance.

In summary, it was partly my fault for not pushing for details, and partly my fault for not checking the distance travelled as we went. I'd love to blame the motorcycle for cutting out with 2/5 bars remaining, but I really did know the maximum range. It's also a really cheap motorcycle with almost no thought or effort in its design. It even has a chain guard for a hub motor (no chains anywhere).

I still love the motorcycle, will still only ride electric, and will probably ride with those friends again; but next time I'm checking the distance first.

A great view of the rolling hills into the distance with no houses to be seen

The motorcycle used. Braaap Moto E 8000W

TL;DR
Rode electric motorcycle further than its max range. Humans are much more caring than you'd expect. Got home exhausted, but proud of humanity.

 

I took my new (to me) electric motorcycle out with friends for the first time.

I calculated from my previous solo trips that the motorcycle had a range of about 120km (75mi). My friends were more experienced than me, and they picked the route. I had told them that I was only comfortable riding 100km, but I guess that didn't mean much. If I had pressed for details about the route instead of trying to fit in, I would have discovered that the round trip was 140km before we left.

The motorcycle performed beautifully until it shut off after about 120km. Still 20km from civilisation.

What I learned that day is that the average person is far kinder than social media will lead you to believe. I was near the top of the hill, so I decided to push to the top and coast most of the way home. I think around 6 people stopped to help push on the steep section of the hill (one at a time), and I lost count of the number of other people who stopped to check on me on the flat sections. I'm guessing over 20. I was actually thinking of writing a sign that said "I'm fine, don't help me" just so I could make faster progress.

It was a pretty warm day and the motorcycle is about 300kg (650lb), so I was happy to take water from 4 different people along the way.

Eventually someone with a trailer stopped and asked if I wanted to put the motorcycle on the trailer and get a ride home. I don't think I've ever accepted anything faster. It cost me a bottle of high quality whiskey, but it was still much cheaper than calling for roadside assistance.

In summary, it was partly my fault for not pushing for details, and partly my fault for not checking the distance travelled as we went. I'd love to blame the motorcycle for cutting out with 2/5 bars remaining, but I really did know the maximum range. It's also a really cheap motorcycle with almost no thought or effort in its design. It even has a chain guard for a hub motor (no chains anywhere).

I still love the motorcycle, will still only ride electric, and will probably ride with those friends again; but next time I'm checking the distance first.

A great view of the rolling hills into the distance with no houses to be seen

The motorcycle used. Braaap Moto E 8000W

TL;DR
Rode electric motorcycle further than its max range. Humans are much more caring than you'd expect. Got home exhausted, but proud of humanity.

1
Dual sim (aussie.zone)
submitted 6 months ago* (last edited 6 months ago) by 18107@aussie.zone to c/linuxphones@lemmy.ca
 

Do any combination of phones and OSes have support for desktop Linux apps, VoLTE, and dual-SIM?

I want to get away from Google. My current phone (Nokia G42) doesn't seem to have support for any OS except Android. My ideal setup would be a Fairphone 5 with Ubuntu Touch, but that doesn't seem to support dual-SIM.

 
 

I've had an old laptop running Home Assistant for quite a while. I've recently started getting into docker. I'm part way through setting up a NAS and want to check if I'm doing anything really stupid.

My ideas so far:

  • Samba sharing a host folder on the local network
  • Rsync for regular backups to a separate host folder
  • WireGuard to connect directly to an offsite laptop with the same setup
  • Syncthing for realtime synchronisation and temporary file versioning
  • Home Assistant for rsync backup monitoring

Are there any issues with this setup, and is there anything else I should consider?

102
Singing (aussie.zone)
 
1
submitted 10 months ago* (last edited 1 month ago) by 18107@aussie.zone to c/buyitforlife@slrpnk.net
 

Request: I'm looking for something with high reliability rather than high speed. It needs to support 30+ devices.

Additional information: My house is about 30m (100ft) long, and the internet comes in by ethernet at one end of it. I'm happy to use a Wi-Fi extender if needed.

Context: I've been having issues with both my current and previous routers. Devices are randomly unable to communicate over the network for several seconds at a time. Both ethernet and Wi-Fi are affected.
I live in Australia, so even the slowest router should be more than fast enough.
I have a large number of automated devices that need to stay connected at all times - even 5 second network dropouts are difficult to deal with. Internet dropouts are handled gracefully.

Any suggestions are gratefully received.

Update (8 months later):
My existing routers are ASUS RT-AX53U. Updating the firmware had no effect.
Replacing the firmware with OpenWRT fixed all of the issues.
I've also run an Ethernet cable between them, but it was working perfectly as a Wi-Fi mesh/extender anyway.

 
1
submitted 1 year ago* (last edited 1 year ago) by 18107@aussie.zone to c/meta@aussie.zone
 

A community for users of the wholesale electricity provider Amber to discuss strategies for optimising energy use, and request help with understanding how energy bills work with wholesale electricity.

There are several Amber groups on Facebook and Discord, but nothing that is publicly accessible or viewable without an account.

EDIT: The name is still under consideration. Suggestions for a name to encompass all users of wholesale electricity prices are appreciated. I'm currently leaning toward "Wholesale Energy Australia".

 
view more: next ›