

Take back control of your OS. Use a different OS if you need to.


Take back control of your OS. Use a different OS if you need to.


3


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


deleted by creator
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.

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 = [];


I upgraded from a Pi2 to a second hand thinkpad. It went from underpowered to also running a NAS and a factorio server with plenty of precessing power to spare. I’ve used it for several other projects as needed. Docker compose makes everything trivial.


Car travel is massively subsidised. The road maintenance, emergency services, new road construction, traffic light electricity, smart highway monitoring, snow ploughing and more are subsidised for roads.
Many railways are privately owned, so all costs are paid by the owner or anyone who uses it. If railways had similar subsidies to roads they would be far cheaper.


In Australia, Woolworths got reprimanded for selling fuel at a loss. They had a deal where you could buy groceries to earn points which could get you cheaper fuel at their fuel stations. Other companies couldn’t compete, and Woolworths was only able to sustain it because the extra profit they made from selling groceries covered the loss on the fuel.
Many companies have done similar. Uber operated at a loss for years to force taxi companies into bankruptcy, then put their prices up to higher than the taxis had been after the competition was gone.
Comcast had very cheap internet prices in any area where Google was offering Google Fibre, but exceedingly high prices (and worse service) in areas with no competition. Google couldn’t compete on price because Comcast could afford to operate at a loss in a few areas, and Google couldn’t afford to start offering internet across the entire country during it’s startup phase.
It could be done, but big businesses don’t play fairly. They have lots of money to spend on driving you our of business, and lots of future profits as incentive to do so.


class Answer {
public static void main(String[] args) {
System.out.println("Java");
}
}


I choose to misinterpret your definition of “important” and die of dehydration.


I would eat soup with fork if could.


I’m managing my ADHD symptoms for now, but the one thing I can’t do is navigate the health system.
How is anyone with ADHD supposed to get help? It’s like the system was hand made to be impossible for neurodivergent people.
What features are you looking for?
Individual cat sensor, remote locking, open detection?


Just wait a few weeks. It’ll happen.


I’ll have to give that a try. I’ve been doing a lot of markdown work recently, so it already looks intuitive.


If you want something that looks amazing but takes a little extra effort to learn, LaTeX is great.
If you want intuitive, LibreOffice should do everything you need.


The “no zero days” has really stuck with me.
Going for a 1km walk is overwhelming and will never happen, but going for a 100m walk is entirely possible.
If I always push for 1km once I’m out, I’ll know it’s 1km and won’t start. Some days it’s just a very short walk, but it’s better than no walk.


If other countries threatened/targeted members of the heritage foundation instead of enlisted soldiers.
It’s very easy (for sociopaths) to ignore threats on other people’s lives.
Are you suggesting that all countries on earth will adopt this law, or that all developers in all countries will comply with the law of one country?
Will all previous versions of all OSs be deleted? Will all OSs become closed source so you can’t just remove the age verification part?
Will you be the only person on earth who is willing to break an unethical law to have basic privacy?
If yes to all the above, then you may need to start learning how to program.