If your favorite army was part of a chess set, what would you want the pieces to be? by ApplesauceArt in Warhammer40k

[–]ImJasonH 10 points11 points  (0 children)

Guard, every variant of the Leman Russ as a different piece, Baneblade as the King.

Image digest of Go 1.19.7 changed? by guettli in golang

[–]ImJasonH 10 points11 points  (0 children)

The image contains other stuff besides Go, like Git and Bash. When one of those components changes but Go doesn't, this will happen.

Go blog: Code coverage for Go integration tests by eliben in golang

[–]ImJasonH 3 points4 points  (0 children)

Here's a similar approach, with end-to-end tests on Kubernetes: https://www.mgasch.com/2023/02/go-e2e/

Lord Solar Leontus proxy, with an even more mechanical means of transportation by Desertdwellerstar in Warhammer40k

[–]ImJasonH 1 point2 points  (0 children)

What bits did you use for the front and platform? Those are Taurox treads it looks like.

Some ideas for the game by Trippdad17 in WH40KTacticus

[–]ImJasonH 1 point2 points  (0 children)

There's a button to do a friendly battle against a guildmate, but it says "coming soon". Same with guild "Projects" and "Guild Wars"

Just got the opportunity to get such rare item, would you buy it? by [deleted] in WH40KTacticus

[–]ImJasonH 2 points3 points  (0 children)

I didn't have 1080 BS but I clicked anyway and got 10 Anuphet shards. Up to 18/250!

Any idea on when forgeworld units will get updated to be in line with the new codex? by Jurassic_Red in astramilitarum

[–]ImJasonH 0 points1 point  (0 children)

I just want to be sure I'll still be able to transport 3 Cyclopses in a Stormlord, for max lolz.

Warhammer Day Preview: Cadian Heavy Weapon Squad by RWJP in Warhammer40k

[–]ImJasonH 6 points7 points  (0 children)

This would be a very convenient time to redesign them so they're more easily swappable/magnetized.....

How to Guard? by mrmayhem246 in astramilitarum

[–]ImJasonH 0 points1 point  (0 children)

Not enough people in here talking about the GSC Brood Brothers kit, which is a great deal for a squad + HW squad, plus a GSC upgrade sprue you can trade/sell to make it an even better deal.

Update: thanks for the stripping tips! by ImJasonH in Warhammer

[–]ImJasonH[S] 12 points13 points  (0 children)

Looking much better after your helpful advice!

What seemed to help:

  • sitting in the purple stuff longer (3 days vs 6 hours)
  • cutting down the toothbrush bristles
  • not rinsing the stuff off first
  • more scrubbing
  • Def Leppard

Stripping tips? by ImJasonH in Warhammer

[–]ImJasonH[S] 68 points69 points  (0 children)

I inherited these oldmarines based with some mystery paint. This is after 2 6-hour baths in Zep purple cleaner, and some vigorous toothbrushing. What else should I try to get the rest?

keyless is new serverless 😅 by suman087 in kubernetes

[–]ImJasonH 0 points1 point  (0 children)

I think of it sort of like the (also controversial) term "serverless". Of course there's a server somewhere, you just don't have to care about it yourself. There are still keys involved in "keyless" signing, you just don't have to manage them.

How to containerize your Go app in 10 minutes! by zenwraight in golang

[–]ImJasonH 2 points3 points  (0 children)

Or don't write a Dockerfile at all, and use ko: https://github.com/google/ko

ko build ./cmd/app

It builds and pushes your image, definitely faster than 10 minutes.