nik282000

joined 2 years ago
[–] nik282000@lemmy.ca -1 points 7 hours ago (1 children)

You should not be forgiving a multi billion dollar company for unexpected operation of the most basic part of thier device. You pay a premium you should expect a minimum stardard of operation on par with that price.

[–] nik282000@lemmy.ca 0 points 8 hours ago (4 children)

If the surge protection circuit is tripping during normal operation or when incoming power is only a few % out of spec then it is very much a hardware design issue. A universal supply should be able to handle ~90-260v at this point, power semiconductors are a very well understood field and it is not unreasonable to expect a nearly 300v input range.

[–] nik282000@lemmy.ca 4 points 3 days ago

That's the truck I want, damnit. You can fill it with dirt, or knock it flat to carry sheet goods and lumber!

If you search "compact pickup" in Canada you get the godamned Jeep Gladiator, the Hyundai Santa Cruz, and the Chevrolet Colorado. All three are enormous and one of them just an SUV that's missing row of seats! And despite weighing 1300lbs more than my shitty old ranger they have the same payload capacity!

[–] nik282000@lemmy.ca 3 points 3 days ago

Do they have better benefits than my current slave camp?

[–] nik282000@lemmy.ca 8 points 3 days ago (2 children)

We should have put in laws to limit vehicle size and fuel economy, not leave it up to consumer fashion.

Fixing emissions requirements! I drive a 2 seater compact pickup with a 4 cylinder engine, it gets 8-9L/100km depending on the season and conditions. That's as good as some modern sedans, and better than ANY pickup on the market. But no one makes a 4 cylinder compact pickup anymore because emissions limits are calculated partly by the footprint of the vehicle.

It's far too late now but this whole truckzilla problem could have been stomped over a decade ago with intelligent policy. I strongly suspect that we will not get any intelligent policy today, particularly when the intelligent solution is both expensive and counter to industry.

[–] nik282000@lemmy.ca 1 points 4 days ago (1 children)

Monetizing of the online video "industry" directly lead to this kinda of video where a 2 minute talking point is padded out to more than 20 minutes. A passionate person would be trying to get the point across for their viewers not getting the 5th mid-roll ad in.

