HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pooyamo

no profile record

Submissions

mmwrap: provide multimedia-key actions for minimal Linux desktops

github.com
2 points·by pooyamo·il y a 8 mois·0 comments

gsay: Fetch pronunciation of English vocabulary from Google

github.com
39 points·by pooyamo·il y a 9 mois·12 comments

Combobulate: Structured Editing and Navigation in Emacs with Tree-sitter

github.com
5 points·by pooyamo·il y a 9 mois·0 comments

flyover: CLI tool to show aircraft info flying over a region

github.com
2 points·by pooyamo·il y a 9 mois·0 comments

Show HN: netq – A script to fetch common network parameters, written in POSIX sh

github.com
2 points·by pooyamo·il y a 9 mois·0 comments

flyover: CLI tool to show aircraft info flying over a region

github.com
2 points·by pooyamo·il y a 9 mois·0 comments

Show HN: Netq – A script to fetch common network parameters, written in POSIX sh

github.com
1 points·by pooyamo·il y a 10 mois·0 comments

comments

pooyamo
·il y a 8 mois·discuss
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 could poke into the user-facing OS sector if their human-agent interaction is smooth. (I have not tried it yet though)

[1]: https://www.gpui.rs
pooyamo
·il y a 8 mois·discuss
>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.
pooyamo
·il y a 8 mois·discuss
> 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.
pooyamo
·il y a 8 mois·discuss
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.
pooyamo
·il y a 9 mois·discuss
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
pooyamo
·il y a 9 mois·discuss
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 code into Rust codebase is meant.

[1] https://github.com/emacs-tree-sitter/tree-sitter-langs/relea...
pooyamo
·il y a 9 mois·discuss
Can you create and run a service that starts when phone is turned on, with a PWA app? Usecase is a backup daemon.
pooyamo
·il y a 9 mois·discuss
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 "pronounce add up" does not show the google short answer box for me. Aside from that, the heuristic method I used may miss some words since it's not quite clear to me how the naming scheme works in that static stash. The 2024 stash is more straightforward but as I mentioned in readme, it sounds synthetic to me.
pooyamo
·il y a 9 mois·discuss
> 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 pronunciation player in my dictionary dict-master [1]. It's a shell script too.

Another example (run two times so it uses the cache the second time):

  echo this unix pipeline is poor man text to speech | xargs -n 1 gsay
[1]: https://github.com/pvonmoradi/dict-master
pooyamo
·il y a 9 mois·discuss
Some stuff like LAPACK and BLAS fit your bill. They are math libraries written decades ago and still in use.
pooyamo
·il y a 9 mois·discuss
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 machine is able to access the IPv6 internet.

  netq -6 p 
  netq -4 p
Some finders report ISP too (use -r).

Also, kudos to jfesler for his works on maintaining the website through the years.

[1]: https://github.com/pvonmoradi/netq