Readit News logoReadit News
112233 commented on Beyond Meat is headed to Chapter 11 bankruptcy   thestreet.com/restaurants... · Posted by u/geox
EGreg · 15 days ago
As a meat eater I can tell you that for me I just need to feel something substantial and somewhat large I can bite into and that doesnt give way right away. Something seared on a flame. Maybe a nice savory flavor too.

So for example biting into celery or bread with a crust gives that feeling. Whereas salads and rice, small beans etc. lack these elements. It’s just some mushy mass of small things going into your mouth, you don’t get to really use your teeth much at all.

So it’s not really the burger aspect at all for me. As a chef I could probably whip up a lot of vegetarian options that scratch that itch for carnivorous humans.

112233 · 15 days ago
I think I understand what you mean. I.e. https://en.m.wikipedia.org/wiki/Ajapsandali for me is a very "meaty" dish despite having none, while "pirates" kids' pork sausage from Lidl is not "meaty", despite being almost meat-only.
112233 commented on OpenAI bringing back GPT-4o to ChatGPT Plus users   old.reddit.com/r/ChatGPT/... · Posted by u/rob
nullc · 17 days ago
> incredibly plausible thus very difficult to spot and they believe their own lies completely and confidently.

Good liars believe themselves generally. I've long thought that this is why professional liars are so frequently victims of cons-- their ability to _believe_ is both what makes them effective liars but it also is what makes them vulnerable to other people's lies.

The LLM has an easier time being plausible than most liars in that it doesn't have any other coherent goal than plausibility. It doesn't want to make money, convince you to sleep with it, glorify its own worth. It just produces plausible output. When it's wrong it usually errors in the direction of being more plausible than the truth.

> What I missed was that so many people would use LLMs for things which aren't easily or immediately falsified.

Bingo.

Personally, I was also completely blindsided by the fact that many people like the glazing. I find it utterly repulsive even at the lower levels put out by OpenAI's commercial competitors -- so much so that I'm failing to use these tools even where they make sense. I'm not surprised that other people feel more neutral about it, but it seems inconceivable to me that anyone likes it. But clearly many do.

112233 · 17 days ago
Same. I'm avoiding using "I" and "you" with LLMs as a rule, and am triggered into discarding anything that breaks passive voice.

It is frustrating and a bit fun, something like "a guide for buying X featuring Bob" instead of "tell me how can i buy X"

112233 commented on An LLM does not need to understand MCP   hackteam.io/blog/your-llm... · Posted by u/gethackteam
diggan · 19 days ago
> Can you elaborate on how the agents degrades from more tools?

The more context you have in the requests, the worse the performance, I think this is pretty widely established at this point. For best accuracy, you need to constantly prune the context, or just begin from the beginning.

