@fasterthanlime@hachyderm.io titelbild
@fasterthanlime@hachyderm.io avatar

fasterthanlime

@fasterthanlime@hachyderm.io

hi, I'm amos! 🦀 I make articles & videos about how computers work 🐻‍❄ cool bear's less cool counterpart ✨ be kind

Dieses Profil is von einem föderierten Server und möglicherweise unvollständig. Auf der Original-Instanz anzeigen

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

TIL about wezterm's "adjust_window_size_when_changing_font_size" option you can set to false and get the behavior I've wanted all terminals to have forever:

I'm doing Cmd+Plus and Minus, and the window size doesn't change: only the text size

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

PSA: if you need your Rust code to interact with AWS S3, you probably can get away with the lighter https://crates.io/crates/object-store instead aws-sdk-s3

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

reasonably happy with this scp invocation

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@Setzer22 yeah!

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

oh boy.

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Accidental poetry is all too easy in Polish: if you say "w sobocie" (case 6) instead of "w sobotę" (case 4), suddenly saturday is not a time... it's a place ✨

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@duckonaut sure, but does anyone accidentally say "my girlfriend is Poland" in English because of word endings?

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Did -Wunused-crate-dependencies disappear from rustc? I get a warning about an unknown lint on a very recent nightly

https://github.com/rust-lang/rust/pull/72342

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@thejpster Then why is passing it as rustflags warning me about an unknown lint, mhhh

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

learning a lot today

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

So if you were looking for a distributed message bus to get a bunch of Rust servers talking, you could do worse than NATS jetstream, right?

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Some French neobank. (Sumeria, used to be Lydia) just sent me a VISA card. It has raised lettering. So...

...if you take the card
...and you throw the paper out
...anyone can read the 16-digit credit card number, expiration date, first name and last name of the cardholder 🥲

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@overanalytcl I haven’t noticed that problem on other cards. I think the base Revolut card doesn’t actually have raised lettering. The other ones probably have plastic around them, or something else that doesn’t mark as easily. This one straight up acted as a printing press.

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@krans That seems like good advice. I have just ordered one.

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

One thing code has that zed is missing is narrowing down by dirname in fuzzy search

In code I can do "Cargo.toml", it shows 8 results, I add space, then "cratename", it narrows down. In zed the query has to be "cratename/Cargo.toml", which is annoying.

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

Another nitpick: using zed's "Go To Diagnostic" command expands the diagnostic inline (great!), but then if I fix it and save, and the checker/linter no longer reports the error, it's still shown! I have to hit "esc" explicitly.

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

In personal news: jaw surgery round two will NOT happen over the summer like I thought, but in Q1 2025, which means I have the whole year to make cool stuff!

I was bummed to have my year split in half by surgery + recovery, so this is actually great news for me (although you'll see braces in every video this year I guess 😬).

Anyway. Onwards!

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Problem solved with a 12-minute phone call.

Accountants tell you to do "advance" wire transfers, but since the tax authority doesn't expect anything, they write it down as "credit".

And they never automatically use "credit" for anything. You have to ask. So I asked. That's it.
https://hachyderm.io/@fasterthanlime/112563671475513553

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

I've been stressing about this for like, 2 months, opening more tickets, etc.—today I finally had enough mental fortitude to expect hours of waiting for a human, to potentially tell me that the 30K I imagined did not exist but nope! It's all there. I get to pay rent another day!

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

If you didn't want me to make 50 holes in the wall then they shouldn't sell hollow wall anchors by packs of 50

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@artificialmind oh wow, TIL!

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@artificialmind Just to be clear there’s no ongoing disputes, it’s just that I learned to do it properly and I went a little happy with it

mcc , an Random Englisch
@mcc@mastodon.social avatar

A really startling number of the informational/advertisement stanchion screens at Charles De Gaulle are showing the Windows 10 login screen

That same desktop image of the cave. You know the one

fasterthanlime ,
@fasterthanlime@hachyderm.io avatar

@mcc Welcome!

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

The electric company cut the power twice today, so now I have a UPS!

The amount of things that "might throw off a production" keeps growing lol

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@0atman I meant like video production, not production servers

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar
fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Decided to NOT go for the iOS/macOS developer betas this time, because I have Work To Do(TM). Much restraint, wow, please clap.

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Nix friends!

How do I have:

  • flake.nix
  • subdir/flake.nix

And use subdir's flake from the top-level flake? path: used to accept relative paths but now complains with "cannot fetch input"

fasterthanlime OP , (Bearbeitet )
@fasterthanlime@hachyderm.io avatar

@jakehamilton OH WELL. I'll just have to learn "the old ways". I tried to read the linked file several times and still cannot exactly tell what's going on, but maybe more coffee will fix this.

edit: https://jade.fyi/blog/flakes-arent-real/ is great btw

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar
fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Current status: doing my first ever Time Machine backup to a 512GB microSD (because that's all I had on hand that was big enough)

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@dpom Giving Arq a try right now — it’s faster to backup to AWS S3 Glacier with Flexible Retrieval than it is to write to this microSD card 🥲

Thanks for the recommendation!

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

"look, some problems we fix with money, some problems we fix with therapy"
"but therapy costs money", said toad
"that is true", said frog

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

PSA: IKEA has a great deal on ṀITṀ right now

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

Safari isn't affected since I have iCloud Privacy Relay on.

...is there any way to configure CLIs to use it, too? I should just set up a VPN at my home tbqh.

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@74k08 yeah, I'm assuming they have an allowlist of common websites, and for everything else they do TLS MITM? If you stop at the warning they've prevented "abuse" and if you ignore the error they get a cleartext view of what you're up to.

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

I got seecert from there btw: https://stackoverflow.com/a/59412853/1021683

Anyway, enough Swedish meatballs for today

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@virtulis @74k08 This is after going through the captive portal thingy.

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@74k08 Yeah, setting up a backup office :)

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@virtulis @74k08 I got real unlucky too

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Video is premiering in a few minutes, see y'all in chat!

https://www.youtube.com/watch?v=eEtawNgwSC8

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@alj Thanks!! It was a lot of work (and several rewrites) but I'm really happy with the result :)

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

I've been learning a lot of new software lately and amidst the frustration there's a lot of trying something logical and going "ooooh they thought of that, that's so neat!"

Going back to Google products though, there's none of those moments. None at all.

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@ThePaulMcBride the last thing was in Affinity Designer 2: I wanted a "round image" and discovered you.. make a circle... and then drag an image layer into it... and voila.

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@ThePaulMcBride I also discovered a lot of useful things in DaVinci Resolve's Fusion tab lately, the "oh I've wasted entire days doing it wrong" kind, too many to tell x)

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@ThePaulMcBride Also, tldraw has been great! And I keep finding new features in macOS (dragging screenshots onto apps after Cmd+Shift+4, adding folders as "Fan" to the dock besides the default Downloads, Cmd+Clicking items in Fans to find them in Finder, wired AirDrop, etc.)

fasterthanlime , an Random Englisch
@fasterthanlime@hachyderm.io avatar

Good morning Europe! Here's a thing for you (now or tomorrow night):

https://hachyderm.io/@fasterthanlime/112583689327551164

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@dysfun the naughty flag is actually a detail in the video but the docs are hilarious I couldn't resist featuring it on the thumbnail

fasterthanlime OP ,
@fasterthanlime@hachyderm.io avatar

@dysfun I don’t know, it’s hard for me to be mad at Rust things when I remember the people behind it all burned out. Rust is, like us, trying its best 🥲

  • Alle
  • Abonniert
  • Moderiert
  • Favoriten
  • random
  • haupteingang
  • Alle Magazine