Readit News logoReadit News
a-ungurianu commented on Create a Custom Interactive dashboard using SVG   0xmm.in/posts/custom_dash... · Posted by u/pkt0x53
a-ungurianu · 5 months ago
In interesting implementation of this is the Grafana Flow plugin: https://grafana.com/grafana/plugins/andrewbmchugh-flow-panel...

This lets you do pretty much the same thing in the post above, but have the colors tied to Grafana metrics. It's been great to make very intuitive dashboards, especially building dependency graphs and annotating them with live data.

a-ungurianu commented on Writing your own CUPS printer driver in 100 lines of Python (2018)   behind.pretix.eu/2018/01/... · Posted by u/todsacerdoti
whycome · 10 months ago
Is there an LLM specifically for this use case scenario?
a-ungurianu · 10 months ago
I’m not clear what you’re asking with this question.

Do you mean a LLM to write printer drivers? For that I think any of the coding LLMs should be able to help

Or do you mean using an LLM to do the raster -> FGL format translation? While I’m sure it might be possible, feels like an awful waste of resources, and when it comes to printers, you kinda want the guarantee that what comes out is the same that comes in.

a-ungurianu commented on Show HN: Visual flow-based programming for Erlang, inspired by Node-RED   github.com/gorenje/erlang... · Posted by u/Towaway69
Arch-TK · 10 months ago
I saw Node-RED recently, and now this. While I think these are cool (and I would rather Erlang than NodeJS), is there some code based system for these kinds of things?

I know I can just write code, but I mean a DSL or some library specifically oriented around solving exactly these kinds of event driven sequencing/action problems.

a-ungurianu · 10 months ago
Wouldn’t all the ReativeX libraries (e.g. RxJS) count?

Is there any specific features you’d be looking for?

a-ungurianu commented on Show HN: In-Browser Graph RAG with Kuzu-WASM and WebLLM   blog.kuzudb.com/post/kuzu... · Posted by u/sdht0
nsonha · a year ago
Could someone please explain in-browser inference to me? So in the context of OpenAI usage (WebLLM github), this means I will send binary to OpenAI instead of text? And it will lower the cost and run faster?
a-ungurianu · a year ago
Not exactly. If you refer to the following line:

> Full OpenAI Compatibility

> WebLLM is designed to be fully compatible with OpenAI API.

It means that WebLLM exposes an API that is identical in behaviour with the OpenAI one, so any tools that build against that API could also build against WebLLM and it will still work.

WebLLM by the looks of it runs the inference purely in the browser. None of your data leaves your browser.

WebLLM does need to get a model from somewhere, with the demo linked here getting Llama3.1 Instruct 8B model{1}.

1: https://huggingface.co/mlc-ai/Llama-3.1-8B-Instruct-q4f32_1-...

a-ungurianu commented on Show HN: Void, an open-source Cursor/GitHub Copilot alternative   github.com/voideditor/voi... · Posted by u/andrewpareles
a-ungurianu · a year ago
I’d love a good summary on why Cursor, Void (and I assume other tools) decided to build new editors instead of just extending the incumbents (VSCode extension, Jetbrains plugins).

Is there a technical limitation of the extension APIs or is it easier to “market” a new editor than an editor extension?

While adoption for individuals and small companies might be easy, a lot of bigger places already have other integrations with existing IDEs and displacing those for yet another IDE will be a hard ask

a-ungurianu commented on Hacker confirms access through infostealer infection [withdrawn]   hudsonrock.com/blog/snowf... · Posted by u/zbangrec
a-ungurianu · 2 years ago
They seem to have unpublished the article, but it’s still available on the Wayback machine: https://web.archive.org/web/20240531140540/https://www.hudso...
a-ungurianu commented on Game of Life, simulating itself, infinitely zoomable   oimo.io/works/life/... · Posted by u/surprisetalk
a-ungurianu · 2 years ago
This is awesome and very mesmerising.

Is the ability to do this tied to the fact that Game of Life is Turing-complete, or is there a weaker/stronger property that allows for this?

Also, does this count as a “quine”?

a-ungurianu commented on Internet Sacred Text Archive   sacred-texts.com/... · Posted by u/Woods369
a-ungurianu · 2 years ago
Wonder how hard would it be to convert all the public domain texts to Standard Ebooks. I know there’s already ebooks of most of these texts, but having them all together in a standard form would be nice.

u/a-ungurianu

KarmaCake day65March 26, 2017View Original