HackerLangs
TopNewTrendsCommentsPastAskShowJobs

mrbnprck

7 karmajoined 9개월 전

Submissions

Show HN: What if your personal website was ChatGPT?

antonlorani.de
1 points·by mrbnprck·4일 전·8 comments

Non-Sendable Core, Sendable Shell

whypeople.xyz
1 points·by mrbnprck·4개월 전·0 comments

Catalogue of Life

catalogueoflife.org
3 points·by mrbnprck·5개월 전·0 comments

Non-Sendable First Design

massicotte.org
1 points·by mrbnprck·7개월 전·0 comments

Making Up HTTP Status Codes

goblin.codes
2 points·by mrbnprck·7개월 전·0 comments

Chrono-Compatible Low-Level Date Algorithms

howardhinnant.github.io
1 points·by mrbnprck·9개월 전·0 comments

comments

mrbnprck
·17시간 전·discuss
At the same time Apple made remotely hosting a Mac much easier.
mrbnprck
·3일 전·discuss
Looks great, does it also come with a menubar integration?
mrbnprck
·4일 전·discuss
Fixed :) Turned out to be a race condition where the groq inference task completed before the sse client could subscribe to that inference, and internally the sse connection couldn't be used to fetch already completed inferences.
mrbnprck
·4일 전·discuss
lol
mrbnprck
·4일 전·discuss
sad
mrbnprck
·4일 전·discuss
You can check https://antonlorani.de for the actual homepage, which design-wise isn't as much simplified.
mrbnprck
·4일 전·discuss
Thanks for trying out!

I haven't caught that back button bug yet, thanks for letting me know.

The search engines/crawler aspect is just a personal preference, less a "nice side effect". The chat interface happens to fit that preference better.
mrbnprck
·7일 전·discuss
Documents are processed as tokens as well, unless its bitmap is ocr'd.

Images tho are natively compatible with Multi-Modal LLMs, so theres no image->text translation layer in between. It's that the unit of cost is different (e.g. "visual token" vs text token)
mrbnprck
·16일 전·discuss
A notary has a legal duty, and is personally liable in case of failure to fulfill those. But generally that risk of failure is pretty low.
mrbnprck
·2개월 전·discuss
> open-source models with up to 120 billion parameters

Sad, 120b models are definetely feasible to self-host. I'd be more interested in cloud providers (especially one with computational resources like the Schwartz group) hosting the larger 500B+ models. Probably just too expensive/unsustainable if one could 5x fold the cost by serving smaller models solving the needs of the 90% customer.
mrbnprck
·2개월 전·discuss
Its still posssible to run any LLM in a loop and optimize for LoC while preserving the wanted outcome.
mrbnprck
·2개월 전·discuss
Could it be that slop PRs are less frequently rejected/commented due to (unfortunate) increased acceptance of it? As it turns out when maxxing AI on leaf parts of a program, the quality of the code doesn't matter that much anymore when compared to building the fundament.
mrbnprck
·3개월 전·discuss
Arguably its only a matter of making lsp features available to the coding agent via tool calls (CLI, MCP) to prevent the model start doing such changes "manually" but rather use the deterministic tools.
mrbnprck
·3개월 전·discuss
Age, possibly. Ternus has 6 more years until retirement than Federighi.
mrbnprck
·7개월 전·discuss
Very true. ASN.1 is mostly not a great fit, yet has been the choice for everything to do with certificates and telecommunication protocols (even the newer ones like 5G for things like RRC AND NGAP) Mostly for bit-level support and especially long-term stability. * and looking back in time ASN.1 has definetly proven its LTS.

actually never heard of thrift until today, thanks for the insight :)
mrbnprck
·7개월 전·discuss
I remnber that ASN.1 does sth similar. You'd give a ASN.1 notation to a language generator (aka producing C) and not have to worry about parsing the actual structure anymore!