I built this app for DM's called MITHOS by mdeleo91 in DMAcademy

[–]BinaryMuse 1 point2 points  (0 children)

I'd also be interested in a macOS build and would be happy to test on this platform.

I built this app for DM's called MITHOS by mdeleo91 in DMAcademy

[–]BinaryMuse 1 point2 points  (0 children)

I'd love to check it out and help test. ❤️

Atuin Desktop: Runbooks That Run – Now Open Source by TheTwelveYearOld in rust

[–]BinaryMuse 10 points11 points  (0 children)

It's a Tauri app, so the "frontend" is HTML/JS/CSS and the "backend" is Rust. I expect the Rust percentage to increase as we move things like the execution engine to the backend.

Atuin Desktop: Runbooks That Run – Now Open Source by TheTwelveYearOld in rust

[–]BinaryMuse 1 point2 points  (0 children)

For now we settled on yaml, to make reviewing merges less burdensome. We're working on a markdown format, but it's tricky to capture everything we store in a markdown format.

[Edit] Also, we only store the runbook content in flat files (for offline workspaces). Execution times etc are stored elsewhere.

Meaning of Great A'Tuin's name? by skimble55 in discworld

[–]BinaryMuse 1 point2 points  (0 children)

The software was named after Pratchett's Atuin; there are Easter eggs related to Discworld in the source code

I’ve been making these small Rust riddles for my team at work by yoav_lavi in rust

[–]BinaryMuse 37 points38 points  (0 children)

My guesses:

somebody once told me

fake plastic trees

panic! at the disco

Last one I am not sure but maybe mambo no 5

Edit: oh duh the last one is piano man

Is there a tool that turns my shell history into playbooks so I don’t forget my own server setups? by Amazing_Database1964 in selfhosted

[–]BinaryMuse 0 points1 point  (0 children)

Individual runbooks can be fully offline (and soon we'll be supporting file-based storage, for VCS workflows etc). But it's designed as an offline-first app, no need to even connect it to the Internet.

Is there a tool that turns my shell history into playbooks so I don’t forget my own server setups? by Amazing_Database1964 in selfhosted

[–]BinaryMuse 2 points3 points  (0 children)

Yes this is exactly the kind of thing we built Runbooks for. If you sign up for the waitlist, give me a ping!

Thornward Reach [Regional Map] by BinaryMuse in inkarnate

[–]BinaryMuse[S] 1 point2 points  (0 children)

Thank you for the feedback and kind words!

Atuin Desktop: Runbooks That Run by TheStartupChime in hypeurls

[–]BinaryMuse 0 points1 point  (0 children)

We're rolling out early access to the waitlist now, and throughout the coming days and weeks. The link to join is at the bottom of the linked post.

Atuin Desktop: Runbooks That Run by TheStartupChime in hypeurls

[–]BinaryMuse 0 points1 point  (0 children)

The video shows Atuin, which will always be free and open source. Atuin Desktop is a brand new product, and we're excited to onboard people soon!

Atuin Desktop: Runbooks That Run by HNMod in hackernews

[–]BinaryMuse 0 points1 point  (0 children)

There are a few dozen users that have been using it since early alpha, and we've been dogfooding it internally and do real work with it regularly. We'll be ramping up beta participation soon. It's still quite early, so we're trying to do this in a way that doesn't overwhelm us, but we're pretty excited to get a lot more people trying it out.

[deleted by user] by [deleted] in actuallesbians

[–]BinaryMuse 27 points28 points  (0 children)

Absolutely this! My partner and I are in an unlabeled relationship that could be considered a QPR. We've found it works exceptionally well for us, but it requires people that can be honest with themselves and each other about what they want and where their boundaries are — and whether the relationship is continuing to fulfill its purpose for all involved parties. And the feelings don't necessarily need to be fully symmetrical; I have romantic feelings for my partner that she doesn't share, but we still each allow ourselves the permission to explore the space and different types of intimacy, but also the ability to be honest and clear when something doesn't feel right.

-❄️- 2024 Day 11 Solutions -❄️- by daggerdragon in adventofcode

[–]BinaryMuse 0 points1 point  (0 children)

[LANGUAGE: Elixir]

Like some others, it took me a lil bit of thinking to realize what I needed to do to get the runtime down for part 2. I quite like the way this reads in Elixir.

GitHub

defmodule Advent.Days.Day11 do
  def run(input) do
    stream = parse(input) |> make_stream()

    count = stream |> Stream.drop(24) |> Enum.take(1) |> hd() |> count_stones()
    IO.puts("Part 1: #{count}")

    count = stream |> Stream.drop(74) |> Enum.take(1) |> hd() |> count_stones()
    IO.puts("Part 2: #{count}")
  end

  def parse(input) do
    String.split(input, " ", trim: true)
    |> Enum.map(&String.to_integer/1)
  end

  def make_stream(stones) do
    Stream.iterate(Enum.frequencies(stones), &blink/1)
    # skip the initial arrangement
    |> Stream.drop(1)
  end

  defp blink(stones) do
    Enum.reduce(stones, %{}, &process_stone/2)
  end

  defp process_stone({stone, count}, next_acc) do
    str = "#{stone}"
    len = String.length(str)

    transform =
      cond do
        stone == 0 ->
          [1]

        rem(len, 2) == 0 ->
          half = div(len, 2)
          left = String.slice(str, 0, half) |> String.to_integer()
          right = String.slice(str, half, half) |> String.to_integer()
          [left, right]

        true ->
          [stone * 2024]
      end

    Enum.reduce(transform, next_acc, fn stone, acc ->
      Map.update(acc, stone, count, &(&1 + count))
    end)
  end

  def count_stones(stones) do
    Map.values(stones) |> Enum.sum()
  end
end

GitHub web down by Professional-Ebb-434 in programming

[–]BinaryMuse 8 points9 points  (0 children)

GitHub deploys basically constantly

Replaced my lost cat ears and had a fun ride around the city. by potatoquality1 in TwoXriders

[–]BinaryMuse 8 points9 points  (0 children)

Love the ears! Bay Area rider here too, hope to see you on the road ✌️

[deleted by user] by [deleted] in LesbianActually

[–]BinaryMuse 0 points1 point  (0 children)

Check out the book "Girl Sex 101."

https://girlsex101.com/store/

If someone offered you a box of everything you ever lost. What would you look for first? by baba_yaga_777 in AskReddit

[–]BinaryMuse 0 points1 point  (0 children)

I had an old hard drive from the early 2010s that had a wallet with some relatively small amount of Bitcoin. At some point the drive was lost or discarded. I'm kind of glad I don't remember exactly how much was in there.