Readit News logoReadit News
lyjackal commented on SQLite's documentation about its durability properties is unclear   agwa.name/blog/post/sqlit... · Posted by u/ciconia
3eb7988a1663 · 6 months ago
It is the weekend. Most people use this site to avoid doing work.

Edit: whoops, it is Friday! Gave myself a long weekend, and was just default thinking it is Saturday.

lyjackal · 6 months ago
it's Friday, and I'm avoiding doing work
lyjackal commented on Workflows 1.0: A Lightweight Framework for Agentic systems   llamaindex.ai/blog/announ... · Posted by u/cheesyFishes
lyjackal · 8 months ago
I notice that the python versions and typescript versions are pretty different. Python is sort of class based, with python magic decorators

    class MyWorkflow(Workflow):
        @step
        async def start(self, ctx: Context, ev: StartEvent) -> MyEvent:
            num_runs = await ctx.get("num_runs", default=0)
whereas TS is sort of builder/function based

    import { createWorkflow } from "@llamaindex/workflow-core";
    
    const convertEvent = workflowEvent();
    
    const workflow = createWorkflow();
    
    workflow.handle([startEvent], (start) => {
      return convertEvent.with(Number.parseInt(start.data, 10));

Is there reason for this? });

lyjackal commented on MCP Specification – version 2025-06-18 changes   modelcontextprotocol.io/s... · Posted by u/owebmaster
TOMDM · 9 months ago
Maybe the Key Changes page would be a better link if we're concerned with a specific version?

https://modelcontextprotocol.io/specification/2025-06-18/cha...

lyjackal · 9 months ago
Agree, thanks for the link. I was wondering what actually changed. The resource links and elicitation look like useful functionality.
lyjackal commented on Reverse Engineering Cursor's LLM Client   tensorzero.com/blog/rever... · Posted by u/paulwarren
lyjackal · 9 months ago
I've been curious to see the process for selecting relevant context from a long conversation. has anyone reverse engineered what that looks like? how is the conversion history pruned, and how is the latest state of a file represented?
lyjackal commented on Python Tooling at Scale: LlamaIndex’s Monorepo Overhaul   llamaindex.ai/blog/python... · Posted by u/cheesyFish
lyjackal · 10 months ago
I recently did something similar. Using uv workspaces, I used the uv CLI's dependency graph to analyze the dependency tree then conditionally trigger CI workflows for affected projects. I wish there was a better way to access the uv dependency worktree other than parsing the `tree` like output
lyjackal commented on Show HN: Juvio – UV Kernel for Jupyter   github.com/OKUA1/juvio... · Posted by u/okost1
okost1 · 10 months ago
Hi. I appreciate your feedback. Basically, juvio stores all of the project requirements (versions of the packages and of the python interpreter) directly within the notebook itself using the PEP 723 spec. Then, when you open the notebook, a new ephemeral environment is created on the fly with all of the required dependencies. Therefore, you don't have to maintain a separate e.g. requirements.txt/conda.yaml/uv.lock file.
lyjackal · 10 months ago
This is cool and something that I’ve wanted, but I don’t see hot listings requirements inline foregoes the need for a lock file to maintain reproducibility. What about version ranges? Versions of transitive dependencies?
lyjackal commented on Scraperr – A Self Hosted Webscraper   github.com/jaypyles/Scrap... · Posted by u/jpyles
tengbretson · 10 months ago
Anyone have any experience webscraping from a Starlink IP? My assumption is you could stay under the radar due to cg nat, but it's not exactly something I want to be the first to find out about.
lyjackal · 10 months ago
Mobile 4g USB sticks you can usually rotate your IP address by reconnecting. I tried on a pi, it was inconsistent. This was just with some random test mobile plan from rando carrier renting off Verizon I think
lyjackal commented on Ask HN: What are you working on? (April 2025)    · Posted by u/david927
pompidoo · 10 months ago
https://undetectag.com I developed a device that turns an Airtag on and off at specific intervals. Current Airtags are detectable right away and cannot be used to track stolen property. That device allows you to hide an Airtag in your car, for example, and someone that steals your car will not be able to use some app to detect it. The Airtag will also not warn the thief of its presence. After some hours, the Airtag turns on again and you can find out its location. It’s not foolproof, as the timing has to be right, but still useful.
lyjackal · 10 months ago
An idea for more complete coverage: have 2 of them, and invert their intervals, such that one and only one is always on
lyjackal commented on Should We Respect LLMs? A Study on Influence of Prompt Politeness on Performance   arxiv.org/abs/2402.14531... · Posted by u/rbanffy
esafak · a year ago
That is not true; first he says it's "tens of millions of dollars well spent," followed by "you never know". I don't think he knows.
lyjackal · a year ago
I’ve wondered whether they use thanks as a signal to a conversation well done, for the purpose of future reinforcement learning
lyjackal commented on Adobe deletes Bluesky posts after backlash   petapixel.com/2025/04/10/... · Posted by u/bookofjoe
jghn · a year ago
I don't understand why people struggle with either site. Follow only people you want to see. Both sites allow you to only see posts from those accounts. Problem solved.
lyjackal · a year ago
It's more the content creators who bear the brunt of toxic rage. Who you follow doesn't solve that problem

u/lyjackal

KarmaCake day213October 24, 2015View Original