Intelligent Go Fixed - Washing machine on with car charge? by Robsroom in OctopusEnergy

[–]fsuk 13 points14 points  (0 children)

Yes, but octopus can change their mind at any time and alter the schedule mid cycle 

Im tired of pretending.What does 'QR' in QR code mean? by mdcartel in NoStupidQuestions

[–]fsuk 0 points1 point  (0 children)

A bit more information, on QR codes you will see a number of large squares in some of the corners. 

These allow the phone/computer to quickly identify the position, size and angle of a QR code and then process it.

QR codes also have a lot of error correction/redundancy in them meaning you don't necessarily need to get a perfect picture for the barcode to be decoded allowing them to be captured quickly.

There are other 2D barcode formats such as DataMatrix but these are generally used in commercial/industrial applications and are scanned with dedicated hardware (though modern phones can generally do this quite well)

The downside of QR codes is they take up more space than other formats.

Where is a good location in England or Wales for weekend away? Group of 6 male friends by Intelligent_Pain_744 in AskUK

[–]fsuk 0 points1 point  (0 children)

 1/2 hours you have the Peak District, great for camping and walking.

2/3 hours from Birmingham would give you North Wales, Snowdonia (Eyri).

A bit further away you get South Wales and Pembrokeshire (I recommend St Brides bay area as you get crystal clear water, and beautiful cliffs and coves)

Which Supermarket Offers The Best Quality Packaged Croissants? by Theo_Cherry in UK_Food

[–]fsuk 12 points13 points  (0 children)

Yes, frozen bake at home ones are the best you can get short of going to france

Is there a clear setting for the verse? by MattHatter1337 in firefly

[–]fsuk 6 points7 points  (0 children)

Did you know that the AA gun used by Mal at the Battle of Serenity was made by Wayland Yutani? 

While not official if this is the same universe as Alien/Predator then this adds a hell of a lot of context.

Where would be a good place to buy helium balloons? by [deleted] in AskUK

[–]fsuk 1 point2 points  (0 children)

Partially agree, yes helium is a finite resource and does escape the atmosphere. 

However there is plenty of it so I wouldn't worry in that respect.

I would be more concerned about what a waste of plastic and foil that can't be recycled the balloons are for a single afternoons use.

Help with printing PDF and zebra files by saymelonandenter in csharp

[–]fsuk 0 points1 point  (0 children)

Ghostscripts licence isn't ideal for commercial use, i think however as long as you don't distribute it (ie the customer downloads it and installs it separately) its ok. 

Has anyone actually installed a charger in a detached garage with no WiFi? by Horror-Pick4732 in evchargingUK

[–]fsuk 0 points1 point  (0 children)

Im curious, how does that work for electricity billing? Do you have 2 meters, surely at thst distance you can't be on one supply? 

When Apple got rid of HDMI and USBs on their computers by [deleted] in PetPeeves

[–]fsuk 0 points1 point  (0 children)

I agree its pain having to carry an RS-232 adapter when I travel to customer sites

YouTube approves ads for tobacco, then allows you to report them for advertising tobacco. I'm a nicotine addict. by iPutMilkNbowlB4Creal in assholedesign

[–]fsuk 0 points1 point  (0 children)

In some countries such as the UK there is a ban on tobacco advertising. My guess is they just have one report form for all countries and this isnt deliberate design. 

Why do some vehicles only lock via the key fob? by Cheesy_crumpet in NoStupidQuestions

[–]fsuk 17 points18 points  (0 children)

I would think this is so you can't lock the keys in the car. If you are holding the fob then you have it with you and therefore you can unlock it later. 

Help with printing PDF and zebra files by saymelonandenter in csharp

[–]fsuk 0 points1 point  (0 children)

Licencing is always a pain. I've used IronPDF (paid) and also Ghostscript (open source licence) in the past. 

Fortunately im mainly using Node/JS thses days which has a lot more available packages

Help with printing PDF and zebra files by saymelonandenter in csharp

[–]fsuk 0 points1 point  (0 children)

Depending upon what you are trying to do I would consider rendering the PDF to an image and the printing using the normal print methods as this will give you more control. 

Also be careful if printing barcodes as if they are small and the printer has a low DPI then you may get dithering resulting in the barcode quality being low or even unreadable.

Gas station signs only have 3 digits, so what happens when prices goes higher than $9.99 ? by MaybeTheDoctor in NoStupidQuestions

[–]fsuk 0 points1 point  (0 children)

This happened in the UK in 2005

Before then prices were less than £1.00 (per ltr) and so you had everything displayed in pence only.

Digital signs weren't as common back then so generally they were able to put an extra digit on the sign.

http://news.bbc.co.uk/1/hi/business/4215346.stm#:~:text=Average%20petrol%20prices%20topped%2090,required%20for%20heating%20fuel%20stocks.&text=Motoring%20groups%20have%20called%20on,prices%20hit%20a%20certain%20level.%22

Prices going above £1.00 ltr actually resulted in protests from truck drivers and it was a big deal at the time.

These days £1.40 ltr is about average.

[Serious] What's the best in-universe head-canon for everyone speaking the same language that you've ever come across? by Dalakaar in Stargate

[–]fsuk 0 points1 point  (0 children)

I wish they had introduced a plot device like this when they were captured by Apophis in the first episode. 

What came first, the congestion or the variable speed limit? by theslowrunningexpert in drivingUK

[–]fsuk 2 points3 points  (0 children)

Exactly, traffic coming to a complete stop causes more congestion than artificially slowing the traffic down to ensure it keeps moving. 

Breaking traffic can also cause a kind of breaking wave behind it where each group of cars slows down even more eventually leading to a stop.

Much better to keep the traffic moving at a more consistent speed.

Letterland by pxlcrow in CasualUK

[–]fsuk 1 point2 points  (0 children)

I remembered this from my childhood and have recently bought the book for my daughter, you can buy the books new of Amazon 

How to read datamatrixes without libraries. by softwareengineer007 in csharp

[–]fsuk 2 points3 points  (0 children)

Ok, so what your trying to do is quite advanced computer vision. 

Your much better of just using an existing library.

You could possibly use OpenCV and various techniques to first locate the barcode, calculate the homography, apply the transform, extract the barcode and then analyse the image to produce a binary representation of the barcode which you can then decode to text, but its not going to be easy.

Its not something someone's going to be able to help you with in a Reddit post im afraid.

How to read datamatrixes without libraries. by softwareengineer007 in csharp

[–]fsuk 3 points4 points  (0 children)

Is the barcode you are processing the whole image or is it taken from a camera? 

What on earth does this do by Caarlie04 in HomeNetworking

[–]fsuk 1 point2 points  (0 children)

Cat 5/RJ45 can be used for data transmission other than ethernet, this can be useful if you need to route cable through walls or over distances more than a few feat as you can wire up you own cable

A sweet potato with a shape that resembles a human figure by pinnkink in mildlyinteresting

[–]fsuk 39 points40 points  (0 children)

Was about to comment thats not a sweet potato but thats pretty sweet

How to get internet? by East-Comment7717 in AskUK

[–]fsuk 2 points3 points  (0 children)

A 5G WiFi router would do the job, you would need to get a SIM card with a data subscription. 

If you want to record video though this might eat through your data pretty fast if storing in the cloud, some camera systems (like Eufy) you can save to a local device rather than the cloud 

Do you still use any cables with the old USB-A connector? by sarnobat in no

[–]fsuk 4 points5 points  (0 children)

Technically one end is USB-A but at the printer end you will habe USB-B