Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aardvark179
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
aardvark179
2mo ago
I don’t mean this to sound harsh, but this post comes across a little like you already assume you deserve to win such a prize and it’s just those fickle judges standing in your way. I looked at your sample chapter and immediately bounced of
2.
▲
by
aardvark179
2mo ago
I think that proposed prize would be pretty “value-free.”
3.
▲
by
aardvark179
2mo ago
I’m okay with that. I’ve been a huge fan of Ballard and Priest for years, and got into Nina Allan’s work more recently and this book was a brilliant but heartbreaking read.
4.
▲
by
aardvark179
2mo ago
Having maintained internal forks, and having needed to pull in and rebase upstream changes I do read a lot of commits. Projects that take care with their commits are much easier to work with. This is also true when creating with security pa
5.
▲
by
aardvark179
2mo ago
No, running a command in a terminal buffer doesn’t block the emacs UI, but a long running bit of elisp running in emacs can block the UI.
6.
▲
by
aardvark179
2mo ago
I think the thing that stops me from running more processes inside emacs is that a large diff parse from magit or similar can block everything, and so I end up keeping a separate terminal around anyway.
7.
▲
by
aardvark179
3mo ago
Okay. I gave it another read and I think we agree in general, but maybe disagree on how much memory model strangeness is acceptable, and how wide the gap between, “The behaviour can be understood by a developer,” and, “it should be possible
8.
▲
by
aardvark179
3mo ago
It’s certainly possible, but I worry that weird things can happen when doing something as “simple” as defining a property if another thread is messing with the prototype chain. Even thread safe property maps can’t entirely save you because
9.
▲
by
aardvark179
3mo ago
Although the work being done to enable multiple threads in JS is impressive I think it will be hard to make robust in many casss without locks, or fairly strict limits what operations can be performed on objects shared between threads. The
10.
▲
by
aardvark179
4mo ago
JSON ser deser is usually dominated by floats rather than ints, and they are more expensive to handle.
11.
▲
by
aardvark179
4mo ago
The GoF book came out in 94, and Java in 95.
12.
▲
by
aardvark179
4mo ago
The point is that having a GC will affect your data structure and algorithm design, so it’s easier to automatically transform JS or TS to Go than to rust because you’re mostly reducing things down to one problem (translation) rather than mu
13.
▲
by
aardvark179
5mo ago
It depends a lot on where you were brought up, and the language you were exposed to. My first association would be a very Yorkshire, “Thou knowest,” rather than the king james.
14.
▲
by
aardvark179
6mo ago
cF is the command you want for this.
15.
▲
by
aardvark179
6mo ago
I recommend actual human reviewers who you can stick with over time and who do not just say that a book is good or bad but something about why. Those don’t have to be professional reviewers, they can just be people you know or follow who ta
16.
▲
by
aardvark179
7mo ago
iPhone—hold down 0 and ° should be on the pop up.
17.
▲
by
aardvark179
7mo ago
It’s been swinging for at least 30 years, Toplink came out in 1994, and I have worked on systems that were written half a decade earlier that contained things we’d all call ORMs.
18.
▲
by
aardvark179
7mo ago
That is superbly done. I can go further back than some here, 1300 is fine, 1200 I can mange okay, but 1100 takes real effort.
19.
▲
by
aardvark179
7mo ago
Orthography is probably the biggest stumbling block going back to the 1500s or 1400s , but that’s really because the rest of the language has changed in vocabulary and style, but is still understandable. If you think the 1200 or 1100 entry
20.
▲
by
aardvark179
7mo ago
Having interpreted for a guy speaking with a broad Glaswegian accent on the east coast main line, I can totally believe this.
21.
▲
by
aardvark179
8mo ago
I believe the lore appropriate term is Abominable Intelligences.
22.
▲
by
aardvark179
9mo ago
Obviously there isn’t any of that in Warhammer, at least not officially. Even a pretty niche thing for them is probably at a scale where resin casting would make more sense (assuming they aren’t going to sell or license out STL files). Ther
23.
▲
by
aardvark179
9mo ago
You need more than a simple sandbox for what you describe. You also need to avoid infinite loops or other constructs from causing a DoS or similar, and if you are doing this with the intention of interacting with some other parts of a syste
24.
▲
by
aardvark179
9mo ago
Smalltalk, Lisp, and other image based languages allowed this. I would not recommend it beyond a very restricted idea of patching.
25.
▲
by
aardvark179
9mo ago
Confirmation codes are not sufficient on their own, they cycle through them relatively quickly so they have to be combined with things like the passengers family name to actually identify the booking.
26.
▲
by
aardvark179
10mo ago
Calling them AI flamegraphs is really naming them after the workload they are likely to be used on. If you want to make workloads more efficient it’s useful to know where they are spending their time.
27.
▲
by
aardvark179
11mo ago
Crucially you can also select a region within a chunk and perform those commands, so it’s easy to untangle changes.
28.
▲
by
aardvark179
1y ago
There are often a couple of barriers to this. Firstly, you can’t break what is already there, so any evolution of the general platform often has to make wider guarantees than a single framework. Adopting ideas from any single framework too
29.
▲
by
aardvark179
1y ago
I thought this was going to be about the programming language, and I was wondering how they managed to implement it on a machine that small.
30.
▲
by
aardvark179
1y ago
Our techniques have improved.
More ›