diff --git a/content/posts/2024/08/intel-just-f-ed-up-hard/cover.jpg b/content/posts/2024/08/intel-just-f-ed-up-hard/cover.jpg new file mode 100644 index 0000000..3b4c13d Binary files /dev/null and b/content/posts/2024/08/intel-just-f-ed-up-hard/cover.jpg differ diff --git a/content/posts/2024/08/intel-just-f-ed-up-hard/index.md b/content/posts/2024/08/intel-just-f-ed-up-hard/index.md new file mode 100644 index 0000000..8efb98e --- /dev/null +++ b/content/posts/2024/08/intel-just-f-ed-up-hard/index.md @@ -0,0 +1,21 @@ ++++ +title = 'Intel Just F*ed Up Hard' +date = 2024-08-07T17:16:32+02:00 +lastmod = 2024-08-07T17:16:32+02:00 +draft = false +author = 'Janis Hutz' +tags = [ 'Development', 'Hardware' ] +categories = [ 'Stories', 'News' ] +series = [] +series_weight = 1 +featuredImage = "cover.jpg" ++++ + +As you might have probably heard by now, Intel has had a major f\* up with their 13th and 14th gen CPUs. + +# How does this affect my Software? +Some of these issues might also affect my software. Therefore, I have to ask you to mention the fact that you are using any of the affected CPUs when reporting a bug, if you do so. + +# What happened +Well, details are still not all clear, but here's a link to a video by Gamers Nexus, who explain the issues very well: +{{< youtube b6vQlvefGxk >}} \ No newline at end of file diff --git a/content/posts/2024/08/statement-on-oauth-issues/cover.jpg b/content/posts/2024/08/statement-on-oauth-issues/cover.jpg new file mode 100644 index 0000000..10ba89e Binary files /dev/null and b/content/posts/2024/08/statement-on-oauth-issues/cover.jpg differ diff --git a/content/posts/2024/08/statement-on-oauth-issues/index.md b/content/posts/2024/08/statement-on-oauth-issues/index.md new file mode 100644 index 0000000..389975c --- /dev/null +++ b/content/posts/2024/08/statement-on-oauth-issues/index.md @@ -0,0 +1,26 @@ ++++ +title = 'Statement on id.janishutz.com Issues' +date = 2024-08-07T17:16:17+02:00 +lastmod = 2024-08-07T17:16:17+02:00 +draft = false +author = 'Janis Hutz' +tags = [ 'General', 'Hardware' ] +categories = [ 'News' ] +series = [] +series_weight = 1 +featuredImage = "cover.jpg" ++++ + +There might be some people experiencing login issues on [id.janishutz.com](https://id.janishutz.com). These issues predominantly occur in browsers with strict cookie policies configured. I am currently working on addressing these issues for these browsers. My development browser is also affected by this issue, so I have a way to reproduce it. + +# When can you expect this issue to be resolved? +I expect this to happen until August 20th, five days before the launch of the new MusicPlayer, whose launch I had to postpone as a result of that. + +# What happened that this is even an issue? +That is something I am still investigating to a point. It appears to be a configuration issue for the cookie that the login services use. I am pretty sure I have a quick solution to this issue, which I will try to push asap. + +I am taking this opportunity to completely rewrite the UI of the login services as a true web-app, but I will still retain the current login screen as an option, so SSO (Single-Sign-On) functionality uses less resources. This login screen will be used whenever the login sdk is used. All APIs will remain the same. I will also use a database to store login sessions as part of the update, which will allow you to stay logged in for significantly longer periods of time. Login might be slightly slower as a result of that, but I think it is worth the trade of. + + +# What steps am I taking that similar issues won't occur again in the future? +As part of this investigative work into the issues I am experiencing, I am trying to figure out what part of the software stack is causing these issues to occur. I will use that knowledge to avoid future mistakes of similar kind. I will also further increase the amount of testing I do on this kind of software before pushing it to prod. \ No newline at end of file diff --git a/supportFiles/intel-f-up.xcf b/supportFiles/intel-f-up.xcf new file mode 100644 index 0000000..3cd8981 Binary files /dev/null and b/supportFiles/intel-f-up.xcf differ diff --git a/supportFiles/issues-with-oauth.xcf b/supportFiles/issues-with-oauth.xcf new file mode 100644 index 0000000..b712637 Binary files /dev/null and b/supportFiles/issues-with-oauth.xcf differ