Jari Pennanen

Results 220 comments of Jari Pennanen

My use case for this is to convert all function declarations to types (for dynamic loading instead of linking): ``` extern "C" { pub fn Everything_SetSearchW(lpString: LPCWSTR); } ``` Becomes:...

This is about attribution in the end, you can't make a restriction that "all content you upload must be owned by you". People want to share someone else's work, wether...

Mastodon is so good at policing ALT-texts that policing attribution could work as well. We have to start from somewhere, even a textbox "attribution" that is mandatory if it's not...

I find Image ALT-text policing in Mastodon fascinating. It could work for attribution as well. I would start from simplest checkboxes and fields that are **required** in bigger and more...

I mean quiet simply like this: If I type #Mac to search, and go to People tab, I should see all people who has put #mac tag in their BIO....

It would also be nice if one could: - Follow RSS feed, or view RSS feed - Like an RSS feed *item* - Boost an RSS feed *item* - Reply...

@markcellus you are following people through their RSS feeds, which isn't bad, but that is not part of ActivityPub and could go away. You can't follow every ActivityPub account that...

Maybe close this in favor of #8336 ? ~~Infinite timeline is already working in Glitch Fork: https://github.com/glitch-soc/mastodon/pull/1610~~ Apparently Glitch Fork doesn't have this feature, it was reverted. Why is there...

> We've done this before but removed because browser support / UX was inadequate. I think revisiting the idea could be useful. Does anyone remember what was the problem that...

Yes, someone might see these useful. I have implemented these already in my [Rust version](https://github.com/Ciantic/VirtualDesktopAccessor/tree/rust). I plan to deprecate the C++ part and create the DLL directly from Rust.