HackerTrans
TopNewTrendsCommentsPastAskShowJobs

danielspace23

106 karmajoined 4 lata temu

Submissions

[untitled]

6 points·by danielspace23·6 miesięcy temu·0 comments

comments

danielspace23
·wczoraj·discuss
This is an apples-to-oranges comparison
danielspace23
·25 dni temu·discuss
Problem (1) is a keyboard problem, not a GrapheneOS problem. Graphene comes with the stock AOSP keyboard which is very basic, but you can absolutely replace it. Personally I'm using the FUTO Keyboard and it does have that feature, as well as swiping, speech to text and much more.

Maybe you can try installing another SMS app for problem (2)? Much like the stock keyboard, the stock Messaging app is just the AOSP app. Honestly it works fine for me so I don't have a recommendation.
danielspace23
·27 dni temu·discuss
What do tourists in trains have to do with population caps? Tourists are not registered citizens, they exist regardless of population caps.
danielspace23
·w zeszłym miesiącu·discuss
I think that, more than EU metasearch engines, we need EU search indexes. EUSP is already something, but they seem to be working rather slowly, compared to how quickly Brave built their own index.

It's also trivial to run a perfectly working metasearch engine with the same sources as Uruky, it's called Searxng.

In any case, good luck on this project. I personally don't think it's for me. Maybe a better user interface would change the equation, but as of now I'll stick to Qwant.
danielspace23
·2 miesiące temu·discuss
The whole thing seems a lot like AI slop for SEO. The demo websites look incredibly AI-generated, they don't even resemble the 90s web that well. The project description/README has all the signs of being AI, too.

I think they're trying to get some sympathy (and promotion) with a project that seems inherently human, as the "old web" was, but it's slop all the way down. And people are falling for it.
danielspace23
·2 miesiące temu·discuss
Personally, I think the client looks cool, but the problem with Matrix has never been client-side, it's more like the entire protocol is bad at doing what it aims to do.
danielspace23
·3 miesiące temu·discuss
With GLM and Kimi getting better and better, with both still providing low-cost coding plans with higher quotas, and with how trivial it is to switch to them even within Claude CLI, I'm not sure what makes Anthropic think their users would rather pay 5x than switch to the competition.
danielspace23
·6 miesięcy temu·discuss
Piracy Shield only works within Italy. No provider has ever been expected to take down sites globally in response to a Piracy Shield trigger, or has ever done so.

Also read the start of the comment. See this?

> as much as I think Piracy Shield shouldn't exist
danielspace23
·6 miesięcy temu·discuss
I'm Italian, and as much as I think Piracy Shield shouldn't exist, I find hard to empathize with Cloudflare, especially after this tweet.

First off, the immediate appeal to Vance and Musk is embarrassing. I believe he knows he's technically in the wrong for not abiding to the law, so gathering the sympathy of the "freedom fighters" of the web is all he can do. But the funniest part about this tweet are the "threats" he makes towards Italy.

> In addition, we are considering the following actions: > ... > discontinuing Cloudflare’s Free cyber security services for any Italy-based users

He phrases it to be as if the free tier is a favor Cloudflare does to the world, as if it's not obviously a loss-leader designed to get more people into the Cloudflare ecosystem.

> Removing all servers from Italian cities

This is my favorite by far. Does he think that this will start a popular uprising? My take is that when Italian customers notice their ping going up by 10x because all their traffic is now routed through France, they will switch to BunnyCDN, Fastly or any of the dozens of CDNs that do have servers in Italy.

In this political climate, Cloudflare siding with the current administration's general line of "we're Americans, our economy is strong so we're above international law" sends a message I don't think they fully understand. I hope this ends up as being a push for independent European cloud.
danielspace23
·9 miesięcy temu·discuss
The PKM I've been using lately, SiYuan, does exactly that, and I think their business model isn't bad: the client is fully FOSS, there are some client-side paid features with a one-time subscription (WebDAV/S3 sync "bring your own server") and some server-side paid features with a more expensive recurring subscription (cloud space provided by them).

I don't particularly like client-side paid features, but:

- The client is fully FOSS, you can just patch the license check out. In fact, there are some forks on GitHub that do just that and provide binaries, and the authors don't seem to care, they even acknowledged them on Twitter (https://x.com/b3logos/status/1928366043094724937).

- There are plugins to sync without a paid plan

This works out quite well for them: if you choose a fork or a sync plugin, you don't get the same support that paying users do, so many users still end up buying a license. But you don't need to, which makes the whole thing not user-hostile.

I have bought a one-time license myself, and I'm very happy that I'm supporting the development of a FOSS project.
danielspace23
·9 miesięcy temu·discuss
Fyne is an interesting library, and although I'm sure it can do a good job on the desktop, last time I tried it I was disappointed by how "meh" it works on mobile (Android in my case).

It does run, but I feel like it's more of a prototyping tool, or a tool for building internal apps. It's kinda slow, graphically inconsistent with the rest of Android, and it has little to no support for features like foreground services, the camera, and more.

I really hope they can improve, but with limited resources and funding, and such a wide scope, I'm not sure if they will ever be ready for more complex projects. In any case, best of luck to the devs!
danielspace23
·10 miesięcy temu·discuss
How is that a good thing? Are we, as a society, forgetting the value of diversification, or just ignoring it because convenience is good? Do you really want to be just one wrongful ban away from being completely offline?
danielspace23
·11 miesięcy temu·discuss
Just an fyi for everyone: while Tangled is built partly on top of ATProto, it differs from its component architecture widely, as the tasks that should be done by the AppView are offloaded to "knots", self-hostable servers specific to Tangled that do most of the Git heavy lifting. It violates the "user data stays on the PDS" principle, as repo data stay on knots, not in PDSes. As far as I know, no other ATProto application has a similiar architecture.