This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Claim: The Dixmier conjecture is false in rank 3. | |
| Let A_3 = C<x,y,z,Dx,Dy,Dz> be the third Weyl algebra. Define phi on x,y,z by | |
| phi(x) = (1+xy)^3 z + y^2(1+xy)(4+3xy) | |
| phi(y) = y + 3x(1+xy)^2 z + 3xy^2(4+3xy) | |
| phi(z) = 2x - 3x^2y - x^3z. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| require 'nokogiri' | |
| if ARGV.size != 1 | |
| $stderr.puts "Usage: get_defs <file>" | |
| exit 2 | |
| end | |
| COLORS = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo fwupdmgr get-updates | |
| Firmware metadata has not been updated for 30 days and may not be up to date. | |
| Update now? (Requires internet connection) [y|N]: y | |
| Fetching metadata https://cdn.fwupd.org/downloads/firmware.xml.gz | |
| Downloading… [***************************************] | |
| Fetching signature https://cdn.fwupd.org/downloads/firmware.xml.gz.asc | |
| Successfully downloaded new metadata: 2 local devices supported | |
| • Integrated Camera has no available firmware updates |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use std::time::Instant; | |
| use std::thread::sleep; | |
| use std::time::Duration; | |
| macro_rules! do_timing { | |
| ($name:expr, $body:expr) => { | |
| { | |
| let from_time = Instant::now(); | |
| let value = { | |
| $body |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thread '<unnamed>' panicked at 'attempted to leave type `nodrop::NoDrop<(epoch::Epoch, garbage::Bag)>` uninitialized, which is invalid', /rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/core/src/mem/mod.rs:658:9 | |
| stack backtrace: | |
| 0: 0x561f836807f0 - std::backtrace_rs::backtrace::libunwind::trace::h72c2fb8038f1bbee | |
| at /rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:96 | |
| 1: 0x561f836807f0 - std::backtrace_rs::backtrace::trace_unsynchronized::h1e3b084883f1e78c | |
| at /rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/std/src/../../backtrace/src/backtrace/mod.rs:66 | |
| 2: 0x561f836807f0 - std::sys_common::backtrace::_print_fmt::h3bf6a7ebf7f0394a | |
| at /rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/std/src/sys_common/backtrace.rs:79 | |
| 3: 0x561f836807f0 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ wayland-info | |
| interface: 'wl_shm', version: 1, name: 1 | |
| formats: 'AB24'(0x34324241) 'XB24'(0x34324258) XRGB8888 ARGB8888 | |
| interface: 'wl_drm', version: 2, name: 2 | |
| interface: 'zwp_linux_dmabuf_v1', version: 3, name: 3 | |
| formats: | |
| 'UYVY'(0x59565955), modifier: 0x0100000000000002 | |
| 'UYVY'(0x59565955), modifier: 0x0100000000000001 | |
| 'UYVY'(0x59565955), modifier: 0x0000000000000000 | |
| 'YUYV'(0x56595559), modifier: 0x0100000000000002 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In your .config/sway/config: | |
| input * xkb_layout pt-custom | |
| In .xkb/symbols/pt-custom: | |
| default partial alphanumeric_keys modifier_keys | |
| xkb_symbols "basic" { | |
| include "pt" | |
| name[Group1] = "Portuguese (Custom)"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 00:00:00.000 [sway/main.c:326] Sway version 1.5.1-eca57594 (May 18 2021, branch 'HEAD') | |
| 00:00:00.003 [sway/main.c:153] Linux coulson 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux | |
| 00:00:00.004 [sway/main.c:169] Contents of /etc/lsb-release: | |
| 00:00:00.004 [sway/main.c:153] DISTRIB_ID=Ubuntu | |
| 00:00:00.004 [sway/main.c:153] DISTRIB_RELEASE=20.04 | |
| 00:00:00.004 [sway/main.c:153] DISTRIB_CODENAME=focal | |
| 00:00:00.004 [sway/main.c:153] DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS" | |
| 00:00:00.005 [sway/main.c:169] Contents of /etc/os-release: | |
| 00:00:00.005 [sway/main.c:153] NAME="Ubuntu" | |
| 00:00:00.005 [sway/main.c:153] VERSION="20.04.2 LTS (Focal Fossa)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 00:00:00.000 [sway/main.c:326] Sway version 1.5.1-eca57594 (May 18 2021, branch 'HEAD') | |
| 00:00:00.001 [sway/main.c:153] Linux coulson 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux | |
| 00:00:00.001 [sway/main.c:169] Contents of /etc/lsb-release: | |
| 00:00:00.001 [sway/main.c:153] DISTRIB_ID=Ubuntu | |
| 00:00:00.001 [sway/main.c:153] DISTRIB_RELEASE=20.04 | |
| 00:00:00.001 [sway/main.c:153] DISTRIB_CODENAME=focal | |
| 00:00:00.001 [sway/main.c:153] DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS" | |
| 00:00:00.001 [sway/main.c:169] Contents of /etc/os-release: | |
| 00:00:00.001 [sway/main.c:153] NAME="Ubuntu" | |
| 00:00:00.001 [sway/main.c:153] VERSION="20.04.2 LTS (Focal Fossa)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| May 18 11:47:47 coulson /usr/lib/gdm3/gdm-wayland-session[27557]: The XKEYBOARD keymap compiler (xkbcomp) reports: | |
| May 18 11:47:47 coulson /usr/lib/gdm3/gdm-wayland-session[27557]: > Warning: Unsupported maximum keycode 569, clipping. | |
| May 18 11:47:47 coulson /usr/lib/gdm3/gdm-wayland-session[27557]: > X11 cannot support keycodes above 255. | |
| May 18 11:47:47 coulson /usr/lib/gdm3/gdm-wayland-session[27557]: > Internal error: Could not resolve keysym Invalid | |
| May 18 11:47:47 coulson /usr/lib/gdm3/gdm-wayland-session[27557]: Errors from xkbcomp are not fatal to the X server | |
| May 18 11:47:47 coulson /usr/lib/gdm3/gdm-wayland-session[27559]: The XKEYBOARD keymap compiler (xkbcomp) reports: | |
| May 18 11:47:47 coulson /usr/lib/gdm3/gdm-wayland-session[27559]: > Warning: Unsupported maximum keycode 569, clipping. | |
| May 18 11:47:47 coulson /usr/lib/gdm3/gdm-wayland-session[27559]: > X11 cannot support keycodes above 255. | |
| May 18 11:47:47 coulson /usr/lib/gdm3/gdm-wayland-s |
NewerOlder