Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
diamondburned
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
diamondburned
2y ago
Since Nix 2.4, I’ve always been fed up at how `nix search` has become so much slower than Nix 2.3’s search, and everyone kept telling me to use `search.nixos.org`! So I made a really fast nix search alternative called nix-search. Disclaimer
2.
▲
Nix-search: A faster, better Nix search
(discourse.nixos.org)
1 points
by
diamondburned
2y ago
|
1 comments
3.
▲
by
diamondburned
2y ago
If you're ever using Nix like you would Bazel, you likely would not want your derivation to be built via another Makefile. Indeed, that defeats the whole point of using Nix to fix this in the first place. As it is, mkDerivation + fetch
4.
▲
by
diamondburned
3y ago
Hi, Dissent actually makes no effort to try and hide itself from Discord! In fact, API calls via Dissent have their User-Agent header set to "Dissent ( https://libdb.so/dissent )" to emphasize the fact that they
5.
▲
by
diamondburned
3y ago
I'm actually fully aware of this! Discord's ToS just says they can ban you for any reason, and it also touches on API abuse. A lot of past Discord clients (e.g. cordless) don't try to minimize API calls (especially some sensi
6.
▲
by
diamondburned
3y ago
Hi, developer here! I have worked on a Matrix client before (diamondburned/gotktrix)! I abandoned it because I couldn't be bothered to handle E2EE or rewrite it in a different Matrix library, but Fractal is also fairly stable now
7.
▲
Show HN: Lazer – library to expose Python functions to ChatGPT
(github.com)
1 points
by
diamondburned
3y ago
|
1 comments
8.
▲
by
diamondburned
3y ago
Lazer is a Python library that provides a convenient way to expose Python functions as schemas for OpenAI chat models. We're using OpenAI's new Function Calling API for this: < https://platform.openai.com/docs&#x