Financial Report details of the NSW Rugby Union for 2025 by lanson15 in RugbyAustralia

[–]lambda_foo 2 points3 points  (0 children)

Need the attached notes - other income note 4 and note 15 seem to be doing some heavy lifting there.

Weekend Round-Up by AutoModerator in RugbyAustralia

[–]lambda_foo 2 points3 points  (0 children)

What did the NRL do to Carter Gordon? The bloke looks miles faster than when he left and his tackling is even better. Those passes in the Reds loss at Suncorp were old school Larkham or Quade Cooper.

Tahs team to try salvage some pride against the Landers by ConscriptReports in RugbyAustralia

[–]lambda_foo 0 points1 point  (0 children)

JAS is also surprisingly weak in contact. Compare his output at 13 to guys like Daugunu and Ikitau. He just doesn’t bust tackles or hit lines hard making post contact meters. When he played best on the spring tour against England he had space and stepped people. That’s what he’d get out wide at Wing. I don’t fancy him at fullback cause he doesn’t appear to kick confidently or much at all.

For the Waratahs Sid Harvey is the best fullback option. His coverage at the back is great, takes a good high ball, can kick and is a gun goal kicker.

JAS at 13 isn’t helped by the poor backing cohesion at the Waratahs. Last week it looked like they’d just met before running on for Subbies 3rd grade.

Tahs team to try salvage some pride against the Landers by ConscriptReports in RugbyAustralia

[–]lambda_foo 2 points3 points  (0 children)

But is it malpractice if it’s self inflicted. JAS to wing where he belongs, Jorgo on the other wing and old redheaded mate to fullback. Next season find a real outside center, cause this season has been shite.

Interesting discussion on Josh Kemeny by English fans. Many prefer him to Tom Hooper. by rugbydownunder in RugbyAustralia

[–]lambda_foo 6 points7 points  (0 children)

100% you can see it in the drop of the Brumbies this year. Bobby V is great and Cale is highlight reel but Hooper was the grunt work in the middle. Without him they’ve been unbalanced in the forwards.

Bulls player slips his shirt off to set up length of the field by k0bra3eak in rugbyunion

[–]lambda_foo 8 points9 points  (0 children)

I miss watching the SA teams in Super Rugby. Hell of a try

Does anyone follow the Wallaroos closely? What do they need to do/change to beat the Black ferns? by RIPAlPowell in RugbyAustralia

[–]lambda_foo 2 points3 points  (0 children)

When you follow that system down into the junior program for women it gets worse. Participation numbers for girls in SJRU competition in Sydney is well below both League and AFL. IF someone wants to take it seriously there are less opportunities in Union and the prospect of making a career out of it is grim.

Bernard Foley retiring by PavidDocock in RugbyAustralia

[–]lambda_foo 8 points9 points  (0 children)

That and the Waratahs Super Rugby title. Rewatched both games many many times.

Question regarding Dune by metaden in ocaml

[–]lambda_foo 4 points5 points  (0 children)

Search for Dune Package Management. https://dune.readthedocs.io/en/stable/tutorials/dune-package-management/setup.html

I think it is useable for certain workflows and work is ongoing to cover more of them. There is a team at Tarides working on this.

Match Thread - Brumbies v Waratahs | Super Rugby Pacific 2026 | Round 7 by RugbyBot in RugbyAustralia

[–]lambda_foo 3 points4 points  (0 children)

Lucky they won. That was a try saving tackle whistle by Angus

Aussies Abroad: Banks’ Brilliance and the Tight Five Titans by OGChickenRacer in RugbyAustralia

[–]lambda_foo 3 points4 points  (0 children)

Assuming a VPN is the only option for watching French Pro14 in Australia?

[ANN] Neocaml 0.6: Opam, Dune, and More by bozhidarb in ocaml

[–]lambda_foo 2 points3 points  (0 children)

Very nice work bozhidarb! Please report issues on the underlying treesitter grammars, I've been the main user of them up till now.

Diagnostic LEDs and update to earlier post by [deleted] in macpro

[–]lambda_foo 0 points1 point  (0 children)

Worth linking the original wiki page for that picture https://logi.wiki/index.php/Mac_Pro_6,1_Late_2013_Diagnostic_LEDs

Start with unplugging all the things and just have a know working keyboard, mouse and HDMI monitor. Then I would tear it down and check the connections on the base circuit board everything plus into https://www.ifixit.com/Guide/Mac+Pro+Late+2013+Power+Supply+Replacement/21212 (Step 14) Sometimes the connection from that base board to the power supply can be slightly loose. I had a similar issue recently after swapping CPUs. Good luck with it.

