Viewing profile — citycide
citycide
HN member- Joined
- Thu, Aug 10, 2017, 4:46 AM UTC
- HN karma
- 18
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About citycide
No profile information was provided.
Recent public activity
-
comment
Comment #29574990
Naming is hard and conflicts are easy, but this project clashes with my own project called Trilogy. Both for SQL-family, although mine is in the JavaScript realm. I'm not too surpr…
-
comment
Comment #27277014
I ran into this with Sony's PlayStation site. I generated a passphrase that the registration form allowed but from then on I was unable to access my account. I went through the sam…
-
comment
Comment #26181002
You're assuming this person would be thinking rationally about a crime they'd like to commit, when it's often a very specific urge that overcomes their fear of consequences.
-
comment
Comment #20942293
Agreed, yours and the https://node.green/ subset are tools I use often.
-
comment
Comment #18561420
> Last time I was going to try it, I got sidetracked reading up on rules for identifier equality It's way too easy to ignore (or even embrace) the identifier equality rules in Nim …
-
comment
Comment #17189731
Have you tried Nim? It has (almost?) everything you're looking for and compiles to C, C++ or JS. https://nim-lang.org
-
comment
Comment #16497667
This is exactly my point when I say it needs to be better understood: you wouldn't do it within a single project, but if you've got a third party library that exposes a `read_file`…
-
comment
Comment #16497521
I think it's hugely underrated. I agree that it really is a fun language to use and as someone who came to it from a web dev perspective with no prior system level experience I had…
-
comment
Comment #16275297
I agree! It's not as powerful as this macro but I really want this in the standard.
-
comment
Comment #16275280
I think the fact that this (and all macros with `babel-plugin-macros`) requires an explicit import helps keep it out of magic territory. You do have to become aware that the symbol…
-
comment
Comment #16275225
I'm pretty sure that's correct but Kotlin is a more recent reference so I chose it instead.
-
comment
Comment #16275215
Right, this is currying not partial application. And it comes with the drawback that you always have to call the function multiple times. You can't provide all the parameters in on…
-
comment
Comment #16275186
Hi everyone, I'm the author. Looks like I'm a little late to the party (this post snuck by me) but I'll try to answer any questions you might have. I'd also like to point out the o…