Viewing profile — zero-st4rs
zero-st4rs
HN member- Joined
- Sat, Oct 07, 2023, 3:52 PM UTC
- HN karma
- 64
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About zero-st4rs
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48629953
> I'd wish we would have a real "write once, run everywhere"... Hi! I'm trying my best okay? Hokusai Pocket might currently be composed of wood and string, but one day he will be a…
-
comment
Comment #48583174
hear hear!
-
comment
Comment #47768681
Yeah! That's pretty accurate, although it's not quite css/html. It also integrates some helpful libraries, like libuv for cpu intensive tasks and I'm currently working on adding ne…
-
comment
Comment #47768597
Thanks for the question! The motivation came from building desktop applications and working with awesome but cumbersome GUI toolkits like Nuklear. I built a graphics backend-agnost…
-
comment
Comment #47768477
> I mean, I can follow ops intent to a general degree, it sounds interesting, but .. Thanks for trying to meet me halfway. I hope I can bridge the gap. The repository is the codeba…
-
story
Show HN: Run GUIs as Scripts
Hi there, Zero Stars here. I recently published some new work to Hokusai Pocket, which is a cross-platform binary made on top of raylib and MRuby that runs GUIs from ruby scripts. …
-
comment
Comment #47589586
https://www.linkedin.com/legal/user-agreement 8.1. Dos Use your real name on your profile; and 8.2. Don’ts Create a false identity on LinkedIn, misrepresent your identity, create a…
-
comment
Comment #47566436
I think the distinction is pretty easy imo. HN is topic centered, Social Media is person-centered. Before MySpace there was a pretty big proliferation of forums and other topic cen…
-
comment
Comment #47557014
Author + Art School dropout here, This link points to a collection of artworks made from a variety of media which generally employ some kind of constraint or deterministic system i…
- story
-
comment
Comment #46057418
I'm not sure if you wrote this with AI, but could you provide examples? Knowledge is shaped by constraints which inform intention, it doesn't "drive it." "I want to fly, I intend t…
-
comment
Comment #46056506
> What's yourself without your material possessions and social connections? There is no such thing as yourself without these. perhaps a being that has the capacity for intention an…
-
comment
Comment #46056445
I read the intersection as this: We shape the world through our choices, generally under the umbrella of deterministic systems. AI is non-deterministic, but instead amplifies the c…
- story
-
comment
Comment #43945672
Thanks for raising this question. From the discussion here: https://news.ycombinator.com/item?id=43938309 , it probably won't stay PPL for much longer. It just needs to be worked o…
-
comment
Comment #43945661
This is a great question that I don't yet have an answer for. Ideally, there should be an automated way builtin to the gem that packages apps. Currently, I use a tool I wrote calle…
-
comment
Comment #43945646
Thanks! _why is the person who really sparked my love and engagement with Ruby so this means a lot.
-
comment
Comment #43945636
Thanks so much for the clarifying and thorough information. I will admit that my choice to use PPL is reactionary to the ecosystems of software development as they are now, which I…
-
comment
Comment #43943448
Yeah, the main thing I understand about PPL is that it behaves like the GPL license, but has provisions for worker owned cooperatives or non-profits. 4.c. (Looking at the informati…
-
comment
Comment #43939326
Thanks! I'm really interested to hear how it "plays" for people. Would love updates if you use it.
-
comment
Comment #43939249
Pretty cool! I've heard a lot of good things about Qt.
-
comment
Comment #43939003
Interesting, for sure. I don't know much about Ruby on android (the resulting application will absolutely need a ruby interpreter) but I thought Windows would be a no-op and I got …
-
comment
Comment #43938945
Good question! Most of the development build fetches and compiles C dependencies. xmake happens to be really good at this, especially considering xmake-repo. Rake tasks don't have …
-
comment
Comment #43938760
Great question. From what I understand of RubyMotion, it compiles directly to native, calling into Objective C APIs, and like DragonRuby the Ruby implementation is not MRI. Since H…