Viewing profile — phronmophobic
phronmophobic
HN member- Joined
- Tue, Feb 01, 2011, 8:02 PM UTC
- HN karma
- 5
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About phronmophobic
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46459027
Will do!
-
comment
Comment #46459009
The best description of what I mean by data is https://www.infoq.com/presentations/Value-Values/ . > why existing IDEs miss the mark? There are definitely lots of IDEs that do cool…
-
comment
Comment #46458890
I did consider that. I think it's possible, but there are a few challenges: - It's much harder for components in separate processes to share data efficiently - Window managers tend…
-
comment
Comment #32769891
> although I'll note that there are plenty of ways (most of them via Java interop) to introduce mutability of some kind into a Clojure program besides the first-class reference typ…
-
comment
Comment #25260504
Every software architecture promises to make your software better and easier so the subheading is mostly buzzword "noise". It's unclear what makes polylith different other than it …
-
comment
Comment #22741676
Thanks! More complicated layout strategies are easy to integrate, but spacer works really well for examples since most people can intuit what the result will look like. Skia has wo…
-
comment
Comment #22739357
If you're interested in desktop alternatives for clojure, check out https://github.com/phronmophobic/membrane . It's different from javafx in that all the event handling code is pu…
-
comment
Comment #19249725
All of the core.async operations having blocking versions (eg. >!! vs. >!) which means you can use your own threads/thread pools for any work, if needed. Basically, you create your…
-
comment
Comment #7054602
I've found that maxing out the key repeat rate makes life better. System Preferences > Keyboard. Select the keyboard tab then move the Key Repeat slider all the way to the right.