Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
johnzabroski
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
johnzabroski
14d ago
Serious games question. What if these agent swarms pump and dump AI IPOs such that algorithmic trading signals interpret message board sentiments favorably to upside?
2.
▲
by
johnzabroski
10mo ago
Nice article but it seems obvious to me the .NET team should throw away AzureDevOps as the queue wait time is the major bottleneck. Run bare metal build servers. Maybe there are justifications not to do this, but the article skips the eleph
3.
▲
by
johnzabroski
10mo ago
"old man yells at clouds." :)
4.
▲
by
johnzabroski
10mo ago
4.8 is basically never going away. its built into Windows thanks to Longhorn developers, many of whom left mid project to work at Google.
5.
▲
by
johnzabroski
10mo ago
async await works fine to build Excel formulas via RTD Servers. https://excel-dna.net/docs/release-notes-1-9/#asynchronous-a... Just because you think something is hard, doesn't mean it is hard.
6.
▲
by
johnzabroski
2y ago
The Taylor Swift billboard 100 debut at 1 test.
7.
▲
by
johnzabroski
2y ago
Hmm. You find it hard to go back to languages without ADTs yet you use Java for your day job. Okay.
8.
▲
by
johnzabroski
2y ago
Windows supports eBPF. CrowdStrike was written before that supports existed, though.
9.
▲
by
johnzabroski
4y ago
I know quite a few developers who have a knack for following market trends and jumping on the rocket ship before it is about to launch. It's actually not that hard if you think about what filter you would apply. The one hard part is f
10.
▲
by
johnzabroski
4y ago
> It's kind of like the "r/cscareerquestions" effect. I canceled my ACM subscription in my late 20s because I got tired of ACM basically doomposting about careers. Last night I was going through my Gmail folders and
11.
▲
by
johnzabroski
4y ago
In my experience, the decision is driven by a VP who wants a bullet point on their year-end review, namely "notional cost savings achieved".
12.
▲
by
johnzabroski
6y ago
What do you do for a living?
13.
▲
by
johnzabroski
6y ago
This is not true. She does discuss how some countries and regions of the world use the Internet less, or not at all, and thus Transformer/BERT are training on the linguistic habits of the most affluent of the world.
14.
▲
by
johnzabroski
7y ago
Why is Mozilla Firefox written in Rust, then? The last time I looked at browser benchmarks was in 2016 when Google released benchmarks to brag about its performance over Firefox and Edge. It appears Webkit has released JetStream2 to benchm
15.
▲
by
johnzabroski
11y ago
Alan Kay's criticisms are much more damning.
16.
▲
by
johnzabroski
11y ago
I can tell you that developer salaries are growing. I have tried telling my senior management that the average senior developer salary in Boston will go from 120k in 2014 to 140k by 2017. I don't think that 16% can be called "ex
17.
▲
by
johnzabroski
11y ago
Too much drugs from Haight Ashbury...
18.
▲
by
johnzabroski
11y ago
Also, that this is another example of more specialized chip sets eating away at general purpose CPU/GPU market share.
19.
▲
by
johnzabroski
11y ago
My college roommate was the maintainer of Hercules, the z/OS emulator. See: http://www.hercules-390.eu/hercfaq.html 2.01 Can it run z/OS, z/VM, z/VSE? Yes. Hercules is a software implementation of z/
20.
▲
by
johnzabroski
12y ago
Just simple advice. 1. The problem of adding more input types, as well as expressing more functions over existing and additional (unbound) input types, is a classical computer science problem called The Expression Problem. 2. It's real
21.
▲
by
johnzabroski
12y ago
Also, why does your ampersand-forms code return string objects for error messages? Seems very limiting, and a pain in the butt to extend. If you have a getErrorMessage() method, why aren't you returning an ErrorMessage object, which
22.
▲
by
johnzabroski
12y ago
Dart, TypeScript, or any other similar strongly typed language that compiles down to JavaScript while still looking quite a bit like JavaScript.
23.
▲
by
johnzabroski
12y ago
You don't link to it clearly enough. I also had a "just show me the code" reaction, and all I saw was the example of how to create a restful collections module.
24.
▲
by
johnzabroski
12y ago
Of course. It is a general purpose programming language, which allows deploying JavaScript code as CommonJS or AMD modules. It provides fairly rich type definitions. I realize you are trying to say I am comparing apples to oranges, but th
25.
▲
by
johnzabroski
12y ago
Also... > 4. Strict semver all the things > 5. Tiny module all the things! > The smaller the feature set of the low-level modules, the easier it is to avoid breaking changes. > 6. Expose the simplest API possible. This is great,
26.
▲
by
johnzabroski
12y ago
>>>> Backbone models, by default, don’t enforce any structure. You don’t have to declare anywhere what properties you’re going to store. As a result, people inevitably start saving miscellaneous properties on models from within
27.
▲
by
johnzabroski
12y ago
What other libraries? J/w.
28.
▲
by
johnzabroski
12y ago
Let me rephrase my objection once more. In graphics programming, it is customary to have a Scene Graph which is a Model that represents the scene you need to Render. In Desktop/Web programming for business apps, this design pattern
29.
▲
by
johnzabroski
12y ago
Thanks for the objection. I have never heard of Reactive, React, or Ripple. I don't understand how this is better than Knockout, which has been around since 2006? To summarize your objection, this library hardwires events to the UI. I
30.
▲
by
johnzabroski
13y ago
You are missing the point. Perhaps it will help if I frame the problem for you differently: scrubbing bad data, and developing policies for minimizing bad data in your system. Not all validation needs to happen at the time of data entry. Y
More ›