Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
proto_lambda
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
91.
▲
by
proto_lambda
3y ago
> you are free to not use his free software That's exactly what they're doing, what are you talking about?
92.
▲
by
proto_lambda
3y ago
That's not how the fediverse works, Mathstodon is just one of many servers in the network (running the Mastodon software).
93.
▲
by
proto_lambda
3y ago
The chart also lists the control key combination for each control byte, for NUL, it's C-@.
94.
▲
by
proto_lambda
3y ago
What it boils down to is "Users who don't even know what a trigger is should be discouraged from handling footguns". Sure, if you don't have the resources to learn about the subject, you might miss out on some fun, but i
95.
▲
by
proto_lambda
3y ago
Users who don't even know the meaning of "unsafe" almost definitely shouldn't be writing unsafe code.
96.
▲
by
proto_lambda
3y ago
> with less fear for the situations where you do need to bypass the borrow checker such as with cyclical references in graphs That's a pretty tricky thing to get right, and with the consequence for getting it wrong being UB, at leas
97.
▲
by
proto_lambda
3y ago
Both for_each() and collect() into a Vec exhaust the iterator.
98.
▲
by
proto_lambda
3y ago
Funny how the author both demands vague new ergonomics features (with no explanation how they might actually work), and at the same time demands the language team to stop adding new ergonomcis features.
99.
▲
by
proto_lambda
3y ago
Note: ad is a normal noun, not an initialism. It took me a couple moments to realize what you meant.
100.
▲
by
proto_lambda
3y ago
It looks like the author is confused about or unaware of the difference between static and dynamic dispatch. Their Display and Iterator types are really just vtables; the correct comparison to Rust would be the `dyn Display` and `dyn Iterat
101.
▲
by
proto_lambda
3y ago
In my experience, it's really just getting worse slower than google is. For the kind of queries that google already failed at years ago, DDG has also gotten worse.
102.
▲
by
proto_lambda
3y ago
I mean, it's a library that implements a language feature. It's surprising it's possible at all, even if really ugly.
103.
▲
by
proto_lambda
3y ago
> Tbh I have no idea how you came away thinking I said lead is hard. I did not, in fact, come away thinking lead is hard. I did, however, explain and spell out for you how @kragen probably did so; I'm not sure how I can make it any
104.
▲
by
proto_lambda
4y ago
The first sentence of your comment was structured like this: [reason to use lead], but [reason to use tungsten]. At least I expected the second sentence to expand on the pros of tungsten, when in fact it was about the pros of lead; interpre
105.
▲
by
proto_lambda
4y ago
Maybe it was updated, but its's right there under "Length".
106.
▲
by
proto_lambda
4y ago
Fast Ethernet is better than no Ethernet, and gigabit is unachievable in low-end FPGAs.
107.
▲
by
proto_lambda
4y ago
We absolutely do fine/convict homeowners if, in a burglary, their improperly secured gun is stolen. The fines aren't for being hacked, they're for not adequately securing user data; ownership of which is a conscious decision.
108.
▲
by
proto_lambda
4y ago
> Wings are useless to generate lift at those altitudes. They aren't, though. They still work, just much less well. There isn't one altitude where wings suddenly stop working entirely - there is however an altitude where genera
109.
▲
by
proto_lambda
4y ago
You are, but that was never in question.
110.
▲
by
proto_lambda
4y ago
> A simple example: I search through a list of n items to find item m, iterators typically don't let you break out of the iteration. That'd be a pretty crappy iterator implementation, short-circuiting is basically what iterator
111.
▲
by
proto_lambda
4y ago
C-style for loops can almost always be replaced with iterators in a more concise manner. No need for the explicit termination check or the explicit advancement expression, that's already handled by the iterator.
112.
▲
by
proto_lambda
4y ago
> They mean the same thing. What? No, they don't. The first one means "There are no real programmers who write code in assembly", in other words "Real programmers don't write code in assembly", while the sec
113.
▲
by
proto_lambda
4y ago
> There's no reason to have the hallway or bathroom lights on all the time Who does that, rather than just turning them on when you need them and then turning them off again?
114.
▲
by
proto_lambda
4y ago
Are you sure? With JS disabled, the vote arrows are simple links for me that work as expected.
115.
▲
by
proto_lambda
4y ago
That would require users to run client-side scripts for basic site functionality.
116.
▲
by
proto_lambda
4y ago
From that quote, I'd say it's the upper limit of what's considered "moderate".
117.
▲
by
proto_lambda
4y ago
Where is that? 330ml bottles definitely exist, but 0.5l is the default in Austria.
118.
▲
by
proto_lambda
4y ago
Maybe not much better, but that's hardly the only alternative
119.
▲
by
proto_lambda
4y ago
This gets posted again and again, and every time I look at it, the code quality is absolutely terrible. Remote access software is by design a complete internet-accessible backdoor to your system, I will never use one that is written as shod
120.
▲
by
proto_lambda
4y ago
> That means that buildings are built with the expectation of being warmed... That doesn't seem strange to me. At even lower temperatures, water pipes will burst, so you have to heat it at least a little in winter. Waste heat from h
More ›