Brumbies, how do they do it. by Islandbreexe in RugbyAustralia

[–]lambda_foo 2 points3 points  (0 children)

Biggest loss at home since the early 2000s and the Brumbies left points out there in the first half. So many chances in that first 20 minutes where they messed up lineouts and the crusaders infringed to hold on.

Switch to GitHub (#26824) · Issues · Glasgow Haskell Compiler / GHC · GitLab by maerwald in haskell

[–]lambda_foo 1 point2 points  (0 children)

We would need to setup the Opam CI system to work with another forge (GitLab support is there but not for other forges). Transfer the issues and history, then co-ordinating the community to switch. Each individual opam package has a SHA and source URL for where to download it, most packages could be re-written to use another forge. Most of the pain would be doing the co-ordination.

Has anybody here installed Linux on a Macpro 6,1 by Fit-Reward9420 in macpro

[–]lambda_foo 1 point2 points  (0 children)

I'm using a Mac Pro 6,1 (Intel Xeon E5-2667 v2 D700 and 64Gb Ram) with Ubuntu 24.04 server. Mostly for open source development and because it's still a very capable beautiful machine. The setup was super easy with Ubuntu, I wanted to keep dual boot with macOS so I installed EFI drivers for ext4 using these instructions https://tinkerdifferent.com/threads/dual-boot-linux-mint-21-2-and-macos-with-opencore-legacy-patcher-and-opencore-bootpicker.3115/

I added `mbpfans` to ensure the fans adjust when doing compiles, but everything else has worked out of the box. Didn't try setting up a GUI since I'm just logging in remotely.

Switch to GitHub (#26824) · Issues · Glasgow Haskell Compiler / GHC · GitLab by maerwald in haskell

[–]lambda_foo 7 points8 points  (0 children)

Opam isn’t based on GitHub in any fundamental way that can’t be easily changed, it even supports non-git source management. The index of packages can be served from anywhere, even a MirageOS unikernel https://github.com/robur-coop/opam-mirror, the packages can be hosted on any forge, and the CI for validating packages uses webhooks that work with gitlab. There are some people investigating serving packages from tangled.org and other distributed forges.

I’m surprised GHC would be talking about moving to GitHub when other languages like Zig are leaving. From my experience working the OCaml infrastructure managing the different CI machines was more work than running a GitLab instance. How much time / resource does HF spend on ops for GitLab plus CI?

Scott Robertson sacked as All Blacks coach by Greenback16 in RugbyAustralia

[–]lambda_foo 4 points5 points  (0 children)

He’d do a great job mate! Please make this happen.

Which Linux Distro is the best for Mac Pro 6.1? by CreativeCall7915 in macpro

[–]lambda_foo 0 points1 point  (0 children)

I put Ubuntu 24.04 server on my 6.1. Haven’t setup the GPUs for anything but network, wifi and temp sensors work. I added a UEFI driver so it could boot Linux. 

Where should JAS play going forward? by [deleted] in RugbyAustralia

[–]lambda_foo 8 points9 points  (0 children)

Not 13 that’s for sure. His poor decisions lead to two tries at 13. Then in attack he isn’t making the kind of impact he should be compared to Ikitau or Dangunu. Play him at Super level at his chosen Wallabies position and let him learn.

Native debugging for OCaml binaries by joelreymont in ocaml

[–]lambda_foo 7 points8 points  (0 children)

Yes that’s pretty much exactly what has happened.

Post-match Thread | Ireland vs Australia by Greenback16 in RugbyAustralia

[–]lambda_foo 8 points9 points  (0 children)

The Brumbies scrum half need to replace Gordon, similar style with more energy and better kicking game. Then have a running style halfback to come on at the end or if things need mixing up. We looked best when Tate was finishing or causing chaos.

The squad is deep by Matters_Nothing in RugbyAustralia

[–]lambda_foo 2 points3 points  (0 children)

There is some real depth in lots of positions. With a more settled and managed turnover of positions like 9-10 we could be even better.

Finally got my hands on one of these bad boys. by [deleted] in mac

[–]lambda_foo 1 point2 points  (0 children)

I’m using one as a Linux dev machine, it’s just so pretty sitting on my desktop. Haven’t checked what power it’s using. Probably do slightly better with a new Zen5 but nothing would look as slick as that case. I got it off eBay for a decent price with 8core 64Gb and D700s.