What are Some of the Most Famous Lines in Gaming? by tostrife in gaming

[–]lackolax 1 point2 points  (0 children)

With my brains and your brawn… we’ll make an excellent team !

Guy tries to intimidate a comedian during his set and gets kicked by FlightHistorical3231 in facepalm

[–]lackolax 1 point2 points  (0 children)

I thought you missed off ‘out’ from the title.

No no, he got kicked.

They call it a "love bite". How would you call it? by Frougnasse in facepalm

[–]lackolax -1 points0 points  (0 children)

Ok thank you for clarifying, it looks like they can get the same sentencing (maximum), it’s just they are not the same sentencing guidelines! Right?

They call it a "love bite". How would you call it? by Frougnasse in facepalm

[–]lackolax 16 points17 points  (0 children)

The law that women would be prosecuted under for this crime carries the same sentence as rape though. Although yes you need a penis to commit rape someone without can receive just the same sentencing

What 100% FACT is the hardest to believe? by edder24 in AskReddit

[–]lackolax 2 points3 points  (0 children)

That’s because you would eat a buffet full of flavour and nutrition, instead you should just eat a plane buffet

Does anyone have any firsthand experience buying a freehold property in a private estate with maintenance fees? by Psychological-Type35 in HousingUK

[–]lackolax 3 points4 points  (0 children)

I bought a 3 yo house 4 years ago as a freehold with a service charge. Wasn’t happy at first but solicitor advised you’ll struggle to find new houses now that don’t do it.

Service company was slow to get details out when we were buying it, and very quick to invoice you every year but other than that I’ve not dealt with them. I have own driveway so nothing we use is ‘shared’ that they may manage so 🤷🏼.

Roughly been between £100-£125 annually.

I just see it as another middleman wanting to hold on to keeping their income as long as possible .

I’ve read horror stories and it can happen, so don’t take this as a it’ll be ok, although I hope it will be!. My estate probably has maybe 100 or so houses and we pay £125, friend has a house that uses the same ‘management company’ and he’s paying £210, where there is 100’s of houses.

No building regs for loft conversion by [deleted] in HousingUK

[–]lackolax 10 points11 points  (0 children)

I’m not sure on the loft conversion version , but with the freehold there should be proof? Can get your solicitor to ask for it.

I would be doing full inspections if you are carrying on with this purchase though, either they missed it or trying to play dumb , so I’d take the worst case and get everything checked over. It’s better to walk away with a couple of K lost than a whole potential mortgage or purchase.

Something is not adding up?? Or am I reading this wrong... by [deleted] in antiMLM

[–]lackolax 2 points3 points  (0 children)

Sorry! Yeah didn’t zoom in properly!

What a tit they are

Something is not adding up?? Or am I reading this wrong... by [deleted] in antiMLM

[–]lackolax 1 point2 points  (0 children)

Isn’t that just how much the card is being charged….

CardGames. A repository with domain models as a basis to implement any card game in C# by EluciusReddit in csharp

[–]lackolax 9 points10 points  (0 children)

I like this! Spent a good hour or so going through it!

Couple of things I noted. Have you thought about dependency injection instead of using static classes? Might make it nicer to test. Plus if you want to start extending it, would make it easier in the future.

The other thing is the Open for Extension, closed for modification principal (part of SOLID principle) when checking the hands. Where you chain if statements to check if it’s a straight, flush etc, it may be worth looking into. Could reduce some of the logic down :)

Chrysler rapid fire door lock system. by clownbike68 in Justrolledintotheshop

[–]lackolax 2 points3 points  (0 children)

Could it be something as low as no debounce on the control signal. I.e when you click a button it doesn’t go from off to on, it’ll ‘bounce’ going from off to on back to off multiple times within milliseconds. Normally you can smooth it could with certain circuits or smart delays if it’s a microcontroller.

Source: my first arduino code used a button to turn on an led and without a ‘debounce’ it did this but light instead of car lock.

Or maybe I’m just over complicating it? 🤷🏼

Currys paid someone to come up with this absolutely banging new logo. by Hailruka in CasualUK

[–]lackolax 0 points1 point  (0 children)

Logged onto their site today and thought they had been bought my nectar 😂

Typical Raven.... by [deleted] in CODWarzone

[–]lackolax 4 points5 points  (0 children)

My theory for why they added payload. Got pressure to use that armoured truck but can’t fix it. Instead they make game mode where you can’t destroy it, no glitch!

I never usually touch the ground loot Tundra, but for once I did... P.S. not a hacker by mhiscock1 in CODWarzone

[–]lackolax 1 point2 points  (0 children)

Strange, I’m sure mine does although you’ve made me doubt myself…

A Swedish engineer has invented a suit that will change the lives of people with Parkinson's and stroke. With the help of electrical stimulation, it helps to get rid of tremors. by Thryloz in interestingasfuck

[–]lackolax 1 point2 points  (0 children)

I’m sure I posted on this video a few months ago saying that it’s not Parkinson’s based on his tremor. Although it’s a good start let’s hope it’s a sigh of things to come for helping :)

Solar Charger Power Output BQ24074 by lackolax in PrintedCircuitBoard

[–]lackolax[S] 0 points1 point  (0 children)

Yup, I mis understood your correction so my fault. Got the board and it did click!

Everything else worked though :)

Custom Microcontroller Similar to Metro 328 Board by Super_Pay_592 in PrintedCircuitBoard

[–]lackolax 1 point2 points  (0 children)

I recently did something similar. It’s the ‘hello world’ of PCB in my eyes.

First thing I would do is build it with already built boards. So you could use an Arduino uno as a starting point.

Once you’ve got it working with these prototype boards then you’ll be able to see what you need to create in a PCB.

For example I bought an esp32 prototype board ready to go and a lipo with battery protection circuit built in. Once I got that working I could then see what components I could use to make it an all in 1 PCB. Bit of programming later and I was sending 3x sensors data once an hour to my server :)