Watch videos by Mike Harrison (Mike's Electric Stuff) or Ben Krasnow (Applied Science), while they do occasionally run long, the videos are so dense that you can't skip 75% and still know what's going on.

[–] nik282000@lemmy.ca 1 points 5 days ago (3 children)

Remember when people did this kind of thing because they were genuinely interested and wanted to share their interests with the rest of the world?

[–] nik282000@lemmy.ca 1 points 5 days ago (1 children)

Still too long for what could have been 2 paragraphs and a bar graph.

[–] nik282000@lemmy.ca 7 points 6 days ago

While I don't doubt their lobbying includes anti-Linux themes, there was no specific info in OP's link. It looks like they are spamming every branch of government with corporate crap at all times.

[–] nik282000@lemmy.ca 2 points 6 days ago

It means that this is not new. Conservatives and liberals have been operating out of the same rule book for at least two decades. The problem isn't one asshole in a suit, it's all the assholes in suits and the people who help them.

[–] nik282000@lemmy.ca 2 points 6 days ago (2 children)

it doesn’t matter whether the average Canadian has any financial security as long as the big corporations get their payout.

This has always been the case.

[–] nik282000@lemmy.ca 4 points 1 week ago

Hot take. Don't buy scalped products and the market will dry up.

 

My FPV goggles have no internal battery, they need to be run off a 2s-8s LiPo or 5v from a USB port. This lets me use a reasonably safe power supply instead of strapping a raw lipo to my body.

 

I bought a Cetus X kit last October and an Air65 shortly after, since then I have flow about 1K packs and loved every one. Learning to fly smoothly and calmly was a huge challenge in the beginning so I am pretty satisfied with 45m/week of progress. This is the Air65 in my favorite park, though the Cetus X is a pretty good fit there as well.

 

Photo taken at 6:32UTC from Burlington Ontario with a 4" f/9.8 refractor.

 

Shot at 1500fps, playback at 30fps.

64
submitted 2 years ago* (last edited 2 years ago) by nik282000@lemmy.ca to c/selfhosted@lemmy.world
 

Warning there are some tall-ass images in this post.

A few years ago I got mad enough at the temperature gradient in my town house that I designed and build a bunch of ESP8266 sensors to feed data into an RRD so that I could have some pretty graphs to be angry about as well. (As of this week I have also started logging stats from my UPS and server.) Using the minimum of HTML and CSS I threw those graphs, a map of the previous day's incoming network traffic, and some convenient links onto a homepage that I use on all of my devices. At a glance this tells me if the furnace/AC is working, if my server is having a fit for unknown reasons, and if the local power grid is playing it fast and loose with the voltage and frequency (which I suspect they do).

Clicking the temperature/humidity data leads to a long term data page covering 2 years of data in varying resolution. The gap last fall was when the garage sensor failed and I was waiting for Aliexpress.

There are also long term trends for the server load and UPS but they have only been logging for a few days so there is not much to look at.

Clicking the map on the home page leads to a text file containing a summary of all incoming traffic to apache and ssh. The ssh server is on a high port number and doesn't see much traffic but occasionally a persistent bot will find it.

Everything but my landing page (this animation in p5.js https://old.reddit.com/r/cellular_automata/comments/1djwjbu/waves_processingorg/ with the text "Hey this isn't where I parked my car" overlayed) is behind basic auth or better and I have push notifications set up for every ssh login (even my own), in 5 years I have never had a successful login from an attacker, this is not an invitation, have mercy.

All the data is gathered with python scripts and stored in RoundRobinDatabases or, in the case of network data, digested down into a CSV. The climate sensors respond to requests on port 80 with the temperature and humidity separated by a comma to allow for easy polling. The map is generated by looking up the IPs' information on Shodan then plotting the location data if it was present.

Absolutely none of this is the ideal solution, there are existing projects that cover literally every aspect plus a dozen extra features I could never hope to implement. I wrote as much as I could from scratch just to see if I could, it's more fun to drive a shitty car that you built than one you bought from the dealer.

Aaaand I accidentally made the UPS database only 24hrs instead of the 10years I had intended. Lucky for me rrdtool has a function to expand an rrd without wiping out the data!

 

Got lucky with a clear night.

 

Using a vinyl cutter and mini-sand blaster I made some alternate universe corporate schwag! I like the idea that someone might have swiped these during an interview before both companies had their 'accidents.'

 

I got my hands on some really weird EL panels and did a little dive into how they work. I still have no idea where to get more but I think they may be DIY-able.

 

I was gifted an unused Ender 3 Pro two weeks ago and managed to model and print an adapter to connect Sony E-Mount cameras onto a 42mm dovetail used by microscopes.

Bed adhesion, leveling, stringing, clearance issues, blobs and permanently welded supports, I got to battle it all but thanks to the massive volume of community support I worked my way though.

 

I was given an Ender 3 Pro last week and after a few bumps managed to successfully CAD, slice and print a booster seat for my phone. The caddy as it was would grab the volume down button on my phone, this little wedge solves the issue!

 

I learned this week that many high speed CD-ROM drives used balancing balls on the spindle to stop discs from vibrating at 10Krpm.

Between the platter that supports the CD and the motor there is a puck with a toroidal void containing a few ball bearings. When an out of balance CD is spun up the spindle and disc together rotate around their common center of mass, some point between the spindle and the edge of the disk. This means that the void containing the balls no longer rotates around it's center, it spins like a hula-hoop around the spindle/DC center of mass. With the "lighter" side of the system being farther from the center of rotation the balls roll 'down hill' towards the side of the void that is experiencing more centrifugal force. Eventually enough balls will collect on the light side to perfectly cancel out the heavy side. If there are too many balls they will distribute themselves inside the void until they cancel out each other's weight!

The link leads to a scaled up demo of this using an empty water bottle and steel BBs.

 

// Randomly spawn drops

// Take a random fraction of each cell move it down, or down and to the left or right

// The remainder of the fraction stays where it is

// Subtract a constant small value from all cells to prevent rain from accumulating

view more: next ›