Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pooyamo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
pooyamo
4d ago
A harmonious comment about an impedance mismatch quickly spiraled into a galvanizing flow
2.
▲
by
pooyamo
2mo ago
Does any expert in the field know whether it is really the case that this intelligence we are seeing with frontier models is an "emerging" phenomena, only coming up when the architecture is scaled? Like isn't it weird that
3.
▲
by
pooyamo
2mo ago
The LOOP solution could be written using DOLIST or DO forms too (likewise built-in): (defun calculate (instructions) (let ((result 0)) (dolist (e instructions result) (destructuring-bind (operator operand) e
4.
▲
mmwrap: provide multimedia-key actions for minimal Linux desktops
(github.com)
2 points
by
pooyamo
10mo ago
|
0 comments
5.
▲
by
pooyamo
10mo ago
Zed team is writing their own in-house GUI stack [1] that leverages the computer's GPU with minimal middleware in-between. It's a lot of work short-term but IMO the payoff would be huge if they establish themselves. I imagine they
6.
▲
by
pooyamo
10mo ago
>vscode fork I wonder why they are not trying to fixup something based on their own GUI stacks like Flutter or Compose Multiplatform. It seems only Zed is truly innovating in this space.
7.
▲
by
pooyamo
10mo ago
> MusicBrainz Picard I don't think it can be used as a CLI tool. It's mainly a GUI app. I've tested it in the past and it works fine too.
8.
▲
by
pooyamo
10mo ago
It's a good tool. However, last I checked, it was not possible to run it in a one-shot stateless fashion, like, passing it a list of music files so it auto-fetches album art, lyrics and updates the very same input files.
9.
▲
by
pooyamo
11mo ago
Do other editors and IDEs bundle-in these external language servers? I don't think so, unless they are specifically tied to the language like Eclipse or PyCharm
10.
▲
by
pooyamo
11mo ago
Binaries for dynamic libraries of tree-sitter (usually compiled with C compiler) would be smaller than that. For example this [1] .so bundle for 107 different grammars is ~137 MiB. Unless by "compiled in", some in-lining of the C
11.
▲
by
pooyamo
11mo ago
Can you create and run a service that starts when phone is turned on, with a PWA app? Usecase is a backup daemon.
12.
▲
by
pooyamo
11mo ago
Thanks! Fixed that example. (In fish shell that I use, it didn't need those quotes that's why I didn't catch it) >there are still missing expressions, such as "add up", "a couple", etc. Googling "p
13.
▲
by
pooyamo
11mo ago
> I guess this is for when you're knee deep in terminals? One can use it directly in terminal or it can be used as a dependency tool in other scripts similar to the way other UNIX tools are used. For example I use it as a pronunciat
14.
▲
gsay: Fetch pronunciation of English vocabulary from Google
(github.com)
39 points
by
pooyamo
11mo ago
|
12 comments
15.
▲
Combobulate: Structured Editing and Navigation in Emacs with Tree-sitter
(github.com)
5 points
by
pooyamo
11mo ago
|
0 comments
16.
▲
by
pooyamo
11mo ago
Some stuff like LAPACK and BLAS fit your bill. They are math libraries written decades ago and still in use.
17.
▲
flyover: CLI tool to show aircraft info flying over a region
(github.com)
2 points
by
pooyamo
11mo ago
|
0 comments
18.
▲
Show HN: netq – A script to fetch common network parameters, written in POSIX sh
(github.com)
2 points
by
pooyamo
11mo ago
|
0 comments
19.
▲
by
pooyamo
1y ago
I've written a similar CLI tool (not a website), netq [1]. I believe it can be an alternative to some of the functionalities of the website. If one is able to get a public IPv6 from a public IP finder service, I guess that means his
20.
▲
flyover: CLI tool to show aircraft info flying over a region
(github.com)
2 points
by
pooyamo
1y ago
|
0 comments
21.
▲
Show HN: Netq – A script to fetch common network parameters, written in POSIX sh
(github.com)
1 points
by
pooyamo
1y ago
|
0 comments