Viewing profile — adriaanmulder
adriaanmulder
HN member- Joined
- Wed, Nov 06, 2019, 7:13 PM UTC
- HN karma
- 74
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About adriaanmulder
Recent public activity
-
comment
Comment #46700018
How does docker sandbox solve the docker-in-docker issue? Can Claude running in docker sandbox spin up other docker containers, without having privileged access?
-
story
Show HN: Ghostpipe – Connect files in your codebase to user interfaces
Hey HN! I built Ghostpipe because: 1. I like to keep data about my software in the codebase and under version control. 2. I don’t like always working in raw text files with domain …
-
comment
Comment #37505743
Is this really so hard to read? updateWhere( thing => thing?.guid === postId, post => ({...post, title: newTitle}), networkCache ) The alternatives as far as I can tell are: - norm…
-
comment
Comment #37505710
That's a great point
-
comment
Comment #37492887
I disagree. For example, It's useful if you have a bunch of cached network requests that each list some resources and you want to update all of the instances of a specific resource…
-
comment
Comment #37490166
This is a simple function that I find quite useful. Crawl through an object to update some specific nested value. Useful for things like optimistic updates in a cache (eg. Find eve…
- story
-
comment
Comment #34631661
Input Logic | Full-time | Canada Remote Input Logic is a software agency based out of Nanaimo, British Columbia. We're looking for a backend or full-stack developer. Ideally your t…
-
comment
Comment #24724549
Thanks for the quick response. I think this should really be explicitly stated in the docs, along with a link to VGS. The diagram didn't make it obvious to me that the "security pr…
-
comment
Comment #24723360
Hey Tom! I see in the security section it says "We secure your data at rest through a mechanism called tokenization, which ensures our systems only store references to your secrets…
- story
-
comment
Comment #22431426
I don't really follow, care to elaborate?
- story
-
comment
Comment #21975227
That's great to hear! Can't say it was intentional, I haven't honestly even gotten to my routine accessibility-pass I do on most apps.
-
comment
Comment #21975194
Me too, I will probably add this in the future. In the meantime, you can kind of get around this by creating subtasks of the task that is blocked by more than one thing, and each s…
-
comment
Comment #21975173
Drag and drop exists in the current version, just click and drag the bullet point of the task you want to move. Also should work on mobile. Link recognition exists for task descrip…
-
comment
Comment #21942735
Only by pinning into the parent task (tapping the bullet point). Making this easier is on my todo list
-
comment
Comment #21942712
Overall pretty great experience with parceljs :)
-
comment
Comment #21942702
you don’t really need to remember your username. Log in with email password and you can see your username from the profile screen. I added usernames as the method for team organize…
-
comment
Comment #21942686
Full name is just for a better autocomplete experience when writing comments and assigning tasks. Also interesting that some people have one word names, I’ll keep that in mind!
-
comment
Comment #21942672
I’d be weary too, that’s why I’ll be adding import export soon, and I’m leaning towards never charging for single users. No promises though since I don’t know what kind of expense …
-
comment
Comment #21942661
I will probably keep it free for teams with one member, and charge monthly for additional members. I’ll be adding an import / export feature that will hopefully make people more co…
-
comment
Comment #21937315
Based on the HN feedback, keyboard navigation is a top priority :)
-
comment
Comment #21937291
Thanks! Definitely will be adding file uploads. Not planning on adding Latex anytime soon though.
-
comment
Comment #21933449
WorkFlowy is an awesome app that I would recommend to anyone as an idea/note organizer. DiscoTask is very similar in so far as it is based around nested lists. However, DiscoTask i…