dgriffith

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

It's often not possible on other operating systems. Especially the consumer versions of a certain operating system starting with "W", that system will refuse to have duplicate IPs.

But essentially it's always been possible (but, probably not preferred these days) to have redundant routes/paths on Unix systems. The way you have it now is more of a side effect of being able to do more complex network setups, like using different interfaces to talk to different subnets, or using a slow link as a backup to a fast link.

With your current setup you should get a slow failover ability, for example if you ping some other device and then unplug your Ethernet cable, you'll have a bit of a pause in replies and then they will start again as the stack switches to the other link.

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

The "metric 600" on your Wi-Fi adapter indicates to the system that it is a higher cost route than your Ethernet one. So the IP stack will prefer sending packets out via the Ethernet port.

Local devices who haven't heard from you lately will send to whatever device gives them a response to their ARP ("who has IP address X?") request first, and seeing as Ethernet is lower latency than WiFi, they will mostly use your Ethernet adapter as their target when sending data to you.

Devices that have received data from you already will have the MAC address of your Ethernet adapter in their ARP table, so they'll just send packets to that without bothering to issue an ARP request.

Devices off your subnet talk to your router, so they don't care about your MAC address, they'll just use IP to talk to your router, who will then do the ARP request and hand the packets on to your computer via whatever interface answers first.

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

Orrrr - and hear me out - maybe that rag-tag collection of state and federal governments you've got going on over there in the US should have a way of online filing that's free?

You know, like how most civilised countries have been doing for the last decade or so.

[–] dgriffith@aussie.zone 1 points 4 days ago

Yes, they artificially limit the reach of your posts, and then you pay them to get more exposure. You can also pay to have your posts more visible to particular demographics.

And of course that payment is on a sliding scale, and no amount of money is enough to reach all of your target audience, and it's also for a limited time window.

[–] dgriffith@aussie.zone 41 points 5 days ago* (last edited 5 days ago) (1 children)

"We write essays that aren't AI-generated! We're authentic!"

Proceeds to hand off the bulk of the work to ChatGPT, with a final run through Claude with instructions to scrub all indications of AI from the text.

[–] dgriffith@aussie.zone 6 points 5 days ago (1 children)

They could do the equivalent of shower-shit-shave on each transport. Beam back from that shithole planet all fresh and feelin' fine.

[–] dgriffith@aussie.zone 3 points 1 week ago
  • what happens if your internet connection is lost while someone sends you an email?

On this point, mail servers will retry for a period, usually 24 hours, before reporting back to the sender that they couldn't deliver.

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

You're a bit behind the times. adduser has been asking for your full name since the dawn of Unix.

Edit: and if you don't put in your full name, how will people know who they're fingering?!

[–] dgriffith@aussie.zone 21 points 2 weeks ago* (last edited 2 weeks 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 weeks 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 2 weeks 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 3 weeks ago* (last edited 3 weeks 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.

 

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 ›