Skip to content

Instantly share code, notes, and snippets.

View petterthowsen's full-sized avatar

Petter Lamata Thowsen petterthowsen

View GitHub Profile
@petterthowsen
petterthowsen / gist:777513e4a6637578e2b5a297ed83180d
Created September 1, 2022 16:08
output of steam launching NFS:Shift using Proton 7.0-4
steam
steam.sh[92555]: Running Steam on ubuntu 22.04 64-bit
steam.sh[92555]: STEAM_RUNTIME is enabled automatically
setup.sh[92625]: Steam runtime environment up-to-date!
steam.sh[92555]: Steam client's requirements are satisfied
[2022-09-01 18:05:24] Startup - updater built Aug 20 2022 01:16:55
[2022-09-01 18:05:24] Startup - Steam Client launched with: '/home/pelatho/.local/share/Steam/ubuntu12_32/steam' '-nominidumps' '-nobreakpad'
Installing breakpad exception handler for appid(steam)/version(1661825435)
[2022-09-01 18:05:24] Loading cached metrics from disk (/home/pelatho/.local/share/Steam/package/steam_client_metrics.bin)
[2022-09-01 18:05:24] Using the following download hosts for Public, Realm steamglobal
Computer Information:
Manufacturer: ASUSTeK COMPUTER INC.
Model: Z97-A
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
CPU Family: 0x6
/prime-run.sh steam steam.sh[3086]: Running Steam on ubuntu 22.04 64-bit steam.sh[3086]: STEAM_RUNTIME is enabled automatically setup.sh[3156]: Steam runtime environment up-to-date! steam.sh[3086]: Steam client's requirements are satisfied [2022-09-01 11:13:54] Startup - updater built Aug 20 2022 01:16:55 [2022-09-01 11:13:54] Startup - Steam Client launched with: '/home/pelatho/.local/share/Steam/ubuntu12_32/steam' '-nominidumps' '-nobreakpad' Installing breakpad exception handler for appid(steam)/version(1661825435) [2022-09-01 11:13:54] Loading cached metrics from disk (/home/pelatho/.local/share/Steam/package/steam_client_metrics.bin) [2022-09-01 11:13:54] Using the following download hosts for Public, Realm steamglobal [2022-09-01 11:13:54] 1. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf' [2022-09-01 11:13:54] 2. https://cdn.akamai.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf'
@petterthowsen
petterthowsen / View.php
Last active October 15, 2021 22:11
Super simple PHP Template Class
<?php
namespace ThowsenMedia;
/**
* A Simple View/Template class that can process includes.
*
* new View('template-file', ['variable' => 'hello, world!'])
*
* Templates are just regular PHP Files.