Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
annywhey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
annywhey
7y ago
Most of the effort in making a language a production language is on the tools and libraries end of things, and LSP is sort of the tip of the iceberg in terms of getting into that stuff. Before that, you probably want to have features like &
2.
▲
by
annywhey
7y ago
The silver lining of this cloud is that it acts as a selection force on institutions, too: If people are harder to pacify, institutions have to step up their game and deliver, or failing that, market themselves better. And that parallels a
3.
▲
by
annywhey
8y ago
1. Philosophers derive measures of truth from theories of truth. To accept the measure you have to accept the theory. If you question all the theories you simply arrive at well-trodden metaphysical debates within philosophy. 2. Argument ove
4.
▲
by
annywhey
8y ago
The thing I've seen with estimation practice last I researched it is, it works best if you can calibrate. That's something an established shop can do by extrapolating from their previous work, but it is also often as simple as &q
5.
▲
by
annywhey
8y ago
I believe most of the FUD is, in fact, coming from those rivals. Brave proposes cutting out a bunch of middlemen through the token market and making the browser something like an anticheat system: opt in and it does its best to serve qualit
6.
▲
by
annywhey
8y ago
Here, watch this: https://youtu.be/ffryiLmQb1U This is Fortnite build battling. BR as a whole just refers to a game ruleset that forces and encourages a last-man-standing situation. That part has been done before there was
7.
▲
by
annywhey
8y ago
I think this one is mostly reflective of the risk/reward payoffs of aggressive and unusual play in any particular game. Play to win means - force the confrontation, take gambles, push your way into a surprise advantage. Play to not los
8.
▲
by
annywhey
8y ago
Although I'm not intimate with the BBC hardware this kind of thing doesn't necessarily indicate a hardware mode switch - the renderer could use double width pixels in the HUD simply to lower draw times(simpler rasterization loop)
9.
▲
by
annywhey
8y ago
What you are looking for here is primarily a feedback mechanism issue. This is something that is a hard problem , since good, useful feedback is never quite as simple as just asking someone. Employees are looking for it. Managers are look
10.
▲
by
annywhey
8y ago
I literally sat down last spring and focused on this problem with a bit of brainstorming and philosophizing. My goal was to figure out what parts of me added up to being a coherent whole as a person, at least w/r to career. (With other
11.
▲
by
annywhey
8y ago
It's a big step, both assets and codepath have to change to make full use of it. It's possible to change some effects to work in a forwards-compatible way, but this isn't a free lunch. As an traditional GPU, the RTX is only s
12.
▲
by
annywhey
8y ago
I think the devil is in the details of this one. The shop coder may have never heard of a formal method and thinks it is something that must be "slow" or "too complicated", but they inevitably come crashing into tools an
13.
▲
by
annywhey
8y ago
Honestly, direct pay for attendance would be a great incentive for the poorest demographics. A few dollars can be make-or-break at the margin and even greedy parents that misuse the funds would end up wanting to get the kid showing up and n
14.
▲
by
annywhey
8y ago
We've had runs spanning a week plus this season where the AQI never gets under 50...SF is not really safe when it's wildfire smoke from the north because it ends up recirculating. In fact we're in that kind of scenario right
15.
▲
by
annywhey
8y ago
This looks like it takes influences variously from Haxe, Rust, and Haskell, which are all great in my book. But the first thing that crossed my mind was, "could it compile to other languages besides C?" The reason being that I thi
16.
▲
by
annywhey
8y ago
Another "too many programming languages" comment. God! I have no idea - what's happening to the world? Are people not skilled enough to evaluate new languages? There are new type systems and static checks, integrated build sy
17.
▲
by
annywhey
8y ago
Lua is emerging as a "everything compiles to it" source target - you can have Lisp style syntax, you can have static types and JS style syntax with Haxe - it's designed to piggyback off C codebases well - and on its own, it m
18.
▲
by
annywhey
8y ago
I took the approach of bolting a second compiler on top of Hugo(a custom Python script) to get the extra things I wanted in Hugo. It still took a while, but I did get to leverage the parts of Hugo that already work well. I don't think
19.
▲
by
annywhey
8y ago
The folding scooters(which do come in e-form) strike a good balance between transportation and transportable: You can take them on transit, and carry them inside. Folding and unfolding - on well designed examples, with a bit of practice - c
20.
▲
by
annywhey
8y ago
In short: sum types. If behavior is controlled from the top level(as is suggested by the cases where the main loop grows to 10's of thousands of lines) your behavior branching also appears there. The data is still driving everything, b
21.
▲
by
annywhey
8y ago
In phases, this is roughly how I learned: 1. Cute hacks like using the eval function in Python and rewriting the string before passing it in. This is basically metaprogramming by macro-processing and a good stepping stone to thinking about
22.
▲
by
annywhey
8y ago
Although browbeating does have a lot of value, especially when there are already some bounds on what the problem is and how it can be solved with your product, you will hit a point where your customers say, "I don't know" and
23.
▲
by
annywhey
8y ago
The pattern of "stay silent and look dubious to make the candidate feel dumb" is a really common interview hazing strategy in my experience. I think the next time I see it, I'm just going to question whether this is how they
24.
▲
by
annywhey
8y ago
It's associated with an older style of "white tablecloth" dining that has faded away since the midcentury. If you go to the right kind of small-town diner you'll see liver and onions on the menu.
25.
▲
by
annywhey
8y ago
Although I wouldn't argue against unit testing(I use it too), I'm a little more hesitant about incentivizing test quantity. Many times when this comes up having been tried it gets attached to a anecdote that goes: "And so we
26.
▲
by
annywhey
8y ago
In my early 30's now and I often muse on how poorly prepared I actually was, coming right out of school. Basically, society molds the young to fit an image. Then those young people all compete over that image, hopefully start to realiz
27.
▲
by
annywhey
8y ago
In agreement. IMHO generics basically have one place where they work well: abstract containers. Your queues, linked lists, what-have-you can benefit. But most other data structures? Nope. Too much of the algorithm depends on the primitive t
28.
▲
by
annywhey
8y ago
I actually had a spell the other day where I looked at alternatives to SQL, which mostly produced Tutorial D variants. And there are some nifty ones, there are query languages that will compile to specific SQL dialects so that you can keep
29.
▲
by
annywhey
8y ago
There's a lot to be said for a "keep moving" approach to project work. I'm a worrier with a perfectionist streak, but I do better with multiple projects because I ruminate less on each one: If I cycle through them over t
30.
▲
by
annywhey
8y ago
The answer is pretty obvious to me: all of the above are potentially sensitive. They aren't professional. They suggest unsavory intent. They can harm people who have experienced those concepts within their personal lives. You wouldn&#x
More ›