Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pistoleer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pistoleer
2y ago
Not technical/concrete (examples are missing!) enough for me to really understand what techniques the author is getting at. How would the author achieve all these exclusion mechanisms in a distributed system instead of letting the data
2.
▲
by
pistoleer
2y ago
Those cat corridors are cool as shit. I love little doors and hidden hallways, it's almost victorian. I would only worry about "noise" leaking out of the bedrooms...
3.
▲
by
pistoleer
2y ago
I don't understand how this is a relevant criticism of my system. If you are already ignoring the actual chord "voicing" as written in the "classical" system, then just keep doing that in my system?? If you are alre
4.
▲
by
pistoleer
2y ago
E-G is a 3 semitone interval and G-C is 5 semitones so it's an E+3+5 chord. If you wanna play it on piano, that means leave a gap of 2 keys and then a gap of 4 keys. Known in western classical harmonization theory as "Em+" (E
5.
▲
by
pistoleer
2y ago
Unpopular opinion: if it walks like a duck and quacks like a duck, then dude, it's a duck. Inverted chords have, in my ears, never sounded anything like the chords they are supposedly an inversion of. It's like saying "10 is
6.
▲
by
pistoleer
2y ago
Russia has plenty of meat for the grinder. Being embarrassed isn't gonna stop them.
7.
▲
by
pistoleer
2y ago
After some thinking, the ternary conditional operator can be decomposed into 2 composing binary operators like such: ? takes a bool, a T, and returns option<T> true?b == Result b false?b == None : takes an Option<T> and a T and
8.
▲
by
pistoleer
2y ago
> Your answer makes me not like you in fact it incites hatred. Why are you so aggrieved? What's the big deal?
9.
▲
by
pistoleer
2y ago
The second way is the antiquated british english meaning of the phrase. It's got a kind of "all but" deal going on: two ways to interpret it. Really annoying how the English language can't get quantifying phrases right.
10.
▲
by
pistoleer
2y ago
The VW Golf manual does 4.7L/100km
11.
▲
by
pistoleer
2y ago
What makes for a good or bad virtual desktop implementation?
12.
▲
by
pistoleer
2y ago
> In Go or Rust, returning an error is also a “color” that spreads out to the top of the call stack. That's wrong... Suppose A calls B and B returns a Result<T> (so it's colored as you say). A can match both the Some() an
13.
▲
by
pistoleer
2y ago
Swift solves this by using witness tables. Witness table is a skeleton of the desired record shape. It records offsets of desired fields as found in the actual supplied record. Each function call the actual record is not passed, but its cor
14.
▲
by
pistoleer
2y ago
Use a generic function signature that takes in a `void*`. Inside the specialized function bodies, cast the void* to an `actual_type*`, then dereference.
15.
▲
by
pistoleer
2y ago
For the same reason python is seen as easier: guardrails and checks are just an impediment right?
16.
▲
by
pistoleer
2y ago
It's not well laid out. The examples are malformed/illegal and the ifdef thing is stupid. The author admits to not being a C undefined behavior expert and yet acts like they might know better than a tool made by such experts. Look
17.
▲
by
pistoleer
2y ago
It's worse than that. This guy takes a void* function and casts it to a char* function, then passes it a char**. void (*name)(char *ptr); typedef void (*name_func)(char *ptr); void target(void *ptr) { printf(&
18.
▲
by
pistoleer
2y ago
Man rants about not expecting weird type system abuse that works on his machine to be undefined behavior
19.
▲
by
pistoleer
2y ago
> A government paying for a thing does not in any way imply that the thing is a good use of money. Agreed, nor is the inverse implied of course. But what is your point? > How many decades of fabric replacements could you get from the
20.
▲
by
pistoleer
2y ago
In the Netherlands it costs around a grand, as for maintenance... Haven't needed to do any in more than 15 years. The actual screen retracts into a weather proof metal casing, so there's not that much that goes wrong, whereas fixe
21.
▲
by
pistoleer
2y ago
Flies: they get inside and nestle in my fruit, annoy me and distract me, get in my face. Bees and wasps: they settle and build nests in nooks and crannies of roofs. I don't have a problem with bees per se, although they can probably ke
22.
▲
by
pistoleer
2y ago
What scares me about eaves and cupolas is that they seem attractive spots for bats and insects to nest. I have a covered sort of outdoor hallway leading to my home, and it's swarmed with all sorts of flies during the summer because it&
23.
▲
by
pistoleer
2y ago
It surprises me to read about "fixed metal frame" awnings. You don't _have_ to make that trade off. In the Netherlands a lot of houses have electrically retractable awnings (or even just mechanically windable by hand), especi
24.
▲
by
pistoleer
2y ago
FBO = fixed base operator = private jet terminal or service provider at airports that caters to general aviation (non-commercial) flights. FBOs provide services like fueling, hangar space, and sometimes even customs clearance for internatio
25.
▲
by
pistoleer
2y ago
> In some sense reality has to be of that nature, because the odds of us existing by chance is so small it suggests that our model is wrong and our existence was in fact guaranteed. Sampling bias: we only exist to perceive the reality in
26.
▲
by
pistoleer
2y ago
> if all went well this object should Why not make it easier for yourself and be able to turn that into > The compiler will tell me when this object won't
27.
▲
by
pistoleer
2y ago
That's a phd dissertation with hundreds of pages, wrong link maybe?
28.
▲
by
pistoleer
2y ago
How would you go about collecting the user requirements of the readers? Do they pay for the development?
29.
▲
by
pistoleer
2y ago
Who will replicate the consensus checker?
30.
▲
by
pistoleer
2y ago
I agree with that, in the context of dynamically typed languages. Slowly but surely, new languages are starting to develop with static duck typing. Implicit interfaces if you will.
More ›