dgriffith

joined 9 months ago
[–] [email protected] 32 points 19 hours ago* (last edited 18 hours ago) (3 children)

Did they give you a very funny reason for this requirement, or is it just some windows exclusive garbage that doesn't work in wine?

Why do people always ask this kind of crap?

If you have a corporate laptop, it will likely have a suite of software centrally managed by your company's IT department.

It will contain software that is also centrally licenced so that your boss doesn't have to figure out how to pay for thousands of dollars of software, they can just tell IT to bill a licence for software X to your cost centre at $13.75 a month.

It will have a domain login that is your corporate identity which will usually require multi factor authentication.

It will have some corporate VPN solution which operates mostly transparently and requires zero setup on your part.

It will contain company sensitive data which will usually be encrypted by bitlocker, whose keys are stored with your domain account.

It will have the usual Teams/Outlook/SharePoint stuff with a centralised calendar and contacts for your company, and likely security classifications for all the communications you do through it, allowing you to join groups, accept invites to restricted groups, and limit access, all linked to your domain account.

It will have mapped drives to your corporate file storage , again, all linked to your domain account.

It will probably have OneDrive, synced to a corporate server, again, linked to your domain account.

It will have a printing solution that is linked to your domain account so that your printers follow you wherever you go and you can easily find and print to the secure print queue on some random printer you happen to walk past in one of your offices, so you can enter your PIN or swipe your access card and have that IMPORTANT_SECRET_RESEARCH.DOC file print while you're standing in front of the printer.

And finally, your work laptop does not belong to you. Wiping it and installing Linux plus Wine and keeping company sensitive data on an unmanaged device will attract the ire of HR.

Your IT department won't give a crap. But they also won't help if anything doesn't work, such as trying to join a domain to access allllll those domain-linked features with an unauthorised device.

They will simply re-image your laptop to bring it back to a known state that they can deal with, because they are dealing with thousands of devices. They need everything to be homogeneous simply because they don't have the manpower to manage anything else or to audit a million different configurations for security issues or data leaks.

So no, suggesting Linux + Wine to run some "windows exclusive garbage" isn't an answer here.

[–] [email protected] 2 points 2 days ago* (last edited 2 days ago)

An electric Dash-8 equivalent with 20-40 seats would be a game changer on regional routes.

The engines are the highest maintenance and cost items in aircraft. Electric motors should* drastically reduce that. Regional/small use routes are often on razor thin margins, anything to improve those margins will be taken on board very quickly.

*Perhaps battery maintenance replaces that cost with a rough equivalent, I don't know

[–] [email protected] 4 points 2 days ago

There is a certain amount of wank factor in mechanical keyboards. But if you are a high volume typist or heavy keyboard user, a keyboard that suits your typing style (with regards to springiness and feedback) absolutely helps.

If you primarily just use the WASD keys a few hours a week with a bit of half assed sorta touch typing in between then they're not really needed.

[–] [email protected] 3 points 3 days ago (1 children)

I just would like to see the results of a recommendation algorithm that gives you something that it thinks you definitely won't like, say, 20 percent of the time.

Because a lot of times in my endless scrolling I just end up with the same old drivel. Throw me something challenging occasionally, jeeeez.

[–] [email protected] 6 points 4 days ago

This didn't occur thirty years ago when "reality tv" was in its infancy. The actual reality is well known and abundantly clear now.

This was well understood 20 years ago.

https://en.wikipedia.org/wiki/Chart_Throb

Reality television has always been manipulated for the most draaaama otherwise it's just hours of people sitting around.

For a bit of an experiment, try watching it with the sound off and just subtitles. The music and staging absolutely are used to control the narrative to paint whoever they want as Public Enemy #1.

I guess in that sense reality television accurately portrays modern media.

[–] [email protected] 2 points 6 days ago* (last edited 6 days ago)

Precisely.

