From 8e634f9fe9d241069513a9bfaa295ffceb5ad38c Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Sat, 4 May 2024 08:33:22 +0300 Subject: [PATCH] m --- db/sql/inproc/duckdb.txt | 3 +-- pl/java/jdk/23/whatsnew.txt | 2 ++ pl/java/jdk/future/classfile-api.txt | 3 +++ pl/kt/features/compiler/k2.txt | 2 ++ pl/web/hyperscript.txt | 2 ++ pl/web/js/libfws/ui/htmx.txt | 1 + pl/zig/docs/articles.txt | 5 +++++ pl/zig/features/errors.txt | 1 + pl/zig/features/std/allocators.txt | 1 + science/ai/offline-local/{ => docs}/articles.txt | 2 ++ science/ai/offline-local/{ => docs}/presentations.txt | 0 science/ai/offline-local/llm.txt | 1 + 12 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 pl/java/jdk/23/whatsnew.txt create mode 100644 pl/web/hyperscript.txt create mode 100644 pl/zig/features/errors.txt create mode 100644 pl/zig/features/std/allocators.txt rename science/ai/offline-local/{ => docs}/articles.txt (65%) rename science/ai/offline-local/{ => docs}/presentations.txt (100%) create mode 100644 science/ai/offline-local/llm.txt diff --git a/db/sql/inproc/duckdb.txt b/db/sql/inproc/duckdb.txt index 0789b3e5a..17d7f2c00 100644 --- a/db/sql/inproc/duckdb.txt +++ b/db/sql/inproc/duckdb.txt @@ -7,10 +7,9 @@ https://duckdb.org/docs/ https://duckdb.org/news/ -https://www.postgresql.org/docs/current/functions-json.html - 2024 https://www.pgrs.net/2024/03/21/duckdb-as-the-new-jq/ + https://www.postgresql.org/docs/current/functions-json.html 2023 https://duckdb.org/2023/09/26/announcing-duckdb-090.html https://duckdb.org/2023/03/03/json.html diff --git a/pl/java/jdk/23/whatsnew.txt b/pl/java/jdk/23/whatsnew.txt new file mode 100644 index 000000000..3a07a1c0c --- /dev/null +++ b/pl/java/jdk/23/whatsnew.txt @@ -0,0 +1,2 @@ +2024 +https://www.infoworld.com/article/3714933/jdk-23-the-new-features-in-java-23.html diff --git a/pl/java/jdk/future/classfile-api.txt b/pl/java/jdk/future/classfile-api.txt index 17ca53c7f..2805ee08b 100644 --- a/pl/java/jdk/future/classfile-api.txt +++ b/pl/java/jdk/future/classfile-api.txt @@ -1,4 +1,7 @@ https://openjdk.org/jeps/457 +https://openjdk.org/jeps/466 + +https://docs.oracle.com/en/java/javase/22/docs/api/jdk.compiler/module-summary.html#CompilerTreeAPI 2023 Java - A Classfile API for the JDK 0:00 of 51:47 diff --git a/pl/kt/features/compiler/k2.txt b/pl/kt/features/compiler/k2.txt index 0344b57de..c6e6da17e 100644 --- a/pl/kt/features/compiler/k2.txt +++ b/pl/kt/features/compiler/k2.txt @@ -1,3 +1,5 @@ +2024 +https://blog.jetbrains.com/idea/2024/03/k2-kotlin-mode-alpha-in-intellij-idea/ 2021 https://www.infoq.com/news/2021/11/jetbrains-k2-compiler-kotlin/ Isakova - The Road to the New Kotlin Compiler of 32:21 diff --git a/pl/web/hyperscript.txt b/pl/web/hyperscript.txt new file mode 100644 index 000000000..8208b7b7d --- /dev/null +++ b/pl/web/hyperscript.txt @@ -0,0 +1,2 @@ +https://hyperscript.org/ +https://github.com/bigskysoftware/_hyperscript diff --git a/pl/web/js/libfws/ui/htmx.txt b/pl/web/js/libfws/ui/htmx.txt index e33df6480..b7e9a0d28 100644 --- a/pl/web/js/libfws/ui/htmx.txt +++ b/pl/web/js/libfws/ui/htmx.txt @@ -5,6 +5,7 @@ https://htmx.org/docs/ https://htmx.org/reference/ 2024 +https://www.infoworld.com/article/3706951/htmx-dynamic-html-without-the-javascript.html ThePrimeagen - FULL Introduction To HTMX Using Golang 0:00 of 2:02:30 https://www.youtube.com/watch?v=x7v6SNIgJpE https://github.com/donseba/go-htmx diff --git a/pl/zig/docs/articles.txt b/pl/zig/docs/articles.txt index 9ec4f3e7b..e63d452c8 100644 --- a/pl/zig/docs/articles.txt +++ b/pl/zig/docs/articles.txt @@ -1,2 +1,7 @@ 2023 +https://www.infoworld.com/article/3689648/meet-the-zig-programming-language.html https://alic.dev/blog/dense-enums +2022 +https://sourcegraph.com/blog/zig-programming-language-revisiting-design-approach +???? +https://ziglang.org/learn/why_zig_rust_d_cpp/ diff --git a/pl/zig/features/errors.txt b/pl/zig/features/errors.txt new file mode 100644 index 000000000..c0b429458 --- /dev/null +++ b/pl/zig/features/errors.txt @@ -0,0 +1 @@ +https://ziglang.org/documentation/master/#Errors diff --git a/pl/zig/features/std/allocators.txt b/pl/zig/features/std/allocators.txt new file mode 100644 index 000000000..096d1eabd --- /dev/null +++ b/pl/zig/features/std/allocators.txt @@ -0,0 +1 @@ +https://zig.guide/standard-library/allocators/ diff --git a/science/ai/offline-local/articles.txt b/science/ai/offline-local/docs/articles.txt similarity index 65% rename from science/ai/offline-local/articles.txt rename to science/ai/offline-local/docs/articles.txt index 5c6c4e112..b43cfddce 100644 --- a/science/ai/offline-local/articles.txt +++ b/science/ai/offline-local/docs/articles.txt @@ -1,3 +1,5 @@ +2024 +https://www.infoworld.com/article/3705035/5-easy-ways-to-run-an-llm-locally.html 2023 https://ai.plainenglish.io/%EF%B8%8F-langchain-streamlit-llama-bringing-conversational-ai-to-your-local-machine-a1736252b172 https://nuancesprog.ru/p/19128/ diff --git a/science/ai/offline-local/presentations.txt b/science/ai/offline-local/docs/presentations.txt similarity index 100% rename from science/ai/offline-local/presentations.txt rename to science/ai/offline-local/docs/presentations.txt diff --git a/science/ai/offline-local/llm.txt b/science/ai/offline-local/llm.txt new file mode 100644 index 000000000..4df46fb86 --- /dev/null +++ b/science/ai/offline-local/llm.txt @@ -0,0 +1 @@ +https://llm.datasette.io/en/stable/