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·上个月·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
·4天前·讨论
大约 10 年来,我一直在帮助在新西兰基督城举办聚会:https://christchurch.ruby.nz/(也许更久,我已经迷失了方向!)。我_完全_同意这篇文章,避免倦怠的最好方法是与其他人一起组织(或者更好的是,像我们一样,有两个或更多其他人)。

另一件对我们真正有用的事情是:我们厌倦了试图纠缠人们帮助进行演讲等(或者只是我们自己做)。 完全筋疲力尽。 最后对社区说:“这是你们的聚会,我们只是帮助举办它。如果今年没有 11 名演讲者,我们将关闭它”。 我们在一月份提出了要求,今年有 11 位演讲者(12 月是社交活动),从那时起我们就一直这样做。 绝对是一种享受。 你确实需要做好没有人站出来的准备,在这种情况下,这是可悲的,但是,关闭它。 你不是社会,社会就是社会!
patrickdavey
·21天前·讨论
Yeah, this collection is _awesome_. I'm currently enjoying the Towers (just do it on 5x5 simple, and find it quite relaxing!).
patrickdavey
·27天前·讨论
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?) ;)