If DiskUtility is giving you lip, select View -> Show All Devices
and erase the outer device.
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
$ cat src/zag/main.zig | |
const std = @import("std"); | |
pub fn main() !void { | |
const stdout = std.io.getStdOut().writer(); | |
// | |
// The OK triples from: | |
// https://github.com/ziglang/zig-bootstrap#supported-triples | |
// |
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 | |
file = File.new('/tmp/default.pcm.dat', 'rb') | |
while bytes = file.read(4) do | |
puts bytes.unpack('l>')[0] | |
end |
If pasting clips are appearing before the beginning of the track, then clear all in and out marks.
VSCode has a nasty habit of nesting pasted text deeper than it should be. To stop this from happening, configure:
{
"editor.autoindent": "advanced"
}
- Swipe downward from the very top of the screen.
- Drag the app from a vertical split into either a left or right horizontal split.
- Swipe down from the very top of the screen.
- Drag the app to the middle, forming a regular, full screen split.
Annoying, but it works.
"C:\Riot Games\Riot Client\RiotClientServices.exe" --launch-product=valorant --launch-patchline=live
By default, Windows since v7 does an annoying Expose-like action every time an application window is tiled/snapped. Fortunately, this can be disabled in recent versions as follows:
- Select
Start -> Multitasking settings
. - Uncheck When I snap a window, show what I can snap next to it.
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
-fullscreen |