So with that, each tool you make available to the LLM for tool calling, requires you to actually put the definition (arguments, what it's used for, the name and so on) into the context.

So if you have 3 tools available, which are all relevant to the current prompt, you'd get better responses, compared to if you had 100 tools available, where only 3 are relevant, and the rest of the definitions are just filling the context for little point.

TLDR: context grows with each tool definition, more context == worse inference, so less tool definitions == better responses.

112233 · 19 days ago
Are there any easy to use inference frontends that support rewriting/pruning the context? Also, ideally, masking out chunks of kv-cache (e.g. old think blocks)?

Because I cannot find anything short of writing custom fork/app on top of hf transformers or llama.cpp

112233 commented on Cube: Packing a 5x5x5 cube with Y-pentominoes   kociemba.org/themen/125pu... · Posted by u/andsoitis
112233 · 22 days ago
Is it possible to distort the y pentamino shape in a way that prevents those 3 swappy configurations?
112233 commented on Someone made a 128k line PR to OpenCut   github.com/OpenCut-app/Op... · Posted by u/agtestdvn
cr125rider · a month ago
Ah if you can’t easily detect it, wouldn’t that mean it passes muster?
112233 · a month ago
That's like saying if you could not tell the person calling you was a scammer and lost money, then the call passes muster.

As long as the person submitting PR has put in the effort to ensure it is of high quality, it should not matter what tool they used, right?

Well, overwhelming majority vibies seem not to. Welcome to "block all chinese and russian IPs" era, open source AI edition.

112233 commented on The Tabs vs. Spaces war is over, and spaces have emerged victorious   xn--gckvb8fzb.com/tabs-vs... · Posted by u/ChiptuneIsCool
chrisweekly · a month ago
The choice isn't (tabs) vs (spaces).

It's (tabs && spaces) vs (spaces).

In the real world, there will always be spaces, whether used for indentation or not. Using tabs for indentation inevitably leads to a mix of both - which is, objectively, worse for maintenance and consistency.

112233 · a month ago
Not to mention that space is a normal printable character, while tab is a control character, like carriage return. Control characters have very well defined meaning, that is very different in different contexts.

As an example, and I hope this is not a new information for most, in many text terminals it does not mean "advance forward to a multiple-of-8 position", it means "advance forward to next tab stop", and you can arbitrarily set those (e.g. HTS/TSC on vt220)

If tabs or spaces are mandated at editor level, how are you editing Makefile or TSV files?

I really do not understand anyone, who is against having support for any possible indentation, controlled by the user as is necessary for each use case.

112233 commented on Inspect ANSI control codes and escape sequences   ansi.tools... · Posted by u/webpro
webpro · a month ago
Got to start somewhere! Didn't see many examples to get inspired by either. Here's the full table: https://ansi.tools/lookup. This is my initial take on it. Please bring in the corneriest cases! It's open source so bug reports, RFCs and pull requests are most welcome.
112233 · a month ago
This thing is made out of corner cases: https://www.invisible-island.net/vttest/

I am sure capturing it's output will provide endless source of amusement and despair.

There are sequences from real terminal (e.g. stuff documented at vt100.net), sequences from ECMA 48 and friends (most of it likely never implemented), and de-facto behaviour of different software. Infamous examples being original windows terminal, rxvt (ugh), linux co nsole, emacs terminal.

Most vexing behaviour is background fill on newline, incorrect characters in terminal reports, broken scroll region, inability to write in bottom-right position etc.

This project looks fun! But it leads to endless narrow abandoned places. Hopefully you will enjoy the experience!

112233 commented on Inspect ANSI control codes and escape sequences   ansi.tools... · Posted by u/webpro
112233 · a month ago
"\u001b[0m — reset" ... what? Why SGR is not called by name, while, e.g. CUU is? strange... According to which terminal or standard it interperts sequences?

Is this tool really helpful? It does look nice! But it does not help with the corneriest cases that would benefit from such tool the most.

112233 commented on Hijacking Trust? Bitvise Under Fire for Controlling Domain of FOSS Project PuTTY   blog.pupred.com/blog/putt... · Posted by u/ColinWright
mrweasel · a month ago
No one said bad. Putty is awesome, it's just always funny when the best program on Linux is a Windows program running in Wine.

I didn't consider serial ports, only SSH, in that case I actually do struggle to suggest something better.

As for terminals, I don't know, I just run Xterm.

112233 · a month ago
xterm is actually great, if you know to invoke and use the exotic control UI. That software is ancient.

Using putty's plink/pscp/pftp commandline tools are refreshingly straightforward and also have merit, at least as a way of not dealing with OpenSSH maintainer tantrums (each release inventing wonderful ways to break your setup or confuse you for no good reason).

It is all around small solid piece of software (like his puzzle collection), that is a magnet for all sorts of crooks that try to distribute their "spiked" versions, or try to charge for it...

I am amazed it has not gone the way of libtomcrypt yet.

112233 commented on MARS.EXE → COM (2021)   chaos.if.uj.edu.pl/~wojte... · Posted by u/reconnecting
skrebbel · a month ago
The explanation is a great read. It reminds me of Unc's amazing explanation of how they did "cdak", possibly one of the best 4k demos ever made:

https://web.archive.org/web/20150112121832/https://www.pouet...

(for completeness, cdak pouet/download page: https://www.pouet.net/prod.php?which=55758 - youtube capture: https://www.youtube.com/watch?v=RCh3Q08HMfs)

112233 · a month ago
yay, another person with a bookmark to webarchive copy of that thread. dune's (Lassi Nikko) post about the making of the music for cdak was equally metal, if a bit too short.

u/112233

KarmaCake day805September 29, 2015View Original