A 1200 watt microwave is essentially like a 1200 watt bar heater if you're outside the oven cavity. To a person, it will feel pretty warm at a distance of a few feet as the energy is basically unfocused as it exits through the open door.

But to a drone, it's 1200 watts of RF noise near a receiving device that's tuned to listen for signals that are typically around 0.00000001 watts. It would be like trying to hear a pin drop at a rock concert.

Do need to make sure you point it upwards though as it will cause havoc with microwave motion sensors and a bunch of other sensitive listening stuff. Also, good luck getting wifi within a hundred metres of it.

[–] [email protected] 29 points 1 week ago (8 children)

"I think there's something wrong with the door switch on my old microwave oven. I've been testing it outside for safety, that's why it's out in the back yard pointing upwards with the door open."

[–] [email protected] 8 points 1 week ago

Pretty much.

Capable employees don't raise a huge stink.

They quietly put the word out to a few people they know and play along until something interesting appears on the horizon.

Then when they're good and ready they just "suddenly" fuck off to somewhere nicer for them.

[–] [email protected] 6 points 1 week ago

Click Here And Try This One Weird Test That Boeing Hates On Your Malfunctioning Thrusters!

[–] [email protected] 10 points 1 week ago

Link the east and west coast grids to let afternoon solar on the west coast flatten the evening east coast peaks, pick a big old chunk of desert in South Australia for wind and solar, throw in a few gigabatteries and tart up some hydro systems, done.

Probably only be $10-15 billion or so.

[–] [email protected] 41 points 1 week ago* (last edited 1 week ago) (5 children)

And how if you share a file in Teams and then six months later you want to share a file with the same name to ANYONE else via teams, well that's a big no-can-do. Teams just went ahead and uploaded that file to your "stuff to share" folder in OneDrive and didn't put it in a subfolder unique to the chat, or add a unique prefix or suffix or anything because hey, you'll only ever share a file with a particular name once in your life, right?

And nobody would ever want to share a file with the same name, but different data, right? So Teams can just give the end user the choice between replacing the current file with the new one, or sharing the same one again to these new guys, because there's no possible use case for actually having two files named the same with different information in the file, right?

Nobody would want to share a README.TXT, or Photo001.jpg, or contact.ics, or a zip file of a folder they just downloaded from Teams' SharePoint interface, the file that's automatically called "OneDrive.zip" without the option to change it before saving, more than once, right? Right??

Fuck teams. And fuck Teams(New) too, just for the shitty name.

[–] [email protected] 22 points 1 week ago* (last edited 1 week ago) (2 children)

Generally I bash together the one-off programs in Python and if I discover that my "one off" program is actually being run 4 times a week, that's when I look at switching to a compiled language.

Case in point: I threw together a python program that followed a trajectory in a point cloud and erased a box around the trajectory. Found a python point cloud library, swore at my code (and the library code) for a few hours, tidied up a few point clouds with it, job done.

And then other people in my company also needed to do the same thing and after a few months of occasional use, I rewrote it using C++ and Open3D. A few days of swearing this time (mainly because my C++ is a bit rusty, and Open3D's C++ interface is a sparsely-documented back end to their main python front end).

End result though is that point clouds that took 3 minutes to process before in python now take 10 seconds, and now there's a visualisation widget that shows the effects of the processing so you don't have to open the cloud in another viewer to see that it was ok.

But anyway, like you said, python is good for prototyping, and when you hash out your approach and things are fairly nailed down and now you'd like some speed, jump to a compiled language and reap the benefits.

 

I subscribe to a bunch of communities and often there is a cross post with the same title and the same URL link across four or five of them at once. This usually results in a screen or two of the same post repeating for me, and I usually just find the one with the most commentary to check out.

It would be nice just to do that automatically, and shrink to a single line or otherwise "fold in" the other cross posts to the highest commentary post so they don't clog my feed. Maybe a few "related" lines under the body of the post when you go into it, similar to the indication that it's been cross posted.

Thoughts?

 

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 ›