mark-wagner's comments

mark-wagner | 2 years ago | on: Nick Cave on ChatGPT and the creative process

I agree. I see ChatGPT as similar to music synthesizers. They enable creativity. Creativity in novel ways as well.

What if you want to express yourself with a violin sound but don't know how to play one?

mark-wagner | 2 years ago | on: Official Chrome extension to use iCloud Keychain Passwords

I attempted many times to use this extension under Windows. It was one of the most frustrating software installation experiences I've ever had. I never got it to work. Note that it has a 2 star review.

Perhaps Apple developers don't know how to write a Windows program but the macOS version will be usable.

mark-wagner | 4 years ago | on: What Is the Most Free TLD?

Looks like there are no restrictions on nationality or language (like .cat).

I was unable to set up my domain with Cloudflare's name servers because you need to register the domain first and the registration process requires that the domain is served by the name servers you enter. I ended up selecting "parked" instead and should be able to switch it later.

mark-wagner | 4 years ago | on: Muse Group Continues Tone Deaf Handling of Audacity

Here are the commits I could find that remove the "telemetry:"

commit 2a37cd19a022fd6bc63d1c0a403840eb300dfd1c Author: Cookie Engineer <[email protected]> Date: Sun Jul 4 10:22:57 2021 +0200

    :shit: Remove Breakpad Crash Reports
commit 5728dd542fac39c0673dbb1c9d716838a25d69bd Author: Cookie Engineer <[email protected]> Date: Sun Jul 4 10:20:24 2021 +0200

    :shit: Remove Update Check
commit bbf352d36d725335962718f91fc3591a1037f39b Author: Cookie Engineer <[email protected]> Date: Sun Jul 4 10:19:04 2021 +0200

    :shit: Remove Sentry Reporting

mark-wagner | 4 years ago | on: ZFS fans, rejoice – RAIDz expansion will be a thing soon

Before the Available column there was the -/+ buffers/cache line that provided the same information. Maybe it was too confusing.

             total      used      free   shared buffers    cached
      Mem: 12286456  11715372    571084        0   81912   6545228
  -/+ buffers/cache:  5088232   7198224
     Swap: 24571408     54528  24516880

mark-wagner | 4 years ago | on: Anatomy of a Linux DNS Lookup

If bazonga.com is domain only accessible through the VPN then you most likely always want to look up flargle.bazonga.com through the VPN name servers. On the internet you'll get NXDOMAIN.

However, this could be solved by setting the name servers always to the VPN name servers and make them recursive. But then, what if those name servers don't have internet access?

mark-wagner | 5 years ago | on: M1 Mac Mini Teardown

Yes, and if you look at the at the IHS it looks like it was intended to cover the RAM, but couldn't, so they just chopped that part of it off.

mark-wagner | 5 years ago | on: Deprecating scp

There are patches for openssh when using it over LFNs: https://psc.edu/research/networking/hpn-ssh/ (which seems to be in a sad state currently). These patches might interact poorly with other implementations (e.g., it didn't interoperate with paramiko (2 years ago)).

Also, make sure TCP window scaling is working. I was making transfers through a F5 Big-IP which was running a profile that disabled it.

page 1