Readit News logoReadit News
jas8425 commented on Ghostty – Terminal Emulator   ghostty.org/docs... · Posted by u/oli5679
Trufa · 12 days ago
Do you think there's entry barrier, even if pride based or psychological, to the fact that libghostty is called so rather that something more generic?

Let's say I'm the creator of Alacritty, would I have more problems adding libghostty than it's generically named identical counterpart libtermengine?

jas8425 · 12 days ago
As an outsider to the fascinating world of terminal emulators... can you explain why this might be? Rather, what about `libghostty` would be off-putting vs `libtermengine`?

Just that it's a specific "product"-y sounding name? Would you also be concerned about "libwayland" vs "libcompositor"? Genuinely curious: this seems like an insightful question, I just don't follow the reasoning.

jas8425 commented on Parametric CAD in Rust   campedersen.com/vcad... · Posted by u/ecto
jas8425 · a month ago
Is anyone else put off by the AI-sounding text? Two things that give it away for me are the excessive use of punctuation-emphasized sentence fragments ex:

> No clicking. No undo. Just recompile.

> That's our mascot. Entirely CSG.

> No garbage collection pauses. No floating point surprises from a scripting layer.

And worst of all, the dreaded "and/but honestly":

> But honestly, the main reason is the toolchain.

Am I misreading things?

jas8425 commented on Just How Many More Successful UBI Trials Do We Need?   medium.com/the-no%C3%B6sp... · Posted by u/rbanffy
codersfocus · 9 months ago
UBI is the wrong approach.

Once CBDCs become a thing, citizens should have the ability to have direct credit relationships with the central bank.

We can then transition from a cash based monetary system to an accrual based one (similar to how businesses do their accounting.)

Public benefits, then, rather than being given out like it is currently (e.g. you get $200 for food stamps) will instead be based on allowing you to draw credit.

So, the eGovCreditCard would for example always allow any citizen to draw $200 per month for food expenses.

Potentially, if we want to do more generous policies a la "UBI," we could add e.g. $1000 always being allowed per month for rent.

Health care similarly, instead of if the archaic and very inefficient system we have now where those on the dole often go to emergency rooms, money is funneled through "insurance", etc... would allow you to draw money for regular doctor care. Maybe at a set maxiumim limit per citizen, e.g. $1M.

jas8425 · 9 months ago
So you're saying that instead of receiving $200/month worth of food, poor citizens should go into debt to the central bank by $200 every month? How would that be a better approach? Personal debt is already a huge burden, this seems predatory.
jas8425 commented on Embeddings are underrated (2024)   technicalwriting.dev/ml/e... · Posted by u/jxmorris12
kaycebasques · 10 months ago
Follow-up question based on your semantic algebra idea. If you can start with an embedding and generate semantically similar text, does that mean that "length of text" is also one of the properties that embeddings capture?
jas8425 · 10 months ago
I'm 95% sure that it does not, at least as far as the the essence of any arbitrary concept does or doesn't relate to the "length of text". Theoretically you should just as easily be able to add or subtract embeddings from a book as a tweet, though of course the former would require more computation than the latter.
jas8425 commented on Embeddings are underrated (2024)   technicalwriting.dev/ml/e... · Posted by u/jxmorris12
jas8425 · 10 months ago
If embeddings are roughly the equivalent of a hash at least insofar as they transform a large input into some kind of "content-addressed distillation" (ignoring the major difference that a hash is opaque whereas an embedding has intrinsic meaning), has there been any research done on "cracking" them? That is, starting from an embedding and working backwards to generate a piece of text that is semantically close by?

I could imagine an LLM inference pipeline where the next token ranking includes its similarity to the target embedding, or perhaps instead the change in direction towards/away from the desired embedding that adding it would introduce.

Put another way, the author gives the example:

> embedding("king") - embedding("man") + embedding("woman") ≈ embedding("queen")

What if you could do that but for whole bodies of text?

I'm imagining being able to do "semantic algebra" with whole paragraphs/articles/books. Instead of just prompting an LLM to "adjust the tone to be more friendly", you could have the core concept of "friendly" (or some more nuanced variant thereof) and "add" it to your existing text, etc.

jas8425 commented on Electric Dump Truck Produces More Energy Than It Uses   hackaday.com/2019/08/22/e... · Posted by u/bookstore-romeo
jas8425 · 2 years ago
This poses an interesting question: how to get rid of that energy? Once the battery is full, you'd need a pretty substantial resistor bank to dissipate all of that excess energy. I wonder if they intentionally start the day at a low state of charge and end fully charged? The idea of a "reverse charger" to discharge the battery into the grid every night would be hilarious and not entirely unfeasible.
jas8425 commented on Usenet Archive (1981 – 1991)   usenet.trashworldnews.com... · Posted by u/hggh
jas8425 · 3 years ago
Clicking through at random and found this post asking for support for protesters in "Tian-An-Men Square": https://usenet.trashworldnews.com/?thread=789653
jas8425 commented on Show HN: Harmonized Data Platform    · Posted by u/BBx36
jas8425 · 3 years ago
> how to turn data into a commodity

This is an interesting problem both for public datasets like the ones you're showing, and for internal datasets created and exposed by teams within an org. There are a lot of moving pieces to consider over and above the basics of getting data into and out of systems:

* How do you communicate the data schema in a way that provides both strong guarantees (data you see WILL match the advertised schema), while still being adaptable to change and unexpected circumstances (schemas WILL change)

* How do you deal with transformations/data cleanup in a non-hacky way? Then how do you scale them?

* How do you deal with data ownership? What if one data product consumes another in a nontrivial way -- who owns what?

I'm working on a team building a product to solve these problems! We recently opened beta signups so if you're interested, check us out: https://www.estuary.dev/

I'm happy to answer any questions :)

u/jas8425

KarmaCake day17May 26, 2020View Original