HN user

acallaghan

653 karma
Posts5
Comments111
View on HN

I'm also like this, rebasing feature branches onto main - I however have one suggestion when it comes to the push back up to origin

Instead of

`git push --force`

always use

`git push --force-with-lease`

https://git-scm.com/docs/git-push

This probably should be the default in git (as in there should be a `git push --force-without-lease` instead) and asks git to make sure the commits locally on your branch are up-to-date with those on remote/origin. It then fails if you try to overwrite commits that you haven't seen, and has saved me a few times when working between computers on the same project when i could have lost history on the remote that i failed to fetch.

If Corbyn has been PM and had been quoted as saying "Let the bodies pile high in streets" do you think you'd still think he had no impact on Covid?

We're using Rust/Actix

This looks like a web service framework, rather than a web application framework like Rails/Django. Like it's closer to Sinatra/Express than Rails -

The speed of Rails comes with rapid development & strong conventions leaving the important stuff (like business logic and building something) to you.

Once you get to a size where scale is an issue with Rails, you'll have a startup that's working - it's a better problem to have than a startup that has perfect fast code but no customers.

It would allow them to operate but issue heavy financial sanctions and penalties, rather than just disallow them at first -

These financial sanctions could swallow up any and all profit from the UK market

I use it for Rails, and the most use I get out of it is with RSpec testing - tests with already descriptive spec names, it guesses correctly like 95% of the time what I was going to write anyway.

It's less useful around view code, but controllers/models it can be somewhat useful too. But to be honest, I'm happy to pay the price to let it write some specs for me

A bunch of politicians

*elected* politicians is the key. The member states voted them in, they have a democratic mandate. No one running these companies have anywhere near the same level of responsibility to people as someone that's actually elected.

This is just another regulation on that free market, decided for by democratically elected people and not by the companies choosing not to be regulated.

The cargo-cult religion is unfortunately back by science and years of study and agreement amongst scientists - human activity is causing climate change and global warming. You sound like you haven't accepted this fact based reality that we live in and are a part of.

Climate change is our fault, and we have to stop it, there is no other alternative that also includes life continuing on earth as we know it. This change is already happening, it's not hypothetical. Global systems are already being affected, extreme weather and drought more common. Global temperature change has to be kept as low as possible, or we risk crop failure, famine and mass immigration at a scale that has never been seen.

I understand there are huge logistical issues with shifting off fossil fuels, but we as humans have to. We can get to the moon, we can stop burning old dinosaurs & plants to make stuff work. Even without climate change, these resources are finite. Are you just going to accept waiting for all the oil to run out before making plastic tubes from something else? The clue is in the name fossil, they take millions of years to produce and are non-renewable.

You can think of me as a green psychopath all you like, but it doesn't change the cold hard facts. I hope my reply isn't high-intensity BS.

I hear this view a lot - my main rebuttal is 'but can't top up your car with petrol/gas/diesel at home either'.

The infra around EV charging needs to be much much better, I totally agree with this, but the idea that everyone will be able to charge their cars at home just isn't going to happen

I suspect a temporary ID that links the two that lives for just the time of the Payment Request and transmitted as metadata? Once the payment is successful, it removes the ID linking the payment to the account ID & severs the link - just the account has the credit

I am the author.

if I had any private data hosted by the author, I would be worried now.

Is an attack on me personally, nothing about the article. The article also took much longer than 30 minutes to 'knock out' - more like 3 hours all in all

Docker, cloud volumes, SpamAssassin, Dovecot, ClamAV, fail2ban, DKIM, DMARC. Ask what these are to someone in 1996 and see what you’d get back. The article covered setting all of these up

However my main objection to the OC was attacks on my professionalism. Unless you’re going to defend that, I don’t really care

Cheers, I haven’t - I’m old & ugly enough to read them and let it not affect me. A few have genuinely good points, and I’ve replied to those. Some are just annoyed i didn’t setup a 6 node Kube cluster with 24/7 AI intrusion bot detection with a brand new UI with OCR text detection for image uploads.

Experimenting on the internet is what i did, and it’s what I’ll continue to do, despite what other dullards might say is a waste of time

Just stick with Gmail then @avian, it’s not for everyone. I think that you might be constantly think of worst cases, where as most of the time it’ll just be fine? And even I it isn’t, then I’m learning more about the web and email. When did people stop doing something because it was challenging?