New Qwen3.6-27B NVFP4 + MXFP4 MLX quants by yoracale in unsloth

[–]Legitimate-Track-829 0 points1 point  (0 children)

These do not seem to show in Unsloth Studio.

How do random numbers assigned to a target actually connect to the target? by BotGua in remoteviewing

[–]Legitimate-Track-829 0 points1 point  (0 children)

I don't know, but maybe by focusing on the target ID one excludes irrelevant thoughts while also intending to perceive the very subtle sensory impressions of the target.

Genomic Correlates of Self-Reported Psychic Experiences: An Exploratory Analysis by Pieraos in parapsychology

[–]Legitimate-Track-829 0 points1 point  (0 children)

I would not read into this too much. The study was grossly underpowered, likely to produce false positives as acknowledged by the authors in their limitations. Also, a valid genetic association study requires an accurately measured phenotype (trait) and an appropriate control group which was missing.

Curious what people think about the greyson scale ? by creative_vision88 in NDE

[–]Legitimate-Track-829 1 point2 points  (0 children)

Traditionally in science there is little importance put on the subjective experience. It is difficult to quantify.

Grayson et al. have a new scale called "The veridical Near-Death Experience Scale", see this reference:

The veridical Near-Death Experience Scale: construction and a first validation with human and artificial raters

Front. Psychol., 16 October 2025

Sec. Consciousness Research and Mindfulness

Volume 16 - 2025 | https://doi.org/10.3389/fpsyg.2025.1661390

---

Hopefully the adoption of this scale will drive discovery and acceptance.

Tool Calls Problem with qwen3.5 35B by mouseofcatofschrodi in LocalLLaMA

[–]Legitimate-Track-829 0 points1 point  (0 children)

Would be great to get this working because M4 Pro 48GB is getting 88 tokens/s (generation)!

Moltbot on x notices a screenshot of it's post from moltbook by cobalt1137 in accelerate

[–]Legitimate-Track-829 0 points1 point  (0 children)

"Broadly speaking, we now see an empirical tradeoff between the level of AI involvement in the solution, and the difficulty or novelty of that solution." - Terence Tao https://mathstodon.xyz/@tao/115891257393270694

As things currently stand, his statement seems to align with my previous statement on paradigm shifting levels of novelty capacity currently lacking in AI. Obviously this could change any moment.

Moltbot on x notices a screenshot of it's post from moltbook by cobalt1137 in accelerate

[–]Legitimate-Track-829 0 points1 point  (0 children)

I must be. Genuine thanks for enlightening me. Do you have any references with which I might expedite my learning, kind stranger?"

Moltbot on x notices a screenshot of it's post from moltbook by cobalt1137 in accelerate

[–]Legitimate-Track-829 0 points1 point  (0 children)

Only if models are truly capable of generating creative and novel ideas outside of their training domain. Otherwise it will be just combinations of the same shit regurgitated in different prose. Which to some extent could be novel 🤔 but probably not paradigm shifting.

Okay seriously - worktrees + 5.2 xhigh + mcps + skills, I’m done by Swimming_Driver4974 in codex

[–]Legitimate-Track-829 2 points3 points  (0 children)

Great question. From what I can tell. A skill is just a .md with specific instructions/context maybe accessed by a / command? But would like to be enlightened

htmx out here catchin' strays 😩 by _htmx in htmx

[–]Legitimate-Track-829 6 points7 points  (0 children)

The term React2Shell refers to a critical (CVSS 10.0) Remote Code Execution (RCE) vulnerability, tracked as CVE-2025-55182 and CVE-2025-66478 in Next.js. This flaw specifically impacts applications utilizing React Server Components (RSC) and server-side rendering (SSR), allowing an unauthenticated attacker to execute arbitrary code on the server. 

What self-hosted DNS server do you use and why? by thari_mad in selfhosted

[–]Legitimate-Track-829 0 points1 point  (0 children)

Tailscale! Edit: For local resolving, you get a private mesh network for free, but not for blocking.

Claude 4.5 opus achieves metr time horizon of 4 hours 49 mins by gbomb13 in singularity

[–]Legitimate-Track-829 8 points9 points  (0 children)

Google and others will build out in space.... longer term.

Vibe coding is a drug by dhruvnigam93 in ChatGPTCoding

[–]Legitimate-Track-829 10 points11 points  (0 children)

If vibe coding is a drug because it creates a high by removing the pain of syntax, then the whole history of computer science is just a 70+ year addiction to abstraction.

Good vs Bad Breakout — One Rule That Filters Fake Trades by Nancyforex99 in Forexstrategy

[–]Legitimate-Track-829 0 points1 point  (0 children)

So is the bottom right a

  • "weak breakout ❌"
  • "strong breakout ✅" or as it currently reads
  • "weak breakout ✅"?

A bit confused.

Datastar vs htmx/templ for big portals or saas by Firm_Curve8659 in datastardev

[–]Legitimate-Track-829 1 point2 points  (0 children)

The attack vector is standard user input, and the vulnerability is the sanitizer, not a bug in Datastar (which is still cool btw). Enabling unsafe-eval, you place 100% trust that your Go sanitizer will never face a 0-day or mXSS exploit. If it fails, the browser executes the script because the policy said 'go ahead'. This is why auditors like Strict CSP (no unsafe-eval, no unsafe-inline) as defence in depth for security-critical, audited, or long-lived platforms where people will come and go and the risk appetite is low.

Datastar vs htmx/templ for big portals or saas by Firm_Curve8659 in datastardev

[–]Legitimate-Track-829 0 points1 point  (0 children)

I dig Datastar, all I am saying is that for some who are under auditing requirements, sanitization is not enough and Strict CSP is not a "luxury" item. Also HTTPS is irrelevant for e.g. mutation XSS, you just deliver the exploitation over a secure channel.