dgriffith

joined 2 years ago
[–] dgriffith@aussie.zone 2 points 4 hours ago

If you have a. 1500km range then all the people who can't charge at home only need to charge it somewhere else once a fortnight.

And it's also a big fuck you to all the people who claim they have a hard requirement to drive across continents every weekend and thus simply cannot drive an EV ever.

[–] dgriffith@aussie.zone 8 points 4 hours ago* (last edited 4 hours ago)

Oh, you know, only about 80 billion.

Could have given 10 bucks to everyone on earth, would've had more impact.

[–] dgriffith@aussie.zone 7 points 2 days ago (2 children)

My department just gives them a PDF explaining with cool graphics how Linux can save more money, how more secure it is, how we can avoid the constant force fed bug filled updates that MSFT pushes, how we can customize it exactly to our and users needs, we can actually own our own keys... The goes on and on.

No, because there is no simple point and click group policy/active directory equivalent in Linux that allows a group of 5 IT techs to manage 2000 desktops. And if you get your shit together and actually use the tools that Microsoft provides, you don't get surprise updates, you can image PCs via a gui over network booting, you get bitlocker keys backed up in your domain etc etc etc etc etc.

All the things that allow a business to manage hardware and software with the minimum amount of expensive employees, Microsoft provides it, for money of course. That money is offset by the reduction in IT guys needed to look after everything.

It's that simple. CorporateLand won't touch Linux on the workstation until that's possible.

[–] dgriffith@aussie.zone 5 points 1 week ago

I'm not sure, but if cake is being served, count me in.

[–] dgriffith@aussie.zone 3 points 1 week ago (1 children)

Anyone completely switching off windows needs a bulletproof system

A solid 90 percent of home users just need a browser, email, and access to some kind of app store or repository where they can click on the big colourful icon and get a program they want.

Any modern distro can provide that, it doesn't have to be the particular one that you've got an obsession about.

[–] dgriffith@aussie.zone 1 points 1 week ago

I take umbrage at item 4, but I don't have the time for the correct kind of reply.

If you could go to chatgpt and put in this prompt for me and then read the result, that'd be great.

"Please make a long, meandering reply to the assertion that Nic Cage should not be in movies, stating that Nic Cage is perfect for those movies that need that Nic Cage energy."

[–] dgriffith@aussie.zone 1 points 2 weeks ago

Flying toasters need to make a comeback I reckon.

[–] dgriffith@aussie.zone 3 points 2 weeks ago (1 children)

Lithium ion batteries have a sweet spot of around 60 to 80 percent charge where very little wear takes place to charge or discharge. If you could keep it to just that 20-30 percent usage in that range it would pretty much last ten thousand cycles.

Charging to 100 or discharging below 50-60 percent accelerates the wear on the battery, but it is still much better than the wear rate on lead acid batteries that are cycled in a similar manner.

[–] dgriffith@aussie.zone 21 points 2 weeks ago (2 children)

The picture you offer for comparison is literally a truck load of batteries though. Seeing that an EV's battery typically fits under the floor pan of the car, are we talking like, the equivalent of 10 cars worth of batteries in that pic?

But once the interior of a car catches fire from whatever starting source the pictures all look pretty much the same as they're all filled with lovely hydrocarbon-based plastics that all burn in the same manner.

[–] dgriffith@aussie.zone 19 points 2 weeks ago (4 children)

I'm sure we did a cycle of network booting thin clients and windows terminal services about 10 or 15 years ago. 🤔

[–] dgriffith@aussie.zone 3 points 2 weeks ago

There's slack time in people's daily work hours. You work an 8 hour day, possibly you're only actually productive for 4 to 6 hours.

Take that into account and suddenly that thing that claims it can cut an hour or two here and there gets a lot more interesting.

[–] dgriffith@aussie.zone 3 points 3 weeks ago

"Human sacrifice, dogs and cats living together... MASS HYSTERIA!"

 

Hi all,

In an effort to liven up this community, I'll post this project I'm working on.

I'm building a solar hot water controller for my house. The collector is on the roof of a three-storey building, it is linked to a storage tank on the ground floor. A circulating pump passes water from the tank to the collectors and back again when a temperature sensor on the outlet of the collector registers a warm enough temperature.

The current controller does not understand that there is 15 metres of copper piping to pump water through and cycles the circulating pump in short bursts, resulting in the hot water at the collector cooling considerably by the time it reaches the tank (even though the pipes are insulated). The goal of my project is to read the sensor and drive the pump in a way to minimise these heat losses. Basically instead of trying to maintain a consistent collector output temp with slow constant pulsed operation of the pump, I'll first try pumping the entire volume of moderately hot water from the top half of the collector in one go back to the tank and then waiting until the temperature rises again.

I am using an Adafruit PyPortal Titano as the controller, running circuitpython. For I/O I am using a generic ebay PCF8591 board, which provides 4 analog input and a single analog output over an I2C bus. This is inserted into a motherboard that provides pullup resistors for the analog inputs and an optocoupled zero crossing SCR driver + SCR to drive the (thankfully low power) circulating pump. Board design is my own, design is rather critical as mains supply in my country is 240V.

The original sensors are simple NTC thermistors, one at the bottom of the tank, and one at the top of the collector. I have also added 4 other Dallas 1-wire sensors to measure temperatures at the top of tank, ambient, tank inlet and collector pump inlet which is 1/3rd of the way up the tank. I have a duplicate of the onewire sensors already on the hot water tank using a different adafruit board and circuitpython. Their readings are currently uploaded to my own IOT server and I can plot the current system's performance, and I intend to do the same thing with this board.

The current performance is fairly dismal, a very small bump of perhaps 0.5 - 1 deg C in the normally 55 degree C tank temperature around 12pm to 1pm, and this is in Australia in hot spring weather of 28-32 degrees C.(There's some inaccuracy of the tank temperatures, the sensors aren't really bonded to the tank in any meaningful way, so tank temp is probably a little warmer than this. But I'm looking for relative temperature increases anyway)

Right now , the hardware is all together and functional, and is driving a 13W LED downlight as a test, and I can read the onewire temp sensors, read an analog voltage on the PCF8591 board (which will go to the NTC sensors), and I'm pulsing the pump output proportionally from 0-100 percent drive on a 30 second duty cycle, so that a pump drive function can simply say "run the pump at 70 percent" and you'll get 21 seconds on, 9 seconds off. Duty cycle time is adjustable, so I might lower it a bit to 15 or 10 seconds.

The next step is to try it on the circulating pump (which is quite an inductive load, even if it is only 20 watts), and start working on an algorithm that reads the sensors and maximises water temperature back to the tank. There are a few safety features that I'll put in there, such as a "fault mode" to drive the pump at a fixed rate if there is a sensor failure, and a "night cool" mode if the hot water tank is severely over temperature to circulate hot water to the collector at night to cool it. There are the usual overtemp/overpressure relief valves in the system already.

All this is going in a case with a clear hinged cover on the front so I can open it and poke the Titano's touchscreen to do some things.

Right now I am away from home from work, so my replies might be a bit sporadic, but I'll try to get back to any questions soon-ish.

A few photos for your viewing pleasure:

The I/O and mainboard plus a 5V power supply mounted up:

The front of the panel, showing the Pyportal:

Thingsboard display showing readings from the current system:

Mainboard PCB design and construction via EasyEDA:

view more: next ›