Viewing profile — juriansluiman
juriansluiman
HN member- Joined
- Thu, Jan 03, 2013, 11:42 AM UTC
- HN karma
- 170
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About juriansluiman
[ my public key: https://keybase.io/jurian; my proof: https://keybase.io/jurian/sigs/2jlFRm8JMzToO0V9-LL2AfUUrPfN85ZZP49Nt1gwljE ]
Recent public activity
-
comment
Comment #33105559
My personal website [0] is -afaik- GDPR compliant. I have access logs disabled, as I don't care about them. It's a static site (Hugo) deployed as container with an nginx server beh…
-
comment
Comment #31172707
Part 2: https://www.royvanrijn.com/blog/2010/11/patent-infrigement-p... TL;DR: > I’m sorry, but I can’t comply. > Good luck. The follow up around 2016: https://twitter.com/royvanri…
-
comment
Comment #30684108
Actually it's the process how I (DIY) deploy several static sites from my local machine. I build the Docker image (hugo sites with nginx, expose a single port for HTTP traffic) and…
-
comment
Comment #30161244
The biggest missing feature on Masked Email by Fastmail is they don't remove trackers, as far as I know. Masked Email gives you more privacy (the identity behind the receiver is un…
-
comment
Comment #30082916
As my Traefik setup is affected, I cleared the `acme.json` and let Traefik get new certificates for all services. Seems LE is pretty busy right now, got time outs flying around eve…
-
comment
Comment #29912042
As stated by others already, there's Plausible (plausible.io) and Matomo (matomo.org). I have used both and stuck at Plausible. A few reasons (subjective): 1. Plausible is GDPR com…
- story
-
comment
Comment #26434474
I have done exactly the same more than a year ago. Couldn't be happier. The bitwardenrs server is extremely lightweight so it runs with almost no resources. Please consider bitward…
-
comment
Comment #26313866
> Autofill is relatively poor (it fails even on HN!). Autofill is much more customizable than LastPass afaik. You can both define how (domain)name matching should occur as you can …
-
comment
Comment #26069686
> The real reason most websites disappear is a much more human one. So true. I have had a blog running since 2006, all was php based back then with (html) posts inside a database. …
-
comment
Comment #25989744
(Author here) I run it to communicate with much more applications. It just depends on your own preferences. For example, some tools provide an API (local or cloud based) and you ca…
-
comment
Comment #25989707
You're totally right. Although in my experience this is much easier to maintain with "upstream root certificates" (not sure how you'd call them) then self-signed certs. Application…
-
comment
Comment #25988803
Author here: That's exactly what this post does only with Traefik instead of haproxy. The TLS of Mosquitto is just too much of a maintenance burden. A cross post from what I replie…
- story
-
comment
Comment #23177539
I started groceri.es ( https://groceri.es ), a recipe manager and smart shopping list in one. Its goal is a combination of paprika ( https://paprikaapp.com ) and Listonic ( https:/…
-
comment
Comment #23054494
Yes. I have a Google Custom Search engine which I dispatch via javascript. It just displays the results formatted from a json list. It is just a matter of preference, since DDG can…
- story
-
comment
Comment #22814894
They have a version "Fathom lite" which is nowhere mentioned on their site (anymore?). You can get it from Github though: https://github.com/usefathom/fathom
-
comment
Comment #22702657
Mycroft as software is used by a small group of users and seems pretty stable. More features are continuously added and the design principles look promising (open source, as privat…
-
comment
Comment #22444547
Yes but that's a whole different 2FA implementation, where sites must support U2F (webauthn). Unfortunately, the implementation of TOTP is far more common than U2F. Ideally all sit…
-
comment
Comment #22443922
Because usually the server sends the shared secret and there are just 32 slots for shared secrets available.
-
comment
Comment #18076092
Use the Yubico Authenticator app. The main difference is the (secured) storaged of the shared secret. With Google Authenticator, your keys are stored on the phone. With Yubico's au…
-
comment
Comment #15608433
PiHole is a fantastic system and works really well. The only issue I have is its installer works on a bare system. I prefer to use the Pi as a multi purpose system: for home-assist…
-
comment
Comment #13420894
The app looks great, but I just am not in favor of piping everything I have with email through your servers. Just a standalone app as basic version with opt-in for Google OAUth wou…
-
comment
Comment #12930433
Afaik, it has nothing to do with Ubuntu or any other Linux distro specifically, but this is rather a choice from python itself. See PEP394 [1]: "for the time being, all distributio…