mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-24 03:23:14 +01:00
And one last edit to imports
This commit is contained in:
parent
db74bd12d6
commit
900aa820a7
3 changed files with 48 additions and 1 deletions
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: Fancy math doesn't make simple math stop being true
|
||||
date: "2024-01-23T07:43:15Z"
|
||||
publishDate: "2024-01-11T00:00:00Z"
|
||||
bookmarkOf: https://dynomight.net/fancy-math/
|
||||
references:
|
||||
bookmark:
|
||||
url: https://dynomight.net/fancy-math/
|
||||
type: entry
|
||||
name: Fancy math doesn't make simple math stop being true
|
||||
summary: on butts and instrumental variables
|
||||
author: dynomight
|
||||
tags:
|
||||
- measurement
|
||||
---
|
||||
|
||||
As ever, a great read from DynoMight! I particularly enjoy the assertion on the burden of proof being on the expert to show the flaw in a simpler proof (that disagrees?) with their own more complex one.
|
||||
|
||||
### Highlights
|
||||
|
||||
> If two people disagree, it should be the responsibility Dr. Fancy to explain what’s wrong with Dr. Simple, not the reverse.
|
||||
|
||||
---
|
||||
|
||||
> “_onus probandi incumbit Bob_”?
|
||||
|
||||
“The burden of proof is on Bob”
|
20
content/bookmarks/it-s-humans-all-the-way-down.md
Normal file
20
content/bookmarks/it-s-humans-all-the-way-down.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: It’s Humans All the Way Down
|
||||
date: "2024-01-20T12:03:56Z"
|
||||
publishDate: "2024-01-09T19:00:00Z"
|
||||
bookmarkOf: https://blog.jim-nielsen.com/2024/humans-all-the-way-down/
|
||||
references:
|
||||
bookmark:
|
||||
url: https://blog.jim-nielsen.com/2024/humans-all-the-way-down/
|
||||
type: entry
|
||||
name: It’s Humans All the Way Down
|
||||
summary: Writing about the big beautiful mess that is making things for the world
|
||||
wide web.
|
||||
author: Jim Nielsen
|
||||
tags:
|
||||
- ai
|
||||
---
|
||||
|
||||
Strong agree here. Until we are able to feel “seen” by something non-human we’ll always need colleagues and peers in jobs, or the humans will burn out, leave that job, and take their tribal knowledge with them.
|
||||
|
||||
There will still be many companies that do this anyway; the number of “news” sites that have already replaced writing staff with LLMs is evidence enough. Hopefully the human connections people reformed through/after the pandemic lockdowns will give the disenfranchised a direction that brings the next pendulum swing a bit nearer though.
|
|
@ -35,7 +35,7 @@ func main() {
|
|||
}
|
||||
// Make the GraphQL request
|
||||
articles, err := omnivoreArticles(
|
||||
"in:archived has:highlights sort:updated-des",
|
||||
"in:archive has:highlights sort:updated-des",
|
||||
apiKey,
|
||||
)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue