Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
TYMorningCoffee
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
TYMorningCoffee
5mo ago
https://en.wikipedia.org/wiki/Pixel_Dungeon is an example of that. The bad forks dont become popular
2.
▲
by
TYMorningCoffee
11mo ago
Did the grumpy gamer mean perforce instead of perform and it got auto 'corrected'?
3.
▲
by
TYMorningCoffee
1y ago
VMware owns Spring Boot https://en.m.wikipedia.org/wiki/Spring_Boot
4.
▲
by
TYMorningCoffee
1y ago
Impressive! Can't wait to try Fray out at work.
5.
▲
by
TYMorningCoffee
1y ago
Click the ying yang looking icon to get an explanation > 4-7-8 Breathing The 4-7-8 technique involves inhaling for 4 counts, holding for 7, and exhaling for 8. This pattern is repeated several times. Developed by Dr. Andrew Weil, it help
6.
▲
by
TYMorningCoffee
1y ago
Some setups can run devstral small locally. Have you tried? Also have you tried any other open weight models as the architect? Third, as far as I understood, devstral was made with open hands so it might perform better there than aider out
7.
▲
by
TYMorningCoffee
1y ago
A lot of commenters point out that there already are many established static checkers that do this. That is not what Uber attempts here. Uber is not proposing a static checker. They even use sonar qube in their architecture. They propose us
8.
▲
by
TYMorningCoffee
1y ago
This architecture is promising. Large legacy code bases can have static analysis violations in the 1000s which devs never have the time to address. I've seen sonar tube reports that require man years to resolve everything.
9.
▲
by
TYMorningCoffee
1y ago
These existing tools (spotbugs, findings, sonarqube, null away, checker framework, pmd, etc) provide detection but not resolution. Resolution thru LLM is what Uber proposes.
10.
▲
by
TYMorningCoffee
1y ago
It's not identifying the leaks. In their architecture they use Sonar qube for the detecting. The LLM provides the fix.
11.
▲
by
TYMorningCoffee
1y ago
I forgot to clarify dealing with the network bottleneck
12.
▲
by
TYMorningCoffee
1y ago
Can the inference piece be partitioned over multiple hosts? Edit: algorithmed or partitioned in a way that overcomes the network bottleneck
13.
▲
by
TYMorningCoffee
2y ago
Fixed! It was because the table overflowed. This created a scroll bar for the entire page. The entire page scrollbar had a weird interaction with the code block scroll bars. Now that there is no more whole page scroll bar, it works.
14.
▲
by
TYMorningCoffee
2y ago
I think I tracked it down to the table in the article adding a scroll bar for the entire page. This scrollbar fights with the code blocks scrollbar. I will try to refactor the table to fit in a phone width somehow.
15.
▲
by
TYMorningCoffee
2y ago
Yes. Sorry about that. Will look into it when I have time.
16.
▲
by
TYMorningCoffee
2y ago
It depends which OS. Windows yes, Linux no.
17.
▲
by
TYMorningCoffee
2y ago
It came down to poor logic. I got hung up on it because I got unlucky and couldn't reproduce it with uncaught NPE so I incorrectly concluded that uncaught NPE was a necessary condition.
18.
▲
by
TYMorningCoffee
2y ago
Oh no I didn't know this can happen with HashMaps too! Something to do with the linked list they use for collisions?
19.
▲
by
TYMorningCoffee
2y ago
Good point. It should be replaced with an if not empty check.
20.
▲
by
TYMorningCoffee
2y ago
Ouch. Any idea which problem? Those problems are public: https://ioinformatics.org/page/contests/10
21.
▲
by
TYMorningCoffee
2y ago
I remember reading that article but being unable to understand it due to my lack of knowledge in the area. I will have to give it another go.
22.
▲
by
TYMorningCoffee
2y ago
Could you propose to fail the build based on the number of warnings to ensure it doesn't go up? I did something similar with spotbugs. There were existing warnings I couldn't get time to fix so I configured the maven to fail if it
23.
▲
by
TYMorningCoffee
2y ago
That's much better. Constant memory. The number of nodes is guaranteed to be less than or equal to the height of the tree.
24.
▲
by
TYMorningCoffee
2y ago
Have you seen this before in person? It would make a great blog post. I haven't personally encountered a buggy comparator without a total order.
25.
▲
by
TYMorningCoffee
2y ago
> Food for thought. I often think to myself that any error or strange behavior or even warnings in a project should be fixed as a matter of principle, as they could cause seemingly unrelated problems. Rarely is this accepted by whoever c
26.
▲
by
TYMorningCoffee
2y ago
You're right. That would have been a better choice.
27.
▲
by
TYMorningCoffee
2y ago
Both! The TreeMap is thread unsafe. The business logic needs to protect against concurrent access to the TreeMap or not use the treemap at all.
28.
▲
by
TYMorningCoffee
2y ago
Why do you think the article assumes statefile is local? I don't think that assumption was made.
29.
▲
by
TYMorningCoffee
2y ago
> Python deterministically generating terraform HCL files based on yaml. That sounds terrible. I'm sorry you had to deal with that. If they could go back in time, would modules have been good enough?
30.
▲
by
TYMorningCoffee
2y ago
What's the craziest terraform repo you have seen? Is it okay to mix code (ex: Java) and terraform in a large mono repo?
More ›