polina4096's Avatar

polina4096

@std.mem.transmute.me

Slightly autistic ADHD lesbian. Squeezing every last drop of pleasure from life. Rust enthusiast / TypeScript survivor Full-Stack Software Engineer

4 Followers  |  7 Following  |  10 Posts  |  Joined: 15.11.2025  |  1.5163

Latest posts by std.mem.transmute.me on Bluesky

Woag.

21.11.2025 01:50 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Currently the only thing you can realistically do besides not using TOML or doing flat tables is the following abomination.

19.11.2025 20:15 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

After discovering more preferable stimulants to caffeine consuming it can feel horrible at times.

My concentration just gets **worse** and I usually can't sleep well (or at all). As a bonus, if I drink too much I get anxiety and high blood pressure.

Yet they are so tasty... ๐Ÿ˜ญ๐Ÿ˜ญ

19.11.2025 03:15 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
```toml
# Works!
max_dimensions = { width = 1024, height = 1024 }

# Does not work :(
image = {
  max_dimensions = { width = 4096, height = 4096 },
  min_dimensions = { width = 8, height = 8 },
  max_size = 8_388_608,
  supported_formats = ["png", "jpeg", "webp"],
}
```

```toml # Works! max_dimensions = { width = 1024, height = 1024 } # Does not work :( image = { max_dimensions = { width = 4096, height = 4096 }, min_dimensions = { width = 8, height = 8 }, max_size = 8_388_608, supported_formats = ["png", "jpeg", "webp"], } ```

Apparently the latest released version of TOML (1.0) does not support newlines at the start of inline tables.

They fixed that in 1.1, but it's not released yet and no significant progress has been made in a long time. Some libraries chose not to support unreleased features which sucks even more :(

19.11.2025 03:03 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

That would take considerable space and also be not framerate-independant. I want the smoothest animations on low-end (60hz) devices, my 120hz macbook and my 360hz monitor at the same time.

17.11.2025 17:53 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Now you know :D

17.11.2025 17:08 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The whole point of vector animations is that they scale to any size without artifacts and don't take up a lot of space.

17.11.2025 17:04 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I actually like a lot that the default Bluesky frontend gives you an option to view post replies as a tree rather than a list.

It's very convenient.

17.11.2025 06:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I feel like it has a place somewhere, but not everywhere as a default.

17.11.2025 06:40 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

ะ’ะพะทะผะพะถะฝะพ ั‚ะตะฑะต ะฝัƒะถะฝะฐ ~~ั…ะพะทัะนะบะฐ~~ ะฟะฐั€ั‚ะฝั‘ั€ ๐Ÿ‘€

15.11.2025 16:19 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@std.mem.transmute.me is following 7 prominent accounts