Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nsajko
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
by
nsajko
4mo ago
Julia is another contender. Julia code can be as performant as C++ code, but Julia code may be even more elegant than C++. Even without accounting for Julia's metaprogramming features, the compile-time expressiveness is top-notch. It s
2.
▲
by
nsajko
7mo ago
Yeah, double-word floating-point loses many of the desirable properties of the usual floating-point.
3.
▲
by
nsajko
1y ago
> Number isn’t an interface—there are no operations common to all numbers. When creating a new type, it should be more clear cut when is subtyping Number (or Real, etc.) valid. Should unitful quantities be numbers? Should intervals be nu
4.
▲
by
nsajko
1y ago
I don't think testing against every existing dependent would make sense currently. The issue is the lack of tooling for mechanically checking whether the dependent accesses implementation details of the dependency, in which case it wou
5.
▲
by
nsajko
1y ago
What I wanted to say is that I'm skeptical regarding "interfaces", either as a language feature or as a package. Although TBH I have not yet given any specific "interfaces" design more than a cursory glance, so my p
6.
▲
by
nsajko
1y ago
> the culture of not prioritizing correctness in computation On the contrary, it is my impression the experienced Julia programmers, including those involved in JuliaLang/julia, take correctness seriously. More so than in many other
7.
▲
by
nsajko
1y ago
The Julia world is already quite careful with testing and CI. Apart from the usual unit testing, many packages do employ integration testing. The Julia project itself (compiler, etc) is tested against the package ecosystem quite often (regu
8.
▲
by
nsajko
1y ago
Julia is not without warts, but this blog post is kinda rubbish. The post claims vague but scary "correctness issues", trying to support this with a collection of unrelated issue tickets from all across Julia and the Julia package
9.
▲
by
nsajko
1y ago
> it is plausible that ChatGPT can get to a state where it can act as a good therapist Be careful with that thought, it's a trap people have been falling into since the sixties: https://en.wikipedia.org/wiki/ELI
10.
▲
Left-recursive versus right-recursive lists in LR parsers
(cambium.inria.fr)
2 points
by
nsajko
1y ago
|
0 comments
11.
▲
Reconstructing the Knuth-Morris-Pratt Algorithm
(cambium.inria.fr)
5 points
by
nsajko
1y ago
|
0 comments
12.
▲
by
nsajko
2y ago
Julia does this for parametric types, too.
13.
▲
by
nsajko
2y ago
> whiffed a few major decisions early on Anything particular in mind?
14.
▲
by
nsajko
2y ago
> Recompiling everything every time. > recompilation on every run breaks this Your comment is exceedingly misleading. Whether and when Julia code gets compiled is up to the user.
15.
▲
by
nsajko
2y ago
> Pkg.jl is also not great, version compatibility is kind of tacked on and has odd behavior. Huh? I think Pkg is very good as far as package managers go, exceptionally so. What specifically is your issue with it?
16.
▲
by
nsajko
2y ago
Pratt's method only targets the operator precedence languages, not the DCFL. So much less powerful than LR parsing.
17.
▲
by
nsajko
2y ago
Is Trump not supposed to be tough-on-crime? How does pardoning a drug dealer factor into that? Is Trump against the war on drugs?
18.
▲
Abscam
(en.wikipedia.org)
2 points
by
nsajko
2y ago
|
0 comments
19.
▲
by
nsajko
2y ago
Ireland giving special benefits to a private company like Apple conflicts with the principles of a free and fair market.
20.
▲
by
nsajko
2y ago
Lousy high school.
21.
▲
by
nsajko
2y ago
> [...] there's progress [...] Don't forget about Julia!
22.
▲
Secret Hitler Online
(secret-hitler.online)
1 points
by
nsajko
2y ago
|
0 comments
23.
▲
by
nsajko
2y ago
Abstract interpretation is important in the implementation of the Julia language. Some relevant blog posts by Julia compiler developers: * https://info.juliahub.com/blog/inference-convergence-algorit... * https:/
24.
▲
by
nsajko
2y ago
Wikipedia page on worker's self-management: https://en.wikipedia.org/wiki/Workers%27_self-management
25.
▲
by
nsajko
2y ago
The title doesn't conform to the HN guidelines, dang.
26.
▲
by
nsajko
2y ago
The "Unlicense" is not considered as serious.
27.
▲
by
nsajko
2y ago
> There's a bit of a higher abstraction ceiling in Rust Compared to C, yes, but not compared to C++.
28.
▲
by
nsajko
2y ago
Source?
29.
▲
by
nsajko
2y ago
The TLDR describes your method accurately, though. You do store your OTP secrets in a password store. That said, the significance of using two separate password stores isn't clear to me. Under what threat model is that supposed to be a
30.
▲
by
nsajko
2y ago
TLDR: use a password manager to store your secrets. An OTP secret key is just a secret.
More ›