Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
proto_lambda
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
61.
▲
by
proto_lambda
3y ago
The whole point of commit hashes is that you can't do that, so no, being able to change history undetected would not be nice at all.
62.
▲
by
proto_lambda
3y ago
Thanks! That's way too well hidden.
63.
▲
by
proto_lambda
3y ago
Something like that could probably be built on top of the matrix protocol, I'm not aware of anything concrete though.
64.
▲
by
proto_lambda
3y ago
In principle I can agree that Rust (like so many things in tech) is a bit of a sausage fest, and that women can, in my experience, often be better leaders than men especially when it comes to emotional/communication matters like with t
65.
▲
by
proto_lambda
3y ago
> has anyone tried blasting them with sound That's likely why they're attacking boats in the first place.
66.
▲
by
proto_lambda
3y ago
Yes, I don't know of any TOTP authenticator that doesn't work fully locally (disregarding things like key backups).
67.
▲
by
proto_lambda
3y ago
All it requires is the initial setup key and a somewhat accurate (~30s) time source. Give https://en.wikipedia.org/wiki/Time-based_one-time_password#A... a read, it's extremely simple.
68.
▲
by
proto_lambda
3y ago
> Just answer the fricking question or I'll replace you with a bot. Please do, it'll save everyone a lot of time and headache, especially if this is representative of your usual mode of communication.
69.
▲
by
proto_lambda
3y ago
It's TOTP, a very simple and universal standard, you can use any application you want - many password managers support it as well.
70.
▲
by
proto_lambda
3y ago
That's also a highly effective mitigation against legitimate users, especially those already disadvantaged everywhere else by a lack of disposable income.
71.
▲
by
proto_lambda
3y ago
Because that's not a type in Rust. I don't understand where you're going with this.
72.
▲
by
proto_lambda
3y ago
What is machine-specific about i32? It's a signed 32-bit integer, regardless of the machine you're on.
73.
▲
by
proto_lambda
3y ago
It can capture things, OP's example does not capture anything.
74.
▲
by
proto_lambda
3y ago
> That would not compile It does compile. > because `x` does not have the type `fn (i32, i32) -> i32` (that's reserved for "normal" functions). Closures can cast to function pointers just fine as long as they don
75.
▲
by
proto_lambda
3y ago
It is commonly used as a short form of vorophilia, i.e. sexual pleasure from (the idea of) being eaten/eating somebody, usually only in a fantasy rather than realistic context from what I gather.
76.
▲
by
proto_lambda
3y ago
I'd be surprised if there was anywhere in the UK where modern low-temperature heat pumps regularly don't work.
77.
▲
by
proto_lambda
3y ago
I think you're off by a couple orders of magnitude there. 25e3 errors/(1e9 h * 1e6 b) = 25e-12 errors/hour/bit, ~~or 4 errors/hour/ tera byte.~~ Edit: nope, I got that last step wrong, it's actually 200 er
78.
▲
by
proto_lambda
3y ago
Three weeks aren't a gap, that's just a little time to relax between jobs.
79.
▲
by
proto_lambda
3y ago
That's not even remotely similar.
80.
▲
by
proto_lambda
3y ago
The author really doesn't have to convince anyone, "please don't do $X" is more than enough to state their wish for you not to do $X.
81.
▲
by
proto_lambda
3y ago
That's exactly what OP's footnotes say, yes.
82.
▲
by
proto_lambda
3y ago
> FPGA doesn't have the instruction pipeline as the command is encoded in the gates themselves. It means that on runtime the FPGA is not turing complete[0] as opposed to the CPU[1]. That obviously depends entirely on the circuit, ma
83.
▲
by
proto_lambda
3y ago
> I miss how in Ada you can define which values an int can have. Can you do that in Rust? yes, kind of: https://crates.io/crates/deranged It'll take another while until const generics on stable are advanced eno
84.
▲
by
proto_lambda
3y ago
> I had an eco friendly washing machine I'm surprised the plates survived at all, I guess you didn't use the spin cycle? Kidding aside, dishwashers, even new ones, should be perfectly capable of cleaning your dishes in a single
85.
▲
by
proto_lambda
3y ago
Who are you arguing against? You are just repeating the comment you replied to.
86.
▲
by
proto_lambda
3y ago
So it's an art installation reminiscent of a sundial, not an actual sundial.
87.
▲
by
proto_lambda
3y ago
The C equivalent would be a bunch of `in_addr`/`sockaddr_in`/`sockaddr` handling where you can do something wrong at basically every step of the way. You can't mess up the types in Rust, there's only one way they fit tog
88.
▲
by
proto_lambda
3y ago
> a Rust program which relies on this for a constant https://godbolt.org/z/ceY3q3eW4
89.
▲
by
proto_lambda
3y ago
Bad example because that's a library feature and doesn't involve explicit compiler support - in general you're right though, backwards-compatible compiler features (say, GATs) are added regularly and are available for all edi
90.
▲
by
proto_lambda
3y ago
"abled" is the term your looking for, yes.
More ›