Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aleqs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
aleqs
4d ago
Yeppp, I've been seeing this Jacob Coxon [0] guy popping up all over legacy media for the past couple days nonstop...he claims he quit OpenAI and Anthropic because the models are getting 'too smart' and that's dangerous,
2.
▲
by
aleqs
8d ago
Seems just like another case of collusion - continuing the story of VCs pushing all of their companies to use each other and 'stay within the network'. The good news (kinda) for the rest of us, is that many of these VC marketing&#
3.
▲
by
aleqs
11d ago
I use alint [0][1] to define and enforce rules about files/globs that should or shouldn't be committed, among other things. You can configure it run as a pre-commit hook or in CI. (disclaimer - this is my own tool) [0] https:
4.
▲
by
aleqs
11d ago
I use alint [0][1] to define and enforce rules about files/globs that should or shouldn't be committed, among other things. You can configure it run as a pre-commit hook or in CI. (disclaimer - this is my own tool) [0] https:
5.
▲
by
aleqs
11d ago
You can also use something like alint [0][1] to define and enforce rules about files/globs that should or shouldn't be committed, among other things. You can configure it to run as a pre-commit hook or in CI. (disclaimer - this is
6.
▲
by
aleqs
11d ago
I use alint [0][1] to define and enforce rules about files/globs that should or shouldn't be committed, among other things. You can configure it run as a pre-commit hook or in CI. (disclaimer - this is my own tool) [0] https:
7.
▲
by
aleqs
12d ago
I see no banner, but I use an ad blocker configured to reject and hide all such banners, like a sane person.
8.
▲
by
aleqs
14d ago
Direct codex and Claude are both down for me. Both work via AWS bedrock.
9.
▲
by
aleqs
27d ago
Kind of sideways rant about tiling window managers on Marcos in general.. I mostly use Linux + dwm as my daily driver, recently added a mac into the mix (mostly for testing personal cross-platform stuff, I use macs for work mostly), and not
10.
▲
by
aleqs
28d ago
Cool project, what is your marketplace you are referring to if not a secret? Also the pricing is not very clear - you mention your costs went down to $6, but the first paid tier is $99/month ?
11.
▲
by
aleqs
28d ago
> The user could log into his personal OpenRouter account, authorize your application, and optionally set a budget, all in something like a Stripe payment screen. Like standard oauth? https://openrouter.ai/docs/guide
12.
▲
by
aleqs
28d ago
They grill their engineers for the mistakes of their incompetent leadership, that's true.
13.
▲
by
aleqs
28d ago
You're just describing what OpenRouter already does?
14.
▲
by
aleqs
28d ago
Open router supports per-request usage metering, as well as per-key. Building user-level metering from this is trivial, and there are many implementations of this out there. Supporting per-user first-class is trivial considering Open router
15.
▲
by
aleqs
28d ago
Not the same at all.
16.
▲
by
aleqs
28d ago
That's what OpenRouter already does, so the Stripe value add here is still unclear
17.
▲
by
aleqs
28d ago
In what way is Stripe a 'high-velocity environment' ?
18.
▲
by
aleqs
28d ago
I don't get the 'transaction fee reduction' arguments. Yeah they can reduce the fee, which in turn reduces profit margin... any other product/service in a similar position can do the same... it's not some sort of fr
19.
▲
by
aleqs
28d ago
Every token/llm provider already has usage metering...so not sure what exactly you're imagining stripe adds here
20.
▲
by
aleqs
29d ago
Reddit is like 98% bots and 2% mods at this point
21.
▲
by
aleqs
1mo ago
Your love/adoration of Stripe and Patrick seems irrational. Yeah Stripe built a decent payments API, but nothing particularly innovative or ground breaking. In recent times it's become pretty clear that they are aggressively shift
22.
▲
by
aleqs
1mo ago
> Stripe is one of the best API companies in the world. They know how to serve high volumes of latency and availability sensitive requests. Do you have any numbers to back that up?
23.
▲
by
aleqs
1mo ago
I have no idea if LLMs will develop into AGI, but they can definitely query a database of facts.
24.
▲
by
aleqs
1mo ago
Don't worry, they'll figure out how to steal maximum money, datacenters or no datacenters.
25.
▲
by
aleqs
1mo ago
Very interesting project! I haven't fully read through yet - does it deploy to existing resources/infra, or does it handle resource/compute provisioning as well? How are you handling keys/creds? Do you have any real user
26.
▲
by
aleqs
1mo ago
Yeah that's a good point, thank you. I should think about how to distribute/make it available via language-specific packages/tools.
27.
▲
by
aleqs
1mo ago
I've been working on a general repository linter. The idea is to declaratively define a set of rules/conventions for your repo, (for things that language-specific linters don't cover), covering things from directory structure
28.
▲
by
aleqs
1mo ago
This is for both manual/human and agentic codebases. Many/most repos already have conventions/rules which are somewhat implicit and only enforced manually via code reviews. In repos that heavily use agents/AI I feel that
29.
▲
by
aleqs
1mo ago
Author here, 'the shape of a repository' refers to the structure/organization of files/directories, file naming conventions, unicode conventions (do not allow invisible Unicode for example), making sure build artifacts a
30.
▲
Linting the Shape of a Repository
(alint.org)
1 points
by
aleqs
1mo ago
|
3 comments
More ›