HackerTrans
トップ新着トレンドコメント過去質問紹介求人

patrickdavey

1,365 カルマ登録 14 年前
snowpool.org, blog.psdavey.com

投稿

A Fake Bug Report Hijacks Your AI Coding Agent – and Nothing Catches It

tenetsecurity.ai
4 ポイント·投稿者 patrickdavey·30 日前·0 コメント

Anthropic calls for global pause in AI development before humans lose control

siliconangle.com
5 ポイント·投稿者 patrickdavey·先月·4 コメント

Show HN: Kings vs. Knight

minichessgames.com
2 ポイント·投稿者 patrickdavey·6 か月前·9 コメント

Show HN: Radioactive Pooping Knights

minichessgames.com
27 ポイント·投稿者 patrickdavey·7 か月前·8 コメント

Show HN: Learn Basic Chess Movements

minichessgames.com
12 ポイント·投稿者 patrickdavey·9 か月前·7 コメント

Show HN: Minichessgames.com

minichessgames.com
3 ポイント·投稿者 patrickdavey·9 か月前·0 コメント

コメント

patrickdavey
·3 日前·議論
I've been helping to run a meetup in Christchurch, New Zealand: https://christchurch.ruby.nz/ for about 10 years (maybe longer, I've lost track!). I _completed_ agree with the article that the best thing you can do to avoid burnout is to organise it with someone else (or better still, two or more others like we do).

The other thing which really worked for us: We were getting fed up trying to badger people to help give talks etc (or just doing it ourselves). Completely exhausting. Ended up saying to the community: "this is your meetup, we just help run it. If we don't get 11 speakers for the year we're going to shut it down". We asked in January, got 11 speakers for the year (Dec is social), and we've been doing it like that ever since. Works an absolute treat. You do need to be prepared for no one to step up, in which case, it's sad, but, shut it down. You're not the community, the community is the community!
patrickdavey
·19 日前·議論
Yeah, this collection is _awesome_. I'm currently enjoying the Towers (just do it on 5x5 simple, and find it quite relaxing!).
patrickdavey
·26 日前·議論
I haven't looked into it thoroughly yet, but, at some point it'll be worth looking at getting a static IP address and using Cloudflare tunnels to serve toyish projects from your home netwerk. Just need to work out how to firewall it properly from the rest of the home network.
patrickdavey
·先月·議論
Can you point to an article on how to do this? This sounds _amazing_
patrickdavey
·2 か月前·議論
So you have an article you can point to?
patrickdavey
·2 か月前·議論
Yip interesting, you're the second person in a week who has suggested the magnesium. I frankly never trust these suggestions of supplements (having tried some before), but, https://pmc.ncbi.nlm.nih.gov/articles/PMC12412596/ at least suggested it was a modest improvement. I'm going to give it a try at least.
patrickdavey
·2 か月前·議論
I've tried a CPAP machine for 6 weeks and felt no different and gave up. I think I was a 6 on the scale. I wish it had worked though!

Currently I've just given up and embracing feeling relatively tired all the time. I've tried side sleeping devices (woody knows backpack) mandibular advancement splints etc.

So hard to tell (I find anyway) to get to a definitive answer
patrickdavey
·2 か月前·議論
This article really captures what I'm feeling about the entire AI jobs landscape. What the heck happens when we don't have juniors for years?

There's gonna be trouble ahead (unless you truly believe AI will be able to completely replace all programming of course)
patrickdavey
·2 か月前·議論
"It’s my website: I can do what I want with it. "

Right on! It's so liberating having your own wee corner of the internet.
patrickdavey
·3 か月前·議論
What a bad situation, and I genuinely feel for them. I do think they blamed a lot of other people and I think a section on what lessons they have learned themselves might be a good idea/look.

At minimum you want to have off site backups, preferably readonly (like an S3 bucket or whatever). And test the restore process.

I hope they get it sorted, what a mess.
patrickdavey
·4 か月前·議論
If you're lucky enough to have a job. Which you probably won't in a Great Depression II
patrickdavey
·5 か月前·議論
I'm about to start a new role. What have you found most effective in using it to learn a new code base? Just asking questions about "what is this class doing" ? drawing architecture diagrams?
patrickdavey
·5 か月前·議論
Any write up on this?
patrickdavey
·5 か月前·議論
Kamal is basically self hosting though right? So you have to take care of keeping the underlying os patched etc. With heroku you only needed to think about git push.. ?
patrickdavey
·6 か月前·議論
May well have bugs as I just finished it (and really it should be baked into the UI so you can easily reverse)... however... here is the reverse play:

https://minichessgames.com/#/play/kings-vs-knight

Hope your daughter likes it.
patrickdavey
·6 か月前·議論
But this is different? Wholesale copying of copyrighted works and packaging it up and allowing it to be generated. It's not remotely reasonable
patrickdavey
·6 か月前·議論
Yup, I'm going to build out the reverse play when I find time in the next few weeks hopefully! I'll try to remember to comment here :)

Quite probably you did just run up against a bug in it! I'd have to see the position though.

Great question on the maximal theoretical length. Being pedantic I'd imagine infinite if I just move a knight back and forth and you move a king back and forth. (Though I disallow repeat moves for interests sake)
patrickdavey
·6 か月前·議論
I've been working on https://www.minichessgames.com which I built with my 6 year old (she was the product owner ;). It's a site with a bunch of small puzzles (e.g. imagine a chess board with rocks thrown onto it, then move a single piece to a goal square). Lots of fun building it out. And radioactive pooping knights [1] is _amazing_ if I do say so myself ;).

1. https://www.minichessgames.com/#/play/pooping-knights
patrickdavey
·6 か月前·議論
It's just a basic minmax. The main mistake it makes is that if it can find an assured path to getting you it doesn't care how many moves in the future it is (even if it could win this turn).

That said, the audience is 6 year olds so I don't really want it to play perfectly!
patrickdavey
·6 か月前·議論
Thanks :). Did you manage to beat it (first time?) ;)