HN user

elken

38 karma
Posts0
Comments26
View on HN
No posts found.

Another 'The Portal' recommendation:

41: Douglas Murray - Heroism 2020: Defense of Our Own Civilization

https://podcastaddict.com/episode/114260279

Two old friends riffing off each other about the world.

I've listened all the way through twice and both times have found myself laughing out loud and deep in thought simultaneously.

I look forward to seeing how Eric Weinstein will continue to evolve The Portal in 2021. No doubt he will continue to deliver outstanding content in his own uncompromising style.

Forgive my ignorance, but why do you believe he is a fraud?

There are a lot of public 'scientists' who have never been peer-reviewed.

I have enjoyed listening to quite a bit of Lex's content and to say 'Lex is a fraud' without any proof strikes me as unfair.

I did a quick search to try to check your assertions but didn't find anything troubling.

My only gripe about Lex is that he is annoyingly good at SEO and I find it hard to browse the web without bumping into his content.

This seems like a terrible move. Even if the prices are extortionate, how can eBay take away people's right to protect themselves?

Surely educating and empowering the general population to take their own measures to prevent the spread is the best thing we can do in this situation.

If this is a matter of supply shortage. Why the heck have the people in charge not covered this?

I'd be interested to hear how Slack patched this. Hopefully by removing the ability to apply settings from URLs altogether, rather than attempting any sort of sanitisation on the download settings.

I don't think you understood my point. Blocking websites is not scrutiny of the intelligence services.

I'm saying an individual with weapons doxed himself and telegraphed his intentions on a public forum and the security services completely missed it.

That could all have been be picked up without any new laws or intervention from Facebook. We need to analyse how it was missed and learn from it.

The Christchurch shooter amassed a cache of weapons, and also posted a copy of his manifesto and a link to his real Facebook account to 4chan.

The censorship/Facebook algorithms amplifying abhorrent content debate is one thing but I'm surprised by the lack of scrutiny of the security services over this. Especially for a member of the 5 Eyes. I can't help but feel this could have been prevented without any of the changes being proposed.

I'm a fan of liquibase. It's a very mature tool which allows you to run it every time the application starts, useful for development to create in-memory dbs. Or you can just call it as part of the build process if you don't want to check the DB changelog tables on startup.

It tracks changes that have been applied in changelog tables so you don't apply them multiple times.

Common operations such as adding a column are defined in a supported markup language but for more complicated things, such as migrating data, you can reference ad-hoc SQL files. All of which can be checked-in to your codebase.

The only real downside is because you are applying the entire development history of the database, you can sometimes be caught doing illogical things like adding and then removing something later on. This can be mitigated by rewriting history if needed though.

Flyway was not as good for me because it lacked a domain language, raw SQL makes it less easy to interpret but I know developers who preferred that.

Could you not apply the same logic to any occupation?

I get out of bed, head to an office and build software on the orders of those who pay me, I get summoned to meetings at their behest, I work long hours, only stopping to go to the toilet, I too get home and collapse into bed to repeat the next day.

Not my screw up but working for a fairly large e-commerce site we had a cron job to pick up 'stuck' orders and push them down to the warehouse every 30 minutes.

For a combination of reasons there was one order which was picked up every time the job ran.

This went on for a very long time and nobody in the company realised. The warehouse staff were all agency workers who dispatched B2B and B2C so sending a pallet wasn't unusual for them. It was only when the customer got in touch asking us to please stop sending the same thing that we were alerted.

Apparently she had ordered the items to her friend's office and they were getting very frustrated having to deal with them.

Even worse the customer was in China and the company had to order a shipping container to retrieve the stock.

Agreed. From their actions in the last couple of days it would appear these governments can hardly take the moral high ground.

I'm sure I'll get downvoted for discounting China's concentration camps and social credit programs but it would seem we aren't exactly the bastion of freedom we like to portray.

Very interesting read. I'm not convinced that Postgres should be used for every aspect of a data processing pipeline yet but the author has certainly proved it is possible. You also seem to get a lot of features for free that people using Kafka can only dream of.

It will be interesting to see how people will take advantage of new Postgres features in the future.

I switched back to Firefox a few months ago and haven't looked back. I've also noticed that people are increasingly distancing themselves from the Google ecosystem. I have even had less technical friends looking at alternatives such as Brave.

Looking at the numbers, Perhaps the non-ie/Safari/Chrome crowd is being fractured by the alternatives available but to me it certainly seems to be growing.