Viewing profile — jayvanguard
jayvanguard
HN member- Joined
- Fri, Dec 28, 2012, 4:09 PM UTC
- HN karma
- 713
- Public activity
- 287 items
- HN profile
- View on Hacker News ↗
About jayvanguard
No profile information was provided.
Recent public activity
-
comment
Comment #36871317
I agree that a lot of the AI risk pundits are either people with no real AI experience (or very outdated, resting-on-their-laurels experience) or if they do know AI, they probably …
-
comment
Comment #34630379
Exactly. What's interesting as well is how much this initial point in time will perpetuate forward as future language models are built on the output of the current ones, dampening …
-
comment
Comment #32418259
Just because you can do it, doesn't mean you should do it.
-
comment
Comment #22795365
Check out the ACM Tech Packs. They are curated lists of papers organized by topic. https://techpack.acm.org/
-
comment
Comment #21607081
I followed this link to a SlateStarCodex article on Google Correlate. At the top of the Google Correlate page was: "Google Correlate will shut down on December 15th 2019 as a resul…
-
comment
Comment #20434671
That was my question as well.
-
comment
Comment #20297492
I think SOLID is appropriate for the public interface parts of your code but the internals should strive for YAGNI/KISS. So the vast majority of your codebase should aim to minimiz…
-
comment
Comment #16998411
Vancouver has changed a lot in the past 5 years. There are now two tiers of tech pay: the smaller companies that pay from low to ok and then a handful of SV companies that have mov…
-
comment
Comment #16679428
I don't think you're in the minority. Whenever possible the happy path should be inside the if. The article seems to imply otherwise but on re-read I think he is just building the …
-
comment
Comment #15156578
Why did they change the name from the Trans Canada Trail? I liked it better.
-
comment
Comment #14925015
Hah, interesting! Mine is writing a simple web server (sockets, IO, string handling) and an ultra-simple command line browser (args handling, 3rd party libs for URLs, HTML parsing,…
-
comment
Comment #14754194
It's probably a core part of their scalability that they never have to produce a complete list of posts. Every fetch is on best effort basis within a small time constraint.
-
comment
Comment #14560910
When you're working in a large company with many developers spaces make more sense. Large companies generally pay more. In a perfect world you'd use tabs for semantic indentation a…
-
comment
Comment #12719299
Good point, the code locality is very important for maintainability down the road. When a single logical unit of functionality is unnecessarily split up across a file or even worse…
-
comment
Comment #12712153
The SEI work has been around a long time and it has had very limited success outside of academic or very controlled settings. It had its heyday in the late 90s but never really cau…
-
comment
Comment #12528099
This article needs to be shown to all upcoming architects, senior developers, and design minded engineers. Too often the balance between abstraction and specialization isn't though…
-
comment
Comment #12377803
I'd be interested to hear if he has also looked into any parallels with the pre- and post-telephone generation. I'd imagine that was a similar in many ways, particularly since publ…
-
comment
Comment #12137137
I find TIOBE to be so far from reality I question why it exists and anyone continues to pay any attention to it. It still ranks Delphi higher than Objective-C. Assembly language ab…
-
comment
Comment #11734388
Is he though? Questions on the most performant way to iterate over something rarely result in flame wars. I believe you are thinking of people arguing over JS frameworks or whether…
-
comment
Comment #11167661
I'm surprised the outsourcing companies aren't listed on this. They are often huge contributors to the overruns.
-
comment
Comment #11110737
Yes, definitely not double. In fact, they aren't actually better than other top end competitors, they are just a bit different, which gives enough wiggle room for fanboys to claim …
-
comment
Comment #11100220
I quite like Sublime Text 3 as well, but only because it has a vi mode.
-
comment
Comment #10875642
Up to iOS 7 at least, there was no way to run in the background without the app being launched at least once. I haven't worked with the latest two versions though.
-
comment
Comment #10858541
Evernote is a great product that fits an valuable niche for many people. The only problem is that it got trapped within a venture capital ecosystem that wants it to be more than it…
-
comment
Comment #10858526
The article is dubious at best. You hear about the big failures or notice when rewrite releases take forever, but you never hear about the companies that slowly lose opportunities …