d13

joined 2 years ago
[–] d13@programming.dev 3 points 10 months ago

I hung up a maple 1x6.

The left side has an attached ruler with both metric and ft/in.

The right side has large vinyl numbers for feet (mainly just to look nice).

In between the heights are marked with multicolored Sharpies indicating who is measured and the month/year.

[–] d13@programming.dev 4 points 11 months ago (1 children)

If you haven't seen it, Ex Machina (2014) fits the vibe of your list. It's one of my favorites.

[–] d13@programming.dev 20 points 11 months ago (1 children)

The Punt for Red October

(Assuming American Football)

[–] d13@programming.dev 1 points 1 year ago* (last edited 1 year ago) (1 children)

It has my favorite user interface, but I feel that it bogs down after viewing a series of images. ~~I also feel that development has stalled a bit~~ (edit, I was mistaken: they just released a pre release).

I haven't found a better one, though. Next best so far has been Racoon.

[–] d13@programming.dev 4 points 1 year ago

I wonder if they are preparing to stop using it. That could be a benign reason for the change in wording.

[–] d13@programming.dev 3 points 1 year ago

This doesn't exactly match your goals, but you may be able to adapt it or take pieces from it.

I have containers running on two subnets:

  1. LAN + Tailscale
  2. LAN only

Subnet 1 has a DNS server, which resolves all of my services to IPs on either subnet.

I have Tailscale set up on a machine as a subnet router (directing to Subnet 1).

Result:

  1. When local, I can access all services on the LAN with local DNS entries, both Subnet 1 and 2.
  2. When remote via Tailscale, I can access all services on Subnet 1 with the same local DNS entries. I cannot access services on Subnet 2.

This is nice because my apps don't care which network I'm on, they just use the same URL to connect. And the sensitive stuff (usually management tools) are not accessible remotely.

It's also ridiculously simple: Only one Tailscale service is running at home.

This does not solve your issue of broadcasting vs not broadcasting, though. There's probably other things missing as well. But maybe it's a start?

[–] d13@programming.dev 2 points 1 year ago* (last edited 1 year ago)
  1. Affinity - I like the concept and style
  2. Vector - Mainly for one or two songs that really hit the spot
  3. Visions
  4. Aquarius
  5. Virus
  6. The Mountain - Some very good songs, but it doesn't feel cohesive to me.
  7. Fauna

Haven't heard the others.

[–] d13@programming.dev 36 points 1 year ago (2 children)

the AI that wrote the article

The linked article is by Dan Goodin from Ars Technica. He's not immune to mistakes, but he's been writing good articles about security for years.

Can we please not accuse everybody of being AI just because they made a mistake?

[–] d13@programming.dev 4 points 1 year ago

I do this as well, but I use Libation: https://github.com/rmcrackan/Libation

Super easy, barely an inconvenience.

Then I use Audiobookshelf https://www.audiobookshelf.org/ to host the books and their Android app to play them.

[–] d13@programming.dev 8 points 1 year ago (2 children)

Logseq has an Android app and clients for the usual desktop platforms. It stores as .md files. It meets your requirements. I'm not sure why you're focused on Firefox support?

One I have my eye on is Silverbullet.md. the creator recently promoted it here and it has some nice ideas. It's a web app that you self host. Behind the scenes everything is stored in .md files.

[–] d13@programming.dev 2 points 1 year ago (1 children)

Thanks for your answers! Very fair thoughts, particularly about the flexibility of keeping things as just files on disk.

Regarding the work thing, I should clarify my use case: I'd like to take work related notes that could contain privileged company data. With a standalone app, I can install it and manage the files on my device (with cloud syncing in an approved corporate way). I could still probably do that here, but it requires the work of running the web server locally. Unfortunately, an external source like a VPS wouldn't be allowed.

I have one more question, if you have some time: One of the things I like most about Logseq is that when there is a list of back links on a page, the context capture is excellent (likely due to it being an outliner). I've noticed that with SilverBullet, the context capture might begin/end in the middle of a word, etc. Is there a way to configure that or plans to enhance it?

[–] d13@programming.dev 12 points 1 year ago (3 children)

This is very cool, and I've been watching the project for a month or so.

I like the query setup and the templates look very interesting. One of my biggest complaints about Logseq is how much of a pain simple query operations can be.

A few things make me hesitate a bit:

  • I've been burned on single-dev passion projects in the past.
  • As a self hosted web app, it's a bit more difficult to manage on a company owned machine. I know Electron apps get hate, but that would ease some pain here.
  • The rapid pace of development is both exciting and worrisome. For example, a recent update completely changed the underlying templating engine from a well-known open source solution to a custom solution. I worry if I rely on this, something might catch me by surprise.

What are your thoughts on those concerns, OP?

view more: ‹ prev next ›