Hackernews seems overly critical and anti-“hacker” nowadays (new acc but been around for years). Anyone have a guess why that’s the case? Influx of new users?
I’ve also been around for years, but I don’t see it as a recent phenomenon. I’ve noticed that usually most top comments (for most topics) contain contra-arguments, or critical comments of any sort against the article. Sometimes it’s useful to learn about other perspectives, but often it feels forced or just plain negative/ego inspired. I could go back years and check old posts and notice that same trend. One famous example is the Dropbox post.
I think this is the beauty of HN: having people that does not share the hive mind from Social Media, edgy comments, contrarians, insiders, builders and people that reflects over the topics posted here.
I'm also guessing the bounce rate on HN is pretty high. New users come in, see a post like this where the top 5 posts are all long and very negative, and they bounce. Who wants to stick around for that? Other people who like to post negative comments. It's a self-reinforcing cycle.
Just to make it clear: the database doesn't have to contain exclusively top rated games. It can be 99% low ELO games, as long as there are suffiiciently many high ELO games (in absolute number), the LLM is large enough, and there is sufficient context for the model to distinguish high ELO from low ELO games, it can learn to play well given fhe right prompting.
I think the suggestion is to try to collaborate with local universities. From experience, a lot of research/fieldwork in Africa is only practical with local experts and communities.
Also look into attending or supporting the next Deep Learning Indaba. This year has just finished I think. It's one of the largest African ML communities and they have a mentorship program.
How DO you debug your actions? I spend so long in the commit-action-debug-change loop it’s absurd. I agree with your point re: 2 wholeheartedly though, it makes debugging scripts so much easier too. CI should be runnable locally and GitHub actions, while supported with some tooling, still isn’t very easy to work with like that.
We may be splitting hairs given what this thread is going on about, but I strongly advocate for `--force-with-lease` as a sane default versus `-f` so that one does not blow away unexpectedly newer commits to the branch
The devil's in the details, etc, etc, but I think it's a _much_ more sane default, even for single-user setups/branches because accidents can happen and git DGAF
Act works pretty well to debug actions locally. It isn't perfect, but I find it handles about 90% of the write-test-repeat loop and therefore saves my teammates from dozens of tiny test PRs.
May have misread this but you know you can push to one branch and then run the action against it? Would reduce PRs if you're doing that to then check the action in master. You have to add a workflow_dispatch to the action: https://docs.github.com/en/actions/using-workflows/manually-...
Yeah most of the time that is a good way to test. There are some specific actions that aren't easily tested outside of the regular spot though. Mostly deployment related pieces due to the way our infrastructure is setup.
You don't see that card in commander because if anyone would put it in his deck the rest of the table would look at him irritated, complain a lot and probably scoop. You don't see it in other external formats because there are better things you can do for 4 mana. It's a card limited to cEDH mostly.
I once had an issue where something failed in prod but not in test, it was because a MAC address was dynamic and in prod only consisted of numbers so whatever tool we used parsed the Yaml value as a sexagesimal number and threw a type error. Yaml can be interesting…
Note that the behavior you describe (like the “NO” problem) was part of the YAML 1.1 excessive-effort-at-DWIM insanity (in this case, intended to make time entry “just work”) that was removed in YAML 1.2.
I believe OP is talking about the human emotion of flipping that coin the 19th time (or indeed the 18th, or 17th...). While the math might be as simple as doubling x times it's very different to actually do it!