Viewing profile — junk_disposal
junk_disposal
HN member- Joined
- Mon, Feb 06, 2017, 9:30 PM UTC
- HN karma
- 26
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About junk_disposal
No profile information was provided.
Recent public activity
-
comment
Comment #13691643
Unfortunately, the problem with Nim (as well as D) is the lack of big player support jump starting public opinion. Languages are inherently vendor-locked* (There isn't any way to f…
-
comment
Comment #13688940
>I prefer a nicely sandboxed and secured EME plugin over the insecure and clunkly silverlight pipelight trickery that was necessary before. What's the difference between the two? W…
-
comment
Comment #13680628
What about prgmr?
-
comment
Comment #13666753
>data on which they (should) adapt to their user needs. Then make it optional. Or at least opt-out. Or say that if you don't enable telemetry, your opinion won't count. Or at least…
-
comment
Comment #13665325
> but no one prevents the developer to keep the dynamic dispatch by default and just do the type-checking, Isn't that what interface{} does?
-
comment
Comment #13663265
1. Sometimes being able to ship is more important than being perfect 2. Sometimes I don't care if it's perfect. If I need something for in-house use, Go (and Python) is quite enoug…
-
comment
Comment #13663235
>I don't understand people who hate generics. They are just types and they are here to help the developer write compile time type safe code. interface {} everywhere isn't compile t…
-
comment
Comment #13661628
What's the advantage of DDG over StartPage? They both rely on outside sources of data and both anonymize your searches.
-
comment
Comment #13650170
>And Android. Android used to honor the promise of being open. Years ago. This was before every manufacturer was encouraged to lock bootloaders, and back when platform SDK's and dr…
-
comment
Comment #13650112
From a developer's point of view, on one hand, I like this idea. Just about any development environment is better than Android: 1. Callbacks are horrendous. I hate inner classes, t…
-
comment
Comment #13650049
When this takes off, how hard will it be to install custom roms? One of the great things about Android is that Linux is GPL, so at least the kernel code is open.
-
comment
Comment #13641490
> If you do know your compiler and your CPU (singular), you're probably not really programming C. The point is that C is still cleaner than assembly for long programs.
-
comment
Comment #13641143
In reality, that's why I think that neither Go nor Rust will ever replace C (Maybe C++, Java or Python), because nothing can replace C. C worked in the 70s, when a naive compiler +…
-
comment
Comment #13640718
Honestly, Optimizing compilers will kill C. It killed the one thing C was good at - simplicity (you know exactly what happens where, note I'm not saying speed, as C++ can be quite …
-
comment
Comment #13604704
>This comes down to one of the key differences between Linux and BSD: BSD "owns" its userland—the people who develop the kernel, or some system utility, can literally decide to cha…
-
comment
Comment #13604179
>The Linux community was way more trying to run on everything. In contrast to some opinions, I like this sometimes. For example, would the world come to an end if FreeBSD came with…
-
comment
Comment #13604113
>Debian doesn't always just work, because a lot of packages are very old. If you need new packages, you don't run stable. You run stable if you need things, well, stable and "just …
-
comment
Comment #13604110
>you can easily run your own pkg repository with binaries compiled for multiple architectures (with build enviroments isolated with "jail") and providing the full range of compilat…
-
comment
Comment #13602904
That's the FreeBSD line, but I don't think it's so simple. The lawsuit ended in 1994. That was before RedHat, and one year into Debian. At that time, the majority of Unixen were pr…
-
comment
Comment #13602726
In my opinion (mostly Debian user with a bit of FreeBSD playing), people use Debian as a server for the same reason a lot of people like MacOS over Linux - It Just Works. 1. For ma…
-
comment
Comment #13584272
Can you say that traits are like Go interfaces?