Viewing profile — arc33
arc33
HN member- Joined
- Sat, Aug 31, 2019, 11:45 PM UTC
- HN karma
- 6
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About arc33
No profile information was provided.
Recent public activity
-
comment
Comment #20954561
Can't we compile those things out of the engine when using it for the desktop?
-
comment
Comment #20928447
That's because it's very hard to fund development of something as complex as a web browser in 2019 with nothing to fund the development other than donations.
-
comment
Comment #20918999
> but they don't really mean anything in relation to the program: they're just a procedure to get the job done. Actually, I don't think till now I've got recursion. I only see it u…
-
comment
Comment #20918716
Is there a contact e-mail I can reach you at regarding any of those tools?
-
comment
Comment #20913425
> A typical ELK deployment has logstash and kibana as well. Now that we have tools like docker-compose, would it not be possible to spin up all the dependency apps in a single comm…
-
comment
Comment #20889579
I think the simplest way to understand recursion is as a for loop where you use the stack as the counter. Recursion is basically implementing the operations of a repetitive loop bu…
-
comment
Comment #20852575
> I can’t just load the file and run it through a parser and get an easily accessible object structure back Huh, I'm surprised by this. Normally, I just read an XML file and get a …
-
comment
Comment #20852550
> XML and especially XML schema are hugely complex and almost laughably difficult to bind I'm not very well versed in XML schema but if it were needlessly complex, it's probably no…
-
comment
Comment #20852425
It's an interesting thing that with the emergence of cloud computing, we get so many open source library and tooling almost for free but all of this came at the cost of killing the…
-
comment
Comment #20850284
FWIW I think your post is very relevant. I like the idea of a git based database. Please don't take a single person's opinion as that of the entire community.
-
comment
Comment #20849891
Serious question, not trolling, how is XML not a more restrictive version of YAML and why does XML get bad rep?
-
comment
Comment #20849872
> XML is awful I never really understood this. This seems to be an oft repeated truism from mid 2000s with little backing it up. The only awesome thing that JSON did, was lose type…