HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bjconlan

131 karmajoined 14 ปีที่แล้ว

comments

bjconlan
·เมื่อวาน·discuss
Wow thanks for pointing this out! This is actually what I was hoping would happen when the deepspec stuff dropped! And having zlab create these confirms my bias that I think open models are the way.
bjconlan
·4 วันที่ผ่านมา·discuss
Yeah I'm with you, this feels like a case for assertions & not a new core feature. Perhaps I'm missing something because it was promoted by Michael Fogus and has been ratified by those who would know (Alex I'm assuming). To me it doesn't pass the test of necessity as something needed at the core but at least it feels somewhat ideomatic.
bjconlan
·5 วันที่ผ่านมา·discuss
This is a pretty harsh critique, while I see the agent related markdown the application seems measured and well applied. Hardly seems like slop; it's might be a one man show+ai agent but the direction and project composition feel like it's something that's logical and manageable.

I personally like the idea even as a p.o.c (inline with bellards work). I'd like to see how nostr & cloudflare workers providing out of band ops on what is effectively a container per tab.
bjconlan
·2 เดือนที่ผ่านมา·discuss
If you're looking to use this with the community edition I would recommend reading through https://dataintellect.com/blog/running-torq-with-kdb-x-commu... as they outline some of the factors that need consideration.

I really do love what kdb is doing but I think maybe they lost too much momentum (and confidence) when back flipping on previous agreements for the community editions. (Which I don't think they will again with the kdb-x releases as they have a good balance this time) It would have been nice to see torqx just work (tm)
bjconlan
·2 เดือนที่ผ่านมา·discuss
Redacting "I noticed that a kernel level impl is only 9000 loc (shallow dive https://lwn.net/Articles/1029851/). As it doesn't fully implement the feature set.

Also I noticed that Plan 9's IL protocol (avoids head of line because the type of messaging it's used for) another point pointed out in the x comments.

I wonder if he's focusing on consumer distributed AI inference (due to quic being browser supported) or maybe just a comment on the protocol in general.
bjconlan
·2 เดือนที่ผ่านมา·discuss
This is great! I feel the same way about the deepseek v4 architecture for commodity hardware.

Also have enjoyed playing with https://huggingface.co/HuggingFaceTB/nanowhale-100m-base (but early days for me understanding this space)
bjconlan
·2 เดือนที่ผ่านมา·discuss
This is the kind of clojure port that I always was looking for. Mostly because I thought go's core library and channels abstractions hits a simpler/nicer base API which would with the core & async apis (not to mention scratches my big beautiful binary itch)

Thanks for your work will definitely check it out again once I get over renewed love for cpp (26)

Edit how did glojure go under my radar also a great project from the looks
bjconlan
·3 เดือนที่ผ่านมา·discuss
Ah this reminds me of my favorite stack which I never got to actually work with; luvit.io (libuv with luajit; both hot items at the time).

I hope this becomes a thing, typing in lua might make it easier to scale for teams (which I think is always an issue with dynamic language)

I really should check up on what Mr Caswell is up to. He was quite inspiring with both his diy home improvements as well as activity in the development space.
bjconlan
·3 เดือนที่ผ่านมา·discuss
While I haven't read all the posts here I was wondering if anyone also noticed a 10% usage before their most recent weeks usage even started? (Specifically over 2026-03-27/28) I was seeing weird service outages over this time too. I suspect they're not being 100% truthful with how they are recording usage (feels like they had an agent run a backfill approximation). So they blur it with weekends rates etc.

Anyways I don't have the knowledge as to how to audit this (claud pro) to confirm what feels like an onboard at any cost business behavior.

Is anyone currently auditing through openrouter/litellm and seeing any poor correlation to the session/weekly limit?
bjconlan
·4 เดือนที่ผ่านมา·discuss
Sorry, I did compose it from my phone and wasn't clear. I realize the article talks to the Maven tooling I was talking to it's data aggregation and modeling suite more generally. (And obviously would have been used as part of the Iranian engagement. The "if at all" statement was meant to be "tongue in cheek" given the current mess being reported)
bjconlan
·4 เดือนที่ผ่านมา·discuss
I'm curious as to how Palantir has been used during the war or Iran (if at all or does it suffer from subjective bias). I know there were larger movements at play on a political level here but I'm becoming concerned about how much one "thought group" (in private corps) is having on the world's largest war machine. might be dulling critical thinking.
bjconlan
·4 เดือนที่ผ่านมา·discuss
Token usage and agent usage optimisation?

It seems like a real problem for me. Probably because I'm not overly inspired to pay for a Claude x5 subscription and really hate the session restrictions (esp when weekly expend at the end of the week can't be utilized due to session restrictions) on a standard pro model. Most of my tasks are basically using superpowers and I find I get about 30-90m of usage per session before I run out of tokens (resets about every 4 hours after which I generally don't get back to until the next day (my weekly usage is about 50% so lots of wastage due to bad scheduling). A tool like this could add better afk like agent interoperability through batching etc as a one tool fits all like scenario.

If this gets its foot in the door/market-share there is plenty of runway here for adding more optimized agent utilization and adding value for users.
bjconlan
·5 เดือนที่ผ่านมา·discuss
I used to work for a human that did this (sits mostly on the classical therapeutics side). He actually started a business where he was reviewing and auditing the submission processes outlining approvals but he had been around the game enough to know where the next submission would put them in the approvals process for a number of agencies.

https://maestrodatabase.com/

Looks like he's still on top of everything given the most recent blog post is from 6/2/2026.

I believe the insights here could be useful given he has sense of when the penultimate submission has occured (but I'm not entirely sure what that is on a % basis nor as a basis for if the stock of the company reacts)
bjconlan
·8 เดือนที่ผ่านมา·discuss
Yeah, but it's specifically testing things that implement against a posix API (because generally that's what "native" apis do (omiting libc and other os specific foundation libraries that are pulled in at runtime or otherwise) I would suspect that if the applications that linked against some wasi like runtime it might be a better metric (native wasi as a lib/vs a was runtime that also links) mind you that still wouldn't help the browser runtime... But would be a better metric for wasm (to native) performance comaparison.

But as already mentioned we have gone through this all before. Maybe we'll see wasm bytecodes pushed through silicon like we did the Jvm... Although perhaps this time it might stick or move up into server hardware (which might have happened, but I only recall embedded devices supporting hardware level Jvm bytecodes).

In short the web browser bit is omitted from the title.
bjconlan
·9 เดือนที่ผ่านมา·discuss
Or toit, which unsurprisingly has Lars Bak involved. A man with history touching all self, Jvm and v8 codebases.

I wouldn't be surprised if toit primaries, Kasper or Florian also have experience in these technological intersections.
bjconlan
·10 เดือนที่ผ่านมา·discuss
Perhaps if a supply chain attack is your largest concern then using some well vetted system like wolfi is more up your alley. (See some of their related repos on GitHub https://github.com/projectbluefin - I've been following the development of it and currently it still under development.)

Again "vetting" is a source of contention here as I'm not sure how the quality of official rpm sources compare to those outlined in an sbom
bjconlan
·ปีที่แล้ว·discuss
I must say this is amazing. The psychology and manipulation makes me realize how poor I am regarding trust even when the other side is pushing for some unconfirmed equilibrium.

In the game I acknowledge that I was aligned to the "Simpleton" strategy (before it was outlined). Looks like simpleton might actually be applicable in a more general sense too which is a little disheartening.