ieure

joined 3 years ago
[–] ieure@lemmy.ml 1 points 2 years ago

do you know an android app which supports that? I use orgzly to access my notes on Android. I think if org-street supported links as well it would be easier to then just open it from the note itself.

I don't, I've tried every mobile Org thing and none of them work very well IMO. I export an .ics file, upload it to a web server, and subscribe to that with ICSx on my phone. ICSx adds them to the normal system calendar, so the LOCATION prop turns into the calendar event location. Tapping it in the calendar app opens it in maps so you can navigate there.

btw did you see that package for using OSM on Emacs?

Yes, very impressive stuff.

[–] ieure@lemmy.ml 5 points 2 years ago

What does this mean for Lemmy instances and the practice of blocking and banning users and instances?

Nothing at all.

From the text of the bill:

This chapter applies only to a social media platform that functionally has more than 50 million active users in the United States in a calendar month.

Lemmy doesn't have that many users, and if we're being honest, probably never will. So this unbelievably stupid and bad law doesn't apply, and isn't likely to in the future.

Hopefully it's struck down, though I wouldn't count on anything reasonable or logical coming from the ghouls on the Supreme Court these days.

 

This is a fairly niche thing, but maybe there's a couple others out there who can use it. I wrote this several years back and still use it regularly, so thought it was time to make it public.

I use Org Mode to manage my calendar, but I also need:

  • Access to it on my phone, in some kind of mobile-friendly way. Unfortunately, Emacs isn't that, so I use org-export's iCalendar backend to generate and upload .ics files, which I subscribe to on my mobile calendar.
  • I often put appointments that need to occur at a physical location on my calendar (dentist, interview, etc), and need to easily get directions to those places on my phone.

If you set the LOCATION property of an entry in Org Mode, that gets put into the location of that appointment in the .ics file, which makes it very easy to bring up navigation from the calendar.

org-street is a tool to make populating those locations easy. It uses OSM's free Nominatim geocoding service (by way of another library I wrote) to transform text like "ground kontrol" into its physical address, and automatically put it in the LOCATION property. Nominatim is completely free and requires no account, API keys, or other such barrier to entry nonsense, so there's zero setup required.

I'm sure there are other interesting things that can be done with the nominatim and/or org-street packages as well.

[–] ieure@lemmy.ml 1 points 2 years ago

Chat systems aren't email, or Usenet, or forums, and while it is a good feature in the context of those async / longer-form communication, where you need the context, it doesn't work nearly as well for realtime chat, where you already have the context because it happened two seconds ago.

The convention of replying in thread or in channel is a combination of personal preference (I like/dislike or am/am not used to threads), group expectations (we have agreed to reply in threads/in channel), and muscle memory (I mostly talk in channels that reply in thread, but this one expects it in channel). As the number of participants increases, it gets hard to manage, so you get a mix of in-thread or in-channel replies (and in-thread replies to in-channel replies), which leads to a fragmented, inconsistent mess and people complaining about both styles at once.

[–] ieure@lemmy.ml 5 points 2 years ago (9 children)

why do they keep making it worse

[–] ieure@lemmy.ml 4 points 2 years ago
[–] ieure@lemmy.ml 3 points 2 years ago
In what way have they “taken a back seat?” Taken a back seat to what?

Taken a back seat to browser development.

And in what way does this manifest? They lack features that the web UI has? Why are you bringing it up here instead of filing tickets with mobile apps?

It seems silly to say they've "taken a back seat" when they're entirely different pieces of software written by different individuals. It's like saying that Chrome development is taking a back seat to DuckDuckGo. They're different things entirely.

I don’t believe those client apps are built by the same folks as Lemmy…

They aren’t except for ‘jerboa’.

It's a side project by a Lemmy developer, not an official part of Lemmy.

…therefore whether they “function properly” is purely a concern for their developers and users.

It’s a concern because most users connect to the Internet through mobile apps.

Lemmy is non-commercial and as such “the market” doesn’t work in the same way as an integrated product like Instagram, Twitter, etc.

I’m not addressing the differing world market systems. I’m addressing how most people connect to the Internet.

You seem to have confused and incorrect ideas about how the internet works.

[–] ieure@lemmy.ml 9 points 2 years ago (3 children)

It’s my, general, understanding that most people connect to the Internet through mobile apps.

Certainly, a lot of people use mobile apps.

If this is the case, then why have apps such as Remmel, Lemmur and jerboa taken a back seat?

In what way have they "taken a back seat?" Taken a back seat to what?

They seem to be there for anyone who wants to use them, and look like they're actively maintained.

IMHO, it would be a mistake to market Lemmy without these mobile apps functioning properly.

I don't believe those client apps are built by the same folks as Lemmy, therefore whether they "function properly" is purely a concern for their developers and users.

Lemmy is non-commercial and as such "the market" doesn't work in the same way as an integrated product like Instagram, Twitter, etc.

[–] ieure@lemmy.ml 1 points 2 years ago (4 children)

Funny, I was just the other day appreciating that Lemmy didn't try to open in a new tab.

 

I know I can get feeds for specific communities, but is there a way to get a single feed with all my subscribed communities?

I'd like to have one feed that updates when I join or leave a community, instead of needing to subscribe both in Lemmy and my RSS reader.

 

This adds "pure GTK" support to Emacs, which offloads much of the complex GUI code into the toolkit library, and means Emacs doesn't have to care whether it's running on X11 or Wayland, because GTK can deal with that.

Here's the thread where the idea was originally proposed.

 

I've been looking for a good built-in dictionary/thesaurus for a while. Found this earlier this week, and it works great!

 

This is an expanded blog post about EIEIO and CLOS, based on my EmacsConf 2021 talk.

 

The API docs on join-lemmy.org are actually JavaScript SDK docs, not API docs. I want to build an API client in a different language, not write a JavaScript thing using the SDK, and would prefer not to plumb the JS SDK code to understand the API.

Is there somewhere that has a language-agnostic description of Lemmy's APIs?