- 5 Posts
- 12 Comments
Edo78@feddit.itOPto
Two Sentence Horror@sh.itjust.works•My grandfather’s old radio hasn’t worked in years, but tonight, as I passed by, it crackled to life with a faint, whispering voice.English
8·9 months agoOf course I did. That’s why I’m typing this from under my bed.
Edo78@feddit.itto
Selfhosted@lemmy.world•self hosted excel like/note taking with columnsEnglish
2·1 year agoHave you checked if there is any Obsidian plugin that can do the trick?
Edo78@feddit.itto
Technology@beehaw.org•Social media users probably won't read beyond this headline, researchers say
5·1 year agoThey are right 🤣
Edo78@feddit.itto
Selfhosted@lemmy.world•Calibre Android client (audio & video)English
11·2 years agoI’m not sure about the “audiobooks” part but you can use your browser from android to connect to calibre https://manual.calibre-ebook.com/faq.html#over-the-air
BTW I used for many years Moon+ Reader to read aloud my ebook on android. Not quite as a real audiobook but good enough https://play.google.com/store/apps/details?id=com.flyersoft.moonreader
Edo78@feddit.itto
Selfhosted@lemmy.world•Trouble moving a container and its data to another serverEnglish
3·2 years agoIf you are able to see every recipe I'd rule out data corruption. If the issue arise only when try to create a new recipe (or editing an old one) the usual thing to check are permissions. Don't zip but use some tools to maintain permissions (tar, rsync, etc) and try again
Edo78@feddit.itto
Experienced Devs@programming.dev•What is the best file format for configuration file?
71·2 years agoIt really depends. I usually prefer json. It’s easily understandable from humans and from machines, it doesn’t depends on indentation and above everything else I like it very much 🤣
Edo78@feddit.itto
Selfhosted@lemmy.world•What do you recommend to selfhost code repositories?English
2·2 years agoIf you want a way to self host git (not github) repositories you can check this list https://www.slant.co/topics/1440/~best-self-hosted-web-based-git-repository-managers
https://smarthomescene.com/reviews/aqara-fp2-human-presence-sensor-review/
UPDATE 24.04.2023: Aqara has released a new firmware update 1.1.6_0005.0025 which enables local control. The FP2 can now be used without an internet connection, hub, or app dependence in Home Assistant after it’s initial setup.
So, yes, after the initial setup (you may need an internet connection to download and install the newer firmware) no internet connection is needed at all.
Edo78@feddit.itto
Selfhosted@lemmy.world•Paaster.io - End-to-end encrypted pastebin.English
2·2 years agoIt wasn’t meant to be a correction … I just learned about this project so I’d just want to know more
Edo78@feddit.itto
Selfhosted@lemmy.world•Paaster.io - End-to-end encrypted pastebin.English
1·2 years agoAre you sure about Paaster supporting Markdonw? I only see syntax highlighting https://paaster.io/GtlseaIIhqtfcsZV1C8sS#BgT9miwSaeKzMLQ-Ch6d3KZlgfCmIR32dpYr06HXYTw
Edo78@feddit.itto
Selfhosted@lemmy.world•Paaster.io - End-to-end encrypted pastebin.English
5·2 years agoI just copy&pasted their README in chatgpt asking for a comparison (so there may be allucinations)
Both PrivateBin and Paaster are “pastebin” tools that allow users to share snippets of text or code online. Both emphasize privacy and security, encrypting data at the local level in the user’s browser before sending it to the server. However, there are several key differences between the two services:
-
Design and User Interface: While PrivateBin self-identifies as a minimalist pastebin, Paaster seems to put an emphasis on user experience, offering features like file drag & drop and a paste history.
-
Features: Both offer basic features like password protection and the option to delete data after reading, but PrivateBin also offers features like the ability to have anonymous or nicknamed discussions, Markdown formatting support, code syntax highlighting, and the ability to upload files. On the other hand, Paaster offers a paste history feature, PWA support, and i18n.
-
Trust: PrivateBin warns users not to blindly trust the server administrator, whereas Paaster advises users to either host their service or use a trusted hosting service.
-
Implementation and Maintenance: Paaster seems more developer-oriented, with API documentation, a CLI tool, and support for Vercel and Docker. PrivateBin, however, also has a developer and installation guide.
-
Hosting Options: Paaster seems more geared towards self-hosting, with detailed instructions for use with Docker and options for use with external storage services like Amazon S3 and Google Cloud Storage. PrivateBin does not provide specific hosting details in the provided text.
-
Security: Both use end-to-end encryption, but they use different encryption algorithms. Paaster uses XChaCha20-Poly1305, while PrivateBin uses 256-bit AES in Galois Counter mode.
These are just some of the key differences between the two services. Both have their strengths and unique points, and the choice between the two will depend on the specific needs of the user or organization.
-

Maybe a bit messy 🤣