Viewing profile — treekogreen
treekogreen
HN member- Joined
- Sat, May 09, 2020, 1:09 AM UTC
- HN karma
- 57
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About treekogreen
No profile information was provided.
Recent public activity
-
comment
Comment #31109965
> To our great surprise, we've found that our codebases have a lot more declarations than assignments, so it makes sense to require the extra keyword on assignments because they're…
-
comment
Comment #31038046
Bit of a weak argument as you require and internet conneciton to pull the source.
-
comment
Comment #30388994
This is it right here, a similar analogy this brought up was car manufacturers of old making an excuse that fatalities were the idiot drivers fault and not because of the inherent …
-
comment
Comment #29508354
A lot, the iPad is not a computer period. It's great hardware (that has the same CPU as the MBP) with extremely limiting software, low hanging examples of limitation would be the h…
-
comment
Comment #29204829
You could simply place `l.unlock()` underneath the function call to remove the overhead of the defer.
-
comment
Comment #25978833
Containerisation software adds so much more than just a binary with layers of indirection. Easy fine grain control of individual application memory, namespace isolation (container …
-
comment
Comment #25978770
I echo this sentiment entirely.. mutli dev-environment, multi-machine / os things really just work. Docker et al also really shines with onboarding, the new recruit can literally g…
-
comment
Comment #25728086
From a personnel safety standpoint (what a catastrophic failure looks like in each case), a unit installation cost standpoint (fabricate x amounts of bricks with x tolerance in the…
-
comment
Comment #25727892
Would a better design not to bore downwards instead of build upwards? This seems like such an over-engineered concept that could be simplified and compartmentalised drastically. Th…
-
comment
Comment #25538794
Another commenter echo'd this here but it's the same for me. I find running WSL2 on windows easier to get up and running and way more stable than running Linux and macOS which just…
-
comment
Comment #24345059
This sounds like a cool project. Considering its a journalling app and I'm assuming the user just enters plain text, have you experimented with compression and decompression before…
-
comment
Comment #23620353
Now go dig up the numbers of black men and women put in jail in comparison to the population. Go look up the numbers of police stops of black people in comparison to the immediate …
-
comment
Comment #23607781
Surface Pro X
-
comment
Comment #23597845
You are wrong. I currently use VS Code insiders daily on ARM with all my extensions working. https://code.visualstudio.com/updates/v1_46#_windows-arm64-i...
-
comment
Comment #23597807
Currently running docker using WSL2 on an ARM laptop. So it's pretty much native Linux, as an anecdote I can tell you that it's just that much more stable than with my Mac or with …
-
comment
Comment #23597778
I'll have to dig around and find relevant phoronix benchmarks later for you. But I think it's somewhat of a hive-mind assumption that Intel has generally higher performance all rou…
-
comment
Comment #23572248
This is exactly what I have found. I know a bunch of developers (myself included) that went from Macs to Microsoft's surface line. WSL2 has been an absolute game changer, there's s…
-
comment
Comment #23351302
Edge Chromium and Firefox (both ARM native) is better in both speed and RAM usage, you can grab normal chrome extensions in edge Chromium too so there's literally no loss.
-
comment
Comment #23251209
"fisher-price-style". Some people just want to get to work on a machine they are comfortable with rather than worrying about the looks of their machine.
-
comment
Comment #23251161
Windows 10 can already run GUI apps using WSL and an X server. Microsoft is planning to build a native X server so it's frustration free. Personally, I cannot wait.