Hacker Newsnew | past | comments | ask | show | jobs | submit | buibuibui's commentslogin

I find the Nextcloud client really buggy on the Mac, especially the VFS integration. The file syncing is also really slow. I switched back to P2P file syncing via Syncthing and Resilio Sync out of frustration.

This could be used for Captcha systems. Would current bots be able to decipher these?


Yes, you can make ChatGPT decipher this already.

But doing this on a massive scale would warm the planet.

And it's not friendly accessibility-wise.


I think the bounciness of the elements is also a very charming characteristic part of the Liquid Glass UI that Apple introduces. But recreating that is probably very difficult with web technologies.


I am suprised that the Galaxy S25 seems so far ahead in the benchmarks.


I actually like their software offerings like Synology Drive and Synology Moments. Their backup solution also seem to "just work" with Hyper Backup. I'm using a Mac und tried to use Nextcloud, but my conclusion with the Nextcloud Desktop Client is, that it is buggy as hell. Especially the VFS implementation. Synology Drive in opposite just works (for me).


I have a basic Synology DS<something> and like it (for the price). I also use their Android app to stream music and it's not stellar but works I guess.

I'm more shocked by the state of samba in macOS (without additional software). Having to go to the network and manually reconnect to the NAS share every time I come back home is ... poor.


It’s so poor.

To get my mini power up, connect SMB then start some containers I made a horrific Automator app, which runs a script and just tries, sleeps then tries again until my containers can boot and access their data. It’s disgusting. But it works.


The Signals libraries I know of (including reaktiv) are throwing an exception if a dependency cycle is detected in the computation step. But that doesn‘t solve infinite executation loops completely because the user still can define an Effect that updates its (in)direct dependencies - that means User caution is still needed. Angular tried to prevent that in their older versions by not allowing to set other Signals in Effects. But they reverted that decision.


You can use normal names function instead of lambdas if you prefer! In Javascript anonymous functions are used normally for things, where defining named functions are considered too verbose - I use lambdas for that in Python.

The Signals evaluation are topologically ordered and are running synchronously. Effects are running in the order they are defined.


I actually created the library after being exposed to Angular Signals starting from the v16 release. I watched some talks and read articles about Signals, just to know about Ryan Carniato from SolidJS. He did an excellent job teaching the world about Signals!


I am using the standard Python library `contextvars.ContextVar` as the foundation of my reactivity system's dependency tracking mechanism. In the computation step, when Signals get accessed, I track them as dependencies.


Interesting to see Signal-based reactivity on the backend! I wrote a Signal library for Python [1] and was thinking about what could be done with it.

[1] https://github.com/buiapp/reaktiv


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: