Sign up

the website of jyn

Not verified No WebSub updates No webmention support Not yet validated

i write about code, and things that bring me joy, and sometimes other things too

Generator
Zola
Public lists
davewiner/hackerNewsStars
Fetched

the website of jyn
Text • jyn

sftp sandboxing

unix sure is a system

the website of jyn
Text • jyn

tools

tools i use or want to use

the website of jyn
Text • jyn

Terrible Horrible No Good Very Bad Python

new and exciting ways to write buggy code

the website of jyn
Text • jyn

Scheduling Do-Not-Disturb in GNOME

Do Not Disturb GNOME has a little button that lets you turn on Do-Not-Disturb for notifications: Unfortunately, it has no way of scheduling DnD. Good news, though! It does support turning on DnD through the CLI: gsettings set org.gnome.desktop.notifications show-banners fa...

the website of jyn
Text • jyn

building your own rustc_driver

what happens when you run cargo clippy?

the website of jyn
Text • jyn

the rust project has a burnout problem

the number of people who have left the rust project due to burnout is shockingly high. the number of people in the project who are close to burnout is also shockingly high. this post is about myself, but it's not just about myself. i'm not going to name names because either...

the website of jyn
Text • jyn

wonder

a sense of wonder is a wonderful thing

the website of jyn
Text • jyn

How to maintain an Open Source project

How to maintain a project without burning yourself out

the website of jyn
Text • jyn

Why is Rust's build system uniquely hard to use?

Goals for improving Rust's build system and making it easier to understand

the website of jyn
Text • jyn

Git cheats

tips and tricks for dealing with git's horrible error messages

the website of jyn
Text • jyn

bootstrapping: the once and future compiler

the website of jyn
Text • jyn

async() => { await }

the website of jyn
Text • jyn

I'll Rust With You: the song

I'll Rust With You: the song

Niko Matsakis, co-lead for the Rust language team, recently published a song titled "Edition: the song". I decided I was not to be outdone and sang a cover of "I'll Rust With You", by Steam Powered Giraffe. The song has absolutely no relation to the Rust language other than the title, I just think it's fun.

Video

the website of jyn
Text • jyn

borrow-checker FAQs

tips and tricks for dealing with the borrow-checker

the website of jyn
Text • jyn

&'borrow mut dyn FnMut(BrokenLink<'input>) -> CowStr<'input> and other valid rust programs

Why HRTB are my least-favorite part of Rust

the website of jyn
Text • jyn

The intra-doc links saga

How I helped stabilize intra-doc links

the website of jyn
Text • jyn

Rust in 2021

Rust in 2021 should focus on discoverability

the website of jyn
Text • jyn

Building Docs.rs

How I because the 2nd-most prolific contributor to docs.rs

the website of jyn
Text • jyn

Intro to Reverse Engineering

the website of jyn
Text • jyn

Intro to C

the website of jyn
Text • jyn

Intro to Linux

the website of jyn
Text • jyn

Intro to Python

the website of jyn
Text • jyn

Fun with gaming on Linux

How I got Multiplayer Civilization 5 to work on Linux

the website of jyn
Text • jyn

Buffer Overflows and Stacks and Assembly, Oh My!

Google has a 'Intro' Capture The Flag competition at https://capturetheflag.withgoogle.com/#beginners/. I've been trying it out because, why not? The challenges aren't easy by any means - they range from javascript crypto (let me know if you find out how to break JS Safe!) t...

the website of jyn
Text • jyn

Reverse Engineering x86 assembly

Basics of decompiling binaries on linux with GDB

the website of jyn
Text • jyn

Keepass on Linux and Android

File synchronization on Linux

the website of jyn
Text • jyn

Rewriting Jython

I got bored one day and started rewriting Jython

the website of jyn
Text • jyn

Copying Generic Arrays in Java

The problem that's been bothering me for a week

the website of jyn
Text • jyn

Object Oriented Python

creating classes and objects in Python

the website of jyn
Text • jyn

Password Safety

What a password manager is and how to use one