dgriffith

joined 2 years ago
[–] dgriffith@aussie.zone 20 points 1 day ago* (last edited 1 day ago) (2 children)

The beamwidth of Voyager 1's antenna is about 0.5 degrees. In practical terms, that's very narrow, about an 8 metre wide beam at a kilometre distance.

At its current distance, by the time the beam reaches Earth it is 224 million kilometres wide, 1.5x the distance from the Earth to the sun.

Now imagine the light from a car's taillights lighting up the back wall of a garage as it reverses in. Then spread that same amount of light out over that 224 million km wide beamwidth. That's what Voyager is putting out and what the Deep Space Network dishes have to listen for.

[–] dgriffith@aussie.zone 15 points 2 days ago

There used to be a place at a local shopping center that was all glass and mirrors and was staffed by very serious young Asian men in sharp suits.

They sold - and only sold - boutique toffee apples.

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

Do not remove my spam

If I want to find something, I'll look for it.

Don't dump a truckload of unsolicited information in my inbox/workflow/field of view.

Otherwise you're as bad as door to door religious folks. Oh yes, I've heard about Jesus, thanks. Now let me get back to what I was actually doing a few minutes ago before you begged for my attention.

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

I have MX Linux on a 14 year old Dell Laptop.

Works great because it's got a lightweight desktop, and it has a tool (a GUI tool even!) that seamlessly merges the last available Nvidia 340 drivers for my GPU into the latest kernel. Parked at the desktop with no desktop apps running, it uses about 800MB of ram, leaving 15 GB left for whatever I need to run. Which I have found is plenty for my use case, I've never seen swap in use.

The MX tools are good, like everyone else has been saying here. They take away a lot of the fiddly business associated with the average "sysadmin" things that an end user needs to do.

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

That's a phase change triggered by a seed crystal (generated from a physical shock from the 'clicker') where the transition from liquid to solid phases returns the latent heat that was previously added to turn it from solid to liquid.

There is no phase change in this material, it remains a solid and changes temperature depending on how much pressure is applied to it.

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

Our monkey-brain has put millions of years of evolution into a vision system designed to pick up 3d cues from our environment so we can use our fine motor skills to manipulate small objects. It's a fantastic piece of wetware that uses shading and colours to pick up 3d hints about the objects we deal with daily and - once you're a few years old - it's completely automatic and requires no effort to use.

And then we remove all the 3D cues and skeuomorphic hints from our computer systems so that now the previously subconscious "monkey-click-button" process is now a foreground task where cognitive energy is burned up to identify the correct UI element to manipulate.

I should be able to shift the mouse pointer and click a UI element out of the corner of my eye. I shouldn't be required to look at and then parse a 'flat' UI to determine if this element is a button or just a panel with text. GUI elements should map to recognisable physical objects wherever possible, and where they are more abstract (eg wifi icons) they should be clearly distinguishable from others in the icon set. You're burning up cognitive energy needlessly otherwise, and that's why I dislike the monochromatic new age UI/icon sets.

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

Have you seen some of the stuff at Adafruit?

A lot more DIY but a wide variety of stuff. I had a MagTag unit from them that ran for a few months at a time off a 1000mAh battery with hourly display updates over wifi.

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

"If these trends continue..... Eyyyyy!"

Disco Stu creative interpretation of trends

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

BYD vehicles all rate 5 stars in the Australian ANCAP ratings as well.

The "Chinese vehicles aren't safe" thing is just fear mongering these days or, more generously, a misapplication of their micro vehicle standards for low speed urban use to ordinary passenger vehicles.

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

How

the FUCK

can a single datacentre cost

TWENTY SEVEN BILLION

dollars?

[–] dgriffith@aussie.zone 40 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

The nighttime sky is not the same. You see different constellations in summer than you do in winter.

The stars appear above the horizon about 4 minutes later each day. There are stars at your particular latitude that are always visible (they never set), and they appear to rotate around the celestial pole. If you took note of their positions carefully at a particular time of night, you would see that they end up being 180 degrees opposite where they were 6 months previous.

If you're talking about the pattern of stars shifting against the more distant background of stars (star parallax), when the earth is at opposite sides of the sun, this is measurable by observatories for stars within a hundred light years or so but the angular change quickly becomes very small and the universe is very big.

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

Looks like the same fittings/valves as Primus gas cylinders for camping.

Random link to some camping site for comparison

 

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 ›