Viewing profile — greenhouse_gas
greenhouse_gas
HN member- Joined
- Tue, Feb 28, 2017, 3:54 AM UTC
- HN karma
- 1,066
- Public activity
- 314 items
- HN profile
- View on Hacker News ↗
About greenhouse_gas
No profile information was provided.
Recent public activity
-
comment
Comment #17568128
What I'd like to see is a memory safe JS interpreter (no JIT) - yes, it will be slow, but 90% of websites don't need JS go that fast, but JIT opens up a security can of worms. So i…
-
comment
Comment #17536802
>Actually solving a constraint graph is an NP-hard problem How big of a deal is this IRL? Assuming you have 1000 modules, how long should it take to solve the graph?
- comment
-
comment
Comment #17475626
Are you sure? While its open source, your phone won't be (since the OS is MIT licensed, your OEM won't have to give you anything ). Can you build a custom ROM without kernel source…
-
comment
Comment #17446460
>Personally I think we’ll see Red Hat getting acquired in the next 5 years, It would be interesting to see what would happen with linux after that, as they are one of the biggest (…
-
comment
Comment #17412123
What happened there? In the 80s they were the next big thing. Then they finished their OS project (when the Linux kernel became available they finally had a FLOSS OS). But they nev…
-
comment
Comment #17412102
>Rewrite popular BSD-licensed software as GPLv3? What do they rewrite? To the best of my knowledge, they have no problem using BSD licensed software, they just won't develop BSD li…
-
comment
Comment #17396526
Just wondering how he must feel now!
-
comment
Comment #17387911
Why is gnome still the de-facto default DM? Is it just that gnome 2 was great, so gnome 3 (despite practically a new project with a new goal) inherited that position? And not just …
-
comment
Comment #17358723
It's because the language was made to compile to JS, and competition to JS, so appropriate tradeoffs were made. For example: 1. JS is single-threaded, with extremely heavy threads …
-
comment
Comment #17357808
Or languages that compile to JS (like TypeScript). Maybe one day we'll get languages compiling to Dart[1]. [1]. Although it'll be a pity. JS is stuck as a compilation target becaus…
-
comment
Comment #17357759
The thing is that the longer you wait, the harder it will be to migrate, as the codebase size grows (and once you leave beta, people assume that the language is finalized and won't…
-
comment
Comment #17356694
Unfortunately, I kind of feel torn: On one hand, I love flutter as a concept[1]. It removes a lot of the baroque from mobile development (no need for the whole RecyclerViewer const…
- comment
-
comment
Comment #17288663
>As the oxidize projects continue to land this email will become more and more obsolete. There's simply no way for C++ to compete with Rust, Not everything is fixable with rust. JS…
-
story
Do modern tech companies ever move to mainframes?
In my mind, mainframes are associated with either: 1. Old software 2. Large not-tech companies who outsource their IT department. Do any modern tech companies actually migrate to m…
-
comment
Comment #17220914
FFI is actually quite bad. You can't talk to native (C, C++, Go, Rust) code directly. You have to talk to Java, and if you need, from Java to Native. You also communicate to Java t…
-
comment
Comment #17217901
The secret ingredient is cash.
-
comment
Comment #17212168
>If they'd named it sfo07s13-in-f14.google.com, then browsing to that URL sends google cookies. If it's some server from a recent acquisition that may not be up to Google's level o…
-
comment
Comment #17197534
Better than than silently ignoring an if guard preventing an overflow, and then overflowing anyways on addition.
-
comment
Comment #17197504
>It's undefined because in the majority of situations, it is the result of a bug, 1. If it's a bug, it should overflow or crash (implementation defined, not undefined), or do what …
-
comment
Comment #17193617
The real issue isn't that C doesn't have a standard int overflow, but that it's undefined. What they could have done is made it implementation defined , like sizeof(int), which dep…
-
comment
Comment #17130926
How does it feel having your "life's work"[1] becoming big enough to be noticed, but ignored by the mainstream? You created the first "better C" out there to get any traction, it h…
-
comment
Comment #17104075
>Vi is on every unix system Except Debian's install CD. They only have nano.
-
comment
Comment #17049752
>Last year, afer a firejail local root exploit got released Is it worse than running Firefox without firejail?