Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
unlinked_dll
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
unlinked_dll
6y ago
Good thing we're not sheep or wolves. That's why I alluded to Orwell. The pigs from Animal Farm are a better metaphor. The senate doesn't exist to protect the will of sheep at the hands of wolves. It exists because 250 years
2.
▲
by
unlinked_dll
6y ago
No, they're right. We have 53/435 (12.18%) of the House, which is roughly equal to our proportion of the total population (40mm/330mm, 12.12%, numbers will change with the census). The "at least one" rep has a bigge
3.
▲
by
unlinked_dll
6y ago
I don't agree with that categorization of water issues in CA, but that's off topic. And having proportional seating in the House isn't particularly meaningful, when it takes both the Senate and the Presidency to drive policy.
4.
▲
by
unlinked_dll
6y ago
Governor Newsom refers to California as a "nation state" about once a week, in case the author was wondering. He's used that language quite often. I'm totally ok with it, so long as the Federal government remains impoten
5.
▲
by
unlinked_dll
6y ago
How do you create such a market without crazy volatility, rampant manipulation and low liquidity, like penny stocks?
6.
▲
by
unlinked_dll
6y ago
If this were true we wouldn't have done so much research into programming languages over the last 50 years. PL design is not a problem to solve, it's the study of the way to express problems and their solutions. As long as their a
7.
▲
by
unlinked_dll
6y ago
No, it's just that a prolific rust contributor made a blog post and then a follow up and things have been heated in the community a bit (I lurk a bit). The fuss isn't over what the syntax should be, but whether it should be change
8.
▲
by
unlinked_dll
6y ago
I don't really want to go through the laundry list of issues I have because none are critical, just the software is very rough around the edges on Linux. It just feels less than flushed out, and I've had a million little problems
9.
▲
by
unlinked_dll
6y ago
How many of Zoom's recent issues can be explained by just bad engineering? Because my personal gripes with Zoom are mostly about its quality as a software product, which I find to be abysmal for my use cases.
10.
▲
by
unlinked_dll
6y ago
And comments like this usually come from people with a warped concept of money and funding. But it doesn't help to comment on the nature of a poster because you don't know much about them. The comment is not on the necessity of mo
11.
▲
by
unlinked_dll
6y ago
Why does AirBnb need a billion dollars? I can't find anything suggesting they're spending more than $100mm on their ongoing litigation, the technology isn't particularly novel or complex, is the rest just going to compliance
12.
▲
by
unlinked_dll
6y ago
That's kind of my question. I want async I/O with a device, can io_uring help?
13.
▲
by
unlinked_dll
6y ago
I almost certainly have no idea what I'm talking about but Can I write a device driver using io_uring? As in talk to i2c endpoints instead of normal files?
14.
▲
by
unlinked_dll
6y ago
I believe the current proposal (partially supported on nightly) is to require expressions in generic arguments to be enclosed in {}
15.
▲
by
unlinked_dll
6y ago
I think the tone of this post is insufferable, and the arguments have little merit presented this way. The alternative suggested is also non ideal, since array declaration/indexing is semantically different than a function call, not al
16.
▲
by
unlinked_dll
6y ago
Rust uses the "turbo fish" to get around this. Your example wouldn't compile unless a and b where valid variable names. a::<b> (c) Is how you instantiate a generic. It's not that ugly. Bigger problem is v
17.
▲
by
unlinked_dll
6y ago
what about Spirited Away? 4K makes cheaply animated content look cheap. Sometimes that's ok, other times viewers want more. Another example outside anime is Fantasia 2000 on Disney+. That kind of content requires high fidelity. Disney+
18.
▲
by
unlinked_dll
6y ago
The numerous people I've worked with that have been here for decades and aren't citizens and don't consider themselves to be American?
19.
▲
by
unlinked_dll
6y ago
Is Eric Yuan a US citizen? He wasn't born or educated here so I don't know he considers himself American, and a significant amount of his company's product development is not done in America. Before this sounds anti-immigrant
20.
▲
by
unlinked_dll
6y ago
I think your starting point is already flawed. Scale is needed for high value liquidity events which is needed for ROI to investors and employees compensated with equity. If you realign the goal to return maximum value to your employees as
21.
▲
by
unlinked_dll
6y ago
I'd offer a different take. Users want to run your software on their system. You don't want to write software for their system, you want to write it for all systems. The output impedance of the developer and input impedance of the
22.
▲
by
unlinked_dll
6y ago
Most unions don't have "union" in their name, I don't think it's an issue of nomenclature. People know which organizations can be colloquially referred to as a labor union. That said people just have problems unders
23.
▲
by
unlinked_dll
6y ago
Associated types are slightly different than generic types. trait State { type NextState; fn transition(self) -> Self::NextState; } In this example one consumes the current state to yield the next state (on
24.
▲
by
unlinked_dll
6y ago
Nothing I suggested implies a runtime penalty. Quite the opposite actually.
25.
▲
by
unlinked_dll
6y ago
I disagree with the implementation, State should be a trait with NextState as an associated type. This makes things cumbersome when it can be a set of types, but it makes excellent use of the type system and ownership patterns of Rust. Edit
26.
▲
by
unlinked_dll
6y ago
I've seen the same thing. Most recently at a trade show. That said unions help more than they hurt, in my opinion. It's also pointless to paint all unions with the same brush like that, you worked with a group of people that had b
27.
▲
by
unlinked_dll
6y ago
Same question. Not because of the browser thing but just because it doesn't "just work" for me or my team.
28.
▲
by
unlinked_dll
6y ago
the audio processing can be done fine on consumer hardware, not really an issue. You can't mix the audio streams in the traditional sense, but you can multiplex the packets, demux them client side and decrypt/mix. It's not id
29.
▲
by
unlinked_dll
6y ago
How does this work for build artifacts generated by a docker image? I looked at it awhile back but it didn't fit my use cases.
30.
▲
by
unlinked_dll
6y ago
All respect friend, but I feel you're the one who are gravely mistaken about what a company is or how it should work. We're not talking about capitalism, but corporatism, and corporations are social organizations and to understand
More ›