From 992f0b893dccc5aa71eb6846ecb5941811212458 Mon Sep 17 00:00:00 2001 From: User Mms Date: Sun, 3 Nov 2024 09:49:56 +0100 Subject: feat: end of os x --- config/_default/hugo.toml | 6 +-- content-org/blog.org | 16 ++++++- content/blog/2024/end-of-osx.md | 16 +++++++ themes/24-unification/layouts/_default/rss.xml | 60 +++++++++++++------------- 4 files changed, 64 insertions(+), 34 deletions(-) create mode 100644 content/blog/2024/end-of-osx.md diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 86d38ee..4a891c0 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -12,9 +12,9 @@ PygmentsStyle = "bw" defaultDescription = "Welcome to my blog!" repoUrl = "https://michal.sapka.me/git/mms/site" - [author] - name = "mms" - email = "webmaster@michal.sapka.me" + # [author] + # name = "mms" + # email = "webmaster@michal.sapka.me" [taxonomies] category = 'category' diff --git a/content-org/blog.org b/content-org/blog.org index 2a79241..b724b28 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -8,7 +8,7 @@ #+HUGO_SECTION: blog -* 2024 [91/93] :@blog: +* 2024 [92/94] :@blog: :PROPERTIES: :EXPORT_HUGO_SECTION: blog/2024 :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600 @@ -122,6 +122,20 @@ It's small annoyance, but it shows the general direction. Microsoft GitHub is still not near the biggest sin an Open Source can commit when it comes to cooperation (that crown still goes to using Discord), but it's far from being "Open". +** DONE MacOS X 2001-2024 +CLOSED: [2024-11-03 Sun 09:42] +:PROPERTIES: +:EXPORT_FILE_NAME: end-of-osx +:END: + +#+begin_quote + Apple is eliminating the option to Control-click to open Mac software that is not correctly signed or notarized in macOS Sequoia. To install apps that Gatekeeper blocks, users will need to open up System Settings and go to the Privacy and Security section to "review security information" before being able to run the software. + + -- [[https://forums.macrumors.com/threads/macos-sequoia-makes-it-harder-to-override-gatekeeper-security.2433066/][MacRumors]] +#+end_quote + +At this point, effectively you can not develop for MacOS without paying Apple. + ** DONE AI radio was straight out of a nightmare CLOSED: [2024-10-31 Thu 22:09] :PROPERTIES: diff --git a/content/blog/2024/end-of-osx.md b/content/blog/2024/end-of-osx.md new file mode 100644 index 0000000..e4bbe44 --- /dev/null +++ b/content/blog/2024/end-of-osx.md @@ -0,0 +1,16 @@ ++++ +title = "MacOS X 2001-2024" +author = ["MichaƂ Sapka"] +date = 2024-11-03T09:42:00+01:00 +categories = ["blog"] +draft = false +weight = 2001 +image_dir = "blog/images" +image_max_width = 600 ++++ + +> Apple is eliminating the option to Control-click to open Mac software that is not correctly signed or notarized in macOS Sequoia. To install apps that Gatekeeper blocks, users will need to open up System Settings and go to the Privacy and Security section to "review security information" before being able to run the software. +> +> -- [MacRumors](https://forums.macrumors.com/threads/macos-sequoia-makes-it-harder-to-override-gatekeeper-security.2433066/) + +At this point, effectively you can not develop for MacOS without paying Apple. diff --git a/themes/24-unification/layouts/_default/rss.xml b/themes/24-unification/layouts/_default/rss.xml index 8df6fa9..ece24e6 100644 --- a/themes/24-unification/layouts/_default/rss.xml +++ b/themes/24-unification/layouts/_default/rss.xml @@ -1,34 +1,34 @@ -{{- /* Deprecate site.Author.email in favor of site.Params.author.email */}} -{{- $authorEmail := "" }} -{{- with site.Params.author }} - {{- if reflect.IsMap . }} - {{- with .email }} - {{- $authorEmail = . }} - {{- end }} - {{- end }} -{{- else }} - {{- with site.Author.email }} - {{- $authorEmail = . }} - {{- warnf "The author key in site configuration is deprecated. Use params.author.email instead." }} - {{- end }} -{{- end }} + + + + + + + + + + + + + + -{{- /* Deprecate site.Author.name in favor of site.Params.author.name */}} -{{- $authorName := "" }} -{{- with site.Params.author }} - {{- if reflect.IsMap . }} - {{- with .name }} - {{- $authorName = . }} - {{- end }} - {{- else }} - {{- $authorName = . }} - {{- end }} -{{- else }} - {{- with site.Author.name }} - {{- $authorName = . }} - {{- warnf "The author key in site configuration is deprecated. Use params.author.name instead." }} - {{- end }} -{{- end }} + + + + + + + + + + + + + + + + {{- $pctx := . }} {{- if .IsHome }}{{ $pctx = .Site }}{{ end }} -- cgit v1.2.3