Viewing profile — strkek
strkek
HN member- Joined
- Fri, Feb 09, 2018, 4:11 PM UTC
- HN karma
- 122
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About strkek
No profile information was provided.
Recent public activity
-
comment
Comment #17400183
> Without the in-game ability to start over after making a mistake, you're forced to deal with whatever the game throws at you. No excuses, no rationalizations. I found "Alien: Iso…
-
comment
Comment #17378364
It's like the devs of Clang and GCC suddenly joined to define what "C20" means but bypassing ANSI and ISO processes.
-
comment
Comment #17378258
I can perfectly see this implemented without breaking backwards compatibility, similar to how we have usermodes for "connected via SSL" and channel modes for "requires SSL". It doe…
-
comment
Comment #17378169
And federated too, if I may add.
-
comment
Comment #17350456
Aren't they basically the ones controlling the protocol specs through the BitTorrent Enhancement Proposals (BEP)? (Honest question.)
-
comment
Comment #17319526
If you begin this, please leave a GitHub link so I can follow it :) EDIT: Or a link to the repository, in case it's not hosted on GitHub.
-
comment
Comment #17307480
Last time I checked you could create a directory with a name "like:this" from Linux or something, and Windows would display it but not allow you to access it in any way. Have they …
-
comment
Comment #17306091
As long as humans continue to be like we have been so far, i.e. with the mentality of destroying our own planet and not caring about it, or committing crimes like kidnapping, etc..…
- comment
-
comment
Comment #17266965
I wonder if this app has a drawer. swipes to the right > Message archived. No wtf. undo Guess it doesn't.
- story
-
comment
Comment #17258317
Worse of all is that this abbreviation must have come from someone who had no idea what cryptocurrencies are; someone who thought it was "magical WoW money but better". Because I j…
-
comment
Comment #17248547
Chill. It's both a user and UX problem. It's like when some part of a website's functionality is only available through Flash. You know some (nowadays "most") people will have it d…
-
comment
Comment #17242687
The article doesn't say which version, though.
-
comment
Comment #17233256
Eh, I think they were talking about the UX for people that have JavaScript disabled, not about the JavaScript language. To me it sounded more like "I can browse GitHub without Java…
-
comment
Comment #17233086
Obligatory link to the "YAML sucks" repo: https://github.com/cblp/yaml-sucks If you ignore the flame-inducing title, it's just a table showing how different implementations parse Y…
-
comment
Comment #17216245
> btw, did you notice how there are hardly any books, conferences or discussions about C despite being a fairly popular language? Oh, yes. When I wanted to fiddle with OpenGL (and …
-
comment
Comment #17196826
Most projects use buzzwords like that though. - Safe! - Blazing fast! - Powerful! - Elegant! - Shiny! - Modern! You know, marketing stuff that tells you absolutely nothing about th…
-
comment
Comment #17134300
I think it's a situation sort of like with SSL and TLS, where the former term implies the latter. I mean, it's not rare to find people using the term "SSL Certificates" even on TLS…
-
comment
Comment #17103850
You'd still be able to use `C-[` though. (And I actually use it in Termux)
-
comment
Comment #17103442
> If you're frustrated, simple insert mode (`i`) is all you need to get back to your comfort zone. Also, something I wish I knew back when I was learning is `:set nonumber` to turn…
-
comment
Comment #17071349
There's definitely something about forums that can't be found in social networks. I don't know what that is, but I know it's very unlikely that I'll have as much fun as in those da…
-
comment
Comment #17064901
> In the end ~/go doesn't look a lot different than the @INC path that points to something in your home directory, or /usr/include, /usr/lib, and /usr/bin in a pure C system. Well,…
-
comment
Comment #17064828
I made[1] a zsh hook some time ago that allowed you to have per-project GOPATH. At the root of the project I just have to do `echo 'github.com/username/package' > .gopkg` and after…
-
comment
Comment #17033246
Same here, but in my case when I need that I usually go with Mithril.js[1]. I found it by chance and instantly liked it. It's a shame that nobody seems to know it. [1]: https://mit…