Viewing profile — kagebe
kagebe
HN member- Joined
- Tue, Nov 26, 2013, 7:50 AM UTC
- HN karma
- 45
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About kagebe
No profile information was provided.
Recent public activity
-
comment
Comment #15904419
A common mistake for us Germans. Especially if one hasn't worked in an English-"speaking" environment (US/UK/..., international company or publishing in English academic proceeding…
- story
-
comment
Comment #13929710
I use it to share passwords with one other person via a suitably restricted git repo, works perfectly fine. Edit: See sister comment by runejuhl.
-
comment
Comment #13875710
Linear types are a more fundamental concept (in functional programming and type theory) than reference capabilities, since they apply to values of any type and a linear type system…
-
comment
Comment #13805186
Partial evaluation (whether online/offline) is not implemented in any (current) C/C++/Rust compiler, for very good reasons. "Global Optimizations" may do a significant number of op…
-
comment
Comment #13802009
In AnyDSL, Impala is a host language for shallow-embedded DSLs. No parser generators/grammar required/needed as that is not the point. From the last paragraph of the overview secti…
-
comment
Comment #13801980
In most compilers today, the front-end generates an AST, from which an(other) intermediate representation (IR, named Thorin in AnyDSL[1]) is generated. On that IR, the "middle-end"…
-
comment
Comment #13801871
Xtext and AnyDSL have very different goals. Xtext is mostly about Syntax and IDE-Support, while AnyDSL is about compilation. With Xtext you'll get support for defining the grammar …
-
comment
Comment #13051298
In related news: Radu Grigore "Java generics are Turing complete" POPL'17 Preprint: https://arxiv.org/pdf/1605.05274
-
comment
Comment #13045572
As far as I understand, for LMS: Those types T for which one has implemented needed operations for the Rep[T] type. Shameless plug: For another comparison of MetaOCaml, LMS, Terra …
- story
-
comment
Comment #8920082
How about asking your customers, instead of stalking them by default? Even telephone hotlines warn you that the calls may be recorded and give you (at least) a way to opt out. No s…
-
comment
Comment #8688427
I think it's not only the interactive elements, but also the way information is displayed. I actually think he (and others) might benefit from a really responsive desktop environme…
-
comment
Comment #8641621
Wasn't the original goal 'Reducing the coupling between our core packages'? How is a fully display of all the transitive dependencies necessary for that? The goal already implies, …
-
comment
Comment #7940810
Now, I'm very strongly influenced by my german culture, but the article made me curious: What kind of history does this particular house have, except maybe for its looks? The artic…
-
comment
Comment #7785223
> but based on her description she would have had time to properly use a gun in defense I quote the article: "She pulled the knife out further and pushed it into my blue purse" Int…
-
comment
Comment #7784005
> If someone was caring a gun, they could have helped. If she were caring, then she could have put an end to this nightmare herself. No, that is not how it would work out in most (…
-
comment
Comment #6814573
Well, then I restate: "Those proofs were not proofs of the theorems they/Bloch wanted to prove." The point being: Proving is not just about your proof, but also about writing meani…
-
comment
Comment #6813701
While you may be right with regards to the file size (although most SSA-representations are not built for small size, there is quite some potential to reduce it, imho), you'll have…
-
comment
Comment #6799800
In my opinion, the main take-away here is that the proofs were, obviously, no proofs. If you program with modulo arithmetic you have to do your proofs with modulo arithmetic. If yo…