Viewing profile — conradklnspl
conradklnspl
HN member- Joined
- Wed, Jun 26, 2024, 7:13 PM UTC
- HN karma
- 12
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About conradklnspl
No profile information was provided.
Recent public activity
-
comment
Comment #41579669
A god option is to setup a wireguard connection between workstation and servers. All traffic has to go through wireguard. Because wireguard is UDP and only responds to valid reques…
-
comment
Comment #41577303
They use the LGPL license for a lot of their work. https://github.com/languagetool-org/languagetool/blob/master...
-
comment
Comment #41576235
How does this compare to https://languagetool.org , which is also open source? I'm not sure what kind of AI Languagetool uses but it works really well!
-
comment
Comment #41529442
> Then keeping on top of the news for the rest of your life to see if your password manager is going down the gurgler or been hacked. Also, will my passwords be available when I tr…
-
comment
Comment #41467688
DNS history is really interesting for a variety of reasons. I've seen it used to try and circumvent Cloudflare firewall rules. Some people don't replicate the firewall rules on the…
-
comment
Comment #41464956
Creative way to get domain name monitoring. Do you use this to keep a history of DNS records to, by any chance? If so, do you find it to be reliable? I would suggest making the dom…
- comment
-
comment
Comment #41428098
What are some best practices for portability of passkeys? I've built me a little password manager (namely https://github.com/conradkleinespel/rooster ) and wonder if I could make i…
-
comment
Comment #41409678
W3Schools is wonderful at letting you choose what you want with their sidebar: https://www.w3schools.com/java/ You could also register an account at https://chatgpt.com and ask it …
-
comment
Comment #41408697
Oh, that's awesome! Deploying FLOSS software on your own infra can also be a good way to contribute something back: there are usually some things you need to do for your setup that…
-
comment
Comment #41408649
Learning new things is my biggest motivator. A day during which I learn something new is usually a good day. Recently, I've been working with two former colleagues to build a searc…
-
comment
Comment #41405045
I'm working on a product that may allow you to find competitors' customers through a search engine for the web's HTML. If your competitors happen to put specific HTML in their cust…
-
comment
Comment #41404895
Recently, I've been using HN RSS ( https://hnrss.github.io/ ) to get alerts when specific keywords get mentioned on HN. Really useful tool! The underlying data comes from Algolia's…
-
comment
Comment #41404795
If you have a niche SaaS product that somehow embeds in your customer's website, I've been working on a search engine that can help find your competitors' customers. It lets you se…
- comment
-
comment
Comment #41378357
While I agree that for user-facing APIs, serverless can both help handling load spikes and keep costs low, how would serverless help with spidering and indexing? Spidering and inde…
-
comment
Comment #41350680
About 10 years ago, I was using an online password manager, but it got hacked. At that time, I created this one: https://github.com/conradkleinespel/rooster Nowadays, I use a combi…
-
comment
Comment #41346898
We've been building https://www.datafragment.com , a tool that can help you get prospects for your product. It lets you search the web's HTML code. Some of our current users use it…