Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
neogoose
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Bashka – static analyzer for bash install scripts (for safety and convenience)
(github.com)
1 points
by
neogoose
1d ago
|
1 comments
2.
▲
by
neogoose
3mo ago
It doesn't have to, you can give it a blob of bytes as well. It's just hard to keep it a cli and doesn't use kernel at all more correct would be - do not use kernel file system
3.
▲
by
neogoose
3mo ago
yeah I was just picking up an interesting the title for hn, you should read a README to get the actual understanding of project
4.
▲
F* file system – file search that reads SSD directly bypassing OS kernel
(github.com)
112 points
by
neogoose
3mo ago
|
51 comments
5.
▲
by
neogoose
3mo ago
This is practically the most useless project becuase you can not run it without sudo permissions, but it was insanely fun to work on it supports ext4, btrfs, and apfs. Multithreaded, supports compression, nested volumes, and can even search
6.
▲
OpenCode migrates file search to fff – rust based file search SDK
(twitter.com)
4 points
by
neogoose
3mo ago
|
0 comments
7.
▲
by
neogoose
6mo ago
it is absolutely amazing experience on mobile if you guys do not understand how to use a search bar and a couple of segmeneted controls -- there is nothing much I can do about it
8.
▲
by
neogoose
6mo ago
you absolutely missed the point
9.
▲
by
neogoose
6mo ago
my tool is not using regex, it can use regex but it is not required
10.
▲
by
neogoose
6mo ago
you can try it yourself. ripgrep search for "MAX_FILE_SIZE" in the chromium repo takes 6-7 seconds, with fff it is 20milliseconds so essentially in this specific case it is over 1000x faster, but the repo size is huge (66G, 500k f
11.
▲
by
neogoose
6mo ago
because it is meant to be used by the long running sdk not one shot search (this is where all the optimizations are coming from)
12.
▲
by
neogoose
6mo ago
it looks absolutely gorgeous btw but the idea is that you can try the search speed not actually use lmao
13.
▲
by
neogoose
6mo ago
it very much depends on the platform and the operating system for example ripgrep doesn't do any memory mapping on macos which makes it 2-3x faster just becuase of that
14.
▲
by
neogoose
6mo ago
if you would search in the chromium repo you would see the correct match https://fff.dmtrkovalenko.dev/?repo=2&q=bazel
15.
▲
by
neogoose
6mo ago
I have open sourced the fastest code search implementation. Comprehensive SDK for both file finder and grep file search that is over 100x faster than ripgrep
16.
▲
The future of code search is not regex – 100x faster than ripgrep
(fff.dmtrkovalenko.dev)
60 points
by
neogoose
6mo ago
|
44 comments
17.
▲
FFF MCP – file search tool for AI that is faster and cheaper [video]
(youtube.com)
1 points
by
neogoose
6mo ago
|
1 comments
18.
▲
by
neogoose
6mo ago
fff originated as very much loved neovim file finder that is not a ripgrep wrapper and provides better and faster search Lately I've been researching the way to make it work for AI to improve the search ai harness is perfroming and t
19.
▲
Fff.nvim – Typo-resistant code search
(github.com)
66 points
by
neogoose
7mo ago
|
15 comments
20.
▲
by
neogoose
7mo ago
Since glibc (better to say csh) implemented it. https://man7.org/linux/man-pages/man3/glob.3.html search for GLOB_BRACE
21.
▲
by
neogoose
7mo ago
I agree though the main problem for me is not the API it's missing functionality of patterns like ./*/*.c. There is a very long running thread in the gnu mailing list where authors do not like this idea. While I need this bec
22.
▲
by
neogoose
7mo ago
That's one of the reasons I built zlob. It literally has an endpoint to do this but if you are talking about glibc there are 2 options 1. fnmatch function which is not ideal because it doesn't take into account all the path specif
23.
▲
Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
(github.com)
36 points
by
neogoose
7mo ago
|
20 comments
24.
▲
by
neogoose
7mo ago
100% POSIX and glibc compatible globbing library for C, Zig, and Rust that is faster and supports all the modern globbing formats (more than libc and rust glob crate) It supports all the formats like * and {a,b} expansion as long as have a
25.
▲
by
neogoose
8mo ago
I should at some point, I do not need other gear types so I didn't do that, but if this project gets a little attention I'll just do it
26.
▲
by
neogoose
8mo ago
I printed a lot of gears from this website (well I built it because I had to print a lot of different gears) and they came out very nice and reinforced. If you use the optimized for 3D printing export it doesn't need anything from your
27.
▲
Show HN: Free and local browser tool for designing gear models for 3D printing
(gears.dmtrkovalenko.dev)
53 points
by
neogoose
8mo ago
|
13 comments