diff options
| -rw-r--r-- | posts/fedora-ai.md | 15 | ||||
| -rw-r--r-- | public/style.css | 7 |
2 files changed, 20 insertions, 2 deletions
diff --git a/posts/fedora-ai.md b/posts/fedora-ai.md new file mode 100644 index 0000000..e3df356 --- /dev/null +++ b/posts/fedora-ai.md @@ -0,0 +1,15 @@ +# RedHat Plans to Add AI to Fedora and GNOME + +2025-02-04 + +In Christian F.K. Schaller's post [Looking ahead at 2025 and Fedora Workstation and jobs on offer!](https://blogs.gnome.org/uraeus/2025/02/03/looking-ahead-at-2025-and-fedora-workstation-and-jobs-on-offer/) he discusses how the Red Hat team is looking into using IBM's [Granite](https://www.ibm.com/granite) AI models to compliment the development of Fedora Linux and GNOME. + +> One big item on our list for the year is looking at ways Fedora Workstation can make use of artificial intelligence. [...] +> +> We been brainstorming various ideas in the team for how we can make use of AI to provide improved or new features to users of GNOME and Fedora Workstation. [...] +> +> ... that we offer a good Code Assistant based on Granite and that we come up with other cool integration points. + +I'm still not sure how I feel about this approach. While [IBM Granite](https://www.ibm.com/granite) is an open source model, I still don't enjoy so much artifical "intelligence" creeping into core OS development. This also isn't something optional on the end-users side, like a desktop feature or package. This sounds like it's going to be built directly into the core system. + +Red Hat has been [pushing hard towards AI](https://www.redhat.com/en/blog/future-ai-open-source) and my main concern is having this influence other operating system dev teams. Luckily things seems AI-free in BSD land. For now, at least.
\ No newline at end of file diff --git a/public/style.css b/public/style.css index 62f72fa..24cb002 100644 --- a/public/style.css +++ b/public/style.css @@ -6,7 +6,7 @@ body { font-family: sans-serif; line-height: 1.4; margin: 0 auto; - max-width: 1140px; + max-width: 960px; padding: 12px; } @@ -37,7 +37,8 @@ h2,h3,h4,h5,h6 { margin: 0 0 10px; } .posts li span { - display: none; + display: block; + font-size: 85%; } .alert { @@ -86,10 +87,12 @@ pre { } blockquote { + border-left: 2px solid; color: brown; font-family: serif; font-style: italic; font-size: 110%; + padding: 0 0 0 8px; } img { |
