Viewing profile — Debilski
Debilski
HN member- Joined
- Thu, May 30, 2013, 12:27 PM UTC
- HN karma
- 18
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About Debilski
No profile information was provided.
Recent public activity
-
comment
Comment #39850773
I’m wondering why we don’t use any type and definition-aware IDEs that could render the first line as a proper table (especially once there is a list of items of the same type invo…
-
comment
Comment #11229062
Depending on compiler flags was implicitly mentioned for sbt, though (point 8). Depending on the `.value` of the `scalaVersion` configuration property is the same thing and can be …
-
comment
Comment #9968001
Why use a menubar program…? $ man caffeinate
-
comment
Comment #9873401
The problem is that some scripts are written to be `source`d.
-
comment
Comment #8224021
You could in principal store the old history in a separate repository then (reasons for this may be that the repo historically contained many binary files, possibly because it’s be…
-
comment
Comment #7748792
This is probably the thing I’m missing the most in fish shell.
-
comment
Comment #7717105
For starters, they could try to get the spacing in and between UI elements right. For example, the text in drop down menus looks pretty misaligned in those screenshots.
-
comment
Comment #7691375
I find that casually overlooking the root directory very often gives me a good estimate of how active the project is (and in which subdirectories it’s been worked on most recently)…
-
comment
Comment #7238043
Arguably, Esperanto was created by one hobby linguist about 125 years before today’s linguistic research, so I would not stress that too much.
-
comment
Comment #7129772
An OS solution which allowed for versioned packages to be installed on a per-project base. That’d be something…
-
comment
Comment #7127185
round(x) only works for a few specialised types of x. help(round) tells you that it will return the same type then. Of course for a type of MathConst{:π}, that won’t work. For gene…