Viewing profile — Daril
Daril
HN member- Joined
- Sat, Jul 15, 2023, 9:32 AM UTC
- HN karma
- 348
- Public activity
- 90 items
- HN profile
- View on Hacker News ↗
About Daril
Recent public activity
-
comment
Comment #46323625
I used Turbo + Stimulus with a CodeIgniter PHP backend. Later, I used an HTMX bot with CodeIgniter and GoLang. Now, I have migrated my second brain web app (Brainminder) from HTMX …
-
comment
Comment #45704298
Forgot to mention also SFTPGo : https://sftpgo.com/
-
comment
Comment #45703319
I have a miniPC (Minisforum) with Debian as server. I use : - Syncthing ( https://syncthing.net/ ) to keep the files synchronized between desktops and laptops computers - Webdav ( …
-
comment
Comment #45229783
From a security point of view, I am not comfortable giving a user unlimited access to the server. I don't know what solution pgEdge is implementing, but granting full access to the…
-
comment
Comment #45211731
I wanted to try it months ago ... but I stopped when I read in the install documentation : To configure passwordless sudo, open the /etc/sudoers file, and add a line of the form: %…
-
comment
Comment #44394367
I use Syncthing in combination with Cryptomator for sensible files, but there is also the Localsend app : https://localsend.org/
-
comment
Comment #44169545
Right, but having a unique codebase and one development tool for Linux, Windows and Macos (probably), would help a lot to reduce the effort to maintain the application.
-
comment
Comment #44159067
Very good news that the Freepascal version compiles and works correctly also on Windows. As you said, Delphi was a huge barrier to prevent other developers to contribute, but if we…
-
comment
Comment #44156053
There is also Peazip : https://github.com/peazip/PeaZip
-
comment
Comment #44128849
Based on this comparison : https://c3-lang.org/faq/compare-languages/ One would argue that the best C/C++ alternative/evolution language to use would be D. D also has its own cross…
-
comment
Comment #44125794
HeidiSQL is free software for people who work with databases, and aims to be intuitive to use. "Heidi" lets you connect to a variety of databases, like MariaDB, MySQL, Microsoft SQ…
- story
-
comment
Comment #44039661
Hi, I know I didn't have time to describe it properly. Currently, I am focusing more on adding features and making it more usable. In simple terms: 1. It is possible to create diff…
-
comment
Comment #44029392
I think an PKMS is strictly related to how each of us thinks. It's similar to project management/organizer tools. I also created my own ( https://brainminder.it/ ) based on how I t…
-
comment
Comment #43308371
Yes, I understand your point of view, but in my experience these ORM libraries when you create a class or a structure and then the library build the SQL code behind the scenes can …
-
comment
Comment #43307931
I'm using this at the moment : https://jmoiron.github.io/sqlx/ Didnt' now about sqlc, it seems very interesting ! Thanks for sharing !
-
comment
Comment #43307700
I'm not a fan of the complexity added by this and other similar frameworks. PHP and Go are very different languages, so trying to replicate the same concepts for one language to an…
-
comment
Comment #43245784
Have your tried CR-SQLite ? https://vlcn.io/docs/cr-sqlite/intro It implements CRDT as SQLite extension.
-
comment
Comment #43195967
> It means some lawyer is concerned that Mozilla is in possession of some kind of data that is subject to other regulatory claims in some country. Well ... they posses our data ind…
-
comment
Comment #43195824
"When you upload or input information through Firefox, you hereby grant us a nonexclusive, royalty-free, worldwide license to use that information to help you navigate, experience,…
-
comment
Comment #43195224
Exactly, I agree. In fact they declare : "You give Mozilla all rights necessary to operate Firefox, including processing data as we describe in the Firefox Privacy Notice, as well …
-
comment
Comment #43156948
In my case, privacy is not the main issue because I have been self-hosting almost all my services for many years. It is about what is just, moral and right according to my own prin…
-
comment
Comment #43150167
I bought an used phone and an used tablet supported by LineageOS. I installed e/OS (derived from LineageOS) on the phone and LineageOS on the tablet. The hardware is like new and w…
-
comment
Comment #43140549
Sure, but the strategy of US companies has been the same for many years. Take for example Gmail: I remember 10 years ago it was free even for companies up to 100 users, then 50, th…
-
comment
Comment #43140059
As someone who has been managing his own servers (and also hosting services for his clients) for many years, I can understand the issues, problems and difficulties that can arise, …