Viewing profile — ibizaman
ibizaman
HN member- Joined
- Thu, Jun 13, 2013, 4:04 PM UTC
- HN karma
- 199
- Public activity
- 140 items
- HN profile
- View on Hacker News ↗
About ibizaman
No profile information was provided.
Recent public activity
-
comment
Comment #48902890
I do when I forget to run the git branch comment before. But I find it still hard to understand exactly which commit to reset to in the reflog.
-
comment
Comment #48556990
Tangential but reading on mobile, the font size in the code snippets are all over the place. I actually have the same issue on my blog. Anyone knows why?
-
comment
Comment #48496976
Keep the good work! I am betting also on making a product that respects its users.
-
comment
Comment #48185877
When the server can’t be accessed, you can’t create a secret, right? This has been quite annoying in my experience. I’d still recommend Bitwarden clients with self-hosted Vaultward…
-
comment
Comment #48089195
More than the price, the privacy concerns and previous outrages justify using Jellyfin IMO.
-
comment
Comment #47767465
Of course, I wouldn’t use their client anymore. Actually, I would have never used it from the start as it’s not open source. I think for backups there’s no better guarantee than th…
-
comment
Comment #47766936
Why not just use backblaze as cold storage and use restic or another tool with a GUI to backup to it?
-
comment
Comment #47337303
You weren’t kidding. I just took a look and the models are gorgeous!
-
comment
Comment #47272645
> The challenges we face are neither technical nor legal. The only solution is to educate our children about life with digital abundance. Throwing them into the deep end when they’…
-
comment
Comment #47197276
Oh I particularly loved that you made the prompts themselves interchangeable. Very well done!
-
comment
Comment #46949294
The first AFAIK customer owned self-hosting as a service company. You own the hardware, the software and your data without the hassle of needing to configure or maintain any of it.…
-
comment
Comment #46602466
I target small businesses and possibly individuals that are already aware of the issues and are okay to pay a small premium for this solution. Also I am currently only targeting lo…
-
comment
Comment #46594083
I fully understand. That’s my goal too and what I want to provide here. No technical knowledge is required.
-
comment
Comment #46592169
Awesome to hear that! Feel free to hang out in the matrix channel to get some updates and hopefully excitement around the project. :)
-
comment
Comment #46592123
This is the reason I adore NixOS. The documentation is the code. Seriously.
-
comment
Comment #46592109
You might be interested in checking out my project SelfHostBlocks which allows you to declaratively setup quite a few services with declarative LDAP and SSO integration with LLDAP …
-
comment
Comment #46592096
I’m working on introducing this kind of protocol in NixOS. I called it contracts. https://github.com/NixOS/rfcs/pull/189 The idea is a contract is defined saying which options exis…
-
comment
Comment #46591823
What about self-hosting as a service? You get a server in your home which you own with your open source software and data in it. And you pay a subscription to have a remote sysadmi…
-
comment
Comment #46449421
I agree. Keeping your data private is just not a big enough motivation. For me though the big issue is making sure one keeps access to their data forever. It’s so easy these days t…
-
comment
Comment #46387065
> Own Your Data — Self-hosted means your customer data never leaves your servers. No vendor lock-in, no surprise price increases, no data mining. +1 > No Per-Seat Pricing — One ins…
-
comment
Comment #45991124
https://simplex.chat/ Seems to take security and decentralization pretty far while keeping it convenient enough.
-
comment
Comment #45944295
I was going through the list, nodding as I read all the reasons, agreeing with them all. But also thinking each time I’ll get one anyway. I guess I agree with the last sentence of …
-
comment
Comment #45887111
For sure, the hardest part is to create meaningful generators for the problem at hand which can test interesting cases in a finite amount of time. That’s where the combinatory expl…
-
comment
Comment #45887083
You’re right it’s always a trade off. One unexpected but very welcomed side effect of having those stateful property tests is we could use them to design high fidelity stubs. I wro…
-
comment
Comment #45820827
I actually used property testing very successfully to test a DB driver and a migration to another DB driver in Go. I wrote up about it here https://blog.tiserbox.com/posts/2024-02-…