🏡


to read (pdf)

  1. Letting AI Actively Manage Its Own Context | 明天的乌云
  2. Garden Offices for Sale UK - Portable Space
  3. Cord: Coordinating Trees of AI Agents | June Kim
  4. Style tips for less experienced developers coding with AI · honnibal.dev
  5. Haskell for all: Beyond agentic coding

  1. March 10, 2026
    1. 🔗 MetaBrainz He’s the man who made music metadata “free” rss

      Thank you to Giampiero Di Carlo, the editor of Rockol, who gave us permission to repost this article. Originally posted in Italian at:https://musicbiz.rockol.it/news-757360/robert-kaye-1970-2026-scomparso-il- fondatore-di-musicbrainz

      The following English translation is courtesy of Google Translate with some manual edits.

      On February 21, 2026, Robert Kaye, founder and Executive Director of the
      MetaBrainz Foundation, the non-profit organization that supports projects like MusicBrainz and ListenBrainz, passed away. The news was announced a few days later by the MetaBrainz Board, described as an unexpected passing. Reposting this remembrance on Rockol MusicBiz late was intentional: we were friends and he deserves the visibility that the particular nature of the past week would have obscured.

      What we lose

      For those who work with music—from archives to platforms, from collectors to DJ software—Kaye is one of those figures who rarely make the front cover, yet change everything: he built the "silent" infrastructure that allows music to be found, sorted, recognized, and correctly linked over time, without this data remaining imprisoned in proprietary databases. Robert Kaye was a visionary of the free/open source community and the driving force behind the "Brainz" ecosystem. His loss is felt not only by those who compile metadata, but by anyone who uses tools based on that information.

      The reaction of the MetaBrainz community, in the official thread, speaks volumes about the human impact beyond the technical one: for many, he wasn't "just" a founder, but a daily presence within a project that thrives on volunteers, discussions and patience.

      Kaye was an engineer by training (Computer Engineering at Cal Poly) and had worked in companies and projects related to MP3 and music software during the dot-com era. At MetaBrainz, they tell it this way: his work on MP3 and his move to eMusic/FreeAmp was the spark that led him to build MusicBrainz and "fall in love" with open source.

      In 2004, he founded the MetaBrainz Foundation in California as a 501(c)(3), with a clear model: free non-commercial use and seeking financial support from commercial entities that benefit from the data and services.

      MusicBrainz and Beyond

      MusicBrainz is often described as an open music encyclopedia: a community database of artists, releases, and relationships that is the backbone for tagging, cataloging, and software integrations. The MetaBrainz ecosystem has since expanded (into ListenBrainz and other projects) but maintained the core idea: making metadata reusable, interoperable, and verifiable by a community. In practice, Robert Kaye's work is visible everywhere without his name appearing: when software correctly recognizes an artist despite homonyms, when an archive links releases and reissues, when a DJ tags a library consistently, when an app displays credits and discographies with fewer errors.

      MetaBrainz has already clarified that the project continues under the guidance of the Board and the existing structure and that updates on the transition will be shared. This is a very delicate transition: when a founder of an infrastructure passes away, the challenge is not just "keeping the servers running," but maintaining the trust of communities and commercial partners who depend on the collective effort.

      A "visible" founder: style, character, community

      Many tributes in recent days have emphasized a detail that is often crucial in open source projects: the founder's personality as the glue. In a personal recollection, Denny Vrandečić describes him as a "principled", "determined", loud and generous figure, capable of both energy and care—a rare combination in someone who must balance vision, inevitable conflicts within a community and sustainability. This isn't folklore: in community projects "governance" also involves tone, presence and the ability to make things happen without shutting down those who contribute. And we're not talking about a niche project here, but a piece of the music internet that many industries take for granted.

      To honor Robert Kaye today, it's crucial to emphasize that his legacy isn't a product but an operationalized idea: that music data can remain a common good, defensible and improvable, rather than becoming merely a closed commodity. And it's an idea that, in 2026, retains a certain weight.

    2. 🔗 Textualize/textual The Paused Released release

      This release should smooth scrolling large documents, particularly for Python < 3.14

      [8.1.0] - 2026-03-10

      Changed

      • Replace circuar references in DOM with weak references to improve GC times #6410
      • When animating an attribute a second time, the original on_complete is now called #6410

      Added

      • Added experimental App.PAUSE_GC_ON_SCROLL_ boolean (disabled by default) #6410
    3. 🔗 r/york Met on a Night out. rss

      This is so dumb but I went out on Friday night (6th) to Bobos bar. I was with a guy and we danced and I met a woman, all I remember is that she may have had green eyes and is 26. I got her a drink and we danced and I am sat here days later feeling like such a fool for not asking for her number.

      So im here desperately posting this with the slightest hope haha.

      My name is Bradley, I have a moustache, soul patch/chin combo. Dark hair.

      Edit: I'm pretty sure she was out with her friend/s it was her friends birthday, I think.

      submitted by /u/KingNexes
      [link] [comments]

    4. 🔗 anthropics/claude-code v2.1.72 release

      What's changed

      • Changed tool search to bypass the third-party proxy gate when the environment variable is set (replaces CLAUDE_CODE_PROXY_SUPPORTS_TOOL_REFERENCE, now removed)
      • Added w key in /copy to write the focused selection directly to a file, bypassing the clipboard (useful over SSH)
      • Added optional description argument to /plan (e.g., /plan fix the auth bug) that enters plan mode and immediately starts
      • Added claude plugins as an alias for claude plugin
      • Added ExitWorktree tool to leave an EnterWorktree session
      • Added CLAUDE_CODE_DISABLE_CRON environment variable to immediately stop scheduled cron jobs mid-session
      • Added lsof, pgrep, tput, ss, fd, and fdfind to the bash auto-approval allowlist, reducing permission prompts for common read-only operations
      • Added support for marketplace git URLs without .git suffix (Azure DevOps, AWS CodeCommit)
      • Restored the model parameter on the Agent tool for per-invocation model overrides
      • Simplified effort levels to low/medium/high (removed max) with new symbols (○ ◐ ●) and a brief notification instead of a persistent icon. Use /effort auto to reset to default
      • Improved /config — Escape now cancels changes, Enter saves and closes, Space toggles settings
      • Improved up-arrow history to show current session's messages first when running multiple concurrent sessions
      • Improved voice input transcription accuracy for repo names and common dev terms (regex, OAuth, JSON)
      • Improved marketplace clone failure messages to show diagnostic info even when git produces no stderr
      • Improved claude plugin validate to explain that marketplace.json source paths are relative to the repo root when rejecting ../ paths
      • Improved bash command parsing by switching to a native module — faster initialization and no memory leak
      • Reduced false-positive bash permission prompts — tree-sitter parsing now handles find -exec, variable assignments, command substitutions, and many other patterns that previously triggered unnecessary prompts. Also fixed tree-sitter not loading in npm-installed versions
      • Reduced bundle size by ~510 KB
      • Changed CLAUDE.md HTML comments (<!-- ... -->) to be hidden from Claude when auto-injected. Comments remain visible when read with the Read tool
      • Fixed slow exits when background tasks or hooks were slow to respond
      • Fixed agent task progress stuck on "Initializing…"
      • Fixed skill hooks firing twice per event when a hooks-enabled skill is invoked by the model
      • Fixed several voice mode issues: occasional input lag, false "No speech detected" errors after releasing push-to-talk, and stale transcripts re-filling the prompt after submission
      • Fixed --continue not resuming from the most recent point after --compact
      • Fixed bash security parsing edge cases
      • Fixed several plugin issues: installation failing on Windows with EEXIST error in OneDrive folders, marketplace blocking user-scope installs when a project-scope install exists, CLAUDE_CODE_PLUGIN_CACHE_DIR creating literal ~ directories, and plugin.json with marketplace-only fields failing to load
      • Fixed feedback survey appearing too frequently in long sessions
      • Fixed --effort CLI flag being reset by unrelated settings writes on startup
      • Fixed backgrounded Ctrl+B queries losing their transcript or corrupting the new conversation after /clear
      • Fixed /clear killing background agent/bash tasks — only foreground tasks are now cleared
      • Fixed worktree isolation issues: Task tool resume not restoring cwd, and background task notifications missing worktreePath and worktreeBranch
      • Fixed /model not displaying results when run while Claude is working
      • Fixed digit keys selecting menu options instead of typing in plan mode permission prompt's text input
      • Fixed sandbox permission issues: certain file write operations incorrectly allowed without prompting, and output redirections to allowlisted directories (like /tmp/claude/) prompting unnecessarily
      • Improved CPU utilization in long sessions
      • Fixed prompt cache invalidation in SDK query() calls, reducing input token costs up to 12x
      • Fixed Escape key becoming unresponsive after cancelling a query
      • Fixed double Ctrl+C not exiting when background agents or tasks are running
      • Fixed team agents to inherit the leader's model
      • Fixed "Always Allow" saving permission rules that never match again
      • Fixed several hooks issues: transcript_path pointing to the wrong directory for resumed/forked sessions, agent prompt being silently deleted from settings.json on every settings write, PostToolUse block reason displaying twice, async hooks not receiving stdin with bash read -r, and validation error message showing an example that fails validation
      • Fixed session crashes in Desktop/SDK when Read returned files containing U+2028/U+2029 characters
      • Fixed terminal title being cleared on exit even when CLAUDE_CODE_DISABLE_TERMINAL_TITLE was set
      • Fixed several permission rule matching issues: wildcard rules not matching commands with heredocs, embedded newlines, or no arguments; sandbox.excludedCommands failing with env var prefixes; "always allow" suggesting overly broad prefixes for nested CLI tools; and deny rules not applying to all command forms
      • Fixed oversized and truncated images from Bash data-URL output
      • Fixed a crash when resuming sessions that contained Bedrock API errors
      • Fixed intermittent "expected boolean, received string" validation errors on Edit, Bash, and Grep tool inputs
      • Fixed multi-line session titles when forking from a conversation whose first message contained newlines
      • Fixed queued messages not showing attached images, and images being lost when pressing ↑ to edit a queued message
      • Fixed parallel tool calls where a failed Read/WebFetch/Glob would cancel its siblings — only Bash errors now cascade
      • VSCode: Fixed scroll speed in integrated terminals not matching native terminals
      • VSCode: Fixed Shift+Enter submitting input instead of inserting a newline for users with older keybindings
      • VSCode: Added effort level indicator on the input border
      • VSCode: Added vscode://anthropic.claude-code/open URI handler to open a new Claude Code tab programmatically, with optional prompt and session query parameters
  2. March 09, 2026
    1. 🔗 r/york Photographers! rss

      Photographers! | Anyone know of photographers who could get this style of photo? Already got some location ideas in mind, thanks! submitted by /u/BravoBaratheon
      [link] [comments]
      ---|---

    2. 🔗 cloudflare/capnweb v0.6.1 release

      Patch Changes

      • #148 189fa79 Thanks @kentonv! - Fixed type overrides for Uint8Array's toBase64 and fromBase64 leaking into capnweb's public interface.
    3. 🔗 obra/superpowers v5.0.0 release

      Release v5.0.0

    4. 🔗 cloudflare/capnweb v0.6.0 release

      Minor Changes

      • #145 5667226 Thanks @kentonv! - When Node's Buffer is available, Cap'n Web will now serialize it the same as Uint8Array, and will deserialize all byte arrays as Buffer by default. Buffer is a subclass of Uint8Array, so this should be compatible while being convenient in Node apps.

      • #142 60be60d Thanks @VastBlast! - Major improvements to type definitions, fixing bugs and making them more accurate.

      Patch Changes

      • #145 5667226 Thanks @kentonv! - Fixed base64 encoding of very large byte arrays on platforms that don't support Uint8Array.toBase64().
    5. 🔗 r/wiesbaden Suche Leute zum Skat spielen rss

      Ich m/26 suche 2-3 Leute zum Skat spielen. Wenn es passt, auch gerne regelmäßig in Kneipen oder zuhause. Bin flexibel was Regeln abgeht: Spiele gerne mit verschied. Kneipenregeln oder auch nach offiziellen Turnierregeln.

      Gibt es eine Gruppe die mich aufnehmen würde oder hat Lust eine neue aufzumachen? Oder kennt jemand Orte wo regelmäßig Skat gespielt wird?

      submitted by /u/itsKoeri
      [link] [comments]

    6. 🔗 r/york For all the talk about reducing car use, it's now pointless catching a U1/U2 bus from the station ... rss

      ... because they randomly swap routes at Merchantgate. Not all of them - you have to ask when you get on if the one you've been waiting for will swap there. If it does and therefore is no use to you from that point, you have to buy a second ticket at Merchantgate, so your journey costs £6 per person and you have the hassle of changing buses. Or, spend the same on an Uber door to door. Make it make sense.

      submitted by /u/Massive-Medicine5413
      [link] [comments]

    7. 🔗 r/LocalLLaMA I am not saying it's Gemma 4, but maybe it's Gemma 4? rss

      I am not saying it's Gemma 4, but maybe it's Gemma 4? | three different tweets combined (today, previous week, year ago) submitted by /u/jacek2023
      [link] [comments]
      ---|---

    8. 🔗 r/reverseengineering Reverse engineering the Logi Options+ agent's IPC protocol to switch Logitech devices between Bluetooth hosts on macOS rss
    9. 🔗 Jeremy Fielding (YouTube) The Most Important Concept In Engineering rss

      If you want to join my community of makers and Tinkers consider getting a YouTube membership 👉 https://www.youtube.com/@JeremyFieldingSr/join

      If you want to chip in a few bucks to support these projects and teaching videos, please visit my Patreon page or Buy Me a Coffee. 👉 https://www.patreon.com/jeremyfieldingsr 👉 https://www.buymeacoffee.com/jeremyfielding

      Social media, websites, and other channel

      Instagram https://www.instagram.com/jeremy_fielding/?hl=en Twitter 👉https://twitter.com/jeremy_fielding TikTok 👉https://www.tiktok.com/@jeremy_fielding0 LinkedIn 👉https://www.linkedin.com/in/jeremy-fielding-749b55250/ My websites 👉 https://www.jeremyfielding.com 👉https://www.fatherhoodengineered.com My other channel Fatherhood engineered channel 👉 https://www.youtube.com/channel/UC_jX1r7deAcCJ_fTtM9x8ZA

      Notes:

      Technical corrections

      Nothing yet

    10. 🔗 r/reverseengineering What if reverse-engineering had Jupyter notebooks? Here they are, for Rizin & Cutter (shareable analysis + binaries). rss
    11. 🔗 r/Leeds A modest proposal to enhance the Hyde Park Robots rss
    12. 🔗 vercel-labs/agent-browser v0.17.1 release

      Patch Changes

      • 94cd888: Added support for device scale factor (retina display) in the viewport command via an optional scale parameter. Also added webview target type support for better Electron application compatibility, and the pages list now includes target type information.
    13. 🔗 r/york Moving out? rss

      Hello i (f20) am desperate to get out of my parents house. Always expected to babysit which my siblings are sre so naughty and step dad hates me always has. I can’t continue to live like this. But itll take years with council as were not over crowded ect. But why is private rent on a one bed flat so expensive? Any suggestions id greatly appreciate it. As currently rent alone is my monthly income with what im seeing.

      submitted by /u/General-Buddy3853
      [link] [comments]

    14. 🔗 r/reverseengineering Built an Automated SOC Pipeline That Thinks for Itself, AI-Powered Multi-Pass Threat Hunting using Analyzers rss
    15. 🔗 r/wiesbaden SVE Showdown Deck Trials rss

      Heyho,

      Am 21.3. finden ja Showdown Deck Trials im Yodasdata in Idstein statt. Da bekommst du ein Deck, (was du behalten darfst) und lernst das Spiel. Frage mich auch ob es irgendwo in/um Wiesbaden ein Spieleladen gibt, der die anbietet. Ansonsten suche ich noch nach Mitspielern für Shadowverse in/um Wiesbaden. Falls in Wiesbaden nichts ist, könnten wir vielleicht auch gemeinsam nach Idstein :)

      submitted by /u/aqua995
      [link] [comments]

    16. 🔗 r/Yorkshire Built a free app that shows all car boot events & charity shops around you in Yorkshire rss

      I'm a big fan of secondhand shopping to find products for low cost. I live in the UK and always found it frustrating that there's no single place to easily find nearby charity shops, thrift stores, car boot sales, or vintage markets. Google Maps misses loads of them.

      So I decided to build an app to solve that which would be really useful while travelling. You can even share your thrift haul.

      It's called Ganddee (free on iOS & Android).

      I’d love for you to try it out and hear feedback.

      submitted by /u/AntRnd
      [link] [comments]

    17. 🔗 sacha chua :: living an awesome life 2026-03-09 Emacs news rss

      If you use kubernetes-el, don't update for now, and you might want to check your installation if you updated it recently. The repo was compromised a few days ago.

      I've occasionally wanted to tangle a single Org Mode source block to multiple places, so I'm glad to hear that ob-tangle has just added support for multiple targets. Niche, but could be handy. I'm also curious about using clime to write command-line tools in Emacs Lisp that handle argument parsing and all the usual stuff.

      If you're looking for something to write about, why not try this month's Emacs Carnival theme of mistakes and misconceptions?

      Enjoy!

      Links from reddit.com/r/emacs, r/orgmode, r/spacemacs, Mastodon #emacs, Bluesky #emacs, Hacker News, lobste.rs, programming.dev, lemmy.world, lemmy.ml, planet.emacslife.com, YouTube, the Emacs NEWS file, Emacs Calendar, and emacs-devel. Thanks to Andrés Ramírez for emacs-devel links. Do you have an Emacs-related link or announcement? Please e-mail me at sacha@sachachua.com. Thank you!

      You can comment on Mastodon or e-mail me at sacha@sachachua.com.

    18. 🔗 r/Yorkshire Dewsbury food bank Bramwell's Hope destroyed by arsonist rss

      Dewsbury food bank Bramwell's Hope destroyed by arsonist | submitted by /u/Kagedeah
      [link] [comments]
      ---|---

    19. 🔗 r/reverseengineering Hands-on x86-64 page table walk: finding a flag in physical RAM with GDB rss
    20. 🔗 Simon Willison Perhaps not Boring Technology after all rss

      A recurring concern I've seen regarding LLMs for programming is that they will push our technology choices towards the tools that are best represented in their training data, making it harder for new, better tools to break through the noise.

      This was certainly the case a couple of years ago, when asking models for help with Python or JavaScript appeared to give much better results than questions about less widely used languages.

      With the latest models running in good coding agent harnesses I'm not sure this continues to hold up.

      I'm seeing excellent results with my brand new tools where I start by prompting "use uvx showboat --help / rodney --help / chartroom --help to learn about these tools" - the context length of these new models is long enough that they can consume quite a lot of documentation before they start working on a problem.

      Drop a coding agent into any existing codebase that uses libraries and tools that are too private or too new to feature in the training data and my experience is that it works just fine - the agent will consult enough of the existing examples to understand patterns, then iterate and test its own output to fill in the gaps.

      This is a surprising result. I thought coding agents would prove to be the ultimate embodiment of the Choose Boring Technology approach, but in practice they don't seem to be affecting my technology choices in that way at all.

      Update: A few follow-on thoughts:

      1. The issue of what technology LLMs recommend is a separate one. What Claude Code Actually Chooses is an interesting recent study where Edwin Ong and Alex Vikati where they proved Claude Code over 2,000 times and found a strong bias towards build-over-buy but also identified a preferred technical stack, with GitHub Actions, Stripe, and shadcn/ui seeing a "near monopoly" in their respective categories. For the sake of this post my interest is in what happens when the human makes a technology choice that differs from those preferred by the model harness.
      2. The Skills mechanism that is being rapidly embraced by most coding agent tools is super-relevant here. We are already seeing projects release official skills to help agents use them - here are examples from Remotion, Supabase, Vercel, and Prisma.

      You are only seeing the long-form articles from my blog. Subscribe to /atom/everything/ to get all of my posts, or take a look at my other subscription options.

    21. 🔗 r/LocalLLaMA Fine-tuned Qwen3 SLMs (0.6-8B) beat frontier LLMs on narrow tasks rss

      Fine-tuned Qwen3 SLMs (0.6-8B) beat frontier LLMs on narrow tasks | We spent a while putting together a systematic comparison of small distilled Qwen3 models (0.6B to 8B) against frontier APIs — GPT-5 nano/mini/5.2, Gemini 2.5 Flash Lite/Flash, Claude Haiku 4.5/Sonnet 4.6/Opus 4.6, Grok 4.1 Fast/Grok 4 — across 9 datasets spanning classification, function calling, QA, and open-book QA. All distilled models were trained using open-weight teachers only (no frontier API outputs in the training loop), with as few as 50 examples. Inference is vLLM on a single H100. The results that surprised us most:

      • Smart Home function calling : Qwen3-0.6B — yes, the 0.6B — hits 98.7% vs Gemini Flash at 92.0%. Some of that gap is the strict eval penalizing reasonable alternative interpretations, but still.
      • Text2SQL : Qwen3-4B distilled gets 98.0% vs Claude Haiku at 98.7% and GPT-5 nano at 96.0%. Cost per million requests: ~$3 vs $378 and $24 respectively.
      • Classification (Banking77, E-commerce, TREC): basically solved. Distilled models land within 0–1.5pp of the best frontier option.
      • Where frontier still wins : HotpotQA (open-ended reasoning + world knowledge) — 92.0% vs Haiku's 98.0%. This is the task type where distillation has the clearest trade-off.

      Overall, distilled models match or beat the best mid-tier frontier model (sub-$1/MTok input) on 6/9 tasks, and effectively tie on a 7th. Throughput/latency (Text2SQL, Qwen3-4B on H100):

      • 222 RPS sustained
      • p50: 390ms | p95: 640ms | p99: 870ms
      • 7.6 GiB VRAM (BF16, no quantization)
      • FP8 gave +15% throughput, −44% VRAM, no measurable accuracy loss in brief experiments

      Methodology notes (since I know this sub cares):

      • Same test sets, same prompts, same eval criteria for all models
      • Frontier models run 3× per dataset (reporting mean ± std), distilled at temp=0
      • Eval: exact-match for classification, tool_call_equivalence (JSON comparison w/ default param normalization) for function calling, Claude Sonnet 4.6 as LLM-judge for generation tasks
      • Cost calc: frontier = measured token usage × published pricing (Feb 2026); distilled = H100 at $2.40/hr ÷ sustained RPS

      Practical takeaway on when to distill vs. call an API:

      • Distill when you have structured tasks, well-defined schemas, high volume, or data sovereignty needs
      • Frontier API when you need broad world knowledge, freeform generation, or volume is low enough that the cost doesn't matter
      • Best of both worlds: route between the two

      Everything is open source — code, models, data, eval scripts:
      GitHub : https://github.com/distil-labs/inference-efficiency-benchmarks/
      Blog with full charts : https://www.distillabs.ai/blog/the-10x-inference- tax-you-dont-have-to-pay Happy to dig into methodology, specific dataset results, or the distillation setup if anyone has questions. submitted by /u/Jolly-Gazelle-6060
      [link] [comments]
      ---|---

    22. 🔗 r/Yorkshire Are whippets really that common in Yorkshire? rss

      A friend of mine has recently become quite keen on getting a whippet, and it made me realise how often I hear people mention them around here.

      It almost feels like every other person in Yorkshire either owns one or knows someone who does. Is that actually the case, or is it just something I’ve started noticing more since my friend started talking about getting one?

      submitted by /u/CloudBookmark
      [link] [comments]

    23. 🔗 r/Leeds missing penguin plush rss

      Hi, this may be a long shot but i lost a penguin stuffed animal on saturday afternoon on clarence road somewhere between the veralia glass factory and clarence dock village. i understand this is really hopeful of me but i can’t find it anywhere and didnt know if someone had picked it up and put it somewhere safe, its very sentimental to me. i’ve attached a picture of what it looks like x

      submitted by /u/AlternativePea7255
      [link] [comments]

    24. 🔗 r/reverseengineering DLLHijackHunter v2.0.0 now with Attack Chain Correlation rss
    25. 🔗 r/Leeds Swedish/Noridc import shops (not IKEA) to buy Marabou Chocolate rss

      Hello,

      I took a trip to Sweden, and my fat a** misses the Marabou brand of chocolate.

      This stuff is addictive, and I dread to say it, I prefer it over Cadbury (after Kraft took over...).

      Does anyone know anywhere in Leeds I can get some? Preferably CC. I would order online but wanna check to see if I can source local first, there's always a hidden gem here!

      Thank you

      submitted by /u/NorthWestTown
      [link] [comments]

    26. 🔗 r/reverseengineering /r/ReverseEngineering's Weekly Questions Thread rss

      To reduce the amount of noise from questions, we have disabled self-posts in favor of a unified questions thread every week. Feel free to ask any question about reverse engineering here. If your question is about how to use a specific tool, or is specific to some particular target, you will have better luck on the Reverse Engineering StackExchange. See also /r/AskReverseEngineering.

      submitted by /u/AutoModerator
      [link] [comments]

    27. 🔗 r/reverseengineering pyGhidra - universal-flutter-ssl-pinning rss
    28. 🔗 HexRaysSA/plugin-repository commits sync repo: ~2 changed rss
      sync repo: ~2 changed
      
      ## Changes
      - [idassist](https://github.com/jtang613/IDAssist):
        - 1.0.2: download URL changed
      - [idassistmcp](https://github.com/jtang613/IDAssistMCP):
        - 1.0.1: download URL changed
      
    29. 🔗 r/reverseengineering Challenges in Decompilation and Reverse Engineering of CUDA-based Kernels rss
    30. 🔗 exe.dev February update rss

      February kept us busy! Thanks to all our users for the great feedback, so many bug fixes and quick improvements were possible because of high quality reports.

      Here are a few things we shipped in February:

      Idea templates

      The new VM page now has a gallery of idea templates : one-click setups for apps like Gitea, VS Code, Ghost, Minecraft, Grafana, Outline, and more. Each template comes with a tailored prompt that Shelley uses to set up the app automatically, including auth configuration. And of course it includes the most popular one, OpenClaw.

      More than anything, the goal of idea templates is to demonstrate what you can do with a prompt. That empty text box is far more powerful than it looks.

      Take a look at them at exe.dev/idea.

      HTTPS API

      We published an HTTPS API. You can now script exe.dev programmatically — create VMs, manage them, and integrate with your existing tooling — from systems that cannot SSH. There is a particularly fun approach to API tokens using SSH key signing.

      Shelley

      Shelley has had a busy month. With conversation distillation , Shelley uses an LLM to restart the context window with just the right context to continue the conversation. The browser tool learned new tricks, including taking profiles of its browsing for web development, which in turn yielded some performance improvements in the UI. By popular demand, Markdown rendering now happens in conversations by default. You can run !bash in the chat window and pop a shell. We always keep up with the newest models. Enable notifications in the ⌘K palette so you can stay on top of your agents. Use Shelley across a wide variety of (human) langauges with internationalization support.

      exe.dev also now supports buying LLM credits as you go.

      As always, you can find us in our discord.

  3. March 08, 2026
    1. 🔗 IDA Plugin Updates IDA Plugin Updates on 2026-03-08 rss

      IDA Plugin Updates on 2026-03-08

      New Releases:

      Activity:

    2. 🔗 r/Yorkshire Bradford City Village Moves Forward with 1,000-Home Regeneration Plan rss

      Bradford’s long-anticipated City Village regeneration scheme has secured planning approval, unlocking the delivery of up to 1,000 new homes in the city’s former commercial core.

      The major transformation will see underperforming retail assets, including the Kirkgate Shopping Centre and Oastler Shopping Centre, replaced with new housing, public spaces and mixed-use development. The project is being led by Bradford Council in partnership with regeneration specialist ECF, a joint venture between Homes England, Legal & General and Muse.

      The scheme focuses on the ‘Top of Town’ area, encompassing Chain Street and the sites of the former Oastler and Kirkgate shopping centres. Phase one has now received full approval and will deliver 97 townhouses across Chain Street and the northern section of the Oastler site. The homes will be arranged around new courtyards, landscaped green spaces and a central community green, forming the first step in reshaping the area into a residential neighbourhood.

      submitted by /u/coffeewalnut08
      [link] [comments]

    3. 🔗 r/Yorkshire Where to find resale tickets for the Piece Hall rss

      Exactly as it sounds:

      I've been foolish and assumed tickets for something would be available for longer than they were - is there anywhere to keep an eye on where I won't get fleeced? Facebook groups, etc?

      Thanks!

      submitted by /u/josefbae
      [link] [comments]

    4. 🔗 r/wiesbaden Suche Leute aus Rhein-Main/-Neckar-Gebiet für Bergsport, Hochtouren & Skihochtouren rss

      Hallo zusammen.
      ich (m, Mitte 20) suche Leute, die Lust auf Bergsport haben, vor allem Hochtouren, mehrtägige Skitouren/Skihochtouren und anspruchsvollere Wanderungen.

      Das grundlegende know-how habe ich (Ausrüstung, Technik, fitness) aber mir fehlen hier vor Ort die Leute, mit denen man solche Touren gemeinsam angehen kann. Alleine wäre das für mich keine Option, und im Freundeskreis teilt leider niemand dieses Hobby.

      Ich würde mich freuen, wenn sich ein paar Gleichgesinnte finden würden, egal ob du schon Erfahrung hast oder dich selbst an Hochtouren herantasten willst.
      Ich könnte es mir so vorstellen, sich erstmal locker kennenzulernen, vielleicht kleinere Touren zu machen und dann gemeinsam größere Projekte anzugehen.

      Wenn du Interesse hast, melde dich gerne per Kommentar oder DM

      submitted by /u/Odd-Purple3420
      [link] [comments]

    5. 🔗 r/Yorkshire What are these along the canal? rss

      What are these along the canal? | Lots are dotted about the Calder and Hebble navigation. Any idea what they are? submitted by /u/witchesbowl
      [link] [comments]
      ---|---

    6. 🔗 r/Harrogate Looking for NHS dentist the in area rss

      Hi looking for a dentist accepting NHS patients. Are there any you recommend? I live central in HG1 but can also travel to wider area if there is a strong reason.

      I am seeking general health checkup maybe someone to fix my chipped teeth if that is on the NHS, I’m not sure

      submitted by /u/Apprehensive_Ring666
      [link] [comments]

    7. 🔗 vercel-labs/agent-browser v0.17.0 release

      Minor Changes 94521e7: ### New Features Lightpanda browser engine support - Added --engine <name> flag to select the browser engine (chrome by default, or lightpanda), implying --native mode. Configurable via AGENT_BROWSER_ENGINE environment variable (#646) Dialog dismiss command - Added support for dismiss subcommand in dialog command parsing (#605) Improvements * **Daemon startup error reporting** \- Daemon startup errors are now surfaced directly instead of showing an opaque timeout message () * **CDP port discovery** \- Replaced broken hand-rolled HTTP client with `reqwest` for more reliable CDP port discovery ([#619](https://github.com/vercel-labs/agent-browser/pull/619)) * **Chrome extensions** \- Extensions now load correctly by forcing headed mode when extensions are present ([#652](https://github.com/vercel-labs/agent-browser/pull/652)) * **Google Translate bar suppression** \- Suppressed the Google Translate bar in native headless mode to avoid interference ([#649](https://github.com/vercel-labs/agent-browser/pull/649)) * **Auth cookie persistence** \- Auth cookies are now persisted on browser close in native mode ([#650](https://github.com/vercel-labs/agent-browser/pull/650)) Bug Fixes

      * Fixed native auth login failing due to incompatible encryption format ([#648](https://github.com/vercel-labs/agent-browser/pull/648))
      

      Documentation * Improved snapshot usage guidance and added reproducibility check () * Added `--engine` flag to the README options table Performance

      * Added benchmarks to the CLI codebase ([#637](https://github.com/vercel-labs/agent-browser/pull/637))
      
    8. 🔗 r/wiesbaden Drohne abgeschossen? rss

      Richtung Dotzheim ist eben etwas lautlos in der Luft explodiert. Hat jemand eine Ahnung was das sein kann? War recht schnell.

      submitted by /u/KHRAKE
      [link] [comments]

    9. 🔗 r/reverseengineering [Update] I know I've shared LCSAJdump before, but v1.1.2 just mapped the entire x86_64 libc graph in <10s. It's now faster than ROPgadget while finding JOPs/Shadow Gadgets they physically miss. rss
    10. 🔗 r/wiesbaden Date Ideen rss

      Hallo, Ich suche Kreative Date Ideen, dieses klassische Essen gehen oder Spazieren gehen ist mir persönlich zu langweilig und finde ich irgendwie auch nicht ganz so toll für ein Date.

      Gerne auch Geheimtipps muss nicht nur Wiesbaden sein kann auch was in Mainz sein, aber überwiegend Wiesbaden wäre super.

      Ich danke euch für den Austausch

      submitted by /u/Scharick914
      [link] [comments]

    11. 🔗 r/Harrogate Running Routes in the Area? rss

      I'll be visiting Harrogate in late July and will need to get in a long run on the weekend. I've seen some info about the route to Knaresborough through the gorge, but this seems to be more of a hike than a running trail, and I'm looking for a mostly paved path. I've been to Harrogate before, but never while training. Any help would be great. Thanks!
      Edit to say: I'll be staying at the convention center off the King's Road and won't have a car.

      submitted by /u/EnglishTeach88
      [link] [comments]

    12. 🔗 r/Yorkshire I’ll buy you a drink if you can name where this is in West Yorkshire? rss
    13. 🔗 r/york Blossom out in Rowntrees Park rss

      Blossom out in Rowntrees Park | Lovely walk along the river with dog and nice to see signs of spring in the park. submitted by /u/DentistKitchen
      [link] [comments]
      ---|---

    14. 🔗 r/Leeds Partridge Friend rss

      Not a garden visitor I expected to get in east Leeds to be honest! My partner read that they are quite rare these days, does anyone know of that's right?

      submitted by /u/alecwa
      [link] [comments]

    15. 🔗 r/Leeds What happened to North Home? rss

      It looks like it's been cleared out and shuttered but they're still posting normal things on their socials and there's no announcement there or their website on closure.

      Not like I could ever afford anything in there but it was a nice shop to fantasise in lol

      submitted by /u/Comfortable-Goat-295
      [link] [comments]

    16. 🔗 r/LocalLLaMA Qwen3.5 family comparison on shared benchmarks rss

      Qwen3.5 family comparison on shared benchmarks | Main takeaway: 122B, 35B, and especially 27B retain a lot of the flagship’s performance, while 2B/0.8B fall off much harder on long-context and agent categories. submitted by /u/Deep-Vermicelli-4591
      [link] [comments]
      ---|---

    17. 🔗 r/Yorkshire Looks like another Whitby chippy is in the spotlight! rss
    18. 🔗 r/reverseengineering GhostWeaver - a malware that lives up to its name rss
    19. 🔗 r/LocalLLaMA I classified 3.5M US patents with Nemotron 9B on a single RTX 5090 — then built a free search engine on top rss

      Patent lawyer here, started coding Dec 2025.

      The pipeline:

      • Downloaded 3.5M US patents (2016-2025) from USPTO PatentsView
      • Loaded everything into a single 74GB SQLite file with FTS5
      • Ran Nemotron 9B locally on RTX 5090 to classify records into 100 tech tags (~48 hours)
      • BM25 ranking with custom weights: title 10.0, assignee 5.0, abstract 3.0, claims 1.0
      • Natural language query expansion via local LLM → FTS5 boolean queries
      • Served with FastAPI + Jinja2, hosted on a Chromebook via Cloudflare Tunnel

      Why FTS5 over vector search? Patent attorneys need exact phrase matching. "solid-state battery electrolyte" should match those exact words, not semantically similar documents about "energy storage." FTS5 gives sub-second queries on 3.5M records with zero external dependencies.

      https://patentllm.org

      Technical writeup: https://media.patentllm.org/en/blog/dev-tool/patent- search-launch

      submitted by /u/Impressive_Tower_550
      [link] [comments]

    20. 🔗 Register Spill Joy & Curiosity #77 rss

      Many, many years ago, before Docker was released, I knew a guy whose team worked a lot with virtual machines.

      All day long, he told me, they would configure and test and spin up and down virtual machines. I can't remember what they used the machines for, but he told me that an actual, real problem his team faced was managing their attention. You change something in the Vagrant configuration, rebuild the machine, wait for five minutes, and then, once the machine is ready, you no longer know what you were trying to test because you switch to a different window and get stuck on Hacker News

      So what they did to "fix" this problem, he told me in a tone that said "don't make fun of me for this, this isn't funny", was to watch movies and TV shows on a second monitor. That's right. His teammates would hit return after typing vagrant up, and instead of switching windows, they'd look over to their second monitor to watch a bit of Scrubs. In their peripheral vision they could see when the build was done and go right back to it. A little bit of light TV that's constantly on is less distracting than switching windows.

      Over the years, I've thought of this guy and his team many, many times. Every time I have to wait for a build, to be exact.

      And now I think of him whenever I kick off agents to go run and do something for me. In the future -- and this is one of the few things I'm sure about -- a lot of code will be written while nobody is watching. There will be more agents, running longer, running everywhere, kicked off from anywhere. Where will our attention go? And how will we bring it back when we need to? Watching Scrubs is probably not the solution.

      • Zen of AI Coding. I wish I had written that. I nodded to nearly everything there, but to quote just two things, one: "The economics of software have changed.

      When coding is cheap, implementation stops being the constraint. You can build ten things in parallel. You cannot decide, validate, and ship ten things in parallel, at least not without changing the rest of the pipeline. Cost of delay shifts. It is no longer about developer days. It is about time stuck in other bottlenecks: product decisions, unclear requirements, security review, user testing, release processes, and operational risk. Agents can flood these queues. Inventory grows. Lead time grows. Delay becomes more expensive, not less." And two: "It is tricker then ever to resist the temptation to add features. Resist it. Build what is used. Kill what is not."

      • Yaron Minsky: "I wonder if we're starting to hit a deflationary era in software engineering. For the first time, we're starting to talk about this in a planning context; it can make sense to put off some projects because we expect they'll be easier to achieve in the future than today. […] But the difference is the sense that we can start to count on things getting faster. So if we have to get something done by a fixed deadline, we're starting to think that we can put off some of that work for longer than we would have in the past."

      • Well worth the reminder: Good software knows when to stop. More isn't more. In fact, it's less today than it was yesterday. And it will be less than that tomorrow.

      • Naval recorded a new podcast episode: A Motorcycle for the Mind. I'm usually skeptical of his confidence, but he does have a fascinating clarity of thought and eloquence and I enjoyed listening to this one. Noteworthy what he thinks about the role of software engineers in the future: "Does this mean that traditional software engineering is dead? Absolutely not. Software engineers--even the ones who are not necessarily tuning or training AI models--these are now among the most leveraged people on earth. [...] But software engineers still have two massive advantages on you. First, they think in code, so they actually know what's going on underneath. And all abstractions are leaky. [...] So if you want to build a well-architected application, if you want to be able to even specify a well-architected application, if you want to be able to make it run at high performance, if you want it to do its best, if you want to catch the bugs early, then you're going to want to have a software engineering background." Or this, about the flood of software that's coming: "And remember: there is no demand for average. The average app--nobody wants it, at least as long as it's not filling some niche that is filled by a superior app. The app that is better will win essentially a hundred percent of the market. [...] But generally speaking, people only want the best of anything. So the bad news is there's no point in being number two or number three--like in the famous Glengarry Glen Ross scene where Alec Baldwin says, 'First place gets a Cadillac Eldorado, second place gets a set of steak knives, and third place you're fired.' That's absolutely true in these winner-take-all markets. That's the bad news: You have to be the best at something if you want to win." But is that true? Look around at some of the most widely used pieces of software: Microsoft 365, Android, WhatsApp, Chrome, Outlook, Jira -- is it "the best"? Jira is the best at something , yes. For example: getting people to say "you just haven't configured it correctly." But is it the best software in its category, or is it instead the best at "being sold to large enterprises"?

      • Or take the most popular CI system in the world: GitHub Actions Is Slowly Killing Your Engineering Team.

      • Marc Andreessen agrees with Naval: "If the goal is to be a mediocre coder, then just let the AI do it. It's fine. The AI is going to be perfectly good in generating infinite amounts of mediocre code. No problem. It's all good. If the goal is, 'I want to be one of the best software people in the world, and I want to build new software products and technologies that really matter,' then yeah, you, 100%, want to still... You want to go all the way down. You want your skillset to go all the way down to the assembly, to assembly and machine code. You want to understand every layer of the stack. You want to deeply understand what's happening at the level of the chip, and the network, and so forth. By the way, you also really deeply want to understand how the AI itself works, because you want to... If people understand how the AI works, they're clearly able to get more value out of it than somebody who doesn't understand how it works. You're always more productive if you know how the machine works when you use the machine.

      And so the super-empowered individual on the other end of this that wants to do great things with the new technology, yes, you 100% want to understand this thing all the way down the stack because you want to be able to understand what it's giving you."

      • And this take agrees with Andreessen: "The jobs apocalypse is the Population Bomb of our time."

      • This is very, very, very, very good: The Structure of Engineering Revolutions. What a useful lens to look through at this moment.

      • Since we're talking about Thomas Kuhn: should I feel bad that I'm linking to nearly every Adam Mastroianni post? Nah, they're all really good and this one isn't an exception: The one science reform we can all agree on, but we're too cowardly to do.

      • And what a moment this is, isn't it: Cursor Goes To War For AI Coding Dominance. "But if the AI doesn't need a human collaborator, why bother with the editor? If writing and editing code line by line was no longer central to a programmer's workflow, Cursor's central product thesis was suddenly in question. […] Until recently, Cursor seemed nearly unstoppable. The company began 2025 with roughly $100 million in annualized revenue. By November, that figure had surpassed $1 billion. […] For now, Cursor's continued growth comes with a big dose of anxiety. Inside the startup, revenue tracking became so distracting that the company stopped reporting daily figures in its #numbers Slack channel, according to people familiar with the decision." Imagine working at the hottest and fastest growing startup of all time and then three or six months later it's war time.

      • New Paul Graham essay that I thought was worth reading: The Brand Age. When I started reading this, I thought that surely he's going to say that what he's recounting here is happening to software: "Now the whole game they'd been trying to win at became irrelevant. Something that had been expensive -- knowing the exact time -- was now a commodity. Between the early 1970s and the early 1980s, unit sales of Swiss watches fell by almost two thirds. Most Swiss watchmakers became insolvent or close to it and were sold. But not all of them. A handful survived as independent companies. And the way they did it was by transforming themselves from precision instrument makers into luxury brands." But he never did! I still think it's about software though.

      • You might have heard of this guy: Don Knuth, Stanford Computer Science Department. He writes: "Shock! Shock! I learned yesterday that an open problem I'd been working on for several weeks had just been solved by Claude Opus 4.6-- Anthropic's hybrid reasoning model that had been released three weeks earlier! It seems that I'll have to revise my opinions about 'generative AI' one of these days. What a joy it is to learn not only that my conjecture has a nice solution but also to celebrate this dramatic advance inautomatic deduction and creative problem solving. I'll try to tell the story briefly in this note." What a joy!

      • Ah, now this , this is the good stuff: Rust zero-cost abstractions vs. SIMD on the turbopuffer blog. I think there have been some comments on this not being an inherent limitation of the compiler, but I found it interesting to think about what it can and can't see when trying to optimize a loop: "Herein lies the hidden opportunity cost of Rust's zero-cost abstraction in our merge iterator. The iterator itself compiles down to the code you'd write by hand for a single call. In that sense, it is zero-cost."

      • More hardcore engineering, from the COO at Epic Games: "The task: schedule operations for a custom VLIW SIMD architecture running a tree traversal with hashing. 256 items, 16 rounds, 5 execution engines with different slot limits. Starting point: 147,734 cycles (naive). Where Claude Code landed: 1,105 cycles -- a 134x speedup."

      • Look, we just bought a new MacBook Air with an M4 and it's fantastic, so I'm not regretting anything, but those new MacBook Neos look amazing.

      • Raycast Glaze looks really interesting. I guess I should've put "looks" in italics because I'm still on the waitlist.

      • At last, reasons to be cheerful about European tech. That's not my title. I want to be optimistic, but I'm skeptical. This paragraph resonated: "Mehran Gul, of the World Economic Forum, notes that Skype, a European startup, created just 11 millionaires in the early 2000s. PayPal, an American one, gave many more stock options to its employees, creating over 100. They, in turn, invested in newer Silicon Valley startups." In Europe, startup options feel like and are perceived as and, I guess, truly are lottery tickets. Go to the Bay Area (which is, yes, an outlier) and suddenly everyone knows at least two or three people who are rich because of startups.

      • Eoghan McCabe, CEO of Intercom, offering "Intercom, the company I run, as a case study to help me explain how SaaS companies can be saved, and share the things we did, starting three years ago, to find relevance in this new world." What a graph! Mind-boggling.

      • "Singaporeans to receive free premium AI subscriptions from second half of 2026"

      • Tim Ferriss on The Self-Help Trap: "Self-help is dangerous precisely because it easily becomes self-fixation. A focus on improving the self usually first requires finding problems with the self. This is quite the pickle. In a society that rewards problem-solving, you can end up hallucinating or exaggerating unease in order to fix it. This leaves you always in the red, always one step behind. Imagine a dog chasing its tail that has committed to being unhappy until it catches the tail… but it's always just a few inches short. Still, it whirls around and around, 'doing the work.' Perfection always recedes by one more book, one more seminar, one more habit tracker. Put in more colorful terms, misdirected self-help turns you into a self-obsessed masturbatory ouroboros (SOMO)." I dare you to click through to the shop where he got the snake sticker -- the sticker he put on the bottom of the MacBook. Anyway: great post.

      • Google released gws, the "CLI for all of Google Workspace -- built for humans and AI agents."

      • Hannah Ritchie, data scientist at Our World In Data but a lot more than that: Does that use a lot of energy? Electric lawnmower vs. air conditioning is good.

      • An Interactive Intro to CRDTs. Lovely. It's from 2023 and that made me think that today, in 2026, no one would write a blog post like this, because why would you if anyone can press a button to have a custom version of this post generated for them? And that in turn made me wonder: but people will write in the future too and once we've crossed through the transitional period we're in, what will those posts look like?

      • Since announcing his project Agentic Engineering Patterns a few weeks ago, Simon Willison has been steadily adding new chapters to it. For example: Hoard things you know how to do. "The key idea here is that coding agents mean we only ever need to figure out a useful trick once. If that trick is then documented somewhere with a working code example our agents can consult that example and use it to solve any similar shaped project in the future." Wish I was a hoarder.

      • Is this the first universally beloved AI-generated video? I'm of the school that believes creativity is less about creating new things in a vacuum but more about making connections between things that already exist, but weren't connected before. Creativity, I think, is remixing. Putting lego pieces together in a way no one's ever put them together. That definition is, of course, recursive, because the lego pieces also have to be put together. But my point is: this video is creative. It's not slop. And the fact that I'm dying to know what the prompt was -- doesn't that show everything will be different but that all will be well?

      • In the past few months I've been thinking a lot about different software companies and whether they'll make it or whether they get eaten by AI instead. "If you own physical assets, if your value is in operations or in regulation or in contracts, then you're probably safe," is one thesis I keep coming back to. And, funnily enough, Spotify was one of the companies I marked "safe" in my mind: sure, the software can be replicated more easily now, but they have contracts with publishers and artists -- they're safe. But then here's Jimmy Iovine saying that the music itself has no value anymore when packaged by streamers and, well, if that's true, what's left: Why Streaming is Minutes Away From Being Obsolete.

      • Daniel Gross published his /agitrades in January 2024 to wonder: "Suppose the progress doesn't stop, just like GPT-4 was better than 3, GPT-5 is capable of basic agentic behavior -- i.e. able to accept a task, work on it for a while, and return results. Some modest fraction of Upwork tasks can now be done with a handful of electrons. Suppose everyone has an agent like this they can hire. Suppose everyone has 1,000 agents like this they can hire... What does one do in a world like this?" I hadn't read the document when it was released, but, wow, it's good. Impressive first-principles and long-range thinking. And now, more than two years later (two years!), John Coogan of TBPN revisited the questions to see whether they can be answered already. Equally fascinating.

      • To quote one of the top comments: "Dammit guess I'm drinkin garage beers now"

      Every tried watching a movie on a 2nd screen while something was compiling? You should subscribe:

    21. 🔗 r/LocalLLaMA Qwen 3.5 27B is the REAL DEAL - Beat GPT-5 on my first test rss

      Qwen 3.5 27B is the REAL DEAL - Beat GPT-5 on my first test | UPDATE #2: Some of you said Qwen 3 Coder Next was better, so I gave it the same test:

      • Version: Qwen 3 Coder Next Q4-K-XL UD (unsloth).
      • Speed: 25 tok/sec @ 32K context. 37.78 @ 5 experts, 32K context. 34.92 @ 5 experts at max context.
      • Results: 3 attempts. Failed. GUI launches, but doesn't work.

      UPDATE: Just for kicks, I tested the same prompt on Qwen 3.5 35B-A3B Q4 KXL UD at max context and got 90 tok/sec. :) However, I gave it 3 attempts like the others below, and while it loaded the GUI on output #3, the app didn't have the buttons needed to execute the app, so 35B was also a fail. My setup:

      • I7 12700K, RTX 3090 TI, 96GB RAM

      Prompt: I need to create an app that allows me to join several PDFs together. Please create an app that is portable, local, run by .bat, does not install dependencies globally - if they are needed, it can install them in the folder itself via venv - and is in either python, .js, or .ts. Give it a simple, dark-themed GUI. Enable drag/drop of existing .pdfs into a project window. Ctrl+clicking the files, then clicking MERGE button to join them into a single .PDF. I also want to be able to multi-select .docx files and press a CONVERT + MERGE button that will convert them to pdfs before merging them, or all at once transforming them into one document that is a pdf if that's possible. I want to have a browse button that enables you to browse to the directory of the file locations and only show text files (.docx, .txt, etc) or pdf files. The user needs to be able to also copy/paste a directory address into the address field. The project window I mentioned earlier is simply the directory - a long address bar w/a browse button to the right, standard for many apps/browsers/etc. So the app needs to be able to work from within a directory or within its own internal directory. When running the .bat, it should first install the dependencies and whatever else is needed. The .bat detects if those files are there, if already there (folders, dependencies) it just runs. The folders it creates on first run are 1. Queue, 2. Converted, 3. Processed. If the user runs from another directory (not queue), there will be no processed files in that folder. If user runs from the app's default queue folder - where the original files go if you drag them into the app's project window, then they are moved to processed when complete, and the new compiled PDF goes to the converted folder. ALso, create a button next to browse called "Default" which sets the project window to the queue folder, showing its contents. Begin. LLMs: GPT-5 | Qwen 3.5 27B Q4KXL unsloth Speed: (LM-Studio) 31.26 tok/sec at full 262K context Results:

      • GPT-5: 3 attempts, failed. GUI never loaded.
      • Qwen 3.5 27B: 3 attempts. Worked nearly as instructed; only drag-and-drop doesn't work, but loading from a folder works fine and merges the documents into a PDF.

      Observations: The GUI loaded on the first attempt, but it was missing some details. Rather than tell Qwen what the issue was, I gave it a screenshot and said: Having vision is useful. Here's a snippet of its thinking: Qwen 3.5's vision observation is pretty good! On the second iteration, the app wouldn't search the location on Enter (which I never told it to, that was my mistake), so I added that instruction. Also, I got an error about MS Word not being installed, preventing the conversion (The files were made in libreoffice, exported as doc.x.). It fixed that on its third ouput and everything worked (except drag and drop, which is my fault; I should have told it that dragging should auto-load the folder) Point is - I got a functioning app in three outputs, while GPT never even loaded the app. FINAL THOUGHTS: I know this prompt is all over the place, but that's the point of the test. If you don't like this test, do your own; everyone has their use cases. This didn't begin as a test; I needed the app, but got frustrated w/GPT and tried Qwen. Now I have a working app. Later, I'll ask Qwen to fix the drag-and-drop; I know there are a number of options to do this, like Pyside, etc. I was in a rush. I literally can't believe that a) I was able to use a local llm to code something that GPT couldn't, and b) I got 31 tok/sec at max context. That's insane. I found this article on Medium, which is how I was able to get this speed. I wasn't even able to read the full article, not a member, but the little I read got me this far. So yeah, the hype is real. I'm going to keep tweaking it to see if I can get the 35 t/s the writer of the article got or faster. Here are my LM-Studio settings if anyone's interested. I haven't adjusted the temp, top K stuff yet because I need to research best settings for that. https://preview.redd.it/xbbi07gedrng1.png?width=683&format=png&auto=webp&s=fe56a24b6328637a2c2cf7ae850bc518879fc48d Hope this helps someone out. submitted by /u/GrungeWerX
      [link] [comments]
      ---|---

    22. 🔗 HexRaysSA/plugin-repository commits sync repo: +2 releases, -1 release, ~1 changed rss
      sync repo: +2 releases, -1 release, ~1 changed
      
      ## New releases
      - [IDA-Theme-Explorer](https://github.com/kevinmuoz/ida-theme-explorer): 1.0.2
      - [ida-chat](https://github.com/tanu360/ida-chat-plugin): 1.0.0
      
      ## Changes
      - [IDA-Theme-Explorer](https://github.com/kevinmuoz/ida-theme-explorer):
        - 1.0.0: archive contents changed, download URL changed
      - [ida-chat](https://github.com/tanu360/ida-chat-plugin):
        - host changed: HexRaysSA/ida-chat-plugin → tanu360/ida-chat-plugin
        - removed version(s): 0.2.6
      
    23. 🔗 r/wiesbaden Cafe mit Sonnenplatz rss

      Hey Leute, jetzt wo die Sonne endlich wieder rauskommt fällt mir auf, dass mir so spontan kein gutes Cafe in Wiesbaden einfällt, wo man im Sonnenschein draußen sitzen kann. Jemand einen Vorschlag?

      Danke im Voraus und liebe Grüße! :)

      submitted by /u/Specialist_Side_2415
      [link] [comments]

  4. March 07, 2026
    1. 🔗 IDA Plugin Updates IDA Plugin Updates on 2026-03-07 rss

      IDA Plugin Updates on 2026-03-07

      New Releases:

      Activity:

      • AWDP_PWN_Helper
      • binwalk-reversing-plugin
        • 60fa76d5: revert: bump ida-plugin.json version back to 0.0.1
        • 74754b38: feat: keep .jpg
        • 4b325a59: feat: update img for 0.0.2
      • CavePatch
        • f08b2403: Update and rename CavaPatch.py to cava_patch.py
        • f97bfd1f: Add files via upload
      • HappyIDA
        • 36956ed2: refactor: use treeitems iteration in rust_string and add .rdata/.ws…
        • 31a06d95: refactor: use treeitems iteration in add_parameter_labels
        • a7acb323: fix: check find_item_coords return value before indexing pseudocode l…
        • 269a899f: refactor: improve SEH highlight performance
      • ida-chat-plugin
        • 7da85087: 1.0.0
        • 2699bf8d: feat(ui): add copy text button and empty state handling to sessions s…
        • a0b4373c: 1.0.0
        • faf45ee7: feat(bootstrap): refactor runtime setup and update build configuration
        • bf1528f8: feat(ui): add daisy theme variant for model option cards
        • 061ff8dd: feat(bootstrap): improve Python version detection and site-packages d…
        • a5ebac66: docs(installation): update local environment setup instructions for c…
        • 3443db17: fix(deps): update python version requirements documentation
        • 53d1ee04: feat(ui): improve markdown rendering and styling consistency
        • 2c7a82d1: fix(test): update markdown test to use string variable for color refe…
        • 98a2ee69: feat(transcript): update code block styling to use flat design and im…
        • b5986b05: feat(transcript): implement markdown rendering with syntax highlighti…
        • 90126d55: style(transcript): apply consistent indentation to CSS class definitions
        • d97e5395: style(transcript): remove box-shadow properties from CSS classes
        • 68dde2f3: feat(transcript): update HTML export to single-file format and enhanc…
        • 835e0308: feat(transcript): implement single-file HTML export for chat sessions
        • 71cadc9c: feat: add run outcome tracking and transcript cleanup
        • a718277c: init: scaffold ida-chat plugin foundation
      • ida-cyberchef
        • 03cf7b0d: Fix docs and schema generation
        • 9ce6c387: Fix remaining runtime semantics
        • 99b6d754: Document runtime support policy
        • 40192020: Fix Unicode and parsing runtime regressions
        • 9a7ac0b9: Record CyberChef submodule fixes
        • a35affdf: Patch easy CyberChef operation regressions
        • 38240220: Add PGP and sorted extractor vectors
        • 888a28a5: Normalize CyberChef recipe defaults
        • 42ef8b07: Add utils operation vectors phase 51
        • fa7a35df: Add utils phase 50 operation vectors
        • 87344a35: Add utils operation vectors phase 49
        • 155ffa6c: Add utils phase 48 operation vectors
        • 6d23406c: Add utils operation vectors phase 47
        • c2da999f: Add public-key operation vectors phase 46
        • 1e159341: Add public key operation vectors phase 45
        • d26bfe99: Add public key operation vectors phase 44
        • 1ffdd28d: Add other operation vectors phase 43
        • d61dca1c: Add other operation vectors phase 42
        • fa1d4072: Add networking operation vectors phase 41
        • 4fae33d3: Add networking operation vectors phase 40
      • ida-pro-loadmap
        • 8433b8e9: loadmap: fix uninitialized var possibility
        • 95e2c59d: mapreader: Some basic OOM protection
      • ida-theme-explorer
      • IDAPluginList
        • d84952c6: chore: Auto update IDA plugins (Updated: 19, Cloned: 0, Failed: 0)
      • quokka
        • eff646fb: Bump actions/setup-java from 4.7.1 to 5.2.0 in the actions group
        • c2f71656: Move zizmor suppressions to config file
        • 161f568b: Harden CI: use read-only caches, fix contains() calls, throttle Depen…
        • fd0ff102: fix(ci): install libmagic on macOS runners
        • cc8b6f51: fix(ci): skip tool setup in warm-cache on cache hit
        • 68d400a2: fix(ci): add Python version and OS matrix to python-test workflow
        • 8484e7de: fix(ci): cache Ghidra download in CI
        • 03b130d3: fix(ci): add concurrency controls to all CI workflows
        • e96cd140: fix(ci): add path filters to avoid unnecessary workflow runs
        • b53e2251: fix(ci): prevent cache poisoning on PR builds
        • 017d76e6: fix(ci): remove duplicate test step in Ghidra workflow
        • 4416314d: fix(ci): run C++ tests on pull requests
        • 62083397: fix(ci): remove Windows from upload matrix in build.yml
        • 83cf9dc4: Add *.i64 to gitignore
        • 93b675e8: Add Python tests for is_exported function field
        • 9bcf78b6: Add is_new flag to Type for IDA apply support
        • 6d130e48: Update README
        • 84114cf2: Add Python tests for TypedefType
        • 6be9b31a: Add TypedefType to Python bindings
    2. 🔗 badlogic/pi-mono v0.57.1 release

      New Features

      • Tree branch folding and segment-jump navigation in /tree, with Ctrl+←/Ctrl+→ and Alt+←/Alt+→ shortcuts while / and Page Up/Page Down remain available for paging. See docs/tree.md and docs/keybindings.md.
      • session_directory extension event for customizing session directory paths before session manager creation. See docs/extensions.md.
      • Digit keybindings (0-9) in the TUI keybinding system, including modified combos like ctrl+1. See docs/keybindings.md.

      Added

      • Added /tree branch folding and segment-jump navigation with Ctrl+←/Ctrl+→ and Alt+←/Alt+→, while keeping / and Page Up/Page Down for paging (#1724 by @Perlence)
      • Added session_directory extension event that fires before session manager creation, allowing extensions to customize the session directory path based on cwd and other factors. CLI --session-dir flag takes precedence over extension-provided paths (#1730 by @hjanuschka).
      • Added digit keys (0-9) to the keybinding system, including Kitty CSI-u and xterm modifyOtherKeys support for bindings like ctrl+1 (#1905)

      Fixed

      • Fixed custom tool collapsed/expanded rendering in HTML exports. Custom tools that define different collapsed vs expanded displays now render correctly in exported HTML, with expandable sections when both states differ and direct display when only expanded exists (#1934 by @aliou)
      • Fixed tmux startup guidance and keyboard setup warnings for modified key handling, including Ghostty shift+enter=text:\n remap guidance and tmux extended-keys-format detection (#1872)
      • Fixed z.ai context overflow recovery so model_context_window_exceeded errors trigger auto-compaction instead of surfacing as unhandled stop reason failures (#1937)
      • Fixed autocomplete selection ignoring typed text: highlight now follows the first prefix match as the user types, and exact matches are always selected on Enter (#1931 by @aliou)
      • Fixed slash-command Tab completion to immediately open argument completions when available (#1481 by @barapa)
      • Fixed explicit pi -e <path> extensions losing command and tool conflicts to discovered extensions by giving CLI-loaded extensions higher precedence (#1896)
      • Fixed Windows external editor launch for Ctrl+G and ctx.ui.editor() so shell-based commands like EDITOR="code --wait" work correctly (#1925)
    3. 🔗 r/wiesbaden MTG Commander rss

      Hallöchen,

      Ich (M/24) suche noch locals für commander in/um wiesbaden. Ich kenne bis jetzt nur das glitchless in mainz. Ich habe mir erst das tmnt deck gekauft und habe noch nie commander gespielt :)

      Wäre für jede hilfe dankbar

      submitted by /u/SF_Geto
      [link] [comments]

    4. 🔗 r/Leeds Any Leeds tattooists who do kids' parties? rss

      I just walked into a tattooist a few years back and told them I didn't like my arm tatto. They seemed to be quiet, so one of the guys just grabbed his markers and set to work coming up with additions/overlays etc, and gave me a fantastic (in the moment at least) sleeve that incorporated/covered it.

      That was free, and I've still not covered it..but, I have a daughter who's birthday's coming up, and I'd love to have someone with that energy and creativity present, who will draw on kids (at their request, or from a selection)

      Is this a thing? I'd be happy to pay £50 an hour for it - this is not soliciting, BTW, just thinking if this isn't a 'thing' then it should be. Plenty of PVA and glitter/facepaint party stalls. A 'kick-ass tattoo' (albeit temporary) stand would be awesome!

      Might be just me, but if you 'fit' the part tattooist, it's also a good opportunity for kids to be exposed to that sort of style/culture

      submitted by /u/Granopoly
      [link] [comments]

    5. 🔗 r/york Trip next week - vegetarian rss

      Taking my fiancé to York next week for his 30th birthday. We are vegetarian and he LOVES Chocolate, any recommendations of things to do or places to eat? Thank you!

      submitted by /u/Impressive_Ant_296
      [link] [comments]

    6. 🔗 r/Yorkshire Books set in North/East Yorkshire rss

      Hi all, new to the subreddit! Should’ve joined ages ago since North Yorkshire has always felt like a second home to me & my wife!

      I’m wondering if anyone has recommendations for books set in North or East Yorkshire, particularly in the dystopian or post-apocalyptic genre. I love stories that use real local places as part of the setting.

      I recently released a dystopian novel set across Hull and North/East Yorkshire myself, so I’m really interested to see if there are others doing something similar that I might have missed.

      Would love to hear any recommendations!

      Thanks in advance!

      submitted by /u/HullBusDriver2020
      [link] [comments]

    7. 🔗 r/york Aljaz & Janette - 18th April - Face The Music and Dance tickets rss

      Hello, any strictly fans out there?

      Im selling three tickets to see Aljaz and Janette at York Barbican on Saturday 18th April.

      Tickets sold via tickermaster.

      submitted by /u/Puzzleheaded-Bar1434
      [link] [comments]

    8. 🔗 r/LocalLLaMA Heretic has FINALLY defeated GPT-OSS with a new experimental decensoring method called ARA rss

      Heretic has FINALLY defeated GPT-OSS with a new experimental decensoring method called ARA | The creator of heretic p-e-w opened a pull request #211 with a new method called Arbitrary-Rank Ablation (ARA) the creator of the project explanation For comparison, the previous best was eww 74 refusals even after heretic, which is pretty ridiculous. It still refuses almost all the same things as the base model since OpenAI lobotomized it so heavily, but now with the new method, ARA has finally defeated GPT-OSS (no system messages even needed to get results like this one) rest of output not shown for obvious reasons but go download it yourself if you wanna see This means the future of open source AI is actually open and actually free, not even OpenAI's ultra sophisticated lobotomization can defeat what the open source community can do! https://huggingface.co/p-e-w/gpt-oss-20b-heretic-ara-v3 This is still experimental, so most heretic models you see online for the time being will probably not use this method. It's only in an unreleased version of Heretic for now, make sure you get ones that say they use MPOA+SOMA for now, but if you can once this becomes available in the full Heretic release, there will be more that use ARA, so almost always use those if available. submitted by /u/pigeon57434
      [link] [comments]
      ---|---

    9. 🔗 r/reverseengineering Nobody ever got fired for using a struct [Rust internals] rss
    10. 🔗 r/Yorkshire A few pictures from my walk today - Richmond Yorkshire rss
    11. 🔗 r/york Medieval row of shops in York's Goodramgate damaged by lorry rss

      Medieval row of shops in York's Goodramgate damaged by lorry | submitted by /u/Kagedeah
      [link] [comments]
      ---|---

    12. 🔗 r/Leeds Rayan Car Wash rss

      Never had an issue before but took my car to get washed at Rayan in Armley yesterday, only for them to completely butcher it. Covered in scratches, either from dirty tools or dragging the wash hoses over the car

      Questioned and complained only to be told where to stick it. No apology and nowhere to raise the issue. Gutted really 🥲

      Is there any recourse? Contact the council? Few hundred in paint correction/machine polishing needed

      Yes, in hindsight I can see why these types of car washes are called “scratch and shines” but I’ve never had an issue before

      submitted by /u/DiscussionOk5883
      [link] [comments]

    13. 🔗 r/Yorkshire Scarborough Sets Sights on National Stage with 2028 Town of Culture Bid rss

      Scarborough Sets Sights on National Stage with 2028 Town of Culture Bid | Scarborough is embarking on a transformative journey as it prepares a bid to become the UK’s first-ever Town of Culture in 2028 but your help is needed. The bid, which could secure a £3 million prize to fund a year-long cultural programme, coincides with a separate, substantial £20 million "Pride in Place" investment aimed at revitalising the town through community-led decision-making. The UK Town of Culture competition, launched by the Department for Culture, Media and Sport, offers a platform for towns to share their unique stories. For Scarborough, recognized as the nation's oldest seaside resort, the bid is seen as a landmark opportunity to showcase its rich theatrical and artistic heritage. Local leaders believe the title would not only increase community spirit but also encourage residents to engage more deeply with the cultural opportunities on their doorstep. The competition builds on the success of the City of Culture initiative. For example, Bradford, the 2025 City of Culture, saw a 25 per cent increase in city centre footfall during its spotlight year, with the majority of participants reporting an improved sense of pride and wellbeing. submitted by /u/coffeewalnut08
      [link] [comments]
      ---|---

    14. 🔗 Probably Dance I’m Getting a Whiff of Iain Banks’ Culture rss

      The US has been acting powerful recently and it reminded me of this question: What does it feel like to fight against a powerful AI? Not for normal people for whom there's no difference between competing against a strong human or a strong AI, (you lose hard either way) but for the world's best humans. We got a sense of the answer before LLMs were a thing, when the frontier research labs were working on game RL:

      Fighting against a powerful AI feels like you're weirdly underpowered somehow. Everything the AI does just works slightly better than it should.

      If you're not a strong human player, the closest feeling is when you play a game with lots of randomness against a really strong player. It will appear as if that strong player just keeps on getting lucky somehow.

      I'm getting a similar sense for the recent US foreign interventions and wars. They all seem to work slightly better than they should. It finally clicked for me when Dario Amodei said "This technology can radically accelerate what our military can do. I've talked to admirals, I've talked to generals, I've talked to combatant commanders who say this has revolutionized what we can do."

      The things I'm referring to are the raid that captured Maduro in Venezuela (Claude was used), the current war with Iran (Claude was used), the killing of a drug boss in Mexico (unclear if AI was used but US intelligence helped Mexico).

      The commentators in the AlphaGo match with Lee Sedol didn't know what to make of most games. The AI wasn't doing anything obviously brilliant, there were lots of little fights all over the board where the outcome wasn't quite clear, but they just all worked a little better for AlphaGo than expected. So gradually Lee Sedol's position changed from "this is tough, hard to tell how this is going but at least I'm feeling good about these areas" to "hmm I'm struggling, maybe I'm a bit behind but it's not clear" to suddenly "oh I lost".

      I don't know Go, but I got a clearer sense from the StarCraft 2 matches. In some skirmishes the AI would take damage, in others the human would. But somehow it always felt like the human was in more trouble. In some fights the human clearly came out ahead but then mysteriously just one minute later the AI had a clear advantage. It was able to quickly recover and constantly put pressure on the human. It all looked very stressful, because even when you think you do well as a human, it works out a little less well than expected and whatever the AI does works a little better than expected.

      And where have we seen this pattern before? In sci-fi of course. In particular I'm thinking of Iain Banks' Culture, the ostensibly human civilization that's actually run entirely by AIs. Alien civilizations keep on wanting to pick fights with them for reasons and keep on being surprised by how hard the harmless-seeming Culture can whoop your ass if you make it mad.

      I always thought of the Culture as closest to the European Union: Seemingly harmless but if anyone ever picked a fight with them, they'd find out that the EU can get its act together very quickly and can very quickly stand up the strongest army in the world. But obviously the real EU has never come close to the Culture because nothing human ever comes close to the potential of AIs. It would be as if Russia picked a fight with Poland, gained ground for a week, feeling good, only to suddenly find all of its IT systems hacked and access to nuclear bombs revoked, bombs dropping on Moscow the next day and an army in Moscow another two days later. The Culture takes a week to get its act together and then whoops your ass so hard you don't even know what's happening.

      But now I'm getting a whiff of the power of the Culture for the first time, and it's from the US. Going into another country, kidnapping their leader and getting away with it is exactly the kind of overpowered move that the Culture would be able to pull off. Bombing cities all over Iran, knocking out the entire leadership within two days, while the air-defense systems supplied by China do absolutely nothing is another example. If this was a video game these would be strategies done by high level players, but they're not supposed to work that well.

      It would be foolish to think this is entirely due to AI. The US had a high- tech advantage for a while. Turns out the F-35 is actually good. But even a couple years ago the US regularly messed up when it tried to do operate at high precision. We saw in Iraq and Afghanistan that being overpowered doesn't work out as well in practice as it does in theory. So I think AI is the most likely candidate for the shift to "it worked better than it should have."

      So how specifically do you get to a point where everything works slightly better than it should? We saw two different approaches in Go and StarCraft 2:

      • In Go the AI was having little fights all over the map, in a way that combined to a few extra pieces at the end. It would defend a little bit here, attack a little bit there. It was able to keep the overall picture in its head, not feeling the pressure to resolve things too early. (I haven't played Go, but I know I get frustrated in strategy games if I have to deal with multiple fights in different parts of the map at once)
      • In StarCraft 2 we saw the same thing, but we also saw that the AI could have perfect micro when it counts, like playing with wounded stalkers in the frontline because it could get them out of danger just in time. Humans could also do that in theory but in practice you can't quickly click perfectly like that.

      So the two angles are "having a better high-level view" and "having better micro control."

      Another source of success for the Culture is that they're over-prepared for fighting. (not for their first big war, but in later books) And this is also part of the story we hear in Iran. Normally there's just too much going on in the world and you can't possibly keep track of all of it. Famously the US had prior intelligence on 9/11 but didn't really put the pieces together. (there's a whole Wikipedia article about it which has phrases like "Rice listened but was unconvinced, having other priorities on which to focus.") But AI has almost no limits of what it can keep track of. You can always spin up another agent. So when something important comes up, chances are that some AI was keeping track of it and can raise an alert. You'll never miss opportunities just because you had other priorities to focus on.

      So the third angle is: Being over-prepared because you can follow up on many more things at once.

      What does all of this mean for the world? It means we're in a weird temporary phase where one country has control of a game-changing technology while others are not far behind (sadly not the EU. I'm thinking of China, especially with H200s). You get to play at a higher level, but only for a short time and only in specific ways. In a year others will have caught up, but by then you'll have new capabilities that you didn't have a year ago. If this was a game you'd saturate at some point (you just can't play StarCraft that much better than the best humans), but in real life the game keeps on changing. New pieces keep on coming into play and the old pieces become irrelevant. You can't do this for long before the humans become irrelevant to the outcomes, and then you're fully in Culture territory. I personally wouldn't mind living in the Culture, but it seems scary to rush towards it without a good plan for how we'll survive the transition.

      I don't have a good angle for working on that plan, maybe others do. For now my contribution is just to point out that we seem to be in the early stages of overpowered AI, and to make people notice what that feels like.

    15. 🔗 badlogic/pi-mono v0.57.0 release

      New Features

      • Extensions can intercept and modify provider request payloads via before_provider_request. See docs/extensions.md#before_provider_request.
      • Extension UIs can use non-capturing overlays with explicit focus control via OverlayOptions.nonCapturing and OverlayHandle.focus() / unfocus() / isFocused(). See docs/extensions.md and ../tui/README.md.
      • RPC mode now uses strict LF-only JSONL framing for robust payload handling. See docs/rpc.md.

      Breaking Changes

      • RPC mode now uses strict LF-delimited JSONL framing. Clients must split records on \n only instead of using generic line readers such as Node readline, which also split on Unicode separators inside JSON payloads (#1911)

      Added

      • Added before_provider_request extension hook so extensions can inspect or replace provider payloads before requests are sent, with an example in examples/extensions/provider-payload.ts
      • Added non-capturing overlay focus control for extension UIs via OverlayOptions.nonCapturing and OverlayHandle.focus() / unfocus() / isFocused() (#1916 by @nicobailon)

      Changed

      • Overlay compositing in extension UIs now uses focus order so focused overlays render on top while preserving stack semantics for show/hide behavior (#1916 by @nicobailon)

      Fixed

      • Fixed RPC mode stdin/stdout framing to use strict LF-delimited JSONL instead of readline, so payloads containing U+2028 or U+2029 no longer corrupt command or event streams (#1911)
      • Fixed automatic overlay focus restoration in extension UIs to skip non-capturing overlays, and fixed overlay hide behavior to only reassign focus when the hidden overlay had focus (#1916 by @nicobailon)
      • Fixed pi config misclassifying ~/.agents/skills as project-scoped in non-git directories under $HOME, so toggling those skills no longer writes project overrides to .pi/settings.json (#1915)
    16. 🔗 r/Yorkshire Shepley Spring rss

      Shepley Spring | submitted by /u/davew80
      [link] [comments]
      ---|---

    17. 🔗 r/reverseengineering Reviving a 20-year-old puzzle game Chromatron with Ghidra and AI rss
    18. 🔗 r/Yorkshire Few pics from my walk this morning! rss
    19. 🔗 r/york Pub With Proper Scotch Egg? rss

      Where can I get a proper cooked to order, jammy yolk scotch egg? You used to see them on pub snack menus all the time but not so much now. Recommendations referably out of the centre. Thanks!

      submitted by /u/milomitch
      [link] [comments]

    20. 🔗 r/LocalLLaMA turns out RL isnt the flex rss

      turns out RL isnt the flex | submitted by /u/vladlearns
      [link] [comments]
      ---|---

    21. 🔗 r/Yorkshire Is “nowt” ever used in the double negative? rss
    22. 🔗 r/york ‘I believed I was going to die’ – York man stabbed his partner repeatedly rss

      ‘I believed I was going to die’ – York man stabbed his partner repeatedly | submitted by /u/the-minsterman
      [link] [comments]
      ---|---

    23. 🔗 r/wiesbaden Günstig Parken - Stadtnähe? rss

      moin! Ich möchte mir heute Wiesbaden anschauen, weiß aber nicht wo ich günstig parken kann. Habt ihr vorschläge? Danke!

      submitted by /u/MKFascist
      [link] [comments]

    24. 🔗 r/Leeds Sunday treks around Leeds? rss

      Hi! Does anyone here go trekking/hiking on Sundays around Leeds, or know of any groups that organize weekend treks? I’d love to join if there’s something beginner-friendly. Thanks! 🥾

      submitted by /u/sanxsh
      [link] [comments]

    25. 🔗 HexRaysSA/plugin-repository commits sync repo: +2 plugins, +3 releases rss
      sync repo: +2 plugins, +3 releases
      
      ## New plugins
      - [IDA-Theme-Explorer](https://github.com/kevinmuoz/ida-theme-explorer) (1.0.0)
      - [edit-function-prototype](https://github.com/oxiKKK/ida-edit-function-prototype) (1.0.0)
      
      ## New releases
      - [function-string-associate](https://github.com/oxiKKK/ida-function-string-associate): 1.0.1
      
    26. 🔗 anthropics/claude-code v2.1.71 release

      What's changed

      • Added /loop command to run a prompt or slash command on a recurring interval (e.g. /loop 5m check the deploy)
      • Added cron scheduling tools for recurring prompts within a session
      • Added voice:pushToTalk keybinding to make the voice activation key rebindable in keybindings.json (default: space) — modifier+letter combos like meta+k have zero typing interference
      • Added fmt, comm, cmp, numfmt, expr, test, printf, getconf, seq, tsort, and pr to the bash auto-approval allowlist
      • Fixed stdin freeze in long-running sessions where keystrokes stop being processed but the process stays alive
      • Fixed a 5–8 second startup freeze for users with voice mode enabled, caused by CoreAudio initialization blocking the main thread after system wake
      • Fixed startup UI freeze when many claude.ai proxy connectors refresh an expired OAuth token simultaneously
      • Fixed forked conversations (/fork) sharing the same plan file, which caused plan edits in one fork to overwrite the other
      • Fixed the Read tool putting oversized images into context when image processing failed, breaking subsequent turns in long image-heavy sessions
      • Fixed false-positive permission prompts for compound bash commands containing heredoc commit messages
      • Fixed plugin installations being lost when running multiple Claude Code instances
      • Fixed claude.ai connectors failing to reconnect after OAuth token refresh
      • Fixed claude.ai MCP connector startup notifications appearing for every org-configured connector instead of only previously connected ones
      • Fixed background agent completion notifications missing the output file path, which made it difficult for parent agents to recover agent results after context compaction
      • Fixed duplicate output in Bash tool error messages when commands exit with non-zero status
      • Fixed Chrome extension auto-detection getting permanently stuck on "not installed" after running on a machine without local Chrome
      • Fixed /plugin marketplace update failing with merge conflicts when the marketplace is pinned to a branch/tag ref
      • Fixed /plugin marketplace add owner/repo@ref incorrectly parsing @ — previously only # worked as a ref separator, causing undiagnosable errors with strictKnownMarketplaces
      • Fixed duplicate entries in /permissions Workspace tab when the same directory is added with and without a trailing slash
      • Fixed --print hanging forever when team agents are configured — the exit loop no longer waits on long-lived in_process_teammate tasks
      • Fixed "❯ Tool loaded." appearing in the REPL after every ToolSearch call
      • Fixed prompting for cd <cwd> && git ... on Windows when the model uses a mingw-style path
      • Improved startup time by deferring native image processor loading to first use
      • Improved bridge session reconnection to complete within seconds after laptop wake from sleep, instead of waiting up to 10 minutes
      • Improved /plugin uninstall to disable project-scoped plugins in .claude/settings.local.json instead of modifying .claude/settings.json, so changes don't affect teammates
      • Improved plugin-provided MCP server deduplication — servers that duplicate a manually-configured server (same command/URL) are now skipped, preventing duplicate connections and tool sets. Suppressions are shown in the /plugin menu.
      • Updated /debug to toggle debug logging on mid-session, since debug logs are no longer written by default
      • Removed startup notification noise for unauthenticated org-registered claude.ai connectors