Viewing profile — brandonwamboldt
brandonwamboldt
HN member- Joined
- Thu, May 16, 2013, 3:32 PM UTC
- HN karma
- 274
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About brandonwamboldt
Blog: http://brandonwamboldt.ca/ GitHub: https://github.com/brandonwamboldt/
Recent public activity
-
comment
Comment #39582304
We may be unable to provide a concrete definition of what intelligence is, but we can certainly provide definitions for what it isn't. E.g. we don't need a concrete definition of i…
-
comment
Comment #20821846
Obligatory comment that Gmail has a basic HTML view that is substantially faster and less resource intensive, but not as pleasant to use: https://mail.google.com/mail/u/0/h/ It loa…
-
comment
Comment #19879480
Ignoring your insults, I think there are many valid use cases for smart home devices. For example, automatically turning lights on and off on a schedule, changing light color to re…
-
comment
Comment #18224302
Paul was among the top philanthropists in America, and has contributed so much to society. Truly a sad day
-
comment
Comment #18026692
My company uses GitLab and I think the CI is fantastic, especially compared to Jenkins, Travis, Circle, etc. It's very easy to setup, incorporated into the rest of our workflows, i…
-
comment
Comment #17926718
Something to consider, VS Code being free means it will eat into IntelliJ's marketshare, even without all the features of IntelliJ. They'll be the people who need the advanced feat…
-
comment
Comment #17904575
Maplewave (maplewave.com) | Halifax, Canada | Onsite | Full-Time Join us and help build the next generation in telecommunication retail software, such as electronic document signin…
-
comment
Comment #17591647
1. They only have four tiers (four equivalent tiers for hosted and on-premise technically). This is quite reasonable, as they need to provide flexibility for their customers. They …
-
comment
Comment #16975520
I prefer VS Code over native alternatives. Don't conflate your anecdotal evidence with facts. Many users don't know much RAM a process consumes or what an Electron app is, they jus…
-
comment
Comment #16975508
Well that's just not accurate. With our Electron app, the main process consumes 40mb of RAM, with each window using 30mb of RAM, so if you have a windowed app, thats a minimum of u…
-
comment
Comment #16500634
Maplewave (maplewave.com) | Halifax, Canada | Onsite | Full-Time / Remote / Visa We build retail products like electronic document signing software, point of sales, inventory manag…
-
comment
Comment #16129512
a) you can disable it via the preference browser.tabs.remote.warmup.enabled b) some users will like this feature. they aren't cheating at making it faster, it actually is faster fo…
-
comment
Comment #15567742
We get around the shared folder performance problem using NFS. Adds one extra step to setup (mount a network share), but we've never had performance issues with it.
-
comment
Comment #15220859
This tends to be over-used though. Unfortunately some employees would continue making $500,000 mistakes and never learning. It really depends on the employee's attitude and respons…
-
comment
Comment #14979664
Personally I have no interest in moving away from Google Search, as I specifically use them because Google learns from previous searches I've made and shows me more relevant result…
-
comment
Comment #14752004
It's not up to par with Chrome Dev Tools, but something to keep an eye on is https://github.com/devtools-html/debugger.html (a project run by Mozilla). This has the benefits of bei…
-
comment
Comment #12832643
Genuinely curious, can you expand on why that power strip is bad, and who exactly would shut down the brick and mortar store?
-
comment
Comment #10166208
I kind of wish you could merge or rebase as part of the "Update Branch" feature. I don't allow merging master into the feature branches for any project I manage, I insist that deve…
-
comment
Comment #10148400
I mean, that's kind of goes without saying, doesn't it? No game engine will make your game magically look awesome if you don't have the budget for art assets and don't have an arti…
-
comment
Comment #10148311
They specifically publish upgrade notes at the bottom, so that helps (as many changes won't break your project). I'm only working on a small hobby project, but I read the bulk of t…
-
comment
Comment #10148301
They aren't, they are hand created. They talked about it on the live stream a few times. Definitely doesn't match up with the commits from what I can see either. They have a couple…
-
comment
Comment #10148295
The UE4 codebase is very well built and organized for the most part (some legacy code is a mess). Even the community has managed to add quite a few large features to the engine, so…
-
comment
Comment #10122939
It worked really well for me. I started on a project that had no documentation, no setup scripts, and nobody I spoke to knew how to get it setup. Everyone kind of just got it worki…
-
comment
Comment #10122368
I added logic to mine to check for a .noprompt file and disable the git part of my bash prompt as I generally want it enabled, but a few large repos are too slow with it. You could…
-
comment
Comment #10098780
Flash is a closed source binary plugin with a long history of security vulnerabilities that Adobe was slow to patch. For the most part, JavaScript engines are open source, don't ha…