Viewing profile — holtwick
holtwick
HN member- Joined
- Sat, Jul 02, 2011, 7:50 AM UTC
- HN karma
- 138
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About holtwick
Recent public activity
-
comment
Comment #48567831
The briefing pages also have RSS, this way you see the most relevant stuff https://bubbles.town/editions
-
comment
Comment #48567432
I love it!
- story
-
story
Show HN: Bx – macOS native sandbox for AI and coding tools
Wrapper around Apple's macOS sandbox-exec tool, which usually sandboxes native apps. It is "allow-first" i.e. it will not overprotect everything, just crucial information and there…
- story
-
comment
Comment #47629532
Small web, try this one https://bubbles.town
-
comment
Comment #47625538
There's nothing bad about SFU, particularly the version you wrote, which forms the basis of Livekit. It would be my first choice for supporting larger groups in Briefing anyway. If…
-
comment
Comment #47625360
For small groups SFU like Livekit is not needed at all. Still E2E and realtime collab. I wrote such a thing: https://brie.fi/ng
- story
-
comment
Comment #47553953
Inspired by this tool I wrote something that fits macOS better. It uses the native sandbox-exec from Apple and can wrap other apps as well, like VSCode in which you usually run AI …
-
comment
Comment #46631499
FluidVoice for macOS is pretty handy as well. Open source under Apache License. https://altic.dev/fluid https://github.com/altic-dev/FluidVoice
-
comment
Comment #44202159
I'm keeping my fingers crossed! Hopefully it won't just remain at the announcement stage.
-
comment
Comment #44201285
I wonder there is not already such a petition in the EU or Germany. I searched, but didn't find any. Somebody who wants to create one? I'm not that good in writing such texts: Euro…
-
comment
Comment #40787730
Thanks for sharing, this is super interesting. Although it doesn't seem to be super active these days. Probably because it is difficult to commercialize local first. That might be …
-
comment
Comment #40787455
I would like to refine my answer regarding the rapidly growing log. If we assume that we have a real-time application, then every keystroke or pointer action can indeed create a ch…
-
comment
Comment #40787355
Thanks for feedback. The link is broken for me, but I think you are referring to this page? https://jack-vanlightly.com/analyses/2024/4/29/understanding... Indeed, the approach is …
- comment
-
comment
Comment #40785950
For certain scenarios there will be conflicts, take a boolean value. Client A sets it and client B unsets it. There can only be one winner. But that might be a benefit from the pro…
-
comment
Comment #40785551
Thanks for the detailed feedback. The growth of the log is indeed a weak point that could be improved by regularly merging entries. Missing entries are easily recognizable because …
-
comment
Comment #31222821
Receipts - for macOS, local database, automated content recognition, document management. Convenient commercial alternative to GnuCash to track expenses and income. https://www.rec…
-
comment
Comment #26274041
https://onepile.app/
-
comment
Comment #25142547
CSS/Stylus framework inspired by Tailwind, trying to respect the content semantics https://github.com/holtwick/windy-css
-
comment
Comment #24765309
I'm not a lawyer, just a coder. I was under the impression, that offering a network service is also defined as 'distribution': https://choosealicense.com/licenses/eupl-1.2/ I guess…
-
comment
Comment #24764372
Why not EUPL? It is probably a good choice for a European based company and has comparable features. https://github.com/holtwick/briefing/issues/75
-
comment
Comment #23597949
I can fully understand that an additional tool layer can cause additional problems, but static type checking is a large quality win for large projects. There are workarounds to ach…