Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
phi-go
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
phi-go
15d ago
No word about the future of Jujutsu, so I guess this is bad news for for jj users?
2.
▲
by
phi-go
3mo ago
There is a link to a shell script in the article to check if you have any impacted package installed.
3.
▲
by
phi-go
5mo ago
Not sure why you are only crediting google. This is a big research area in cryptography.
4.
▲
by
phi-go
5mo ago
The current rfc is here: https://github.com/rust-lang/rfcs/pull/3407 It does have some more discussion on keywords vs attributes and other options.
5.
▲
by
phi-go
7mo ago
I think they mean this: https://news.ycombinator.com/item?id=47232289
6.
▲
by
phi-go
7mo ago
Isn't defining what should not be done by anyone a problem that laws (as in legislation) are for? Though, it's not that I expect that those laws would come in time.
7.
▲
by
phi-go
7mo ago
Why do you think that?
8.
▲
by
phi-go
8mo ago
This sounds wrong, features have to be the value of your code. The required maintenance and slow down to build more features (technical debt) are the liability, which is how I understood the relationship to "lines of code" anyway.
9.
▲
by
phi-go
9mo ago
Crux seems interesting to share app logic between platforms but I don't see how it helps actually render something. Don't you still need a gui framework that supports android or ios?
10.
▲
by
phi-go
9mo ago
This is very neat. I'll have to try it out to say more but thanks for open sourcing it.
11.
▲
by
phi-go
10mo ago
Do you know SkedPal?
12.
▲
by
phi-go
10mo ago
I don't think babies can swim but they know not to try and breathe in water. Which is probably what you meant.
13.
▲
by
phi-go
10mo ago
You can also forbid unwraps as part of clippy.
14.
▲
by
phi-go
11mo ago
With peer review you do not even have a choice as to which reviewers to trust as it is all homogenized by acceptance or not. This is marginally better if reviews are published. That is to say I also think it would be worthwhile to try.
15.
▲
by
phi-go
11mo ago
There are numbers on how many tries it took. I would also find the individual prompts and images interesting.
16.
▲
by
phi-go
11mo ago
No, it was shown this doesn't average out, there is a study linked upthread.
17.
▲
by
phi-go
11mo ago
But they do not get payed the same. Let's say Spotify has two users that total 100 listens, 99 Taylor listens and one listen for the obscur artist. If payed by total listens Taylor gets 99%. Now if those 99 listens are from the one use
18.
▲
by
phi-go
11mo ago
They call this a miracle even in the article you linked.
19.
▲
by
phi-go
1y ago
As you wrote a paper, how difficult would you say is it to recreate the template of the venue you submitted to?
20.
▲
by
phi-go
1y ago
Ask you anything? Well here it goes... What languages do you use? What kind of projects? Do you maintain these projects or is this for greenfield development? Could you fix any bugs without Claude? Are these projects tested, who writes the
21.
▲
by
phi-go
1y ago
Fair enough, also thinking about it some more. If you use that option the old 90% will usually be normalized to 100% so this might not even be helpful.
22.
▲
by
phi-go
1y ago
Why not instead limit the charging level to 90%? Should save battery life as well.
23.
▲
by
phi-go
1y ago
There is one, though, focused on security: https://openssf.org/projects/criticality-score/
24.
▲
by
phi-go
1y ago
Does this have a compute benefit or could one use different specialized LLM architectures / models for the subnetworks?
25.
▲
by
phi-go
1y ago
Interesting, so an LSP MCP like this?: https://github.com/isaacphi/mcp-language-server Also interesting note on the docs, though, Claude does try to use cargo doc by itself sometimes. I was actually wondering why GritQ
26.
▲
by
phi-go
1y ago
This reads like the author has a lisp, with the letter s looking like an f.
27.
▲
by
phi-go
1y ago
What MCP tools are you using?
28.
▲
by
phi-go
1y ago
The ? will directly return Err if there is one during read_input_file(). This is just some syntactic sugar.
29.
▲
by
phi-go
1y ago
Operand(u32) (see definition of Token), n will be parsed as a u32. See here: https://doc.rust-lang.org/std/primitive.str.html#method.pars...
30.
▲
by
phi-go
1y ago
To me the argument also only makes sense as you understood it.
More ›