Viewing profile — chartreusek
chartreusek
HN member- Joined
- Thu, Nov 10, 2016, 8:22 PM UTC
- HN karma
- 46
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About chartreusek
No profile information was provided.
Recent public activity
-
comment
Comment #31904423
Some people actually prefer that layout too, it's an orthographic layout, which is likely less confusing that the slightly off layout of the full size reform. On the full reform th…
-
comment
Comment #31904407
Besides safety they have the added benefit of significantly longer lifespans (charge cycles) compared to Li-ion. The downside being their lower capacity. The high capacity LiFePO4 …
-
comment
Comment #31904358
It is, just like the regular full sized MNT reform. You can reprogram the keyboard firmware (or even get a different PCB made as some people have done for the regular one). Part of…
-
comment
Comment #31721539
One of the reasons that they prefer not to have them linked here is that the discussion inevitably boils down to "why did they post this on twitter as a thread instead of making a …
-
comment
Comment #31140447
You can install a sysvinit based stock debian if you wish. I've done it a few times recently, on low memory systems ( https://wiki.debian.org/Init There's also instructions for con…
-
comment
Comment #28807383
Took a bit to find it, but the license for the library is given at the bottom of dos.h It's available under either MIT or Unlicense (public domain)
-
comment
Comment #27724275
Sure, but there's still the license at play here. It's not like they trained it only on public domain/CC0 code. What happens when it verbatim outputs a significant amount of code t…
-
comment
Comment #18676676
It's definitely there to retain some backwards compatibility with existing K&R C programs. Though it does still somewhat exist in the C11 standards. From 6.9.1 - "If the } that ter…
-
comment
Comment #18675854
Since the article is talking about C/C++ In C reaching the end of a non-void function is not undefined behaviour though. It's equivalent to ending with a return; However attempting…
-
comment
Comment #14810189
Didn't they try basically this before, then had it fail and discontinue in the form of iGoogle(2005-2013)? The idea of google going back to that is just nuts. At least DuckDuckGo h…
-
comment
Comment #12923968
main(a,b){if(puts(*(int*)b)){}} Needs to be compiled as a 32-bit program, and the executable renamed to Hello\ World! :)