Initial Public Release
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
_site
|
||||||
|
.sass-cache
|
||||||
|
.jekyll-cache
|
||||||
|
.jekyll-metadata
|
||||||
|
vendor
|
||||||
Vendored
+53
@@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||||
|
// for the documentation about the tasks.json format
|
||||||
|
"version": "2.0.0",
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"label": "Build (Release)",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "bundle",
|
||||||
|
"args": [
|
||||||
|
"exec",
|
||||||
|
"jekyll",
|
||||||
|
"build",
|
||||||
|
"--destination",
|
||||||
|
"build"
|
||||||
|
],
|
||||||
|
"group": "build"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Build (Development)",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "bundle",
|
||||||
|
"args": [
|
||||||
|
"exec",
|
||||||
|
"jekyll",
|
||||||
|
"build",
|
||||||
|
"--trace",
|
||||||
|
"--future",
|
||||||
|
"--unpublished",
|
||||||
|
"--drafts"
|
||||||
|
],
|
||||||
|
"group": "build"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Serve (Development)",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "bundle",
|
||||||
|
"args": [
|
||||||
|
"exec",
|
||||||
|
"jekyll",
|
||||||
|
"serve",
|
||||||
|
"--watch",
|
||||||
|
"--trace",
|
||||||
|
"--livereload",
|
||||||
|
"--future",
|
||||||
|
"--unpublished",
|
||||||
|
"--drafts"
|
||||||
|
],
|
||||||
|
"group": "none",
|
||||||
|
"problemMatcher": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
permalink: /404.html
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
.container {
|
||||||
|
margin: 10px auto;
|
||||||
|
max-width: 600px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
margin: 30px 0;
|
||||||
|
font-size: 4em;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<h1>404</h1>
|
||||||
|
|
||||||
|
<p><strong>Page not found :(</strong></p>
|
||||||
|
<p>The requested page could not be found.</p>
|
||||||
|
</div>
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
source "https://rubygems.org"
|
||||||
|
# Hello! This is where you manage which Jekyll version is used to run.
|
||||||
|
# When you want to use a different version, change it below, save the
|
||||||
|
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
|
||||||
|
#
|
||||||
|
# bundle exec jekyll serve
|
||||||
|
#
|
||||||
|
# This will help ensure the proper Jekyll version is running.
|
||||||
|
# Happy Jekylling!
|
||||||
|
gem "jekyll", "~> 4.2.1"
|
||||||
|
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||||
|
#gem "minima", "~> 2.5"
|
||||||
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||||
|
# gem "github-pages", group: :jekyll_plugins
|
||||||
|
# If you have any plugins, put them here!
|
||||||
|
group :jekyll_plugins do
|
||||||
|
gem "jekyll-feed", "~> 0.12"
|
||||||
|
gem "jekyll-paginate-v2", "~> 3.0"
|
||||||
|
end
|
||||||
|
|
||||||
|
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
|
# and associated library.
|
||||||
|
platforms :mingw, :x64_mingw, :mswin, :jruby do
|
||||||
|
gem "tzinfo", "~> 1.2"
|
||||||
|
gem "tzinfo-data"
|
||||||
|
end
|
||||||
|
|
||||||
|
# Performance-booster for watching directories on Windows
|
||||||
|
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||||
|
|
||||||
|
# LiveReload/Watch: Update WebRick and EventMachine
|
||||||
|
gem "webrick", "~> 1.7"
|
||||||
|
gem 'eventmachine', '1.2.7', git: 'https://github.com/eventmachine/eventmachine.git', tag: 'v1.2.7'
|
||||||
@@ -0,0 +1,91 @@
|
|||||||
|
GIT
|
||||||
|
remote: https://github.com/eventmachine/eventmachine.git
|
||||||
|
revision: 9cb13a8a62363df5ebcc414169a3deb2c1608528
|
||||||
|
tag: v1.2.7
|
||||||
|
specs:
|
||||||
|
eventmachine (1.2.7)
|
||||||
|
|
||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
addressable (2.8.0)
|
||||||
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
|
colorator (1.1.0)
|
||||||
|
concurrent-ruby (1.1.9)
|
||||||
|
em-websocket (0.5.3)
|
||||||
|
eventmachine (>= 0.12.9)
|
||||||
|
http_parser.rb (~> 0)
|
||||||
|
ffi (1.15.4-x64-mingw32)
|
||||||
|
forwardable-extended (2.6.0)
|
||||||
|
http_parser.rb (0.8.0)
|
||||||
|
i18n (1.8.11)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
jekyll (4.2.1)
|
||||||
|
addressable (~> 2.4)
|
||||||
|
colorator (~> 1.0)
|
||||||
|
em-websocket (~> 0.5)
|
||||||
|
i18n (~> 1.0)
|
||||||
|
jekyll-sass-converter (~> 2.0)
|
||||||
|
jekyll-watch (~> 2.0)
|
||||||
|
kramdown (~> 2.3)
|
||||||
|
kramdown-parser-gfm (~> 1.0)
|
||||||
|
liquid (~> 4.0)
|
||||||
|
mercenary (~> 0.4.0)
|
||||||
|
pathutil (~> 0.9)
|
||||||
|
rouge (~> 3.0)
|
||||||
|
safe_yaml (~> 1.0)
|
||||||
|
terminal-table (~> 2.0)
|
||||||
|
jekyll-feed (0.15.1)
|
||||||
|
jekyll (>= 3.7, < 5.0)
|
||||||
|
jekyll-paginate-v2 (3.0.0)
|
||||||
|
jekyll (>= 3.0, < 5.0)
|
||||||
|
jekyll-sass-converter (2.1.0)
|
||||||
|
sassc (> 2.0.1, < 3.0)
|
||||||
|
jekyll-watch (2.2.1)
|
||||||
|
listen (~> 3.0)
|
||||||
|
kramdown (2.3.1)
|
||||||
|
rexml
|
||||||
|
kramdown-parser-gfm (1.1.0)
|
||||||
|
kramdown (~> 2.0)
|
||||||
|
liquid (4.0.3)
|
||||||
|
listen (3.7.0)
|
||||||
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
|
mercenary (0.4.0)
|
||||||
|
pathutil (0.16.2)
|
||||||
|
forwardable-extended (~> 2.6)
|
||||||
|
public_suffix (4.0.6)
|
||||||
|
rb-fsevent (0.11.0)
|
||||||
|
rb-inotify (0.10.1)
|
||||||
|
ffi (~> 1.0)
|
||||||
|
rexml (3.2.5)
|
||||||
|
rouge (3.27.0)
|
||||||
|
safe_yaml (1.0.5)
|
||||||
|
sassc (2.4.0-x64-mingw32)
|
||||||
|
ffi (~> 1.9)
|
||||||
|
terminal-table (2.0.0)
|
||||||
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
|
thread_safe (0.3.6)
|
||||||
|
tzinfo (1.2.9)
|
||||||
|
thread_safe (~> 0.1)
|
||||||
|
tzinfo-data (1.2021.5)
|
||||||
|
tzinfo (>= 1.0.0)
|
||||||
|
unicode-display_width (1.8.0)
|
||||||
|
wdm (0.1.1)
|
||||||
|
webrick (1.7.0)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
x64-mingw32
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
eventmachine (= 1.2.7)!
|
||||||
|
jekyll (~> 4.2.1)
|
||||||
|
jekyll-feed (~> 0.12)
|
||||||
|
jekyll-paginate-v2 (~> 3.0)
|
||||||
|
tzinfo (~> 1.2)
|
||||||
|
tzinfo-data
|
||||||
|
wdm (~> 0.1.1)
|
||||||
|
webrick (~> 1.7)
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
2.2.33
|
||||||
+200
@@ -0,0 +1,200 @@
|
|||||||
|
# Welcome to Jekyll!
|
||||||
|
#
|
||||||
|
# This config file is meant for settings that affect your whole blog, values
|
||||||
|
# which you are expected to set up once and rarely edit after that. If you find
|
||||||
|
# yourself editing this file very often, consider using Jekyll's data files
|
||||||
|
# feature for the data you need to update frequently.
|
||||||
|
#
|
||||||
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
||||||
|
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
||||||
|
#
|
||||||
|
# If you need help with YAML syntax, here are some quick references for you:
|
||||||
|
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
|
||||||
|
# https://learnxinyminutes.com/docs/yaml/
|
||||||
|
#
|
||||||
|
# Site settings
|
||||||
|
# These are used to personalize your new site. If you look in the HTML files,
|
||||||
|
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
||||||
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
|
# in the templates via {{ site.myvariable }}.
|
||||||
|
|
||||||
|
# Plugins
|
||||||
|
plugins:
|
||||||
|
- jekyll-feed
|
||||||
|
- jekyll-paginate-v2
|
||||||
|
|
||||||
|
# Exclude files
|
||||||
|
exclude:
|
||||||
|
- _config.yml
|
||||||
|
- .git
|
||||||
|
- .gitignore
|
||||||
|
- .jekyll-cache/
|
||||||
|
- .sass-cache/
|
||||||
|
- .vscode
|
||||||
|
- build/
|
||||||
|
- Gemfile
|
||||||
|
- Gemfile.lock
|
||||||
|
- node_modules/
|
||||||
|
- workspace.code-workspace
|
||||||
|
|
||||||
|
# General Information
|
||||||
|
title: Xaymar
|
||||||
|
email: info@xaymar.com
|
||||||
|
tagline: 'Pushing 1 Pixel at a time'
|
||||||
|
description: >- # this means to ignore newlines
|
||||||
|
Just another software developer in an endless pool of humans.
|
||||||
|
author: Michael Fabian 'Xaymar' Dirks
|
||||||
|
|
||||||
|
# Web-hosting
|
||||||
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
|
url: 'https://www.xaymar.com' # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
permalink: '/articles/:year/:month/:day/:slug/'
|
||||||
|
|
||||||
|
# Themeing
|
||||||
|
#ignore_theme_config: true
|
||||||
|
#theme: null
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
- scope:
|
||||||
|
path: ""
|
||||||
|
type: "posts"
|
||||||
|
values:
|
||||||
|
layout: default
|
||||||
|
comments: true
|
||||||
|
|
||||||
|
# Custom Theme Config
|
||||||
|
xaymar:
|
||||||
|
data:
|
||||||
|
logo: '/assets/logo.svg'
|
||||||
|
css: '/assets/site.css'
|
||||||
|
js: '/assets/site.js'
|
||||||
|
rss: '/feed.xml'
|
||||||
|
home:
|
||||||
|
name: 'Home'
|
||||||
|
index:
|
||||||
|
readmore: 'Read More'
|
||||||
|
excerpt:
|
||||||
|
enabled: true
|
||||||
|
length: 100
|
||||||
|
opengraph:
|
||||||
|
excerpt:
|
||||||
|
enabled: true
|
||||||
|
length: 100
|
||||||
|
links:
|
||||||
|
category:
|
||||||
|
permalink: '/category/:cat'
|
||||||
|
slugify: 'default'
|
||||||
|
tag:
|
||||||
|
permalink: '/tag/:tag'
|
||||||
|
slugify: 'default'
|
||||||
|
meta:
|
||||||
|
enabled: true
|
||||||
|
permalink:
|
||||||
|
enabled: true
|
||||||
|
tags:
|
||||||
|
enabled: true
|
||||||
|
comments:
|
||||||
|
enabled: true
|
||||||
|
provider: "disqus"
|
||||||
|
disqus:
|
||||||
|
identifier: 'xaymars-blog'
|
||||||
|
|
||||||
|
############################################################
|
||||||
|
# Site configuration for the Jekyll 3 Pagination Gem
|
||||||
|
# The values here represent the defaults if nothing is set
|
||||||
|
pagination:
|
||||||
|
|
||||||
|
# Site-wide kill switch, disabled here it doesn't run at all
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
# Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages
|
||||||
|
debug: false
|
||||||
|
|
||||||
|
# The default document collection to paginate if nothing is specified ('posts' is default)
|
||||||
|
collection: 'posts'
|
||||||
|
|
||||||
|
# How many objects per paginated page, used to be `paginate` (default: 0, means all)
|
||||||
|
per_page: 10
|
||||||
|
|
||||||
|
# The permalink structure for the paginated pages (this can be any level deep)
|
||||||
|
permalink: '/page/:num/' # Pages are index.html inside this folder (default)
|
||||||
|
#permalink: '/page/:num.html' # Pages are simple html files
|
||||||
|
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
|
||||||
|
|
||||||
|
# Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages)
|
||||||
|
title: ':title - page :num'
|
||||||
|
|
||||||
|
# Limit how many pagenated pages to create (default: 0, means all)
|
||||||
|
limit: 0
|
||||||
|
|
||||||
|
# Optional, defines the field that the posts should be sorted on (omit to default to 'date')
|
||||||
|
sort_field: 'date'
|
||||||
|
|
||||||
|
# Optional, sorts the posts in reverse order (omit to default decending or sort_reverse: true)
|
||||||
|
sort_reverse: true
|
||||||
|
|
||||||
|
# Optional, the default category to use, omit or just leave this as 'posts' to get a backwards-compatible behavior (all posts)
|
||||||
|
category: 'posts'
|
||||||
|
|
||||||
|
# Optional, the default tag to use, omit to disable
|
||||||
|
tag: ''
|
||||||
|
|
||||||
|
# Optional, the default locale to use, omit to disable (depends on a field 'locale' to be specified in the posts,
|
||||||
|
# in reality this can be any value, suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the ISO-639 language code )
|
||||||
|
locale: ''
|
||||||
|
|
||||||
|
# Optional,omit or set both before and after to zero to disable.
|
||||||
|
# Controls how the pagination trail for the paginated pages look like.
|
||||||
|
trail:
|
||||||
|
before: 2
|
||||||
|
after: 2
|
||||||
|
|
||||||
|
# Optional, the default file extension for generated pages (e.g html, json, xml).
|
||||||
|
# Internally this is set to html by default
|
||||||
|
extension: html
|
||||||
|
|
||||||
|
# Optional, the default name of the index file for generated pages (e.g. 'index.html')
|
||||||
|
# Without file extension
|
||||||
|
indexpage: 'index'
|
||||||
|
|
||||||
|
autopages:
|
||||||
|
# Site-wide kill switch, disable here and it doesn't run at all
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
# Category pages, omit entire config element to disable
|
||||||
|
categories:
|
||||||
|
# Optional, the list of layouts that should be processed for every category found in the site
|
||||||
|
layouts:
|
||||||
|
- 'index.liquid'
|
||||||
|
# Optional, the title that each category paginate page should get (:cat is replaced by the Category name)
|
||||||
|
title: ':cat'
|
||||||
|
# Optional, the permalink for the pagination page (:cat is replaced),
|
||||||
|
# the pagination permalink path is then appended to this permalink structure
|
||||||
|
permalink: '/category/:cat'
|
||||||
|
# Optional, when true logging related to category pages will be supressed.
|
||||||
|
silent: false
|
||||||
|
slugify:
|
||||||
|
mode: 'default' # :cat is slugified. Modes: default, raw, pretty, ascii, latin
|
||||||
|
case: true # Whether to replace all uppercase letters with their lowercase counterparts
|
||||||
|
|
||||||
|
# Collection pages, omit to disable
|
||||||
|
collections:
|
||||||
|
layouts:
|
||||||
|
- 'index.liquid'
|
||||||
|
title: ':coll' # :coll is replaced by the collection name
|
||||||
|
permalink: '/collection/:coll'
|
||||||
|
silent: false
|
||||||
|
slugify:
|
||||||
|
mode: 'default' # :coll is slugified.
|
||||||
|
case: false
|
||||||
|
|
||||||
|
# Tag pages, omit to disable
|
||||||
|
tags:
|
||||||
|
layouts:
|
||||||
|
- 'index.liquid'
|
||||||
|
title: ':tag' # :tag is replaced by the tag name
|
||||||
|
permalink: '/tag/:tag'
|
||||||
|
silent: false
|
||||||
|
slugify:
|
||||||
|
mode: 'default' # :tag is slugified.
|
||||||
|
case: false
|
||||||
@@ -0,0 +1,103 @@
|
|||||||
|
{
|
||||||
|
"home": {
|
||||||
|
"name": "Home",
|
||||||
|
"url": "/",
|
||||||
|
"entries": {
|
||||||
|
"news": {
|
||||||
|
"name": "News",
|
||||||
|
"url": "/category/news/",
|
||||||
|
"blank": false
|
||||||
|
},
|
||||||
|
"blog": {
|
||||||
|
"name": "Blogs",
|
||||||
|
"url": "/category/blog/",
|
||||||
|
"blank": false
|
||||||
|
},
|
||||||
|
"review": {
|
||||||
|
"name": "Reviews",
|
||||||
|
"url": "/category/review/",
|
||||||
|
"blank": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"project": {
|
||||||
|
"name": "Projects",
|
||||||
|
"entries": {
|
||||||
|
"streamfx": {
|
||||||
|
"name": "StreamFX",
|
||||||
|
"url": "https://streamfx.xaymar.com",
|
||||||
|
"blank": true
|
||||||
|
},
|
||||||
|
"voicefx": {
|
||||||
|
"name": "VoiceFX (for VST)",
|
||||||
|
"url": "https://xaymar.itch.io/voicefx",
|
||||||
|
"blank": true
|
||||||
|
},
|
||||||
|
"obs-ocean-blue": {
|
||||||
|
"name": "Ocean Blue (for OBS Studio)",
|
||||||
|
"url": "#",
|
||||||
|
"blank": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"guides": {
|
||||||
|
"name": "Guides",
|
||||||
|
"entries": {
|
||||||
|
"recording": {
|
||||||
|
"name": "High Quality Recording",
|
||||||
|
"url": "",
|
||||||
|
"blank": true
|
||||||
|
},
|
||||||
|
"streaming_nvenc": {
|
||||||
|
"name": "High Quality Streaming (with NVENC)",
|
||||||
|
"url": "",
|
||||||
|
"blank": true
|
||||||
|
},
|
||||||
|
"lost_knowledge": {
|
||||||
|
"name": "Lost Knowledge & Secrets",
|
||||||
|
"url": "",
|
||||||
|
"blank": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"socials": {
|
||||||
|
"name": "Socials",
|
||||||
|
"entries": {
|
||||||
|
"twitch": {
|
||||||
|
"name": "Twitch",
|
||||||
|
"url": "https://s.xaymar.com/twitch",
|
||||||
|
"blank": true
|
||||||
|
},
|
||||||
|
"twitter": {
|
||||||
|
"name": "Twitter",
|
||||||
|
"url": "https://s.xaymar.com/twitter",
|
||||||
|
"blank": true
|
||||||
|
},
|
||||||
|
"discord": {
|
||||||
|
"name": "Discord",
|
||||||
|
"url": "https://s.xaymar.com/discord",
|
||||||
|
"blank": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"about": {
|
||||||
|
"name": "About",
|
||||||
|
"url": "/about/",
|
||||||
|
"entries": {
|
||||||
|
"rss": {
|
||||||
|
"name": "RSS Feed",
|
||||||
|
"url": "/feed.xml",
|
||||||
|
"blank": true
|
||||||
|
},
|
||||||
|
"old-site": {
|
||||||
|
"name": "Old Website",
|
||||||
|
"url": "https://blog.xaymar.com/"
|
||||||
|
},
|
||||||
|
"privacy": {
|
||||||
|
"name": "Privacy Policy",
|
||||||
|
"url": "https://privacy.xaymar.com/?url=https://www.xaymar.com/",
|
||||||
|
"blank": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,53 @@
|
|||||||
|
<article class="{{ include.type | default: "post" }}">
|
||||||
|
{% if include.title %}
|
||||||
|
<div class="title">
|
||||||
|
{% if include.index %}
|
||||||
|
<a href="{{ include.permalink | absolute_url }}">
|
||||||
|
{% endif %}
|
||||||
|
{{ include.title }}
|
||||||
|
{% if include.index %}
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
<div class="content">
|
||||||
|
{{ include.content }}
|
||||||
|
</div>
|
||||||
|
{% if include.index %}
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="{{ include.permalink | absolute_url }}">
|
||||||
|
{{ site.xaymar.index.readmore }}
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{% if site.xaymar.meta.permalink.enabled and include.permalink != nil %}
|
||||||
|
{% assign has_meta_permalink=true %}
|
||||||
|
{% endif %}
|
||||||
|
{% if site.xaymar.meta.tags.enabled and include.tags != nil %}
|
||||||
|
{% assign has_meta_tags=true %}
|
||||||
|
{% endif %}
|
||||||
|
{% if site.xaymar.meta.enabled and has_meta_permalink or has_meta_tags %}
|
||||||
|
<div class="meta">
|
||||||
|
{% if has_meta_permalink %}
|
||||||
|
<a class="permalink" href="{{ include.permalink | absolute_url }}">
|
||||||
|
{% if include.date %}<time datetime="{{ include.date | date_to_xmlschema }}">{% endif %}
|
||||||
|
Permalink
|
||||||
|
{% if include.date %}</time>{% endif %}
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
{% if has_meta_tags %}
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
{% for entry in include.tags %}
|
||||||
|
{% assign tag=entry | slugify: site.xaymar.links.tag.slugify %}
|
||||||
|
<span class="tag">
|
||||||
|
<a href="{{ site.xaymar.links.tag.permalink | replace: ":tag", tag | absolute_url }}">
|
||||||
|
{{ entry }}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
</article>
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<div class="block block-{{ include.type }} {% if include.float %}float-{{ include.float }}{% endif %}">
|
||||||
|
{{ include.content }}
|
||||||
|
</div>
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{% capture content %}
|
||||||
|
<h{{ include.level }} class="content {% if include.align %}{{ include.align }}{% endif %}">
|
||||||
|
{{ include.content }}
|
||||||
|
</p>
|
||||||
|
{% endcapture %}
|
||||||
|
{% include blocks/_base.liquid type=heading content=content %}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{% capture content %}
|
||||||
|
{% if include.ordered %}
|
||||||
|
<ol>
|
||||||
|
{% else %}
|
||||||
|
<ul>
|
||||||
|
{% endif %}
|
||||||
|
{{ include.content }}
|
||||||
|
{% if include.ordered %}
|
||||||
|
</ol>
|
||||||
|
{% else %}
|
||||||
|
</ul>
|
||||||
|
{% endif %}
|
||||||
|
{% endcapture %}
|
||||||
|
{% include blocks/_base.liquid type=list content=content %}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{% capture content %}
|
||||||
|
<p class="content {% if include.align %}{{ include.align }}{% endif %}">
|
||||||
|
{{ include.content }}
|
||||||
|
</p>
|
||||||
|
{% endcapture %}
|
||||||
|
{% include blocks/_base.liquid type=paragraph content=content %}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="{{ site.url | absolute_url }}">
|
||||||
|
{{ site.xaymar.home.name }}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
{% if include.permalink != "/" and include.permalink != "/index.html" %}
|
||||||
|
»
|
||||||
|
{% if page.categories %}
|
||||||
|
{% for entry in page.categories %}
|
||||||
|
{% assign category=entry | slugify: site.xaymar.links.category.slugify %}
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="{{ site.xaymar.links.category.permalink | replace: ":cat", category | absolute_url }}">
|
||||||
|
{{ entry }}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
{% endfor %}
|
||||||
|
»
|
||||||
|
{% endif %}
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="{{ include.permalink | absolute_url }}">
|
||||||
|
{{ include.title }}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
{% if site.xaymar.comments.enabled and page.comments %}
|
||||||
|
<div class="comments">
|
||||||
|
<div class="title">
|
||||||
|
Comments for: {{ page.title }}
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
{% if site.xaymar.comments.provider == "disqus" %}
|
||||||
|
<div id="disqus_thread"></div>
|
||||||
|
<script>
|
||||||
|
var disqus_config = function () {
|
||||||
|
this.page.url = "{{ page.id | absolute_url }}";
|
||||||
|
this.page.identifier = "{{ page.id }}";
|
||||||
|
};
|
||||||
|
(function() { // DON'T EDIT BELOW THIS LINE
|
||||||
|
var d = document, s = d.createElement('script');
|
||||||
|
s.src = 'https://{{ site.xaymar.comments.disqus.identifier }}.disqus.com/embed.js';
|
||||||
|
s.setAttribute('data-timestamp', +new Date());
|
||||||
|
(d.head || d.body).appendChild(s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="{{ site.xaymar.data.logo | absolute_url }}" />
|
||||||
|
<figcaption>{{ site.title }}</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
{% include navigation.liquid data=site.data.navigation %}
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<a class="inline inline-link" href="{{ include.url }}" {% if include.target %}target="{{ include.target }}"{% endif %}>{{ include.content }}</a>
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
<ul class="menu">
|
||||||
|
{% for entry in include.data %}
|
||||||
|
<li id="{{ entry[0] }}" class="entry {% if entry[1].entries != nil %}has-menu {% endif %}">
|
||||||
|
{% if entry[1].url != nil %}
|
||||||
|
<a href="{{ entry[1].url | absolute_url }}" {% if entry[1].blank %}target="_blank"{% endif %}>
|
||||||
|
{% endif %}
|
||||||
|
{{ entry[1].name }}
|
||||||
|
{% if entry[1].url != nil %}
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
|
{% if entry[1].entries != nil %}
|
||||||
|
{% assign data=entry[1].entries %}
|
||||||
|
{% include navigation.liquid data=data %}
|
||||||
|
{% endif %}
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{% include header.liquid %}
|
||||||
|
<div class="content">
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,49 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
{% comment %}
|
||||||
|
{% assign csp="default-src *; script-src 'self'" %}
|
||||||
|
{% if site.xaymar.comments.enabled %}
|
||||||
|
{% if site.xaymar.comments.provider == "disqus" %}
|
||||||
|
{% assign csp=csp | append: " 'unsafe-inline' *.disqus.com"%}
|
||||||
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
|
<meta http-equiv="Content-Security-Policy" content="{{ csp }}">
|
||||||
|
<meta http-equiv="X-Content-Security-Policy" content="{{ csp }}">
|
||||||
|
<meta http-equiv="X-WebKit-CSP" content="{{ csp }}">
|
||||||
|
{% endcomment %}
|
||||||
|
{% if page.title == nil %}
|
||||||
|
<title>{{ site.title }} - {{ site.tagline }} </title>
|
||||||
|
{% else %}
|
||||||
|
<title>{{ page.title }} | {{ site.title }} - {{ site.tagline }} </title>
|
||||||
|
{% endif %}
|
||||||
|
{% if page.url != nil %}
|
||||||
|
<meta property="og:url" content="{{ page.url | absolute_url }}" />
|
||||||
|
{% else %}
|
||||||
|
<meta property="og:url" content="{{ site.url | absolute_url }}" />
|
||||||
|
{% endif %}
|
||||||
|
<meta property="og:site_name" content="{{ site.title }}" />
|
||||||
|
<meta property="og:title" content="{{ page.title | default: site.title | strip_html }}" />
|
||||||
|
{% if site.xaymar.opengraph.excerpt.enabled == true %}
|
||||||
|
<meta property="og:description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncatewords: site.xaymar.opengraph.excerpt.length }}" />
|
||||||
|
{% else %}
|
||||||
|
<meta property="og:description" content="{{ site.description | strip_html }}" />
|
||||||
|
{% endif %}
|
||||||
|
<meta property="og:type" content="{{ page.opengraph.type | default: "website" }}" />
|
||||||
|
{% if page.opengraph.image != nil %}
|
||||||
|
<meta property="og:image" content="{{ page.opengraph.image | absolute_url }}" />
|
||||||
|
{% else %}
|
||||||
|
<meta property="og:image" content="{{ site.xaymar.data.logo | absolute_url }}" />
|
||||||
|
{% endif %}
|
||||||
|
{% if page.opengraph.audio != nil %}
|
||||||
|
<meta property="og:audio" content="{{ page.audio }}" />
|
||||||
|
{% endif %}
|
||||||
|
{% if page.opengraph.video != nil %}
|
||||||
|
<meta property="og:video" content="{{ page.video }}" />
|
||||||
|
{% endif %}
|
||||||
|
<meta property="article:published_time" content="{{ page.date | default: site.time | date_to_xmlschema }}" />
|
||||||
|
<link rel="icon" href="{{ site.xaymar.data.logo | absolute_url }}">
|
||||||
|
<link rel="stylesheet" href="{{ site.xaymar.data.css | absolute_url }}">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="{{ site.xaymar.data.rss | absolute_url }}">
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{% include page_start.liquid %}
|
||||||
|
{% include page_content.liquid %}
|
||||||
|
{% include breadcrumbs.liquid title=page.title permalink=page.url %}
|
||||||
|
{% include article.liquid type=post title=page.title content=page.content timestamp=page.date permalink=page.url tags=page.tags %}
|
||||||
|
{% include comments.liquid %}
|
||||||
|
{% include page_end.liquid %}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{% include page_start.liquid %}
|
||||||
|
{% include page_content.liquid %}
|
||||||
|
{% include breadcrumbs.liquid title=page.title permalink=page.url %}
|
||||||
|
{% for data in paginator.posts %}
|
||||||
|
{% if site.xaymar.index.excerpt.enabled %}
|
||||||
|
{% assign content=data.excerpt | strip_html | normalize_whitespace | truncatewords: site.xaymar.index.excerpt.length %}
|
||||||
|
{% else %}
|
||||||
|
{% assign content=data.content %}
|
||||||
|
{% endif %}
|
||||||
|
{% include article.liquid type=post index=true title=data.title content=content permalink=data.url categories=data.categories tags=data.tags %}
|
||||||
|
{% endfor %}
|
||||||
|
{% if paginator.total_pages > 1 %}
|
||||||
|
<ul class="pager">
|
||||||
|
{% if paginator.previous_page %}
|
||||||
|
<li class="previous">
|
||||||
|
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">← Newer Posts</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
{% if paginator.next_page %}
|
||||||
|
<li class="next">
|
||||||
|
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Older Posts →</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
|
</ul>
|
||||||
|
{% endif %}
|
||||||
|
{% include page_end.liquid %}
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
title: 'Routine Maintenance'
|
||||||
|
category: Blog
|
||||||
|
tags: [Blog]
|
||||||
|
---
|
||||||
|
|
||||||
|
{% capture content %}Site was offline for ~2 days for maintenance, as I was moving the entire infrastructure to the new Server, which is located somewhere in the frosty north, and has plenty of hardware to handle the things I throw at it. For those on IPv6, the site should already be 100% online again, while for those on IPv4-only, it may take a day or so to update. During the move/maintenance I learned a couple things:{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}
|
||||||
|
<li>While the majority of ISPs have adopted IPv6 (some even being IPv6-only), there are still some that only have IPv4 or require IPv4 or their DNS won’t resolve the IPv6 addresses. It is baffling that 26 years after the standard has been accepted (~15 years for the adoption) that some ISPs are actually so incompetent to not have IPv6 support at all.</li>
|
||||||
|
<li>Because of the above, I now know how to forward ports to VMs without it only working one-way. I no longer have to buy more IPv4 addresses, which are already sparse enough, to allow those ISPs to keep working fine. Thanks to that ServerFault user for pointing me in the right direction.</li>
|
||||||
|
<li>As far as testing goes, a single 10gbit link seems to outperform any previous infrastructure I had. Even though the server is in the north which increases ping quite a bit, it is still responding much faster than when it was local to me. It’s also way easier to maintain now, as it’s 1 physical machine instead of 4 different ones.</li>
|
||||||
|
<li>SystemD is annoying and painful to work with. It will fight you with everything it has, even if you follow the documentation as stated. Especially systemd-resolved and systemd-networkd. Great if they work, awful if they don’t.</li>
|
||||||
|
<li>As expected, Zen1 to Zen3 is a massive upgrade even when used as a Server. All VMs are booting blazingly fast now, with the Database even having a 2-3x increase in raw throughput. Absolutely worth the extra 30€/mo if you ask me.</li>
|
||||||
|
<li>Debian is … questionable these days. ‘partman’ still doesn’t have any idea what KiB/MiB/GiB/… is, the installer still requires a normal user account for server installs, and for some reason there’s still bloat being installed in the netinst version. </li>
|
||||||
|
{% endcapture %}{% include blocks/list.liquid content=content ordered=true %}
|
||||||
|
|
||||||
|
{% capture content %}And I’m also left with one question: What the heck do I do with 8 Zen3 cores that are practically sitting idle?!{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}<b>Update:</b> The mail server is now also available with IPv4 again, as people still pretend that IPv6 doesn’t exist. Notably affected are: Amazon, Microsoft, Google/YouTube, the FFmpeg mailing list, the Debian mailing list, Slack, and some others that I forgot the names of. Shame on every single one of the listed for not supporting IPv6 in 2021.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
title: 'FidelityFX Super Resolution: DLSS Killer, or not?'
|
||||||
|
category: Review
|
||||||
|
tags: [AMD, FidelityFX, FidelityFX Super Resolution, FSR, NVIDIA, DLSS]
|
||||||
|
---
|
||||||
|
|
||||||
|
{% capture content %}It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}A mistake in the Presentation{% endcapture %}{% include blocks/heading.liquid level=2 content=content %}
|
||||||
|
|
||||||
|
{% capture content %}If you watched the AMD presentation only once, you would most likely not have spotted this – I’ve even had to watch it three times to spot it. There’s three demos in the presentation, but only one of them has this issue:{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}<li>{% capture link %}The first demo highlights the Ultra Quality mode.{% endcapture %}{% include inline/link.liquid target="_blank" content=link url="https://youtu.be/eHPmkJzwOFc?t=84" %}</li>
|
||||||
|
<li>{% capture link %}Then we get a demo comparing each quality mode at the same time.{% endcapture %}{% include inline/link.liquid target="_blank" content=link url="https://youtu.be/eHPmkJzwOFc?t=109" %}</li>
|
||||||
|
<li>{% capture link %}And finally, an example of the Quality mode in motion.{% endcapture %}{% include inline/link.liquid target="_blank" content=link url="https://youtu.be/eHPmkJzwOFc?t=182" %}</li>{% endcapture %}{% include blocks/list.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}Going by AMDs patent registrations, FidelityFX Super Resolution is entirely Spatial, but in the second demo it has information that would be completely hidden without Temporal information. It is able to perfectly represent textures and surfaces, despite it lacking the information to do so. This can’t even be explained away by VP9, HEVC or H264 compression artifacts, as those are vastly different from what we end up seeing here.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}My conclusion is that AMDs marketing team made an honest mistake here. They seem to have forgotten to show the layers or even add them after testing the overlay. It is still impressive in the other demos for a Spatial upscaler. If AMD wishes to clarify this, please contact me at info(at)xaymar(dot)com.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}Update: Other sources in contact with AMD have confirmed that this is a Spatial upscaler, therefore the second demo should be physically impossible.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}Is it a DLSS killer?{% endcapture %}{% include blocks/heading.liquid level=2 content=content %}
|
||||||
|
|
||||||
|
{% capture content %}It depends on which version of DLSS. If you compare FidelityFX Super Resolution to DLSS 1.0 and 1.1, I’d take FidelityFX Ultra Quality over DLSS 1.0 and 1.1 any day. The temporal issues in DLSS 1.0 and 1.1 are horrible to look at, and make games unplayable because of heavy ghosting issues and similar. But if you compare it to DLSS 2.0 and 2.1, FidelityFX Super Resolution doesn’t hold up anymore. DLSS 2.0 and 2.1 look almost identical to the native resolution, while running up to 400% faster.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
|
|
||||||
|
{% capture content %}AMD definitely has a strong contender, and if they can figure out how to add a Temporal compontent to the upscaler, they will be competing with DLSS 2.0 instead of DLSS 1.0. As an example of a great upscaler, Unreal Engine 5 recently unveiled Temporal Super Resolution which gives a slight improvement in performance, while losing nearly no quality.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: Mozilla, why?
|
||||||
|
category: Blog
|
||||||
|
tags: [Rant, Mozilla, Firefox]
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
I didn’t mind the addition of Pocket because I didn’t use it. I didn’t mind the addition of Hello, as I didn’t use it. I didn’t mind the removal of the original themeing ability, which was far superior to what we have now. Didn’t even really care about the removal of Flash either. What I do mind is when you ignore user feedback, push out a release, break every existing theme and make things look incredibly stupid, then continue to ignore user feedback.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
Your new rounded theme design is horrible to look at, and it’s not something I want to continue using. The new tabs are oversized with needless padding and disconnected from the UI itself – they feel out of place. Your menus take ages to open and render correctly with the amount of Fonts I have for design and testing. Everything feels like you designed it for mobile, tablet or finger input – but this is your Desktop browser.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
Though in the end, this decision doesn’t surprise me. You haven’t exactly made great decisions in the past, and you continue this path even now. Only a matter of time until Firefox is completely forgotten, and only Chromium remains.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
title: A little bit of Silence
|
||||||
|
category: Blog
|
||||||
|
tags: [Health]
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
For a few weeks now I’ve taken a step back from the public eye, for various reasons. The main one is that I simply need some more time to myself, time to enjoy life a bit more than I used to. I’m barreling straight towards my 30s, and haven’t even experienced half of what I could have at this age, despite having the means to do so. So in the near, and perhaps far future, I will put a lot more focus on enjoying life.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
The people that follow me {% include inline/link.liquid url="https://twitter.com/Xaymar" %}on Twitter{% include inline/link.liquid end=true %} know that I’ve recently picked up a new hobby, which I’ll put a lot of time into: playing bass guitar. I’ve gotten reasonably far with it so far, but I still need a lot of time to actually be decent at it. Also I’ve started to pick up {% include inline/link.liquid url="https://twitch.tv/xaymar" %}streaming and content creation{% include inline/link.liquid end=true %} again, both something I liked to do, but dropped as nobody in my friend circle still had time to play multiplayer games.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
Originally, my hobby was programming, but it was more of a means to escape reality than anything – and now it has turned into a well-paying job, one I’m actually good at. This doesn’t mean that all my projects will end up abandoned, just that they will slow down drastically while I figure things out. StreamFX, VoiceFX, Tonbrett, ARMA 3 Partitioner, etc. will all still be worked on, just much slower than before.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
One thing I’m definitely not going to do is drop any of those projects before they hit 1.0, I’ve done that too many times, and I’ve regretted it every time. I’m sure that someone will spin this to be super negative, or political, or somehow fit their narrative like many times before, but this is just me saying I need a fucking break and enjoy this life before it can’t be enjoyed anymore due to various external circumstances, like Climate Change, and the current Pandemic killing everyone.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
Well, that’s all I had to say.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: New Year, New Website
|
||||||
|
category: News
|
||||||
|
tags: [Jekyll, WordPress, HTML, CSS, Performance]
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
It's been a while since the last visible change to the Website, almost exactly two years now. In 2019, I switched the theme back to a more lightweight version with the old 2016 CSS override applied, but eventually that was no longer enough. Over time, WordPress's updates spiralled out of my control, changing how WordPress worked - and at the same time also drastically increasing processing time required.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
While the move to a more {% include inline/link.liquid url="https://www.hetzner.com/dedicated-rootserver/ax101" %}powerful machine{% include inline/link.liquid end=true %} initially improved the situation, after a few updates to WordPress even that was negated. It was time to find an alternative solution, one which would not take ages to compile a static page to be served live. Looking through solutions, including some outright dumb ones, I ended up picking Jeckyll for the job. It took me a while to learn, but I've finally mastered it enough to make my own fully static website with it.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
|
{% include blocks/paragraph.liquid %}
|
||||||
|
So, welcome to the new site! I hope you will find everything you were here for, if not the old blog will still be active while I port things over to here.
|
||||||
|
{% include blocks/paragraph.liquid end=true %}
|
||||||
@@ -0,0 +1,108 @@
|
|||||||
|
article {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
background: $theme-article-background;
|
||||||
|
box-shadow: $theme-article-shadow;
|
||||||
|
color: $theme-article-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
article ~ article {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .title {
|
||||||
|
padding: .25rem 1rem;
|
||||||
|
margin: 0;
|
||||||
|
font-size: 1.667em;
|
||||||
|
font-variant: small-caps;
|
||||||
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
letter-spacing: 0.05ch;
|
||||||
|
background: $theme-article-title-background;
|
||||||
|
color: $theme-article-title-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .content {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 1rem .75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .content a,
|
||||||
|
article > .content a:visited {
|
||||||
|
color: $theme-article-link-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .content a:focus,
|
||||||
|
article > .content a:hover {
|
||||||
|
color: $theme-article-link-color-active;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .readmore {
|
||||||
|
margin: 0;
|
||||||
|
margin-top: -1.0rem;
|
||||||
|
padding: .25rem;
|
||||||
|
background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.667) 90%);
|
||||||
|
z-index: 100000;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .readmore > a {
|
||||||
|
display: block;
|
||||||
|
margin: 0;
|
||||||
|
padding: .25rem;
|
||||||
|
text-align: center;
|
||||||
|
font-variant: small-caps;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .readmore > a,
|
||||||
|
article > .readmore > a:visited {
|
||||||
|
color: $theme-article-link-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .readmore > a:focus,
|
||||||
|
article > .readmore > a:active {
|
||||||
|
color: $theme-article-link-color-active;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .meta {
|
||||||
|
padding: .25rem .5rem;
|
||||||
|
border-radius: .5rem;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
background: $theme-article-meta-background;
|
||||||
|
color: $theme-article-meta-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .meta a,
|
||||||
|
article > .meta a:visited {
|
||||||
|
color: $theme-article-meta-link-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .meta a:focus,
|
||||||
|
article > .meta a:hover {
|
||||||
|
color: $theme-article-meta-link-color-active;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .meta > .permalink {
|
||||||
|
display: inline;
|
||||||
|
padding: 0 .5rem;
|
||||||
|
font-variant: small-caps;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .meta > .tags {
|
||||||
|
display: inline;
|
||||||
|
padding: 0 .5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .meta > .tags > span:first-child {
|
||||||
|
font-weight: bold;
|
||||||
|
font-variant: small-caps;
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .meta > .tags > .tag {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
article > .meta > .tags > .tag:not(:last-child):after {
|
||||||
|
content: ", ";
|
||||||
|
}
|
||||||
@@ -0,0 +1,64 @@
|
|||||||
|
$theme-width: 1000px;
|
||||||
|
$theme-width-sidebar: 250px;
|
||||||
|
$theme-hue: 215;
|
||||||
|
$theme-content-background: hsl($theme-hue, 33%, 20%);
|
||||||
|
$theme-content-color: hsl($theme-hue, 0%, 90%);
|
||||||
|
$theme-header-logo-height: 90px;
|
||||||
|
$theme-header-background: hsl($theme-hue, 0%, 7.5%);
|
||||||
|
$theme-header-color: hsl($theme-hue, 100%, 99%);
|
||||||
|
$theme-menu-background: $theme-header-background;
|
||||||
|
$theme-menu-color: hsl($theme-hue, 0%, 85%);
|
||||||
|
$theme-menu-color-active: hsl($theme-hue, 0%, 100%);
|
||||||
|
$theme-article-background: hsl($theme-hue, 50%, 10%);
|
||||||
|
$theme-article-color: $theme-content-color;
|
||||||
|
$theme-article-link-color: hsl($theme-hue, 50%, 75%);
|
||||||
|
$theme-article-link-color-active: hsl($theme-hue, 100%, 85%);
|
||||||
|
$theme-article-title-background: hsl($theme-hue, 60%, 50%);
|
||||||
|
$theme-article-title-color: hsl($theme-hue, 100%, 100%);
|
||||||
|
$theme-article-meta-background: hsl($theme-hue, 50%, 7.5%);
|
||||||
|
$theme-article-meta-color: hsl($theme-hue, 0%, 70%);
|
||||||
|
$theme-article-meta-link-color: hsl($theme-hue, 100%, 70%);
|
||||||
|
$theme-article-meta-link-color-active: hsl($theme-hue, 100%, 90%);
|
||||||
|
$theme-article-shadow: 3px 3px 6px 1px hsla(0, 0, 0, 0.75);
|
||||||
|
$theme-comments-background: $theme-article-background;
|
||||||
|
$theme-comments-color: $theme-article-color;
|
||||||
|
$theme-comments-title-background: hsl($theme-hue, 40%, 35%);
|
||||||
|
$theme-comments-title-color: $theme-article-title-color;
|
||||||
|
$theme-comments-shadow: 3px 3px 6px 1px hsla(0, 0, 0, 0.75);
|
||||||
|
$theme-breadcrumbs-background: hsl($theme-hue, 33%, 15%);
|
||||||
|
$theme-breadcrumbs-color: hsl($theme-hue, 100%, 100%);
|
||||||
|
$theme-breadcrumbs-link-color: hsl($theme-hue, 100%, 75%);
|
||||||
|
$theme-breadcrumbs-link-color-active: hsl($theme-hue, 100%, 85%);
|
||||||
|
|
||||||
|
* {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
// Font
|
||||||
|
font-size: 1.05rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
background: $theme-content-background;
|
||||||
|
|
||||||
|
// Font
|
||||||
|
font-family: "Roboto", sans-serif;
|
||||||
|
text-rendering: optimizelegibility;
|
||||||
|
color: $theme-content-color;
|
||||||
|
-webkit-font-smoothing: auto;
|
||||||
|
-moz-osx-font-smoothing: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
a,
|
||||||
|
a.visited,
|
||||||
|
a.focus,
|
||||||
|
a.active {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
@import "_header.scss";
|
||||||
|
@import "_content.scss";
|
||||||
@@ -0,0 +1,42 @@
|
|||||||
|
.block {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.block ~ .block {
|
||||||
|
margin-top: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.block > .content {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.float-left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.float-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clear-left {
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clear-right {
|
||||||
|
clear: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clear {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.block-columns {
|
||||||
|
display: grid;
|
||||||
|
}
|
||||||
|
|
||||||
|
.block-columns > .block-column {
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
.breadcrumbs {
|
||||||
|
margin: 1rem 0;
|
||||||
|
padding: .25rem 1rem;
|
||||||
|
background: $theme-breadcrumbs-background;
|
||||||
|
color: $theme-breadcrumbs-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumbs > .crumb {
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumbs > .crumb > a,
|
||||||
|
.breadcrumbs > .crumb > a:visited {
|
||||||
|
color: $theme-breadcrumbs-link-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumbs > .crumb > a:focus,
|
||||||
|
.breadcrumbs > .crumb > a:active {
|
||||||
|
color: $theme-breadcrumbs-link-color-active;
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
.comments {
|
||||||
|
margin: 0;
|
||||||
|
margin-top: 1rem;
|
||||||
|
padding: 0;
|
||||||
|
background: $theme-comments-background;
|
||||||
|
box-shadow: $theme-comments-shadow;
|
||||||
|
color: $theme-comments-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comments > .title {
|
||||||
|
padding: .25rem 1rem;
|
||||||
|
margin: 0;
|
||||||
|
font-size: 1.333rem;
|
||||||
|
font-variant: small-caps;
|
||||||
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
letter-spacing: 0.05ch;
|
||||||
|
background: $theme-comments-title-background;
|
||||||
|
color: $theme-comments-title-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comments > .content {
|
||||||
|
margin: 0px;
|
||||||
|
padding: 1rem 1rem;
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
body > .content {
|
||||||
|
$pad-h: 1rem;
|
||||||
|
max-width: $theme-width;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
padding: 0 $pad-h;
|
||||||
|
width: calc(100% - #{$pad-h} * 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
@import "_breadcrumbs.scss";
|
||||||
|
@import "_article.scss";
|
||||||
|
@import "_blocks.scss";
|
||||||
|
@import "_comments.scss";
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "Oswald";
|
||||||
|
src:
|
||||||
|
url('assets/fonts/Oswald-VariableFont_wght.ttf'),
|
||||||
|
url('assets/fonts/Oswald-ExtraLight.ttf'),
|
||||||
|
url('assets/fonts/Oswald-Light.ttf'),
|
||||||
|
url('assets/fonts/Oswald-Regular.ttf'),
|
||||||
|
url('assets/fonts/Oswald-Medium.ttf'),
|
||||||
|
url('assets/fonts/Oswald-SemiBold.ttf'),
|
||||||
|
url('assets/fonts/Oswald-Bold.ttf')
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Roboto";
|
||||||
|
src:
|
||||||
|
url('assets/fonts/Roboto-Thin.ttf'),
|
||||||
|
url('assets/fonts/Roboto-ThinItalic.ttf'),
|
||||||
|
url('assets/fonts/Roboto-Light.ttf'),
|
||||||
|
url('assets/fonts/Roboto-LightItalic.ttf'),
|
||||||
|
url('assets/fonts/Roboto-Regular.ttf'),
|
||||||
|
url('assets/fonts/Roboto-RegularItalic.ttf'),
|
||||||
|
url('assets/fonts/Roboto-Medium.ttf'),
|
||||||
|
url('assets/fonts/Roboto-MediumItalic.ttf'),
|
||||||
|
url('assets/fonts/Roboto-Bold.ttf'),
|
||||||
|
url('assets/fonts/Roboto-BoldItalic.ttf'),
|
||||||
|
url('assets/fonts/Roboto-Black.ttf'),
|
||||||
|
url('assets/fonts/Roboto-BlackItalic.ttf')
|
||||||
|
;
|
||||||
|
}
|
||||||
@@ -0,0 +1,147 @@
|
|||||||
|
@keyframes menu_show {
|
||||||
|
from {
|
||||||
|
display: none;
|
||||||
|
opacity: 0.0;
|
||||||
|
}
|
||||||
|
0% {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
display: block;
|
||||||
|
opacity: 1.0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes menu_hide {
|
||||||
|
from {
|
||||||
|
display: none;
|
||||||
|
opacity: 0.0;
|
||||||
|
}
|
||||||
|
0% {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
display: block;
|
||||||
|
opacity: 1.0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header {
|
||||||
|
padding: 5px;
|
||||||
|
background: $theme-header-background;
|
||||||
|
color: $theme-header-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: auto 1fr;
|
||||||
|
max-width: $theme-width;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .logo {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: auto 1fr;
|
||||||
|
margin: 0 2em 0 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .logo > .icon {
|
||||||
|
justify-self: stretch;
|
||||||
|
align-self: stretch;
|
||||||
|
height: 90px;
|
||||||
|
margin: 0 10px 0 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .logo > figcaption {
|
||||||
|
justify-self: left;
|
||||||
|
align-self: center;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
font-family: "Oswald";
|
||||||
|
font-size: 1.75rem;
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
|
letter-spacing: .25ch;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation {
|
||||||
|
justify-self: left;
|
||||||
|
align-self: center;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
color: $theme-menu-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation > .menu {
|
||||||
|
list-style: none inside;
|
||||||
|
text-transform: uppercase;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation > .menu > li {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0px .5em 0px 0px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation > .menu > li > .menu {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
padding: 0px .5em;
|
||||||
|
margin: 0;
|
||||||
|
cursor: auto;
|
||||||
|
list-style: none inside;
|
||||||
|
background: $theme-menu-background;
|
||||||
|
box-shadow: 2px 2px 5px 0px black;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation > .menu > li > .menu > li {
|
||||||
|
display: block;
|
||||||
|
padding: 0 .5em;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu > li > a {
|
||||||
|
display: block;
|
||||||
|
padding: .5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li {
|
||||||
|
color: hsl(0, 0%, 75%);
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li.has-menu {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li.has-menu > .menu {
|
||||||
|
position: absolute;
|
||||||
|
pointer-events: none;
|
||||||
|
display: block;
|
||||||
|
animation-name: menu_hide;
|
||||||
|
animation-duration: 100ms;
|
||||||
|
animation-fill-mode: both;
|
||||||
|
animation-direction: reverse;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li.has-menu:hover > .menu,
|
||||||
|
body > .header > .content .navigation .menu li.has-menu > .menu:hover,
|
||||||
|
body > .header > .content .navigation .menu li.has-menu:focus > .menu,
|
||||||
|
body > .header > .content .navigation .menu li.has-menu > .menu:focus,
|
||||||
|
body > .header > .content .navigation .menu li.has-menu:active > .menu,
|
||||||
|
body > .header > .content .navigation .menu li.has-menu > .menu:active {
|
||||||
|
display: block;
|
||||||
|
pointer-events: auto;
|
||||||
|
animation-name: menu_show;
|
||||||
|
animation-duration: 100ms;
|
||||||
|
animation-fill-mode: both;
|
||||||
|
animation-direction: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li:hover,
|
||||||
|
body > .header > .content .navigation .menu li:active,
|
||||||
|
body > .header > .content .navigation .menu li:focus {
|
||||||
|
color: $theme-menu-color-active;
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
comments: false
|
||||||
|
---
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+242
@@ -0,0 +1,242 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="Background"
|
||||||
|
width="512"
|
||||||
|
height="512"
|
||||||
|
viewBox="0 0 4096 4096"
|
||||||
|
version="1.1"
|
||||||
|
sodipodi:docname="logo.svg"
|
||||||
|
inkscape:version="1.1 (c68e22c387, 2021-05-23)"
|
||||||
|
inkscape:export-filename="logo-2021.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:x="adobe:ns:meta/">
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1881"
|
||||||
|
inkscape:window-height="1223"
|
||||||
|
id="namedview17"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:pagecheckerboard="true"
|
||||||
|
inkscape:zoom="1"
|
||||||
|
inkscape:cx="62.5"
|
||||||
|
inkscape:cy="221"
|
||||||
|
inkscape:window-x="163"
|
||||||
|
inkscape:window-y="91"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="Background"
|
||||||
|
inkscape:document-rotation="0" />
|
||||||
|
<metadata
|
||||||
|
id="metadata2">
|
||||||
|
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta
|
||||||
|
x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 ">
|
||||||
|
<metadata>
|
||||||
|
<rdf:RDF>
|
||||||
|
<rdf:Description
|
||||||
|
rdf:about="" />
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
</x:xmpmeta>
|
||||||
|
<?xpacket end="w"?> </metadata>
|
||||||
|
<defs
|
||||||
|
id="defs13">
|
||||||
|
<marker
|
||||||
|
style="overflow:visible"
|
||||||
|
id="DotL"
|
||||||
|
refX="0"
|
||||||
|
refY="0"
|
||||||
|
orient="auto"
|
||||||
|
inkscape:stockid="DotL"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.8,0,0,0.8,5.92,0.8)"
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
|
||||||
|
d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
|
||||||
|
id="path2976" />
|
||||||
|
</marker>
|
||||||
|
<marker
|
||||||
|
style="overflow:visible"
|
||||||
|
id="Arrow1Mstart"
|
||||||
|
refX="0"
|
||||||
|
refY="0"
|
||||||
|
orient="auto"
|
||||||
|
inkscape:stockid="Arrow1Mstart"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.4,0,0,0.4,4,0)"
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
|
||||||
|
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
||||||
|
id="path2921" />
|
||||||
|
</marker>
|
||||||
|
<marker
|
||||||
|
style="overflow:visible"
|
||||||
|
id="Arrow1Lstart"
|
||||||
|
refX="0"
|
||||||
|
refY="0"
|
||||||
|
orient="auto"
|
||||||
|
inkscape:stockid="Arrow1Lstart"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.8,0,0,0.8,10,0)"
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
|
||||||
|
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
||||||
|
id="path2915" />
|
||||||
|
</marker>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2851"
|
||||||
|
inkscape:swatch="solid">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#003366;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2849" />
|
||||||
|
</linearGradient>
|
||||||
|
<style
|
||||||
|
id="style4">
|
||||||
|
.cls-1 {
|
||||||
|
fill: transparent;
|
||||||
|
fill-rule: evenodd;
|
||||||
|
filter: url(#filter);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<filter
|
||||||
|
id="filter"
|
||||||
|
x="0.063000001"
|
||||||
|
y="0.81300002"
|
||||||
|
width="7841.877"
|
||||||
|
height="6752.5278"
|
||||||
|
filterUnits="userSpaceOnUse">
|
||||||
|
<feFlood
|
||||||
|
result="flood"
|
||||||
|
flood-color="#fff"
|
||||||
|
id="feFlood6" />
|
||||||
|
<feComposite
|
||||||
|
result="composite"
|
||||||
|
operator="in"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
id="feComposite8" />
|
||||||
|
<feBlend
|
||||||
|
result="blend"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
id="feBlend10"
|
||||||
|
mode="normal" />
|
||||||
|
</filter>
|
||||||
|
<filter
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter865"
|
||||||
|
inkscape:label="Glow"
|
||||||
|
x="-0.031856217"
|
||||||
|
y="-0.036994504"
|
||||||
|
width="1.0637124"
|
||||||
|
height="1.0739913">
|
||||||
|
<feTurbulence
|
||||||
|
id="feTurbulence2887"
|
||||||
|
result="result14"
|
||||||
|
type="fractalNoise"
|
||||||
|
baseFrequency="0.001"
|
||||||
|
numOctaves="1" />
|
||||||
|
<feColorMatrix
|
||||||
|
id="feColorMatrix2909"
|
||||||
|
values="0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 "
|
||||||
|
result="result21" />
|
||||||
|
<feComposite
|
||||||
|
id="feComposite2889"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
operator="atop"
|
||||||
|
result="result16"
|
||||||
|
in="result21" />
|
||||||
|
<feBlend
|
||||||
|
mode="multiply"
|
||||||
|
id="feBlend2913"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
result="result23" />
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="50"
|
||||||
|
id="feGaussianBlur911"
|
||||||
|
in="result23" />
|
||||||
|
<feColorMatrix
|
||||||
|
id="feColorMatrix917"
|
||||||
|
type="saturate"
|
||||||
|
values="0.84999999999999998"
|
||||||
|
result="result9" />
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="25"
|
||||||
|
id="feGaussianBlur913"
|
||||||
|
in="result23" />
|
||||||
|
<feColorMatrix
|
||||||
|
id="feColorMatrix919"
|
||||||
|
type="saturate"
|
||||||
|
values="0.90000000000000002"
|
||||||
|
result="result11" />
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="12.5"
|
||||||
|
id="feGaussianBlur915"
|
||||||
|
in="result23" />
|
||||||
|
<feColorMatrix
|
||||||
|
id="feColorMatrix921"
|
||||||
|
type="saturate"
|
||||||
|
values="0.94999999999999996"
|
||||||
|
result="result7" />
|
||||||
|
<feBlend
|
||||||
|
mode="overlay"
|
||||||
|
in2="result9"
|
||||||
|
id="feBlend2899"
|
||||||
|
in="SourceGraphic"
|
||||||
|
result="result17" />
|
||||||
|
<feBlend
|
||||||
|
mode="overlay"
|
||||||
|
in2="result11"
|
||||||
|
id="feBlend2901"
|
||||||
|
result="result18" />
|
||||||
|
<feBlend
|
||||||
|
mode="overlay"
|
||||||
|
in2="result7"
|
||||||
|
id="feBlend2903"
|
||||||
|
result="result19" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="g863"
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:79.644;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal;filter:url(#filter865)"
|
||||||
|
transform="matrix(0.50223469,0,0,0.50223469,78.737849,351.90643)"
|
||||||
|
inkscape:label="logo">
|
||||||
|
<path
|
||||||
|
id="path854"
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:9.95551;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal"
|
||||||
|
d="m 475.51953,552.11719 c -29.21125,0 10.95508,82.14 -58.41992,102.21875 -12.40125,3.58875 -36.51438,156.97765 -175.26563,160.6289 -1.825,0.0475 -73.02734,29.20508 -73.02734,29.20508 H 329.4668 c 67.55,0 160.6582,-87.61523 160.6582,-87.61523 0,0 93.1082,87.61523 160.6582,87.61523 h 160.66016 c 0,0 -71.20234,-29.15758 -73.02734,-29.20508 C 599.66477,811.31359 575.55164,657.92469 563.15039,654.33594 493.77539,634.25719 533.94172,552.11719 504.73047,552.11719 H 490.125 Z M 490.125,668.93945 c 16.1325,0 29.21094,13.07508 29.21094,29.20508 0,16.13 -13.07844,29.20508 -29.21094,29.20508 -16.1325,0 -29.21094,-13.07508 -29.21094,-29.20508 0,-16.13 13.07844,-29.20508 29.21094,-29.20508 z"
|
||||||
|
transform="scale(8)" />
|
||||||
|
<path
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:79.644;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal"
|
||||||
|
d="m 4268.92,3673.7 c -20.93,-173.57 -168.68,-308.14 -347.92,-308.14 -179.24,0 -326.99,134.57 -347.92,308.14 -30.1,144.15 33.39,297.39 167.9,375.03 a 367.916,367.916 0 0 0 360.04,0 c 134.51,-77.64 198.01,-230.88 167.9,-375.03 z"
|
||||||
|
id="path850" />
|
||||||
|
<path
|
||||||
|
id="path848"
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:9.95551;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal"
|
||||||
|
d="m 658.92578,0.10351562 c 0,0 10.34485,76.22765638 11.21484,77.83203138 66.21376,121.964873 -54.59515,219.539183 -51.5039,232.070313 17.29625,70.10875 -73.93313,76.40086 -59.32813,101.69336 l 7.30274,12.64648 7.30273,12.64649 c 14.605,25.2925 65.67,-50.55539 117.75,-0.52539 9.30875,8.9425 154.23008,-46.87235 226.76758,71.4414 0.95375,1.55625 61.81055,48.62891 61.81055,48.62891 L 899.91211,417.42773 c -33.775,-58.48875 -156.2207,-95.30078 -156.2207,-95.30078 0,0 29.3375,-124.42726 -4.4375,-182.91601 z M 693.72266,322.12891 c 9.86359,0.22097 19.37839,5.43457 24.67187,14.60156 8.06625,13.96875 3.27985,31.82953 -10.69141,39.89453 -13.97125,8.065 -31.83609,3.2793 -39.90234,-10.68945 -8.06625,-13.96875 -3.27984,-31.83149 10.69141,-39.89649 4.80261,-2.77234 10.06382,-4.0259 15.23047,-3.91015 z"
|
||||||
|
transform="scale(8)" />
|
||||||
|
<path
|
||||||
|
id="path844"
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:9.95551;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal"
|
||||||
|
d="M 321.32422,0.10351562 240.99609,139.21094 c -33.775,58.48875 -4.4375,182.91601 -4.4375,182.91601 0,0 -122.4457,36.81203 -156.220699,95.30078 L 0.0078125,556.53711 c 0,0 60.8564215,-47.07266 61.8105465,-48.62891 72.537501,-118.31375 217.458831,-62.4989 226.767581,-71.4414 52.08,-50.03 103.145,25.81789 117.75,0.52539 l 7.30273,-12.64649 7.30274,-12.64648 c 14.605,-25.2925 -76.62508,-31.58461 -59.33008,-101.69336 3.0925,-12.53125 -117.7157,-110.10544 -51.50195,-232.070313 0.87,-1.604375 11.21484,-77.83203138 11.21484,-77.83203138 z M 286.52539,322.12891 c 5.16683,-0.11575 10.42938,1.13781 15.23242,3.91015 13.97125,8.065 18.75766,25.92774 10.69141,39.89649 -8.06625,13.96875 -25.93109,18.75445 -39.90234,10.68945 -13.97125,-8.065 -18.75766,-25.92578 -10.69141,-39.89453 5.29348,-9.16699 14.80597,-14.38059 24.66992,-14.60156 z"
|
||||||
|
transform="scale(8)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 9.9 KiB |
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
# Ensure Jekyll converts this file.
|
||||||
|
---
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
# Ensure Jekyll converts this file.
|
||||||
|
---
|
||||||
|
|
||||||
|
@import "_base.scss"
|
||||||
+352
@@ -0,0 +1,352 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/404.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="Xaymar" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/404.html">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
.container {
|
||||||
|
margin: 10px auto;
|
||||||
|
max-width: 600px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
margin: 30px 0;
|
||||||
|
font-size: 4em;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<h1>404</h1>
|
||||||
|
|
||||||
|
<p><strong>Page not found :(</strong></p>
|
||||||
|
<p>The requested page could not be found.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/404.html">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,332 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/about/" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="Xaymar" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/about/">
|
||||||
|
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/about/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,438 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>Routine Maintenance | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="Routine Maintenance" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Site was offline for ~2 days for maintenance, as I was moving the entire infrastructure to the new Server, which is located somewhere in the frosty north, and has plenty of hardware to handle the things I throw at it. For those on IPv6, the site should already be 100% online again, while for those on IPv4-only, it may take a day or so to update. During the move/maintenance I learned a couple things:" />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-05-25T00:00:00+02:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/category/blog">
|
||||||
|
Blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
Routine Maintenance
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
Routine Maintenance
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
Site was offline for ~2 days for maintenance, as I was moving the entire infrastructure to the new Server, which is located somewhere in the frosty north, and has plenty of hardware to handle the things I throw at it. For those on IPv6, the site should already be 100% online again, while for those on IPv4-only, it may take a day or so to update. During the move/maintenance I learned a couple things:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
|
||||||
|
<li>While the majority of ISPs have adopted IPv6 (some even being IPv6-only), there are still some that only have IPv4 or require IPv4 or their DNS won’t resolve the IPv6 addresses. It is baffling that 26 years after the standard has been accepted (~15 years for the adoption) that some ISPs are actually so incompetent to not have IPv6 support at all.</li>
|
||||||
|
<li>Because of the above, I now know how to forward ports to VMs without it only working one-way. I no longer have to buy more IPv4 addresses, which are already sparse enough, to allow those ISPs to keep working fine. Thanks to that ServerFault user for pointing me in the right direction.</li>
|
||||||
|
<li>As far as testing goes, a single 10gbit link seems to outperform any previous infrastructure I had. Even though the server is in the north which increases ping quite a bit, it is still responding much faster than when it was local to me. It’s also way easier to maintain now, as it’s 1 physical machine instead of 4 different ones.</li>
|
||||||
|
<li>SystemD is annoying and painful to work with. It will fight you with everything it has, even if you follow the documentation as stated. Especially systemd-resolved and systemd-networkd. Great if they work, awful if they don’t.</li>
|
||||||
|
<li>As expected, Zen1 to Zen3 is a massive upgrade even when used as a Server. All VMs are booting blazingly fast now, with the Database even having a 2-3x increase in raw throughput. Absolutely worth the extra 30€/mo if you ask me.</li>
|
||||||
|
<li>Debian is … questionable these days. ‘partman’ still doesn’t have any idea what KiB/MiB/GiB/… is, the installer still requires a normal user account for server installs, and for some reason there’s still bloat being installed in the netinst version. </li>
|
||||||
|
|
||||||
|
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
And I’m also left with one question: What the heck do I do with 8 Zen3 cores that are practically sitting idle?!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
<b>Update:</b> The mail server is now also available with IPv4 again, as people still pretend that IPv6 doesn’t exist. Notably affected are: Amazon, Microsoft, Google/YouTube, the FFmpeg mailing list, the Debian mailing list, Slack, and some others that I forgot the names of. Shame on every single one of the listed for not supporting IPv6 in 2021.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/blog">
|
||||||
|
Blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="comments">
|
||||||
|
<div class="title">
|
||||||
|
Comments for: Routine Maintenance
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div id="disqus_thread"></div>
|
||||||
|
<script>
|
||||||
|
var disqus_config = function () {
|
||||||
|
this.page.url = "https://www.xaymar.com/articles/2021/05/25/routine-maintenance";
|
||||||
|
this.page.identifier = "/articles/2021/05/25/routine-maintenance";
|
||||||
|
};
|
||||||
|
(function() { // DON'T EDIT BELOW THIS LINE
|
||||||
|
var d = document, s = d.createElement('script');
|
||||||
|
s.src = 'https://xaymars-blog.disqus.com/embed.js';
|
||||||
|
s.setAttribute('data-timestamp', +new Date());
|
||||||
|
(d.head || d.body).appendChild(s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,537 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>FidelityFX Super Resolution: DLSS Killer, or not? | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="FidelityFX Super Resolution: DLSS Killer, or not?" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-06-02T00:00:00+02:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/category/review">
|
||||||
|
Review
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<h2 class="content ">
|
||||||
|
A mistake in the Presentation
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
If you watched the AMD presentation only once, you would most likely not have spotted this – I’ve even had to watch it three times to spot it. There’s three demos in the presentation, but only one of them has this issue:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a class="inline inline-link" href="https://youtu.be/eHPmkJzwOFc?t=84" target="_blank">The first demo highlights the Ultra Quality mode.</a>
|
||||||
|
</li>
|
||||||
|
<li><a class="inline inline-link" href="https://youtu.be/eHPmkJzwOFc?t=109" target="_blank">Then we get a demo comparing each quality mode at the same time.</a>
|
||||||
|
</li>
|
||||||
|
<li><a class="inline inline-link" href="https://youtu.be/eHPmkJzwOFc?t=182" target="_blank">And finally, an example of the Quality mode in motion.</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
Going by AMDs patent registrations, FidelityFX Super Resolution is entirely Spatial, but in the second demo it has information that would be completely hidden without Temporal information. It is able to perfectly represent textures and surfaces, despite it lacking the information to do so. This can’t even be explained away by VP9, HEVC or H264 compression artifacts, as those are vastly different from what we end up seeing here.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
My conclusion is that AMDs marketing team made an honest mistake here. They seem to have forgotten to show the layers or even add them after testing the overlay. It is still impressive in the other demos for a Spatial upscaler. If AMD wishes to clarify this, please contact me at info(at)xaymar(dot)com.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
Update: Other sources in contact with AMD have confirmed that this is a Spatial upscaler, therefore the second demo should be physically impossible.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<h2 class="content ">
|
||||||
|
Is it a DLSS killer?
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
It depends on which version of DLSS. If you compare FidelityFX Super Resolution to DLSS 1.0 and 1.1, I’d take FidelityFX Ultra Quality over DLSS 1.0 and 1.1 any day. The temporal issues in DLSS 1.0 and 1.1 are horrible to look at, and make games unplayable because of heavy ghosting issues and similar. But if you compare it to DLSS 2.0 and 2.1, FidelityFX Super Resolution doesn’t hold up anymore. DLSS 2.0 and 2.1 look almost identical to the native resolution, while running up to 400% faster.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
AMD definitely has a strong contender, and if they can figure out how to add a Temporal compontent to the upscaler, they will be competing with DLSS 2.0 instead of DLSS 1.0. As an example of a great upscaler, Unreal Engine 5 recently unveiled Temporal Super Resolution which gives a slight improvement in performance, while losing nearly no quality.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/amd">
|
||||||
|
AMD
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx">
|
||||||
|
FidelityFX
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx-super-resolution">
|
||||||
|
FidelityFX Super Resolution
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fsr">
|
||||||
|
FSR
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/nvidia">
|
||||||
|
NVIDIA
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/dlss">
|
||||||
|
DLSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="comments">
|
||||||
|
<div class="title">
|
||||||
|
Comments for: FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div id="disqus_thread"></div>
|
||||||
|
<script>
|
||||||
|
var disqus_config = function () {
|
||||||
|
this.page.url = "https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not";
|
||||||
|
this.page.identifier = "/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not";
|
||||||
|
};
|
||||||
|
(function() { // DON'T EDIT BELOW THIS LINE
|
||||||
|
var d = document, s = d.createElement('script');
|
||||||
|
s.src = 'https://xaymars-blog.disqus.com/embed.js';
|
||||||
|
s.setAttribute('data-timestamp', +new Date());
|
||||||
|
(d.head || d.body).appendChild(s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,461 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>Mozilla, why? | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/articles/2021/06/05/mozilla-why/" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="Mozilla, why?" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="I didn’t mind the addition of Pocket because I didn’t use it. I didn’t mind the addition of Hello, as I didn’t use it. I didn’t mind the removal of the original themeing ability, which was far superior to what we have now. Didn’t even really care about the removal of Flash either. What I do mind is when you ignore user feedback, push out a release, break every existing theme and make things look incredibly stupid, then continue to ignore user feedback. Your new rounded theme design is horrible to look at, and it’s not something I want to..." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-06-05T00:00:00+02:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/category/blog">
|
||||||
|
Blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
Mozilla, why?
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
Mozilla, why?
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
I didn’t mind the addition of Pocket because I didn’t use it. I didn’t mind the addition of Hello, as I didn’t use it. I didn’t mind the removal of the original themeing ability, which was far superior to what we have now. Didn’t even really care about the removal of Flash either. What I do mind is when you ignore user feedback, push out a release, break every existing theme and make things look incredibly stupid, then continue to ignore user feedback.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Your new rounded theme design is horrible to look at, and it’s not something I want to continue using. The new tabs are oversized with needless padding and disconnected from the UI itself – they feel out of place. Your menus take ages to open and render correctly with the amount of Fonts I have for design and testing. Everything feels like you designed it for mobile, tablet or finger input – but this is your Desktop browser.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Though in the end, this decision doesn’t surprise me. You haven’t exactly made great decisions in the past, and you continue this path even now. Only a matter of time until Firefox is completely forgotten, and only Chromium remains.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/rant">
|
||||||
|
Rant
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/mozilla">
|
||||||
|
Mozilla
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/firefox">
|
||||||
|
Firefox
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="comments">
|
||||||
|
<div class="title">
|
||||||
|
Comments for: Mozilla, why?
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div id="disqus_thread"></div>
|
||||||
|
<script>
|
||||||
|
var disqus_config = function () {
|
||||||
|
this.page.url = "https://www.xaymar.com/articles/2021/06/05/mozilla-why";
|
||||||
|
this.page.identifier = "/articles/2021/06/05/mozilla-why";
|
||||||
|
};
|
||||||
|
(function() { // DON'T EDIT BELOW THIS LINE
|
||||||
|
var d = document, s = d.createElement('script');
|
||||||
|
s.src = 'https://xaymars-blog.disqus.com/embed.js';
|
||||||
|
s.setAttribute('data-timestamp', +new Date());
|
||||||
|
(d.head || d.body).appendChild(s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,493 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>A little bit of Silence | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="A little bit of Silence" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="For a few weeks now I’ve taken a step back from the public eye, for various reasons. The main one is that I simply need some more time to myself, time to enjoy life a bit more than I used to. I’m barreling straight towards my 30s, and haven’t even experienced half of what I could have at this age, despite having the means to do so. So in the near, and perhaps far future, I will put a lot more focus on enjoying life. The people that follow me on Twitter know that I’ve recently picked up a new..." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-08-14T00:00:00+02:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/category/blog">
|
||||||
|
Blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
A little bit of Silence
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
A little bit of Silence
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
For a few weeks now I’ve taken a step back from the public eye, for various reasons. The main one is that I simply need some more time to myself, time to enjoy life a bit more than I used to. I’m barreling straight towards my 30s, and haven’t even experienced half of what I could have at this age, despite having the means to do so. So in the near, and perhaps far future, I will put a lot more focus on enjoying life.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
The people that follow me <a class="inline inline-link" href="https://twitter.com/Xaymar" ></a>
|
||||||
|
on Twitter<a class="inline inline-link" href="" ></a>
|
||||||
|
know that I’ve recently picked up a new hobby, which I’ll put a lot of time into: playing bass guitar. I’ve gotten reasonably far with it so far, but I still need a lot of time to actually be decent at it. Also I’ve started to pick up <a class="inline inline-link" href="https://twitch.tv/xaymar" ></a>
|
||||||
|
streaming and content creation<a class="inline inline-link" href="" ></a>
|
||||||
|
again, both something I liked to do, but dropped as nobody in my friend circle still had time to play multiplayer games.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Originally, my hobby was programming, but it was more of a means to escape reality than anything – and now it has turned into a well-paying job, one I’m actually good at. This doesn’t mean that all my projects will end up abandoned, just that they will slow down drastically while I figure things out. StreamFX, VoiceFX, Tonbrett, ARMA 3 Partitioner, etc. will all still be worked on, just much slower than before.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
One thing I’m definitely not going to do is drop any of those projects before they hit 1.0, I’ve done that too many times, and I’ve regretted it every time. I’m sure that someone will spin this to be super negative, or political, or somehow fit their narrative like many times before, but this is just me saying I need a fucking break and enjoy this life before it can’t be enjoyed anymore due to various external circumstances, like Climate Change, and the current Pandemic killing everyone.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Well, that’s all I had to say.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/health">
|
||||||
|
Health
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="comments">
|
||||||
|
<div class="title">
|
||||||
|
Comments for: A little bit of Silence
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div id="disqus_thread"></div>
|
||||||
|
<script>
|
||||||
|
var disqus_config = function () {
|
||||||
|
this.page.url = "https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence";
|
||||||
|
this.page.identifier = "/articles/2021/08/14/a-little-bit-of-silence";
|
||||||
|
};
|
||||||
|
(function() { // DON'T EDIT BELOW THIS LINE
|
||||||
|
var d = document, s = d.createElement('script');
|
||||||
|
s.src = 'https://xaymars-blog.disqus.com/embed.js';
|
||||||
|
s.setAttribute('data-timestamp', +new Date());
|
||||||
|
(d.head || d.body).appendChild(s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,477 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>New Year, New Website | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="New Year, New Website" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="It's been a while since the last visible change to the Website, almost exactly two years now. In 2019, I switched the theme back to a more lightweight version with the old 2016 CSS override applied, but eventually that was no longer enough. Over time, WordPress's updates spiralled out of my control, changing how WordPress worked - and at the same time also drastically increasing processing time required. While the move to a more powerful machine initially improved the situation, after a few updates to WordPress even that was negated. It was time to find an alternative solution, one which..." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-22T00:00:00+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/category/news">
|
||||||
|
News
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
New Year, New Website
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
New Year, New Website
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
It's been a while since the last visible change to the Website, almost exactly two years now. In 2019, I switched the theme back to a more lightweight version with the old 2016 CSS override applied, but eventually that was no longer enough. Over time, WordPress's updates spiralled out of my control, changing how WordPress worked - and at the same time also drastically increasing processing time required.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
While the move to a more <a class="inline inline-link" href="https://www.hetzner.com/dedicated-rootserver/ax101" ></a>
|
||||||
|
powerful machine<a class="inline inline-link" href="" ></a>
|
||||||
|
initially improved the situation, after a few updates to WordPress even that was negated. It was time to find an alternative solution, one which would not take ages to compile a static page to be served live. Looking through solutions, including some outright dumb ones, I ended up picking Jeckyll for the job. It took me a while to learn, but I've finally mastered it enough to make my own fully static website with it.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
So, welcome to the new site! I hope you will find everything you were here for, if not the old blog will still be active while I port things over to here.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/jekyll">
|
||||||
|
Jekyll
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/wordpress">
|
||||||
|
WordPress
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/html">
|
||||||
|
HTML
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/css">
|
||||||
|
CSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/performance">
|
||||||
|
Performance
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="comments">
|
||||||
|
<div class="title">
|
||||||
|
Comments for: New Year, New Website
|
||||||
|
</div>
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div id="disqus_thread"></div>
|
||||||
|
<script>
|
||||||
|
var disqus_config = function () {
|
||||||
|
this.page.url = "https://www.xaymar.com/articles/2021/12/22/new-year-new-website";
|
||||||
|
this.page.identifier = "/articles/2021/12/22/new-year-new-website";
|
||||||
|
};
|
||||||
|
(function() { // DON'T EDIT BELOW THIS LINE
|
||||||
|
var d = document, s = d.createElement('script');
|
||||||
|
s.src = 'https://xaymars-blog.disqus.com/embed.js';
|
||||||
|
s.setAttribute('data-timestamp', +new Date());
|
||||||
|
(d.head || d.body).appendChild(s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,242 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
id="Background"
|
||||||
|
width="512"
|
||||||
|
height="512"
|
||||||
|
viewBox="0 0 4096 4096"
|
||||||
|
version="1.1"
|
||||||
|
sodipodi:docname="logo.svg"
|
||||||
|
inkscape:version="1.1 (c68e22c387, 2021-05-23)"
|
||||||
|
inkscape:export-filename="logo-2021.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
|
xmlns:x="adobe:ns:meta/">
|
||||||
|
<sodipodi:namedview
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1"
|
||||||
|
objecttolerance="10"
|
||||||
|
gridtolerance="10"
|
||||||
|
guidetolerance="10"
|
||||||
|
inkscape:pageopacity="0"
|
||||||
|
inkscape:pageshadow="2"
|
||||||
|
inkscape:window-width="1881"
|
||||||
|
inkscape:window-height="1223"
|
||||||
|
id="namedview17"
|
||||||
|
showgrid="false"
|
||||||
|
inkscape:pagecheckerboard="true"
|
||||||
|
inkscape:zoom="1"
|
||||||
|
inkscape:cx="62.5"
|
||||||
|
inkscape:cy="221"
|
||||||
|
inkscape:window-x="163"
|
||||||
|
inkscape:window-y="91"
|
||||||
|
inkscape:window-maximized="0"
|
||||||
|
inkscape:current-layer="Background"
|
||||||
|
inkscape:document-rotation="0" />
|
||||||
|
<metadata
|
||||||
|
id="metadata2">
|
||||||
|
<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta
|
||||||
|
x:xmptk="Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 ">
|
||||||
|
<metadata>
|
||||||
|
<rdf:RDF>
|
||||||
|
<rdf:Description
|
||||||
|
rdf:about="" />
|
||||||
|
<cc:Work
|
||||||
|
rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type
|
||||||
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
</x:xmpmeta>
|
||||||
|
<?xpacket end="w"?> </metadata>
|
||||||
|
<defs
|
||||||
|
id="defs13">
|
||||||
|
<marker
|
||||||
|
style="overflow:visible"
|
||||||
|
id="DotL"
|
||||||
|
refX="0"
|
||||||
|
refY="0"
|
||||||
|
orient="auto"
|
||||||
|
inkscape:stockid="DotL"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.8,0,0,0.8,5.92,0.8)"
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
|
||||||
|
d="m -2.5,-1 c 0,2.76 -2.24,5 -5,5 -2.76,0 -5,-2.24 -5,-5 0,-2.76 2.24,-5 5,-5 2.76,0 5,2.24 5,5 z"
|
||||||
|
id="path2976" />
|
||||||
|
</marker>
|
||||||
|
<marker
|
||||||
|
style="overflow:visible"
|
||||||
|
id="Arrow1Mstart"
|
||||||
|
refX="0"
|
||||||
|
refY="0"
|
||||||
|
orient="auto"
|
||||||
|
inkscape:stockid="Arrow1Mstart"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.4,0,0,0.4,4,0)"
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
|
||||||
|
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
||||||
|
id="path2921" />
|
||||||
|
</marker>
|
||||||
|
<marker
|
||||||
|
style="overflow:visible"
|
||||||
|
id="Arrow1Lstart"
|
||||||
|
refX="0"
|
||||||
|
refY="0"
|
||||||
|
orient="auto"
|
||||||
|
inkscape:stockid="Arrow1Lstart"
|
||||||
|
inkscape:isstock="true">
|
||||||
|
<path
|
||||||
|
transform="matrix(0.8,0,0,0.8,10,0)"
|
||||||
|
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
|
||||||
|
d="M 0,0 5,-5 -12.5,0 5,5 Z"
|
||||||
|
id="path2915" />
|
||||||
|
</marker>
|
||||||
|
<linearGradient
|
||||||
|
id="linearGradient2851"
|
||||||
|
inkscape:swatch="solid">
|
||||||
|
<stop
|
||||||
|
style="stop-color:#003366;stop-opacity:1;"
|
||||||
|
offset="0"
|
||||||
|
id="stop2849" />
|
||||||
|
</linearGradient>
|
||||||
|
<style
|
||||||
|
id="style4">
|
||||||
|
.cls-1 {
|
||||||
|
fill: transparent;
|
||||||
|
fill-rule: evenodd;
|
||||||
|
filter: url(#filter);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<filter
|
||||||
|
id="filter"
|
||||||
|
x="0.063000001"
|
||||||
|
y="0.81300002"
|
||||||
|
width="7841.877"
|
||||||
|
height="6752.5278"
|
||||||
|
filterUnits="userSpaceOnUse">
|
||||||
|
<feFlood
|
||||||
|
result="flood"
|
||||||
|
flood-color="#fff"
|
||||||
|
id="feFlood6" />
|
||||||
|
<feComposite
|
||||||
|
result="composite"
|
||||||
|
operator="in"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
id="feComposite8" />
|
||||||
|
<feBlend
|
||||||
|
result="blend"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
id="feBlend10"
|
||||||
|
mode="normal" />
|
||||||
|
</filter>
|
||||||
|
<filter
|
||||||
|
style="color-interpolation-filters:sRGB"
|
||||||
|
id="filter865"
|
||||||
|
inkscape:label="Glow"
|
||||||
|
x="-0.031856217"
|
||||||
|
y="-0.036994504"
|
||||||
|
width="1.0637124"
|
||||||
|
height="1.0739913">
|
||||||
|
<feTurbulence
|
||||||
|
id="feTurbulence2887"
|
||||||
|
result="result14"
|
||||||
|
type="fractalNoise"
|
||||||
|
baseFrequency="0.001"
|
||||||
|
numOctaves="1" />
|
||||||
|
<feColorMatrix
|
||||||
|
id="feColorMatrix2909"
|
||||||
|
values="0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 "
|
||||||
|
result="result21" />
|
||||||
|
<feComposite
|
||||||
|
id="feComposite2889"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
operator="atop"
|
||||||
|
result="result16"
|
||||||
|
in="result21" />
|
||||||
|
<feBlend
|
||||||
|
mode="multiply"
|
||||||
|
id="feBlend2913"
|
||||||
|
in2="SourceGraphic"
|
||||||
|
result="result23" />
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="50"
|
||||||
|
id="feGaussianBlur911"
|
||||||
|
in="result23" />
|
||||||
|
<feColorMatrix
|
||||||
|
id="feColorMatrix917"
|
||||||
|
type="saturate"
|
||||||
|
values="0.84999999999999998"
|
||||||
|
result="result9" />
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="25"
|
||||||
|
id="feGaussianBlur913"
|
||||||
|
in="result23" />
|
||||||
|
<feColorMatrix
|
||||||
|
id="feColorMatrix919"
|
||||||
|
type="saturate"
|
||||||
|
values="0.90000000000000002"
|
||||||
|
result="result11" />
|
||||||
|
<feGaussianBlur
|
||||||
|
stdDeviation="12.5"
|
||||||
|
id="feGaussianBlur915"
|
||||||
|
in="result23" />
|
||||||
|
<feColorMatrix
|
||||||
|
id="feColorMatrix921"
|
||||||
|
type="saturate"
|
||||||
|
values="0.94999999999999996"
|
||||||
|
result="result7" />
|
||||||
|
<feBlend
|
||||||
|
mode="overlay"
|
||||||
|
in2="result9"
|
||||||
|
id="feBlend2899"
|
||||||
|
in="SourceGraphic"
|
||||||
|
result="result17" />
|
||||||
|
<feBlend
|
||||||
|
mode="overlay"
|
||||||
|
in2="result11"
|
||||||
|
id="feBlend2901"
|
||||||
|
result="result18" />
|
||||||
|
<feBlend
|
||||||
|
mode="overlay"
|
||||||
|
in2="result7"
|
||||||
|
id="feBlend2903"
|
||||||
|
result="result19" />
|
||||||
|
</filter>
|
||||||
|
</defs>
|
||||||
|
<g
|
||||||
|
id="g863"
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:79.644;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal;filter:url(#filter865)"
|
||||||
|
transform="matrix(0.50223469,0,0,0.50223469,78.737849,351.90643)"
|
||||||
|
inkscape:label="logo">
|
||||||
|
<path
|
||||||
|
id="path854"
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:9.95551;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal"
|
||||||
|
d="m 475.51953,552.11719 c -29.21125,0 10.95508,82.14 -58.41992,102.21875 -12.40125,3.58875 -36.51438,156.97765 -175.26563,160.6289 -1.825,0.0475 -73.02734,29.20508 -73.02734,29.20508 H 329.4668 c 67.55,0 160.6582,-87.61523 160.6582,-87.61523 0,0 93.1082,87.61523 160.6582,87.61523 h 160.66016 c 0,0 -71.20234,-29.15758 -73.02734,-29.20508 C 599.66477,811.31359 575.55164,657.92469 563.15039,654.33594 493.77539,634.25719 533.94172,552.11719 504.73047,552.11719 H 490.125 Z M 490.125,668.93945 c 16.1325,0 29.21094,13.07508 29.21094,29.20508 0,16.13 -13.07844,29.20508 -29.21094,29.20508 -16.1325,0 -29.21094,-13.07508 -29.21094,-29.20508 0,-16.13 13.07844,-29.20508 29.21094,-29.20508 z"
|
||||||
|
transform="scale(8)" />
|
||||||
|
<path
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:79.644;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal"
|
||||||
|
d="m 4268.92,3673.7 c -20.93,-173.57 -168.68,-308.14 -347.92,-308.14 -179.24,0 -326.99,134.57 -347.92,308.14 -30.1,144.15 33.39,297.39 167.9,375.03 a 367.916,367.916 0 0 0 360.04,0 c 134.51,-77.64 198.01,-230.88 167.9,-375.03 z"
|
||||||
|
id="path850" />
|
||||||
|
<path
|
||||||
|
id="path848"
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:9.95551;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal"
|
||||||
|
d="m 658.92578,0.10351562 c 0,0 10.34485,76.22765638 11.21484,77.83203138 66.21376,121.964873 -54.59515,219.539183 -51.5039,232.070313 17.29625,70.10875 -73.93313,76.40086 -59.32813,101.69336 l 7.30274,12.64648 7.30273,12.64649 c 14.605,25.2925 65.67,-50.55539 117.75,-0.52539 9.30875,8.9425 154.23008,-46.87235 226.76758,71.4414 0.95375,1.55625 61.81055,48.62891 61.81055,48.62891 L 899.91211,417.42773 c -33.775,-58.48875 -156.2207,-95.30078 -156.2207,-95.30078 0,0 29.3375,-124.42726 -4.4375,-182.91601 z M 693.72266,322.12891 c 9.86359,0.22097 19.37839,5.43457 24.67187,14.60156 8.06625,13.96875 3.27985,31.82953 -10.69141,39.89453 -13.97125,8.065 -31.83609,3.2793 -39.90234,-10.68945 -8.06625,-13.96875 -3.27984,-31.83149 10.69141,-39.89649 4.80261,-2.77234 10.06382,-4.0259 15.23047,-3.91015 z"
|
||||||
|
transform="scale(8)" />
|
||||||
|
<path
|
||||||
|
id="path844"
|
||||||
|
style="fill:#8a9ba8;fill-opacity:1;stroke:#1ad9ff;stroke-width:9.95551;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.991936;paint-order:normal"
|
||||||
|
d="M 321.32422,0.10351562 240.99609,139.21094 c -33.775,58.48875 -4.4375,182.91601 -4.4375,182.91601 0,0 -122.4457,36.81203 -156.220699,95.30078 L 0.0078125,556.53711 c 0,0 60.8564215,-47.07266 61.8105465,-48.62891 72.537501,-118.31375 217.458831,-62.4989 226.767581,-71.4414 52.08,-50.03 103.145,25.81789 117.75,0.52539 l 7.30273,-12.64649 7.30274,-12.64648 c 14.605,-25.2925 -76.62508,-31.58461 -59.33008,-101.69336 3.0925,-12.53125 -117.7157,-110.10544 -51.50195,-232.070313 0.87,-1.604375 11.21484,-77.83203138 11.21484,-77.83203138 z M 286.52539,322.12891 c 5.16683,-0.11575 10.42938,1.13781 15.23242,3.91015 13.97125,8.065 18.75766,25.92774 10.69141,39.89649 -8.06625,13.96875 -25.93109,18.75445 -39.90234,10.68945 -13.97125,-8.065 -18.75766,-25.92578 -10.69141,-39.89453 5.29348,-9.16699 14.80597,-14.38059 24.66992,-14.60156 z"
|
||||||
|
transform="scale(8)" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 9.9 KiB |
@@ -0,0 +1,109 @@
|
|||||||
|
* { box-sizing: border-box; }
|
||||||
|
|
||||||
|
html { font-size: 1.05rem; }
|
||||||
|
|
||||||
|
body { margin: 0; padding: 0; background: #223044; font-family: "Roboto", sans-serif; text-rendering: optimizelegibility; color: #e6e6e6; -webkit-font-smoothing: auto; -moz-osx-font-smoothing: auto; }
|
||||||
|
|
||||||
|
a, a.visited, a.focus, a.active { color: inherit; text-decoration: inherit; }
|
||||||
|
|
||||||
|
@keyframes menu_show { from { display: none;
|
||||||
|
opacity: 0.0; }
|
||||||
|
0% { display: block; }
|
||||||
|
to { display: block;
|
||||||
|
opacity: 1.0; } }
|
||||||
|
|
||||||
|
@keyframes menu_hide { from { display: none;
|
||||||
|
opacity: 0.0; }
|
||||||
|
0% { display: block; }
|
||||||
|
to { display: block;
|
||||||
|
opacity: 1.0; } }
|
||||||
|
|
||||||
|
body > .header { padding: 5px; background: #131313; color: #fafcff; }
|
||||||
|
|
||||||
|
body > .header > .content { display: grid; grid-template-columns: auto 1fr; max-width: 1000px; margin-left: auto; margin-right: auto; }
|
||||||
|
|
||||||
|
body > .header > .content .logo { display: grid; grid-template-columns: auto 1fr; margin: 0 2em 0 0; padding: 0; }
|
||||||
|
|
||||||
|
body > .header > .content .logo > .icon { justify-self: stretch; align-self: stretch; height: 90px; margin: 0 10px 0 0; padding: 0; }
|
||||||
|
|
||||||
|
body > .header > .content .logo > figcaption { justify-self: left; align-self: center; margin: 0; padding: 0; font-family: "Oswald"; font-size: 1.75rem; font-weight: bold; text-transform: uppercase; letter-spacing: .25ch; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation { justify-self: left; align-self: center; font-size: 0.9rem; color: #d9d9d9; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation > .menu { list-style: none inside; text-transform: uppercase; padding: 0px; margin: 0; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation > .menu > li { display: inline-block; padding: 0px .5em 0px 0px; margin: 0; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation > .menu > li > .menu { display: block; position: absolute; padding: 0px .5em; margin: 0; cursor: auto; list-style: none inside; background: #131313; box-shadow: 2px 2px 5px 0px black; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation > .menu > li > .menu > li { display: block; padding: 0 .5em; margin: 0; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu > li > a { display: block; padding: .5em 0; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li { color: #bfbfbf; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li.has-menu { cursor: pointer; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li.has-menu > .menu { position: absolute; display: none; animation-name: menu_hide; animation-duration: 100ms; animation-fill-mode: both; animation-direction: reverse; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li.has-menu:hover > .menu, body > .header > .content .navigation .menu li.has-menu > .menu:hover, body > .header > .content .navigation .menu li.has-menu:focus > .menu, body > .header > .content .navigation .menu li.has-menu > .menu:focus, body > .header > .content .navigation .menu li.has-menu:active > .menu, body > .header > .content .navigation .menu li.has-menu > .menu:active { display: block; animation-name: menu_show; animation-duration: 100ms; animation-fill-mode: both; animation-direction: normal; }
|
||||||
|
|
||||||
|
body > .header > .content .navigation .menu li:hover, body > .header > .content .navigation .menu li:active, body > .header > .content .navigation .menu li:focus { color: white; }
|
||||||
|
|
||||||
|
body > .content { max-width: 1000px; margin-left: auto; margin-right: auto; padding: 0 1rem; width: calc(100% - 1rem * 2); }
|
||||||
|
|
||||||
|
.breadcrumbs { margin: 1rem 0; padding: .25rem 1rem; background: #1a2433; color: white; }
|
||||||
|
|
||||||
|
.breadcrumbs > .crumb { text-transform: uppercase; }
|
||||||
|
|
||||||
|
.breadcrumbs > .crumb > a, .breadcrumbs > .crumb > a:visited { color: #80b5ff; }
|
||||||
|
|
||||||
|
.breadcrumbs > .crumb > a:focus, .breadcrumbs > .crumb > a:active { color: #b3d2ff; }
|
||||||
|
|
||||||
|
article { margin: 0px; padding: 0px; background: #0d1726; box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.75); color: #e6e6e6; }
|
||||||
|
|
||||||
|
article ~ article { margin-top: 1.5rem; }
|
||||||
|
|
||||||
|
article > .title { padding: .25rem 1rem; margin: 0; font-size: 1.667em; font-variant: small-caps; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; letter-spacing: 0.05ch; background: #3373cc; color: white; }
|
||||||
|
|
||||||
|
article > .content { margin: 0px; padding: 1rem .75rem; }
|
||||||
|
|
||||||
|
article > .content a, article > .content a:visited { color: #9fbadf; }
|
||||||
|
|
||||||
|
article > .content a:focus, article > .content a:hover { color: #b3d2ff; }
|
||||||
|
|
||||||
|
article > .readmore { margin: 0; margin-top: -1.0rem; padding: .25rem; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.667) 90%); z-index: 100000; }
|
||||||
|
|
||||||
|
article > .readmore > a { display: block; margin: 0; padding: .25rem; text-align: center; font-variant: small-caps; font-weight: bold; }
|
||||||
|
|
||||||
|
article > .readmore > a, article > .readmore > a:visited { color: #9fbadf; }
|
||||||
|
|
||||||
|
article > .readmore > a:focus, article > .readmore > a:active { color: #b3d2ff; }
|
||||||
|
|
||||||
|
article > .meta { padding: .25rem .5rem; border-radius: .5rem; font-size: 0.8rem; background: #0a121d; color: #b3b3b3; }
|
||||||
|
|
||||||
|
article > .meta a, article > .meta a:visited { color: #66a6ff; }
|
||||||
|
|
||||||
|
article > .meta a:focus, article > .meta a:hover { color: #cce1ff; }
|
||||||
|
|
||||||
|
article > .meta > .permalink { display: inline; padding: 0 .5rem; font-variant: small-caps; }
|
||||||
|
|
||||||
|
article > .meta > .tags { display: inline; padding: 0 .5rem; }
|
||||||
|
|
||||||
|
article > .meta > .tags > span:first-child { font-weight: bold; font-variant: small-caps; }
|
||||||
|
|
||||||
|
article > .meta > .tags > .tag:not(:last-child):after { content: ", "; }
|
||||||
|
|
||||||
|
.block { padding: 0; margin: 0; }
|
||||||
|
|
||||||
|
.block ~ .block { margin-top: 1.25em; }
|
||||||
|
|
||||||
|
.block > .content { padding: 0; margin: 0; }
|
||||||
|
|
||||||
|
.comments { margin: 0; margin-top: 1rem; padding: 0; background: #0d1726; box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.75); color: #e6e6e6; }
|
||||||
|
|
||||||
|
.comments > .title { padding: .25rem 1rem; margin: 0; font-size: 1.333rem; font-variant: small-caps; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; letter-spacing: 0.05ch; background: #36537d; color: white; }
|
||||||
|
|
||||||
|
.comments > .content { margin: 0px; padding: 1rem 1rem; }
|
||||||
|
|
||||||
|
/*# sourceMappingURL=site.css.map */
|
||||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,480 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>blog | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/category/blog/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="blog" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/category/blog/index.html">
|
||||||
|
blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
|
||||||
|
A little bit of Silence
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
For a few weeks now I’ve taken a step back from the public eye, for various reasons. The main one is that I simply need some more time to myself, time to enjoy life a bit more than I used to. I’m barreling straight towards my 30s, and haven’t even experienced half of what I could have at this age, despite having the means to do so. So in the near, and perhaps far future, I will put a lot more focus on enjoying life. The people that follow me on Twitter know that I’ve recently picked up a new...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/health">
|
||||||
|
Health
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
|
||||||
|
Mozilla, why?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
I didn’t mind the addition of Pocket because I didn’t use it. I didn’t mind the addition of Hello, as I didn’t use it. I didn’t mind the removal of the original themeing ability, which was far superior to what we have now. Didn’t even really care about the removal of Flash either. What I do mind is when you ignore user feedback, push out a release, break every existing theme and make things look incredibly stupid, then continue to ignore user feedback. Your new rounded theme design is horrible to look at, and it’s not something I want to...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/rant">
|
||||||
|
Rant
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/mozilla">
|
||||||
|
Mozilla
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/firefox">
|
||||||
|
Firefox
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
|
||||||
|
Routine Maintenance
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
Site was offline for ~2 days for maintenance, as I was moving the entire infrastructure to the new Server, which is located somewhere in the frosty north, and has plenty of hardware to handle the things I throw at it. For those on IPv6, the site should already be 100% online again, while for those on IPv4-only, it may take a day or so to update. During the move/maintenance I learned a couple things:
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/blog">
|
||||||
|
Blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,390 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>news | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/category/news/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="news" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/category/news/index.html">
|
||||||
|
news
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
|
||||||
|
New Year, New Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It's been a while since the last visible change to the Website, almost exactly two years now. In 2019, I switched the theme back to a more lightweight version with the old 2016 CSS override applied, but eventually that was no longer enough. Over time, WordPress's updates spiralled out of my control, changing how WordPress worked - and at the same time also drastically increasing processing time required. While the move to a more powerful machine initially improved the situation, after a few updates to WordPress even that was negated. It was time to find an alternative solution, one which...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/jekyll">
|
||||||
|
Jekyll
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/wordpress">
|
||||||
|
WordPress
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/html">
|
||||||
|
HTML
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/css">
|
||||||
|
CSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/performance">
|
||||||
|
Performance
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,397 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>review | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/category/review/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="review" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/category/review/index.html">
|
||||||
|
review
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/amd">
|
||||||
|
AMD
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx">
|
||||||
|
FidelityFX
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx-super-resolution">
|
||||||
|
FidelityFX Super Resolution
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fsr">
|
||||||
|
FSR
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/nvidia">
|
||||||
|
NVIDIA
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/dlss">
|
||||||
|
DLSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,647 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>posts | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/collection/posts/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="posts" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/collection/posts/index.html">
|
||||||
|
posts
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
|
||||||
|
New Year, New Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It's been a while since the last visible change to the Website, almost exactly two years now. In 2019, I switched the theme back to a more lightweight version with the old 2016 CSS override applied, but eventually that was no longer enough. Over time, WordPress's updates spiralled out of my control, changing how WordPress worked - and at the same time also drastically increasing processing time required. While the move to a more powerful machine initially improved the situation, after a few updates to WordPress even that was negated. It was time to find an alternative solution, one which...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/jekyll">
|
||||||
|
Jekyll
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/wordpress">
|
||||||
|
WordPress
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/html">
|
||||||
|
HTML
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/css">
|
||||||
|
CSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/performance">
|
||||||
|
Performance
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
|
||||||
|
A little bit of Silence
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
For a few weeks now I’ve taken a step back from the public eye, for various reasons. The main one is that I simply need some more time to myself, time to enjoy life a bit more than I used to. I’m barreling straight towards my 30s, and haven’t even experienced half of what I could have at this age, despite having the means to do so. So in the near, and perhaps far future, I will put a lot more focus on enjoying life. The people that follow me on Twitter know that I’ve recently picked up a new...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/health">
|
||||||
|
Health
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
|
||||||
|
Mozilla, why?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
I didn’t mind the addition of Pocket because I didn’t use it. I didn’t mind the addition of Hello, as I didn’t use it. I didn’t mind the removal of the original themeing ability, which was far superior to what we have now. Didn’t even really care about the removal of Flash either. What I do mind is when you ignore user feedback, push out a release, break every existing theme and make things look incredibly stupid, then continue to ignore user feedback. Your new rounded theme design is horrible to look at, and it’s not something I want to...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/rant">
|
||||||
|
Rant
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/mozilla">
|
||||||
|
Mozilla
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/firefox">
|
||||||
|
Firefox
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/amd">
|
||||||
|
AMD
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx">
|
||||||
|
FidelityFX
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx-super-resolution">
|
||||||
|
FidelityFX Super Resolution
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fsr">
|
||||||
|
FSR
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/nvidia">
|
||||||
|
NVIDIA
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/dlss">
|
||||||
|
DLSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
|
||||||
|
Routine Maintenance
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
Site was offline for ~2 days for maintenance, as I was moving the entire infrastructure to the new Server, which is located somewhere in the frosty north, and has plenty of hardware to handle the things I throw at it. For those on IPv6, the site should already be 100% online again, while for those on IPv4-only, it may take a day or so to update. During the move/maintenance I learned a couple things:
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/blog">
|
||||||
|
Blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
+390
@@ -0,0 +1,390 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.1">Jekyll</generator><link href="https://www.xaymar.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.xaymar.com/" rel="alternate" type="text/html" /><updated>2021-12-24T10:35:51+01:00</updated><id>https://www.xaymar.com/feed.xml</id><title type="html">Xaymar</title><subtitle>Just another software developer in an endless pool of humans.</subtitle><author><name>Michael Fabian 'Xaymar' Dirks</name></author><entry><title type="html">New Year, New Website</title><link href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/" rel="alternate" type="text/html" title="New Year, New Website" /><published>2021-12-22T00:00:00+01:00</published><updated>2021-12-22T00:00:00+01:00</updated><id>https://www.xaymar.com/articles/2021/12/22/new-year-new-website</id><content type="html" xml:base="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/"><div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
It's been a while since the last visible change to the Website, almost exactly two years now. In 2019, I switched the theme back to a more lightweight version with the old 2016 CSS override applied, but eventually that was no longer enough. Over time, WordPress's updates spiralled out of my control, changing how WordPress worked - and at the same time also drastically increasing processing time required.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
While the move to a more <a class="inline inline-link" href="https://www.hetzner.com/dedicated-rootserver/ax101" ></a>
|
||||||
|
powerful machine<a class="inline inline-link" href="" ></a>
|
||||||
|
initially improved the situation, after a few updates to WordPress even that was negated. It was time to find an alternative solution, one which would not take ages to compile a static page to be served live. Looking through solutions, including some outright dumb ones, I ended up picking Jeckyll for the job. It took me a while to learn, but I've finally mastered it enough to make my own fully static website with it.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
So, welcome to the new site! I hope you will find everything you were here for, if not the old blog will still be active while I port things over to here.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div></content><author><name>Michael Fabian 'Xaymar' Dirks</name></author><category term="News" /><category term="Jekyll" /><category term="WordPress" /><category term="HTML" /><category term="CSS" /><category term="Performance" /><summary type="html">It's been a while since the last visible change to the Website, almost exactly two years now. In 2019, I switched the theme back to a more lightweight version with the old 2016 CSS override applied, but eventually that was no longer enough. Over time, WordPress's updates spiralled out of my control, changing how WordPress worked - and at the same time also drastically increasing processing time required. While the move to a more powerful machine initially improved the situation, after a few updates to WordPress even that was negated. It was time to find an alternative solution, one which would not take ages to compile a static page to be served live. Looking through solutions, including some outright dumb ones, I ended up picking Jeckyll for the job. It took me a while to learn, but I've finally mastered it enough to make my own fully static website with it. So, welcome to the new site! I hope you will find everything you were here for, if not the old blog will still be active while I port things over to here.</summary></entry><entry><title type="html">A little bit of Silence</title><link href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/" rel="alternate" type="text/html" title="A little bit of Silence" /><published>2021-08-14T00:00:00+02:00</published><updated>2021-08-14T00:00:00+02:00</updated><id>https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence</id><content type="html" xml:base="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/"><div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
For a few weeks now I’ve taken a step back from the public eye, for various reasons. The main one is that I simply need some more time to myself, time to enjoy life a bit more than I used to. I’m barreling straight towards my 30s, and haven’t even experienced half of what I could have at this age, despite having the means to do so. So in the near, and perhaps far future, I will put a lot more focus on enjoying life.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
The people that follow me <a class="inline inline-link" href="https://twitter.com/Xaymar" ></a>
|
||||||
|
on Twitter<a class="inline inline-link" href="" ></a>
|
||||||
|
know that I’ve recently picked up a new hobby, which I’ll put a lot of time into: playing bass guitar. I’ve gotten reasonably far with it so far, but I still need a lot of time to actually be decent at it. Also I’ve started to pick up <a class="inline inline-link" href="https://twitch.tv/xaymar" ></a>
|
||||||
|
streaming and content creation<a class="inline inline-link" href="" ></a>
|
||||||
|
again, both something I liked to do, but dropped as nobody in my friend circle still had time to play multiplayer games.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Originally, my hobby was programming, but it was more of a means to escape reality than anything – and now it has turned into a well-paying job, one I’m actually good at. This doesn’t mean that all my projects will end up abandoned, just that they will slow down drastically while I figure things out. StreamFX, VoiceFX, Tonbrett, ARMA 3 Partitioner, etc. will all still be worked on, just much slower than before.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
One thing I’m definitely not going to do is drop any of those projects before they hit 1.0, I’ve done that too many times, and I’ve regretted it every time. I’m sure that someone will spin this to be super negative, or political, or somehow fit their narrative like many times before, but this is just me saying I need a fucking break and enjoy this life before it can’t be enjoyed anymore due to various external circumstances, like Climate Change, and the current Pandemic killing everyone.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Well, that’s all I had to say.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div></content><author><name>Michael Fabian 'Xaymar' Dirks</name></author><category term="Blog" /><category term="Health" /><summary type="html">For a few weeks now I’ve taken a step back from the public eye, for various reasons. The main one is that I simply need some more time to myself, time to enjoy life a bit more than I used to. I’m barreling straight towards my 30s, and haven’t even experienced half of what I could have at this age, despite having the means to do so. So in the near, and perhaps far future, I will put a lot more focus on enjoying life. The people that follow me on Twitter know that I’ve recently picked up a new hobby, which I’ll put a lot of time into: playing bass guitar. I’ve gotten reasonably far with it so far, but I still need a lot of time to actually be decent at it. Also I’ve started to pick up streaming and content creation again, both something I liked to do, but dropped as nobody in my friend circle still had time to play multiplayer games. Originally, my hobby was programming, but it was more of a means to escape reality than anything – and now it has turned into a well-paying job, one I’m actually good at. This doesn’t mean that all my projects will end up abandoned, just that they will slow down drastically while I figure things out. StreamFX, VoiceFX, Tonbrett, ARMA 3 Partitioner, etc. will all still be worked on, just much slower than before. One thing I’m definitely not going to do is drop any of those projects before they hit 1.0, I’ve done that too many times, and I’ve regretted it every time. I’m sure that someone will spin this to be super negative, or political, or somehow fit their narrative like many times before, but this is just me saying I need a fucking break and enjoy this life before it can’t be enjoyed anymore due to various external circumstances, like Climate Change, and the current Pandemic killing everyone. Well, that’s all I had to say.</summary></entry><entry><title type="html">Mozilla, why?</title><link href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/" rel="alternate" type="text/html" title="Mozilla, why?" /><published>2021-06-05T00:00:00+02:00</published><updated>2021-06-05T00:00:00+02:00</updated><id>https://www.xaymar.com/articles/2021/06/05/mozilla-why</id><content type="html" xml:base="https://www.xaymar.com/articles/2021/06/05/mozilla-why/"><div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
I didn’t mind the addition of Pocket because I didn’t use it. I didn’t mind the addition of Hello, as I didn’t use it. I didn’t mind the removal of the original themeing ability, which was far superior to what we have now. Didn’t even really care about the removal of Flash either. What I do mind is when you ignore user feedback, push out a release, break every existing theme and make things look incredibly stupid, then continue to ignore user feedback.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Your new rounded theme design is horrible to look at, and it’s not something I want to continue using. The new tabs are oversized with needless padding and disconnected from the UI itself – they feel out of place. Your menus take ages to open and render correctly with the amount of Fonts I have for design and testing. Everything feels like you designed it for mobile, tablet or finger input – but this is your Desktop browser.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Though in the end, this decision doesn’t surprise me. You haven’t exactly made great decisions in the past, and you continue this path even now. Only a matter of time until Firefox is completely forgotten, and only Chromium remains.
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div></content><author><name>Michael Fabian 'Xaymar' Dirks</name></author><category term="Blog" /><category term="Rant" /><category term="Mozilla" /><category term="Firefox" /><summary type="html">I didn’t mind the addition of Pocket because I didn’t use it. I didn’t mind the addition of Hello, as I didn’t use it. I didn’t mind the removal of the original themeing ability, which was far superior to what we have now. Didn’t even really care about the removal of Flash either. What I do mind is when you ignore user feedback, push out a release, break every existing theme and make things look incredibly stupid, then continue to ignore user feedback. Your new rounded theme design is horrible to look at, and it’s not something I want to continue using. The new tabs are oversized with needless padding and disconnected from the UI itself – they feel out of place. Your menus take ages to open and render correctly with the amount of Fonts I have for design and testing. Everything feels like you designed it for mobile, tablet or finger input – but this is your Desktop browser. Though in the end, this decision doesn’t surprise me. You haven’t exactly made great decisions in the past, and you continue this path even now. Only a matter of time until Firefox is completely forgotten, and only Chromium remains.</summary></entry><entry><title type="html">FidelityFX Super Resolution: DLSS Killer, or not?</title><link href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/" rel="alternate" type="text/html" title="FidelityFX Super Resolution: DLSS Killer, or not?" /><published>2021-06-02T00:00:00+02:00</published><updated>2021-06-02T00:00:00+02:00</updated><id>https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not</id><content type="html" xml:base="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/"><div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<h2 class="content ">
|
||||||
|
A mistake in the Presentation
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
If you watched the AMD presentation only once, you would most likely not have spotted this – I’ve even had to watch it three times to spot it. There’s three demos in the presentation, but only one of them has this issue:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a class="inline inline-link" href="https://youtu.be/eHPmkJzwOFc?t=84" target="_blank">The first demo highlights the Ultra Quality mode.</a>
|
||||||
|
</li>
|
||||||
|
<li><a class="inline inline-link" href="https://youtu.be/eHPmkJzwOFc?t=109" target="_blank">Then we get a demo comparing each quality mode at the same time.</a>
|
||||||
|
</li>
|
||||||
|
<li><a class="inline inline-link" href="https://youtu.be/eHPmkJzwOFc?t=182" target="_blank">And finally, an example of the Quality mode in motion.</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
Going by AMDs patent registrations, FidelityFX Super Resolution is entirely Spatial, but in the second demo it has information that would be completely hidden without Temporal information. It is able to perfectly represent textures and surfaces, despite it lacking the information to do so. This can’t even be explained away by VP9, HEVC or H264 compression artifacts, as those are vastly different from what we end up seeing here.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
My conclusion is that AMDs marketing team made an honest mistake here. They seem to have forgotten to show the layers or even add them after testing the overlay. It is still impressive in the other demos for a Spatial upscaler. If AMD wishes to clarify this, please contact me at info(at)xaymar(dot)com.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
Update: Other sources in contact with AMD have confirmed that this is a Spatial upscaler, therefore the second demo should be physically impossible.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<h2 class="content ">
|
||||||
|
Is it a DLSS killer?
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
It depends on which version of DLSS. If you compare FidelityFX Super Resolution to DLSS 1.0 and 1.1, I’d take FidelityFX Ultra Quality over DLSS 1.0 and 1.1 any day. The temporal issues in DLSS 1.0 and 1.1 are horrible to look at, and make games unplayable because of heavy ghosting issues and similar. But if you compare it to DLSS 2.0 and 2.1, FidelityFX Super Resolution doesn’t hold up anymore. DLSS 2.0 and 2.1 look almost identical to the native resolution, while running up to 400% faster.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
AMD definitely has a strong contender, and if they can figure out how to add a Temporal compontent to the upscaler, they will be competing with DLSS 2.0 instead of DLSS 1.0. As an example of a great upscaler, Unreal Engine 5 recently unveiled Temporal Super Resolution which gives a slight improvement in performance, while losing nearly no quality.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div></content><author><name>Michael Fabian 'Xaymar' Dirks</name></author><category term="Review" /><category term="AMD" /><category term="FidelityFX" /><category term="FidelityFX Super Resolution" /><category term="FSR" /><category term="NVIDIA" /><category term="DLSS" /><summary type="html">It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.</summary></entry><entry><title type="html">Routine Maintenance</title><link href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/" rel="alternate" type="text/html" title="Routine Maintenance" /><published>2021-05-25T00:00:00+02:00</published><updated>2021-05-25T00:00:00+02:00</updated><id>https://www.xaymar.com/articles/2021/05/25/routine-maintenance</id><content type="html" xml:base="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/"><div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
Site was offline for ~2 days for maintenance, as I was moving the entire infrastructure to the new Server, which is located somewhere in the frosty north, and has plenty of hardware to handle the things I throw at it. For those on IPv6, the site should already be 100% online again, while for those on IPv4-only, it may take a day or so to update. During the move/maintenance I learned a couple things:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
|
||||||
|
|
||||||
|
<li>While the majority of ISPs have adopted IPv6 (some even being IPv6-only), there are still some that only have IPv4 or require IPv4 or their DNS won’t resolve the IPv6 addresses. It is baffling that 26 years after the standard has been accepted (~15 years for the adoption) that some ISPs are actually so incompetent to not have IPv6 support at all.</li>
|
||||||
|
<li>Because of the above, I now know how to forward ports to VMs without it only working one-way. I no longer have to buy more IPv4 addresses, which are already sparse enough, to allow those ISPs to keep working fine. Thanks to that ServerFault user for pointing me in the right direction.</li>
|
||||||
|
<li>As far as testing goes, a single 10gbit link seems to outperform any previous infrastructure I had. Even though the server is in the north which increases ping quite a bit, it is still responding much faster than when it was local to me. It’s also way easier to maintain now, as it’s 1 physical machine instead of 4 different ones.</li>
|
||||||
|
<li>SystemD is annoying and painful to work with. It will fight you with everything it has, even if you follow the documentation as stated. Especially systemd-resolved and systemd-networkd. Great if they work, awful if they don’t.</li>
|
||||||
|
<li>As expected, Zen1 to Zen3 is a massive upgrade even when used as a Server. All VMs are booting blazingly fast now, with the Database even having a 2-3x increase in raw throughput. Absolutely worth the extra 30€/mo if you ask me.</li>
|
||||||
|
<li>Debian is … questionable these days. ‘partman’ still doesn’t have any idea what KiB/MiB/GiB/… is, the installer still requires a normal user account for server installs, and for some reason there’s still bloat being installed in the netinst version. </li>
|
||||||
|
|
||||||
|
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
And I’m also left with one question: What the heck do I do with 8 Zen3 cores that are practically sitting idle?!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="block block- ">
|
||||||
|
|
||||||
|
<p class="content ">
|
||||||
|
<b>Update:</b> The mail server is now also available with IPv4 again, as people still pretend that IPv6 doesn’t exist. Notably affected are: Amazon, Microsoft, Google/YouTube, the FFmpeg mailing list, the Debian mailing list, Slack, and some others that I forgot the names of. Shame on every single one of the listed for not supporting IPv6 in 2021.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div></content><author><name>Michael Fabian 'Xaymar' Dirks</name></author><category term="Blog" /><category term="Blog" /><summary type="html">Site was offline for ~2 days for maintenance, as I was moving the entire infrastructure to the new Server, which is located somewhere in the frosty north, and has plenty of hardware to handle the things I throw at it. For those on IPv6, the site should already be 100% online again, while for those on IPv4-only, it may take a day or so to update. During the move/maintenance I learned a couple things:</summary></entry></feed>
|
||||||
@@ -0,0 +1,639 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>Xaymar | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="Xaymar" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
|
||||||
|
New Year, New Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It's been a while since the last visible change to the Website, almost exactly two years now. In 2019, I switched the theme back to a more lightweight version with the old 2016 CSS override applied, but eventually that was no longer enough. Over time, WordPress's updates spiralled out of my control, changing how WordPress worked - and at the same time also drastically increasing processing time required. While the move to a more powerful machine initially improved the situation, after a few updates to WordPress even that was negated. It was time to find an alternative solution, one which...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/jekyll">
|
||||||
|
Jekyll
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/wordpress">
|
||||||
|
WordPress
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/html">
|
||||||
|
HTML
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/css">
|
||||||
|
CSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/performance">
|
||||||
|
Performance
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
|
||||||
|
A little bit of Silence
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
For a few weeks now I’ve taken a step back from the public eye, for various reasons. The main one is that I simply need some more time to myself, time to enjoy life a bit more than I used to. I’m barreling straight towards my 30s, and haven’t even experienced half of what I could have at this age, despite having the means to do so. So in the near, and perhaps far future, I will put a lot more focus on enjoying life. The people that follow me on Twitter know that I’ve recently picked up a new...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/08/14/a-little-bit-of-silence/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/health">
|
||||||
|
Health
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
|
||||||
|
Mozilla, why?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
I didn’t mind the addition of Pocket because I didn’t use it. I didn’t mind the addition of Hello, as I didn’t use it. I didn’t mind the removal of the original themeing ability, which was far superior to what we have now. Didn’t even really care about the removal of Flash either. What I do mind is when you ignore user feedback, push out a release, break every existing theme and make things look incredibly stupid, then continue to ignore user feedback. Your new rounded theme design is horrible to look at, and it’s not something I want to...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/05/mozilla-why/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/rant">
|
||||||
|
Rant
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/mozilla">
|
||||||
|
Mozilla
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/firefox">
|
||||||
|
Firefox
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/amd">
|
||||||
|
AMD
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx">
|
||||||
|
FidelityFX
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx-super-resolution">
|
||||||
|
FidelityFX Super Resolution
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fsr">
|
||||||
|
FSR
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/nvidia">
|
||||||
|
NVIDIA
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/dlss">
|
||||||
|
DLSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
|
||||||
|
Routine Maintenance
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
Site was offline for ~2 days for maintenance, as I was moving the entire infrastructure to the new Server, which is located somewhere in the frosty north, and has plenty of hardware to handle the things I throw at it. For those on IPv6, the site should already be 100% online again, while for those on IPv4-only, it may take a day or so to update. During the move/maintenance I learned a couple things:
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/blog">
|
||||||
|
Blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,397 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>amd | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/tag/amd/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="amd" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/tag/amd/index.html">
|
||||||
|
amd
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/amd">
|
||||||
|
AMD
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx">
|
||||||
|
FidelityFX
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx-super-resolution">
|
||||||
|
FidelityFX Super Resolution
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fsr">
|
||||||
|
FSR
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/nvidia">
|
||||||
|
NVIDIA
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/dlss">
|
||||||
|
DLSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,362 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>blog | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/tag/blog/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="blog" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/tag/blog/index.html">
|
||||||
|
blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
|
||||||
|
Routine Maintenance
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
Site was offline for ~2 days for maintenance, as I was moving the entire infrastructure to the new Server, which is located somewhere in the frosty north, and has plenty of hardware to handle the things I throw at it. For those on IPv6, the site should already be 100% online again, while for those on IPv4-only, it may take a day or so to update. During the move/maintenance I learned a couple things:
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/05/25/routine-maintenance/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/blog">
|
||||||
|
Blog
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,390 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>css | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/tag/css/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="css" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/tag/css/index.html">
|
||||||
|
css
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
|
||||||
|
New Year, New Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It's been a while since the last visible change to the Website, almost exactly two years now. In 2019, I switched the theme back to a more lightweight version with the old 2016 CSS override applied, but eventually that was no longer enough. Over time, WordPress's updates spiralled out of my control, changing how WordPress worked - and at the same time also drastically increasing processing time required. While the move to a more powerful machine initially improved the situation, after a few updates to WordPress even that was negated. It was time to find an alternative solution, one which...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/12/22/new-year-new-website/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/jekyll">
|
||||||
|
Jekyll
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/wordpress">
|
||||||
|
WordPress
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/html">
|
||||||
|
HTML
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/css">
|
||||||
|
CSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/performance">
|
||||||
|
Performance
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,397 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>dlss | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/tag/dlss/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="dlss" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/tag/dlss/index.html">
|
||||||
|
dlss
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/amd">
|
||||||
|
AMD
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx">
|
||||||
|
FidelityFX
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx-super-resolution">
|
||||||
|
FidelityFX Super Resolution
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fsr">
|
||||||
|
FSR
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/nvidia">
|
||||||
|
NVIDIA
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/dlss">
|
||||||
|
DLSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,397 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>fidelityfx-super-resolution | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/tag/fidelityfx-super-resolution/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="fidelityfx-super-resolution" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx-super-resolution/index.html">
|
||||||
|
fidelityfx-super-resolution
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/amd">
|
||||||
|
AMD
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx">
|
||||||
|
FidelityFX
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx-super-resolution">
|
||||||
|
FidelityFX Super Resolution
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fsr">
|
||||||
|
FSR
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/nvidia">
|
||||||
|
NVIDIA
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/dlss">
|
||||||
|
DLSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
@@ -0,0 +1,397 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
|
|
||||||
|
<title>fidelityfx | Xaymar - Pushing 1 Pixel at a time </title>
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://www.xaymar.com/tag/fidelityfx/index.html" />
|
||||||
|
|
||||||
|
<meta property="og:site_name" content="Xaymar" />
|
||||||
|
<meta property="og:title" content="fidelityfx" />
|
||||||
|
|
||||||
|
<meta property="og:description" content="Just another software developer in an endless pool of humans." />
|
||||||
|
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<meta property="og:image" content="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<meta property="article:published_time" content="2021-12-24T10:35:51+01:00" />
|
||||||
|
<link rel="icon" href="https://www.xaymar.com/assets/logo.svg">
|
||||||
|
<link rel="stylesheet" href="https://www.xaymar.com/assets/site.css">
|
||||||
|
<link rel="alternate" type="application/rss+xml" href="https://www.xaymar.com/feed.xml">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header id="header" class="header">
|
||||||
|
<div class="content">
|
||||||
|
<a href="/">
|
||||||
|
<div class="logo">
|
||||||
|
<img class="icon" src="https://www.xaymar.com/assets/logo.svg" />
|
||||||
|
<figcaption>Xaymar</figcaption>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<nav class="navigation" role="navigation">
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="home" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" >
|
||||||
|
|
||||||
|
Home
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="news" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/news/" >
|
||||||
|
|
||||||
|
News
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="blog" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/blog/" >
|
||||||
|
|
||||||
|
Blogs
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="review" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/category/review/" >
|
||||||
|
|
||||||
|
Reviews
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="project" class="entry has-menu ">
|
||||||
|
|
||||||
|
Projects
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="streamfx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://streamfx.xaymar.com" target="_blank">
|
||||||
|
|
||||||
|
StreamFX
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="voicefx" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://xaymar.itch.io/voicefx" target="_blank">
|
||||||
|
|
||||||
|
VoiceFX (for VST)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="obs-ocean-blue" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Ocean Blue (for OBS Studio)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="guides" class="entry has-menu ">
|
||||||
|
|
||||||
|
Guides
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="recording" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Recording
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="streaming_nvenc" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
High Quality Streaming (with NVENC)
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="lost_knowledge" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Lost Knowledge & Secrets
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="socials" class="entry has-menu ">
|
||||||
|
|
||||||
|
Socials
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="twitch" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitch" target="_blank">
|
||||||
|
|
||||||
|
Twitch
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="twitter" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/twitter" target="_blank">
|
||||||
|
|
||||||
|
Twitter
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="discord" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://s.xaymar.com/discord" target="_blank">
|
||||||
|
|
||||||
|
Discord
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="about" class="entry has-menu ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/about/" >
|
||||||
|
|
||||||
|
About
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<ul class="menu">
|
||||||
|
|
||||||
|
<li id="rss" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/feed.xml" target="_blank">
|
||||||
|
|
||||||
|
RSS Feed
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="old-site" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://blog.xaymar.com/" >
|
||||||
|
|
||||||
|
Old Website
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li id="privacy" class="entry ">
|
||||||
|
|
||||||
|
<a href="https://privacy.xaymar.com/?url=https://www.xaymar.com/" target="_blank">
|
||||||
|
|
||||||
|
Privacy Policy
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
|
||||||
|
<div class="breadcrumbs">
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com">
|
||||||
|
Home
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
»
|
||||||
|
|
||||||
|
<span class="crumb">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx/index.html">
|
||||||
|
fidelityfx
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
|
||||||
|
<a href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
FidelityFX Super Resolution: DLSS Killer, or not?
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
It’s been a day since the reveal of FidelityFX Super Resolution, and it appears to be a DLSS killer. But on closer inspection, it seems that AMD made a mistake in at least one of the examples, and forgot to show the FSR footage, instead only showing the native footage. Let’s go into the details on AMDs FidelityFX Super Resolution a bit.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="readmore">
|
||||||
|
<a class="readmore" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
Read More
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="meta">
|
||||||
|
|
||||||
|
<a class="permalink" href="https://www.xaymar.com/articles/2021/06/02/fidelityfx-super-resolution-dlss-killer-or-not/">
|
||||||
|
|
||||||
|
Permalink
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="tags">
|
||||||
|
<span>Tags:</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/amd">
|
||||||
|
AMD
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx">
|
||||||
|
FidelityFX
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fidelityfx-super-resolution">
|
||||||
|
FidelityFX Super Resolution
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/fsr">
|
||||||
|
FSR
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/nvidia">
|
||||||
|
NVIDIA
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class="tag">
|
||||||
|
<a href="https://www.xaymar.com/tag/dlss">
|
||||||
|
DLSS
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user