Advertisement · 728 × 90

Posts by Javi Fontán

Video

My new song 'Raster Bar' is out now everywhere! 👾
👉 fanlink.tv/raster

1 year ago 68 17 1 2

Maybe not batch files but knowing how a computer works is always handy.

1 year ago 0 0 0 0
Post image

maybe ask "how aren't you?" instead

1 year ago 1776 196 19 4

Handle: The VaW

I started to make music with trackers and chose as name "waveman". The problem is that there were lots of surfers painting graffiti with that name. I reversed the letters so it was:

namevaw
name vaw

Just added "The"

1 year ago 1 0 0 0
Video

Bad Apple but it's 6,500 regular expressions that i search for one at a time inside of vim

full writeup over here on my blog: eieio.games/blog/bad-app...

1 year ago 91 18 3 7
Post image Post image Post image

Finally got this a few weeks ago. Amazing the amount of design effort expended on just the branding/vive of the game.

1 year ago 3 1 2 0

Finally made a Golang starter pack after many requests.

Please post folks I may have missed below:

go.bsky.app/P8NUt1Y

1 year ago 63 17 11 2
> go mod edit -go=1.22
> ./golangci-lint run
go.mod:3:1: go directive (1.22) doesn't match the pattern '\d\.\d+\.0$' (gomoddirectives) go 1.22
> go mod edit -go=1.22.3
> ./golangci-lint run
go.mod:3:1: go directive (1.22.3) doesn't match the pattern '\d\.\d+\.0$' (gomoddirectives) go 1.22.3
> go mod edit -go=1.22.0
> ./golangci-lint run

> go mod edit -go=1.22 > ./golangci-lint run go.mod:3:1: go directive (1.22) doesn't match the pattern '\d\.\d+\.0$' (gomoddirectives) go 1.22 > go mod edit -go=1.22.3 > ./golangci-lint run go.mod:3:1: go directive (1.22.3) doesn't match the pattern '\d\.\d+\.0$' (gomoddirectives) go 1.22.3 > go mod edit -go=1.22.0 > ./golangci-lint run

linters:
  enable:
    - gomoddirectives

linters-settings:
  gomoddirectives:
    # Defines a pattern to validate `go` directive.
    go-version-pattern: '\d\.\d+\.0$'

linters: enable: - gomoddirectives linters-settings: gomoddirectives: # Defines a pattern to validate `go` directive. go-version-pattern: '\d\.\d+\.0$'

I added an option to the `gomoddirectives` linter: it forces the usage of patch 0 (ex: 1.22.0) or go family (ex 1.22) as min go version.

github.com/ldez/gomoddi...

This feature will be available in the next version of golangci-lint (v1.63).

Support my work: bento.me/ldez

#golang #golangcilint

1 year ago 2 2 0 0

Type: mode co80<enter>

1 year ago 3 0 0 0
Video

Planefiller by 0b5vr
My entry for SESSIONS 2024, PC 8k intro
youtu.be/-OT-wFXbjk4

1 year ago 72 21 3 1
Advertisement

I believe it's fresh bits

1 year ago 0 0 0 0

Is that dogcow?

1 year ago 0 0 0 0