sorted by: new top controversial old
[-] Hopscotch@lemmy.ml 3 points 4 months ago

Codeberg is one option. I think they run Forgejo.

[-] Hopscotch@lemmy.ml 4 points 10 months ago

I second that about Nvidia GPUs. While Linux hardware support is really good, there is plenty of common, mainstream hardware that never was and never will be supported by Linux, usually due to uncooperative manufacturers. For Nvidia, their non-free driver is terrible and the nouveau driver in Linux is hit-or-miss. (Note, many people use either of those successfully, but the likelihood of success drops rapidly with any of: multiple displays, the need to dynamically change outputs, multi-GPU Optimus hardware or even laptops in general, and fully functional hardware acceleration.)

[-] Hopscotch@lemmy.ml 1 points 11 months ago

It's not exactly what you're wanting, but there is Remote Video Camera on F-Droid.

If I were doing it, I would look for an app that just implements the same basic functionality as a network-connected camera. Then video storage, alerting, motion detection, etc. would all be handled by something like zoneminder.

[-] Hopscotch@lemmy.ml 2 points 11 months ago

In my experience, printers in general are terrible, but HP LasetJet Enterprise m series printers are excellent.

[-] Hopscotch@lemmy.ml 2 points 1 year ago

[Can] a patch can kind of be like a hook?

In the free software world, a patch usually describes a file that lists lines to be added to or removed from another file (or multiple files). The most common use for this is probably with actual source code.

Binary (non-text) patches are also possible, and in Windows a software bug-fix "patch" would likely be mostly binary. In the free software world, it's uncommon to use binary patches for updates; instead the source is patched (either in the main upstream project or by a distribution) and a new binary package is built and published.

Where you create a config file that has symlinks to all the executables like you mentioned?

I don't really understand how those two questions relate, so I may not be able to give you a good answer. Often a configuration file has a variable=value structure, but it would certainly possible to have a list of file paths in a configuration. However, this might instead be implemented as an actual directory (like ~/.config/app/pre-hook.d/) where each executable file in that directory is executed by the "pre" hook in the app. (Configuration directories often work very similarly also.)

Whether the paths are symlinks is likely to be irrelevant, as this is more a filesystem level feature that would often be ignored entirely by the application.

I hope this is helpful.

[-] Hopscotch@lemmy.ml 1 points 1 year ago

A hook is a mechanism for adding functionality at a certain point in a program's normal flow. As a simple example, imagine a program that works by doing three things in order. It could have hooks that allow the user to add actions before or after any individual steps. Each possible point in the flow is a separate hook. One way to implement it is with a directory for each hook in the program's configuration directory, where executables can be placed; the hook runs each executable in sorted order.

I didn't look up any of this, so it may not be the best explanation, but I hope it is helpful.

[-] Hopscotch@lemmy.ml 28 points 1 year ago

From the README at the current published commit:

The current focus is on implementing next-word suggestions, which has become complicated/hit a snag and is taking more time than originally planned. Updates will come when this issue is resolved. Thank you for being patient.

Prior to this, releases occurred quite regularly.

[-] Hopscotch@lemmy.ml 1 points 1 year ago

Is that from Hitchhiker's Guide to the Galaxy by Douglas Adams?

[-] Hopscotch@lemmy.ml 3 points 1 year ago

I recommend using Molly instead if you need to communicate with Signal users. Note, the Molly-FOSS flavor excludes proprietary Google libraries entirely.

If you are interested in trying an alternative that is unrelated to Signal, I suggest looking at SimpleX Chat.

[-] Hopscotch@lemmy.ml 3 points 1 year ago* (last edited 1 year ago)

Just FYI, Signal (Open Whisper Systems) is not FOSS-friendly. The server-side software is not open source, they refuse to federate with other Signal implementations, and they are unfriendly to forks. See:

Hopscotch

joined 3 years ago