Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
petermnhull committed Jan 3, 2024
1 parent 96bb1ba commit 97e02c9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"files": {
"main.css": "/static/css/main.011f2bdb.css",
"main.js": "/static/js/main.3a647ced.js",
"main.js": "/static/js/main.32ea4769.js",
"static/js/636.495f3be9.chunk.js": "/static/js/636.495f3be9.chunk.js",
"static/js/520.0d1a7abe.chunk.js": "/static/js/520.0d1a7abe.chunk.js",
"static/js/208.c85cdd2a.chunk.js": "/static/js/208.c85cdd2a.chunk.js",
"static/js/837.95727f13.chunk.js": "/static/js/837.95727f13.chunk.js",
"static/js/837.0f347d72.chunk.js": "/static/js/837.0f347d72.chunk.js",
"static/js/787.96d091b9.chunk.js": "/static/js/787.96d091b9.chunk.js",
"static/media/2024_01_02_gophercon_2023.md": "/static/media/2024_01_02_gophercon_2023.86f098024e49f5e132d1.md",
"static/media/2024_01_02_gophercon_2023.md": "/static/media/2024_01_02_gophercon_2023.5c6354491d20ad0939cf.md",
"static/media/2022_10_24_mini_data_warehouse.md": "/static/media/2022_10_24_mini_data_warehouse.f880da82467e5826446b.md",
"static/media/2023_07_11_net_zero.md": "/static/media/2023_07_11_net_zero.6b29a7e315dd6389e5c8.md",
"static/media/2022_11_02_lessons_in_ml_ops.md": "/static/media/2022_11_02_lessons_in_ml_ops.1b42175a395a965357c6.md",
"index.html": "/index.html",
"main.011f2bdb.css.map": "/static/css/main.011f2bdb.css.map",
"main.3a647ced.js.map": "/static/js/main.3a647ced.js.map",
"main.32ea4769.js.map": "/static/js/main.32ea4769.js.map",
"787.96d091b9.chunk.js.map": "/static/js/787.96d091b9.chunk.js.map"
},
"entrypoints": [
"static/css/main.011f2bdb.css",
"static/js/main.3a647ced.js"
"static/js/main.32ea4769.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Peter Hull</title><script defer="defer" src="/static/js/main.3a647ced.js"></script><link href="/static/css/main.011f2bdb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Peter Hull</title><script defer="defer" src="/static/js/main.32ea4769.js"></script><link href="/static/css/main.011f2bdb.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions static/js/main.3a647ced.js → static/js/main.32ea4769.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Following this we got the biggest news of the conference: that there will *never

### Standard Logging

Next, Jonathan Amsterdam, a Software Engineer at Google who works on Go, gave a talk on the Standard Logging library introduced in Go 1.21.
Next, Jonathan Amsterdam, a Software Engineer at Google who works on Go, gave a talk on the Standard Logging library introduced in Go 1.21. This was one of the most highly anticipated additions to the language in 2023.

We not only learned about a fantastic new tool to use which provides inter-operability with existing logging frameworks, but we gained incredible insight into how Google actually develop Go and what their priorities are. To put it concretely, Jonathan described three guiding principles: data-driven development, working early and often with the community, and designing Go to be "light".

Expand Down

0 comments on commit 97e02c9

Please sign in to comment.