Viewing profile — EllipticCurve
EllipticCurve
HN member- Joined
- Tue, Dec 29, 2015, 10:09 AM UTC
- HN karma
- 251
- Public activity
- 103 items
- HN profile
- View on Hacker News ↗
About EllipticCurve
Recent public activity
-
comment
Comment #29087359
Give Terraria a try, It's really awesome and versatile!
-
comment
Comment #28318092
Then let me say thanks! There was a programming competition in university where we made bots to play 2048 for (with a few months time), that played against each other in a live tou…
-
comment
Comment #27804178
Thanks for the information. It does seem like the anti-vax movement is a lot larger within the Waldorf-community than outside. I never really thought about that.
-
comment
Comment #27801447
What do you mean by dangerous exactly? I was briefly involved with some people from the Steiner philosophy (the school) and while some people could definitely be labeled as a weird…
- story
-
comment
Comment #26905182
Yes, I think you should absolutely get one! For once, it will always place your resume above the ones without a masters degree. And even if you look at the topics and think you won…
-
comment
Comment #24739550
This is pretty much how the interview with my current position went. It felt really good to just talk about software development, private projects and other topics instead of doing…
-
comment
Comment #23298285
No. We are not even allowed to bring a monitor home temporarily during this phase. Explicitly forbidden to take any kind of working equipment. So I guess we're expected to work in …
-
comment
Comment #23191222
Not really. Not everything is interesting all the time, but at least every couple of days there are submissions that perfectly fit my interests. And I like the general high quality…
-
comment
Comment #23175910
A compiler for my own little language: https://github.com/MauriceGit/compiler
-
comment
Comment #23067634
I can confirm. Same thing for, started 3 hours ago. It seems to work again for the moment though (after one hour, no change from my side). The setting is also gone for me!
-
comment
Comment #23041539
It's a bit of pain to implement in some cases, but worth it :) Let me know, if you have questions or need hints where to find some relevant details in my code.
-
comment
Comment #23040705
Nothing wrong with semi-colons. Everyone has a different preference anyway. Thanks for saying all that. It was a huge amount of work and getting appreciation makes it all worth it!…
-
comment
Comment #23040087
I didn't really read any books on that topic. But did lots of general research about compiler stages. I also posted a few links some comments up, that helped a lot. For for it! Sta…
-
comment
Comment #23036811
That is really motivating, thank you for saying that!
-
comment
Comment #23036345
:) I (now) agree. In fact, each part isn't even really that hard. It's mostly just a lot to work. And then code generation. I had some headaches with multiple return values and kee…
-
comment
Comment #23036122
Those are some of my currently open tabs :) Lots of Google use on top of that. The parser is actually quite straight forward. The much harder part (for me) was the code generation …
-
comment
Comment #23036105
Thanks :) That's where I was trying to get to. I did some smaller performance comparisons against C (with -O0), where I was at about 90% speed. But there is a lot of performance to…
-
comment
Comment #23036021
Yes, I did (at least a bit). That and I read, that Go has a build-in yacc as well. But decided, that for the first compiler, I want to actually do all steps manually myself for bes…
-
comment
Comment #23017100
This is my first compiler, so I expect there to be several things I can improve :) I tried to follow the Assembly calling conventions the best I could. I am looking forward to any …
- story
-
comment
Comment #22662280
In some sports this is kind-of normal procedure to reach a weight class before a major competition. You go into a sauna or do sports in air-tight clothes and lose a few kg of water…
-
comment
Comment #22649994
I am currently writing my own compiler for a smaller language :) This is my first real compiler and it's lots of fun!!! It's also my first time working with x86-64 assembler (compi…
- comment
-
story
Ask HN: What skills to learn to build SaaS' as algorithm developer
I have a few ideas for possible SAAS or side projects that might actually help with additional income (at some point). But it always feels like I am missing key skills to build suc…