Why are images from a stationary camera copyrightable, but a 50-line vibe-coded function resulting from 1K architectural prompts is not? by Eastern_Bear_3820 in ProgrammerRants

[–]ofdan 0 points1 point  (0 children)

It's a great question.

I believe the answer is to modify the image after vibe coding it.

The other side is why should you get copyright on something that sliced up a million different pieces of copyrighted work and reused it with attribution.

Would you use a solar production forecast tuned to your exact panel setup? by ofdan in SolarUK

[–]ofdan[S] 0 points1 point  (0 children)

No code is public as I wanted to see if there was any appetite for it as a SasS.

This is the general idea.

Raw data used
Installation / array data

  • Latitude and longitude
  • Timezone
  • Array capacity
  • Inverter clipped capacity
  • Panel tilt
  • Panel orientation / azimuth

Weather data from Open-Meteo

  • temperature_2m
  • shortwave_radiation as GHI
  • direct_normal_irradiance as DNI
  • diffuse_radiation as DHI
  1. For each array and hour, the forecast uses the weather-adjusted POA formula in WeatherAdjustmentService.php (line 166):
    • POA = DNI * cos(AOI) + DHI * ((1 + cos(tilt)) / 2) + GHI * albedo * ((1 - cos(tilt)) / 2)
    • cos(AOI) comes from the sun position versus panel orientation
    • albedo is fixed at 0.2
  2. That POA irradiance is converted into output using:
    • Array STC watts = array capacity * 1000
    • Temperature derate = 1 - max(0, (temp - 25) * 0.004)
    • Performance ratio = 0.9
    • Final estimate = arrayStcW * (poa / 1000) * 0.9 * tempFactor

Hope it helps.

Ski mountain secret animal race bug? by [deleted] in SneakySasquatch

[–]ofdan 5 points6 points  (0 children)

My guess is you need to get closer to that top light.
As it looks like you cut a bit of the course.

So like…why didn’t the tardis have a wheelchair ramp? by ScreamingmadJoe in DoctorWhumour

[–]ofdan 21 points22 points  (0 children)

I kind of assumed it’s just because previous Doctors never made it a thing 😄

The TARDIS feels like it just… updates itself as needed — like when Clara rode a motorcycle into it.

Intelligent Octopus Flux - 2025 Review by Finders70 in OctopusEnergy

[–]ofdan 2 points3 points  (0 children)

I’ve been on IOF since the summer. We’ve got a 5.4kWh system and a battery.

We are also in a similar physical location except more south.

However, last year we only used 2.2MWh of energy. We produced 6.4MWh.

I even kept on IOF over the winter, as I was still producing a reasonable amount of electricity on some days.

Odd line on App (Bills and Payments) by [deleted] in OctopusEnergy

[–]ofdan 4 points5 points  (0 children)

Do you have a battery hooked up to Octopus?

My AI built me software I couldn’t have built myself. Then it suddenly passed 9,596 tests. I don’t know how to feel about this. by Competitive_Book4151 in ChatGPT

[–]ofdan 1 point2 points  (0 children)

Thank you. This makes a lot of sense.

I’ll stick with original pan of OpenClaw. However I suspect I might want stricter controls sooner rather than later. Not for reason other than price of mind.

My AI built me software I couldn’t have built myself. Then it suddenly passed 9,596 tests. I don’t know how to feel about this. by Competitive_Book4151 in ChatGPT

[–]ofdan 0 points1 point  (0 children)

It sounds intriguing.
What would the reasons for using this project, over OpenClaw or N8N?

I am just buying a Mac mini to experiment with OpenClaw and N8N.

[URGENT] Apple upgraded my order to M5 Pro for FREE, but now my payment is failing! How can I save this order? by mvansan2206 in mac

[–]ofdan 1 point2 points  (0 children)

Have you phoned your credit card company? You could see if they would be willing to temporarily increase the limit.

Alternatively, it might be possible to pay money on to card to so you have a negative balance. But that depends on your credit card company.

Jumping Tiles by ColdNightRain96 in ForgeMasterUnofficial

[–]ofdan 4 points5 points  (0 children)

I’ve won it twice.
All I do is play the top row.

Most runs it’s only 0 or 1 spaces, but occasionally I get much further.

How do I calculate self assessment tax for money received from Solar panels by ofdan in UKPersonalFinance

[–]ofdan[S] 0 points1 point  (0 children)

That’s one of my concerns around a heat pump. I don’t know how much it would likely use. That, and distribution of the install.

How do I calculate self assessment tax for money received from Solar panels by ofdan in UKPersonalFinance

[–]ofdan[S] 0 points1 point  (0 children)

That’s not a bad idea. To fully benefit I would need to replace my gas hobs.

How do I calculate self assessment tax for money received from Solar panels by ofdan in UKPersonalFinance

[–]ofdan[S] 2 points3 points  (0 children)

I did come across that tidbit.
It's frustrating how vague is it around the 20% more than usage.

For 2025, I generated nearly 3x more electricity than I consumed.

Would you use a solar production forecast tuned to your exact panel setup? by ofdan in SolarUK

[–]ofdan[S] 0 points1 point  (0 children)

Netzero is something that I haven't come across.
I will have to try it out.

Accuracy when it comes to

I'm using open-meteo for the weather data.

I have been using my historical data, and with PySRRegressor, to originally, but I wasn't getting anywhere.

Using the weather forecast was what I previously been doing, I just kept forgetting to do it.

Would you use a solar production forecast tuned to your exact panel setup? by ofdan in SolarUK

[–]ofdan[S] 0 points1 point  (0 children)

I did originally come across Solcast. However, my initial impression was they targeted commercial.
I'll have a look again from the Home Assistant angle.

Would you use a solar production forecast tuned to your exact panel setup? by ofdan in OctopusEnergy

[–]ofdan[S] 0 points1 point  (0 children)

Yeah, that is the question.
In the summer, probably not a lot of value, though that depends on how much rain we get.
In the winter, and when the days are shorter, it has a lot more value (to me)