<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: gerritjvv</title><link>https://news.ycombinator.com/user?id=gerritjvv</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Jul 2026 06:02:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=gerritjvv" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by gerritjvv in "Asahi Linux lead developer Hector Martin resigns from Linux kernel"]]></title><description><![CDATA[
<p>He sould've and should say no. No Linux has and will be a C project.<p>Imagine going to a project like Rails and trying to convince them they should use C# instead because its better than their language and everyone is wrong. Then if they refuse to change you start going on social media shit posting how all of them are wrong and and they should use the language you decided is king.<p>I think Linus was happy for people to use Rust peripherally, but then they needed changes to the kernel and slowly wants to infiltrate every other project to become rust dependent. This didn't sit well with other maintainers as they use C and arguably don't want or need to deal with Rust. The same they don't want to use Zig, V or C++. You're welcome to develop your driver in Zig, but don't expect others to change their code for you so you can be happy.</p>
]]></description><pubDate>Fri, 14 Feb 2025 14:56:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=43048938</link><dc:creator>gerritjvv</dc:creator><comments>https://news.ycombinator.com/item?id=43048938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43048938</guid></item><item><title><![CDATA[New comment by gerritjvv in "Show HN: I built a serverless data API builder – no storage, low latency"]]></title><description><![CDATA[
<p>I suggest you try Fleak, Langflow, and LangChain to compare. Neither Langflow nor LangChain are simple options, and they are more geared towards chatbot use cases.</p>
]]></description><pubDate>Tue, 06 Aug 2024 22:08:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=41175923</link><dc:creator>gerritjvv</dc:creator><comments>https://news.ycombinator.com/item?id=41175923</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41175923</guid></item><item><title><![CDATA[New comment by gerritjvv in "Create ad-hoc ClojureScript scripts on Node.js with nbb"]]></title><description><![CDATA[
<p>nice, keep up the good work.<p>clj gives a different way of thinking (imho better), but alas even introducing algebra to geometry had push back, and so will anything that upsets the norm.<p>Another equally important benefit of clojure is its stability, i.e you can write a script today and it will run weeks/months/years/decades afterwards, the same cannot be said for js.<p>This is all known to people already using clj and cljs, and now we can keep enjoying our clojure on nodejs also :)<p>note: 
there is a misconception aparently that clojure does not support mutability, it does, just does so in a sane way so you dont shoot yourself in the foot. So yes you can mutate in clojure, and yes you can have side affecting stuff, clojure programmers do so every day .</p>
]]></description><pubDate>Thu, 23 Sep 2021 06:52:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=28625951</link><dc:creator>gerritjvv</dc:creator><comments>https://news.ycombinator.com/item?id=28625951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28625951</guid></item><item><title><![CDATA[New comment by gerritjvv in "Ask HN: How does your company manage its encryption keys?"]]></title><description><![CDATA[
<p>the simplest option is to store your keys in aws secrets manager (if you use aws), and then write some tooling around it.<p><i></i><i></i> self promotion <i></i>*
You did ask how people do it :), this is my way, Ive written my own service which has been in production for more than 3 years, <a href="http://pkhub.io" rel="nofollow">http://pkhub.io</a> (if you would like to try it send me an email to admin@pkhub.io). This was before aws secrets manager, the tooling is usefull cause I wrote: running your app with its needed secrests dev/stage/prod, accessing dbs, downloading and installing ssh keys to ssh agent, utilities.. 
<i></i><i></i><i></i><i></i> end <i></i><i></i><i></i><i></i><p>of course you could write all these yourself with aws secrets manager.<p>there is hashicorp's vault but tbh it always seemed like way to complicated to setup.<p>my advice in general would be: to get something secure but simple enough that your engineers can do their work and access the resources they need, without the oh only bob has the keys on his laptop situation.</p>
]]></description><pubDate>Sun, 07 Jun 2020 09:50:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=23446099</link><dc:creator>gerritjvv</dc:creator><comments>https://news.ycombinator.com/item?id=23446099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23446099</guid></item><item><title><![CDATA[New comment by gerritjvv in "Show HN: SecureSend share passwords, like fileshare but for short msgs"]]></title><description><![CDATA[
<p>Some notes from myself (the author):<p>I strongly have to insist that when sharing credentials/passwords you should be using a service like a secrets manager or password manager, ideally you'll use my service <a href="https://pkhub.io" rel="nofollow">https://pkhub.io</a> :)<p>This quick share mechanism is made for that time when you are about to send a password over slack and delete it afterwards. You know its wrong but its just so convenient :/<p>With <a href="https://pkhub.io/securesend" rel="nofollow">https://pkhub.io/securesend</a> you can send it, have a optional passcode and the message expires either on read or after the expire time set.<p>The advantage is the message is not somewhere in a text transcript that can be harvested, and is deleted permanently  after expire. Its also stored encrypted where only the link holder can decrypt the message.<p>The link will be available for harvest if you send it over email or slack but the temporality of the message solves this i.e the link becomes useless after the message expires.</p>
]]></description><pubDate>Mon, 05 Aug 2019 15:51:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=20615096</link><dc:creator>gerritjvv</dc:creator><comments>https://news.ycombinator.com/item?id=20615096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20615096</guid></item><item><title><![CDATA[Show HN: SecureSend share passwords, like fileshare but for short msgs]]></title><description><![CDATA[
<p>Article URL: <a href="https://pkhub.io/securesend">https://pkhub.io/securesend</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20614968">https://news.ycombinator.com/item?id=20614968</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 05 Aug 2019 15:35:24 +0000</pubDate><link>https://pkhub.io/securesend</link><dc:creator>gerritjvv</dc:creator><comments>https://news.ycombinator.com/item?id=20614968</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20614968</guid></item><item><title><![CDATA[Show HN: A simple fast encryption library using standard JVM JCE classes]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/gerritjvv/crypto">https://github.com/gerritjvv/crypto</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20292342">https://news.ycombinator.com/item?id=20292342</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 27 Jun 2019 07:14:01 +0000</pubDate><link>https://github.com/gerritjvv/crypto</link><dc:creator>gerritjvv</dc:creator><comments>https://news.ycombinator.com/item?id=20292342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20292342</guid></item><item><title><![CDATA[AES Java Encryption Performance Benchmarks]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@gerritjvv/aes-java-encryption-performance-benchmarks-3c2cb19a40e9">https://medium.com/@gerritjvv/aes-java-encryption-performance-benchmarks-3c2cb19a40e9</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20208365">https://news.ycombinator.com/item?id=20208365</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 17 Jun 2019 23:37:50 +0000</pubDate><link>https://medium.com/@gerritjvv/aes-java-encryption-performance-benchmarks-3c2cb19a40e9</link><dc:creator>gerritjvv</dc:creator><comments>https://news.ycombinator.com/item?id=20208365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20208365</guid></item><item><title><![CDATA[Show HN: PKHub a Developer's Password Manager]]></title><description><![CDATA[
<p>Article URL: <a href="https://pkhub.io/">https://pkhub.io/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20106886">https://news.ycombinator.com/item?id=20106886</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Jun 2019 17:30:32 +0000</pubDate><link>https://pkhub.io/</link><dc:creator>gerritjvv</dc:creator><comments>https://news.ycombinator.com/item?id=20106886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20106886</guid></item></channel></rss>