HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lebski88

no profile record

comments

lebski88
·2개월 전·discuss
> That also includes codebases running on languages that teams don't always associate with AI coding tools, such as C, C++, C#, Java, PHP.

What a strange comment for them to make. Why wouldn't I expect CC to work well with those languages? What languages would I associated it with? Python and Javascript?
lebski88
·9개월 전·discuss
You only need a BMI of 30 to get a private subscription. That's a pretty large portion of the population (no pun intended).
lebski88
·9개월 전·discuss
At least some bits of it do. I was writing something to pull logs the other day and the redirect was to an azure bucket. It also returned a 401 with the valid temporary authed redirect in the header. I was a bit worried I'd found a massive security hole but it appears after some testing it just returned the wrong status code.
lebski88
·12개월 전·discuss
There's a model aircraft club near to where I live (UK). They have a runway and people use it most days. In the summer they have a two day festival where people come and camp and do model plane stuff. Presumably it's the Glastonbury of model aircraft. It's quite fun to watch them fly around for a couple of hours.

Anyway, my point is that if I didn't live just around the corner, I would never have known it existed. I'd imagine there are similar setups around the country. You do need quite a big space and a runway is presumably helpful, so it probably makes sense for them to be collectively run.
lebski88
·12개월 전·discuss
Our VPN restarted about an hour ago and caused a bit of excitement, on the whole it's been a lot less _interesting_ than the last one thankfully.
lebski88
·작년·discuss
Seeing various issues with GCP right now.
lebski88
·작년·discuss
> a few weeks to get to the point of not wanting to smoke again

That's a shockingly short amount of time for smoking. For me, after a few weeks I'd say some of the worst cravings had passed. But for a good year or two afterwards they'd occasionally come back, albeit briefly. I quit about 15 years ago, but given the right situation I can still feel it.
lebski88
·작년·discuss
> Good reminder that we need a backup real time messaging app.

I'm quite enjoying the quiet. There's still video or email in an emergency.
lebski88
·2년 전·discuss
Babashka is truly wonderful and has taken over almost all my scripting projects. But the author started by saying they didn't want to use a language without types so Clojure is probably out!
lebski88
·2년 전·discuss
I spend way too much of my working life with package version ranges. It took me a minute to understand why this was wrong.
lebski88
·2년 전·discuss
I've been at an organization that went from Java to Clojure about 12 years ago. I think there were two main things that allowed us to make the move:

* No one was in love with Java. It was fine but we were doing the whole spring style super verbose Java and it felt like a lot of ceremony to get anything done. There had been an experiment with Scala previously but that hadn't taken off.

* We had a service-oriented architecture which meant we could try Clojure out on a few new services and see how it felt.

We ended up going from 2 services to moving the whole org over really quickly. A lot of excitement built up and people didn't want to be left out. At the end of things only 2 people decided they didn't want to learn Clojure.

A few other things we did:

* Bought loads of books and left them lying around

* Started a Clojure club where we booked an hour a week and did some exercises in Clojure

* Had a big meeting where we convinced everyone that Clojure was worth an experiment

* Brought in 3 consultants to do some Clojure training for everyone

* Probably strong armed everyone into watching simple made easy - it helped that lots of people had already seen it live that year

There are a few talks about it floating around although they are very very old now and I'm not sure they're worth the time!

https://whostolebenfrog.github.io/clojure,/deployments,/clou...
lebski88
·2년 전·discuss
We've also had those macro nutrient warning flags on all packaged food for quite a few years in the UK. The sugar tax is on top of that.

One of the main effects of the sugar tax was that so many manufacturers just changed their recipe to avoid having to raise prices. So the option to pay more in the shop isn't even there. Coke and Pepsi are the notable counter examples.
lebski88
·2년 전·discuss
Yes this is completely my experience too. I spent most of yesterday battling with the query planner. Sometimes you can't express with table statistics something that you know to be true for the exact query that you're making.

There are a lot of arguments about query hints etc becoming stale and the performance changing as the table grows but I'm less worried about that - it would be a gradual degradation of performance. What worries me is that the table stats cross a threshold at 3am and suddenly the query planner chooses something crazy.

I've also wondered if an approach of trying a bunch of query plans could be fun. Get it to pick the top 10 possibilities and just run them all and record stats on which was fastest. Doubly so if it ever decides to run a seq scan where there is an index. Please. Just try the index! That said yesterday I was definitely at the point where I just wanted to express the exact query plan myself.
lebski88
·2년 전·discuss
The fact that it's a router and not a PG extension is helpful if you are using cloud hosted postgres and don't want to get into the business of managing backups etc yourselves.

Only azure supports Citus as far as I know.
lebski88
·3년 전·discuss
Excision still isn't supported for cloud, it is / was on their plan but there was never any movement in that direction.