Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kcbanner
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kcbanner
1y ago
> users want the results intelligently synthesized into a text response with references rather than as raw results. The reason I pay for Kagi is that I specifically don't want this to occur.
2.
▲
by
kcbanner
2y ago
It would be possible to employ an expert doctor, instead of writing a script.
3.
▲
by
kcbanner
2y ago
It's not pointless, because you get to select exactly the design pattern that is best for the situation. Other languages may decide this for you.
4.
▲
by
kcbanner
2y ago
You don't need to comment out the print function - it could gate its behavior on a comptime-known configuration variable. This would allow you to keep your debug variables in place.
5.
▲
by
kcbanner
2y ago
After you've been writing zig for a while, seeing `.{}` in an argument list intuitively means "default arguments".
6.
▲
by
kcbanner
2y ago
Thanks again for resinator! I recently used it to ship a small win32 utility ( https://github.com/kcbanner/multi-mouse ) and it worked perfectly.
7.
▲
by
kcbanner
3y ago
It's fairly obvious they are asking if the content was licensed
8.
▲
by
kcbanner
3y ago
Did you read the comment you replied to?
9.
▲
by
kcbanner
3y ago
> Because refactoring requires understanding, which LLMs completely lack. It's obvious from context here that the refactoring that was mentioned was specifically around concurrency, not simply cleaning up code.
10.
▲
by
kcbanner
3y ago
The package manager is designed to download archives (.tar.gz) of packages, not the composite files.
11.
▲
by
kcbanner
4y ago
TurboSearch: A MSVC extension frontend for the excellent command line utility, The Silver Searcher (Ag). https://marketplace.visualstudio.com/items?itemName=CaseyBan... Price: $12 I use this tool myself daily as my main sea
12.
▲
by
kcbanner
4y ago
I've been using https://glogg.bonnefon.org/ . The mark / matches feature is really handy. However there are a few bugs with highlighting and it hasn't been updated in a while. Will have to check this out!
13.
▲
by
kcbanner
4y ago
Can you explain what would satisfy your criteria?
14.
▲
by
kcbanner
4y ago
Check out good-scroll: https://github.com/io12/good-scroll.el You can configure a custom refresh rate.
15.
▲
by
kcbanner
4y ago
https://javalin.io/documentation#views-and-templates
16.
▲
by
kcbanner
4y ago
Javalin has been powering one of my projects for years now without issues. Really great framework. Thanks!
17.
▲
by
kcbanner
4y ago
I built TurboSearch, an ag frontend for MSVC: https://kcbanner.gumroad.com/l/turbosearch I was frustrated with how slow and clunky all the existing solutions were for regex searches. The built in file search in MSVC ha
18.
▲
by
kcbanner
4y ago
I think you may have quite a large blind spot here. The games industry is primarily Windows based.
19.
▲
by
kcbanner
4y ago
"This is the story of a clever trick that's been around for at least 35 years, in which array values can be left uninitialized and then read during normal operations, yet the code behaves correctly no matter what garbag
20.
▲
by
kcbanner
5y ago
I haven't benchmarked it, but it could probably just be a drop-in replacement as I believe the arguments are compatible. Would be interesting to try!
21.
▲
by
kcbanner
5y ago
I built a Visual Studio extension that wraps ag (the silver searcher), because I was constantly flipping to the terminal to use it to search the UE4 codebase I work on. The built in MSVC text search is egregiously slow, and even tools like
22.
▲
by
kcbanner
5y ago
"SQL is a query language. Why would Google treat it like code?" Because...it's a programming language, and therefore...it is code?
23.
▲
Show HN: TurboSearch, a Silver Searcher Front End for Visual Studio
(marketplace.visualstudio.com)
2 points
by
kcbanner
5y ago
|
0 comments
24.
▲
by
kcbanner
5y ago
I feel like UX improvements would be best driven by user feedback, not inferred from telemetry.
25.
▲
Show HN: TurboSearch, a Silver Searcher frontend for Visual Studio
(marketplace.visualstudio.com)
2 points
by
kcbanner
5y ago
|
0 comments
26.
▲
by
kcbanner
6y ago
They mean that you read it once, then spawn more threads than you have actual cores. Those threads then need to context switch back and forth to do work.
27.
▲
by
kcbanner
7y ago
This library can leverage data parallelism to increase throughout vs the scalar versions. ie. One instruction performs 4 operations instead of one. If the problem you are solving is suited to this parallelism, you could get a significant sp
28.
▲
by
kcbanner
7y ago
https://www.emacswiki.org/emacs/CopyingWholeLines
29.
▲
by
kcbanner
7y ago
I suppose "Buy Now!" refers to buying a license.
30.
▲
by
kcbanner
7y ago
I hope the part about "pesky retailers" not accepting contactless payment methods was sarcasm.
More ›