Skip to content

Commit

Permalink
fix: remove colon go weekly (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
innnotruong authored Oct 25, 2024
1 parent 3155442 commit 327978e
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion go/weekly/aug-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #5: Features, Memory Optimization, Minecraft Server, Code Editor, and LLM Tool'
short_title: '#5: Go 1.23 features, Memory, Minecraft, and More'
short_title: '#5 Go 1.23 features, Memory, Minecraft, and More'
description: 'Explore Go version features, memory optimization techniques, a Go-powered Minecraft server, a pure Go source code editor, and a tool for running large language models.'
date: 2024-08-02
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/aug-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #6: GUI Framework, Leadership Change'
short_title: '#6: Cogent Core, Russ Cox stepping down'
short_title: '#6 Cogent Core, Russ Cox stepping down'
description: 'Introducing Cogent Core, a new GUI framework for Go, and announcing Russ Cox stepping down as Tech Lead of Go after 12 years.'
date: 2024-08-09
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/aug-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #7: Releases, Websockets, and Struct Behavior'
short_title: '#7: Go 1.23, Websockets, and Structs'
short_title: '#7 Go 1.23, Websockets, and Structs'
description: 'Exploring Go 1.23 release notes, the new home for nhooyr/websocket, and common mistakes with Go structs and slices.'
date: 2024-08-16
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/aug-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #8: Jupyter Notebooks, Kubernetes Tools, GopherCon Talks'
short_title: '#8: GoNB, kubetrim, and GopherCon UK 2024'
short_title: '#8 GoNB, kubetrim, and GopherCon UK 2024'
description: "Explore GoNB for Jupyter notebooks, kubetrim for KUBECONFIG management, and key highlights from GopherCon UK 2024 talks, covering performance testing, software design, event-driven workflows, and AI's impact on tech jobs."
date: 2024-08-23
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/aug-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #9: TinyGo, SQLite Vector Search, and Authorization'
short_title: '#9: TinyGo, SQLite vector search, and Permify'
short_title: '#9 TinyGo, SQLite vector search, and Permify'
description: "Exploring TinyGo's latest release, a new vector search extension for SQLite, and an open-source authorization service inspired by Google Zanzibar."
date: 2024-08-30
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/jul-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: "Go Weekly #2: Go 1.23 Iterators"
short_title: '#2: Go 1.23 Iterators'
short_title: '#2 Go 1.23 Iterators'
description: "Exploring the new Go package for iterators - learn what it is, what the controversy is about, and how to use it."
date: 2024-07-05
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/jul-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #3: Generic Collections, Generics Constraints, AI Bot'
short_title: '#3: Generic Collections, Generics Constraints, AI Bot'
short_title: '#3 Generic Collections, Generics Constraints, AI Bot'
description: "Implementing generic collections in Go: challenges and solutions, with examples of sortable sets and constraints. Updates on Go's generics support and insights on a new AI bot being developed for the Go community. Stay current with Go's evolving ecosystem and best practices for using generics effectively."
date: 2024-07-12
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/jul-26.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #4: Ethical Hacking, HTTP Requests, Mac App Development'
short_title: '#4: Ethical Hacking, HTTP Requests, Mac App Development'
short_title: '#4 Ethical Hacking, HTTP Requests, Mac App Development'
description: "This post explores two cutting-edge applications of Go programming. First, it details an ethical hacking project that successfully sent 500 million HTTP requests to 2.5 million hosts using Go's concurrency features and custom optimizations. The article then introduces DarwinKit, a powerful Go library for creating native Mac applications without Objective-C or Swift. Both examples demonstrate Go's versatility in handling high-performance networking tasks and cross-platform development, showcasing its potential for complex, scalable projects in cybersecurity and application development."
date: 2024-07-26
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/june-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Weekly #1: Mastering Go Performance - eBPF and PGO Optimization Techniques'
short_title: '#1: eBPF and PGO Optimization Techniques'
short_title: '#1 eBPF and PGO Optimization Techniques'
description: 'Explore advanced Go optimization techniques using eBPF for kernel-level insights and Profile-Guided Optimization (PGO) for compiler enhancements. Learn how to boost performance and efficiency in Go applications.'
date: 2024-06-27
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/oct-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #14: Golang compile-time evaluation and Go bindings to SQLite using wazero'
short_title: '#14: Compile-time eval & SQLite with wazero'
short_title: '#14 Compile-time eval & SQLite with wazero'
description: A quick toolings for compile-time evaluation and SQLite wrapper with WebAssembly runtime for Go
date: 2024-10-04
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/oct-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #15: Using Go embed, and Reflect'
short_title: '#15: Go embed and Reflect'
short_title: '#15 Go embed and Reflect'
description: Quick notes on Go embed and Go Reflect
date: 2024-10-11
---
Expand Down
4 changes: 2 additions & 2 deletions go/weekly/oct-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #16: Understand sync.Map'
short_title: '#16: Understand sync.Map'
short_title: '#16 Understand sync.Map'
description: Understanding sync.Map and using the right tools for atomic operations in Go.
date: 2024-10-18
---
Expand Down Expand Up @@ -158,4 +158,4 @@ date: 2024-10-18

---

https://victoriametrics.com/blog/go-sync-map/index.html
https://victoriametrics.com/blog/go-sync-map/index.html
2 changes: 1 addition & 1 deletion go/weekly/sep-06.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #10: Script, Telemetry'
short_title: '#10: Script, Telemetry'
short_title: '#10 Script, Telemetry'
description: "Exploring a Go library for shell-like scripting and Go's telemetry feature."
date: 2024-09-06
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/sep-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
authors:
- fuatto
title: "Go Commentary #11: The Gopher's LLM Revolution - Actors, Frameworks, and the Future of Go"
short_title: '#11: Actors, Frameworks, and the Future of Go'
short_title: '#11 Actors, Frameworks, and the Future of Go'
description: A critical look at Go's evolving role in the LLM ecosystem and the frameworks shaping its future
date: 2024-09-13
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/sep-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #12: CLI Renaissance with Kubernetes, REST, and Terminal Readers in the Age of Complexity'
short_title: '#12: CLI Tools for K8s, REST, and Terminals'
short_title: '#12 CLI Tools for K8s, REST, and Terminals'
description: A critical examination of Go's resurgence in CLI tool development, exploring recent projects in Kubernetes log viewing, REST API interaction, and terminal-based readers, while questioning the industry's shift back to command-line interfaces.
date: 2024-09-20
---
Expand Down
2 changes: 1 addition & 1 deletion go/weekly/sep-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
authors:
- fuatto
title: 'Go Commentary #13: Compiler Quests and Vector Vexations'
short_title: '#13: Compiler Quests and Vector Vexations'
short_title: '#13 Compiler Quests and Vector Vexations'
description: A scathing look at Go's compiler internals and the vector search gold rush, exposing the industry's obsession with speed over substance
date: 2024-09-27
---
Expand Down

0 comments on commit 327978e

Please sign in to comment.