's Avatar

@ghishadow.bsky.social

72 Followers  |  728 Following  |  16 Posts  |  Joined: 11.12.2023  |  2.0356

Latest posts by ghishadow.bsky.social on Bluesky

On Async Mutexes A short note on contradiction or confusion in my language design beliefs I noticed today.

On Async Mutexes, matklad writes

matklad.github.io/2025/11/04/o...

06.11.2025 05:38 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
cpp2better, an il2cpp postprocessor | Sebastian Schรถner Itโ€™s been a while since I last talked about cpp2better. Time for an official โ€œhere it isโ€ post. What is cpp2better? cpp2better is a tool that hooks into your build pipeline for Unity to achieve better...

Do you want to improve the performance of your il2cpp Unity projects, without changing your code or your assets? My il2cpp build processor cpp2better is now officially available (on request). Reach out to me, details here: blog.s-schoener.com/2025-11-04-c...

04.11.2025 14:13 โ€” ๐Ÿ‘ 13    ๐Ÿ” 7    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
GitHub - mohsenzakeri/Movi: Fast, Cache-Efficient, and Scalable Queries on Pangenomes Fast, Cache-Efficient, and Scalable Queries on Pangenomes - mohsenzakeri/Movi

1/6 Movi 2 is here: faster and more space-efficient for pangenome queries. Its fastest mode uses half the memory of Movi 1 while running ~30% faster. github.com/mohsenzakeri...

21.10.2025 20:00 โ€” ๐Ÿ‘ 44    ๐Ÿ” 24    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 2
Post image

OpenBSD 7.8 released

marc.info?l=openbsd-an...

www.openbsd.org/78.html

22.10.2025 01:51 โ€” ๐Ÿ‘ 16    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Watch 2019 Turing Award Recipient Ed Catmull discuss LucasFilm. Full lecture here: www.youtube.com/watch?v=MdPX...

20.10.2025 14:20 โ€” ๐Ÿ‘ 2    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Speeding up C++ functions with a thread_local cache https://lemire.me/blog/2025/10/19/speeding-up-c-functions-with-a-thread_local-cache/

19.10.2025 21:28 โ€” ๐Ÿ‘ 8    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
BioImage Computing a truly interdisciplinary workshop

Weโ€™ll be presenting at the #BIC workshop at @iccv.bsky.social! This yearโ€™s BIC has amazing speakers ๐ŸŒบ โ€” join us on 19 October at the Honolulu Convention Center to explore cutting-edge methods at the intersection of computer vision and biology ๐Ÿ”ฌ #ICCV2025 More details: www.bioimagecomputing.com

17.10.2025 07:35 โ€” ๐Ÿ‘ 4    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Latest Linux Patches For Homa Posted: TCP Alternative With 10~100x Lower Tail Latency Posted to the Linux networking mailing list on Wednesday were the latest patches for enabling the Homa transport protocol. Homa is the clean-sheet design aiming to become an alternative to TCP within data centers and capable of offering 10~100x reductions in tail latency for short messages...

Latest Linux Patches For Homa Posted: TCP Alternative With 10~100x Lower Tail Latency - https://www.phoronix.com/news/Linux-Homa-2025-Patches

16.10.2025 10:53 โ€” ๐Ÿ‘ 9    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
The present and potential future of progressive image rendering Exploring progressive image rendering across JPEG, PNG, WebP, AVIF, and JPEG XL.

I dug into progressive image rendering and found a bunch of common assumptions aren't quite true.

โžก๏ธ JPEG & WebP progressive-renders worse in Safari
โžก๏ธ AVIF _does_ support progressive
โžก๏ธ But JPEG XL in Safari doesn't
โžก๏ธ JPEG XL decodes much slower than AVIF
โฌ‡๏ธ and more

jakearchibald.com/2025/present...

16.10.2025 10:16 โ€” ๐Ÿ‘ 171    ๐Ÿ” 42    ๐Ÿ’ฌ 14    ๐Ÿ“Œ 6

ECMAScript excitement ๐Ÿ˜‰

Congrats to Evan Wallace on shipping the TC39 Stage 2.7 Import Bytes proposal in ESBuild 0.25.11 ๐ŸŽ‰

It lets you import raw bytes as a readonly Uint8Array ๐Ÿ‘

import buf from "./a.png" with { type: "bytes" }

Also available in Deno, Bun, & webpack.

15.10.2025 08:38 โ€” ๐Ÿ‘ 37    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

GPU computing before CUDA was *weird*.โ€จ

Memory primitives were graphics shaped, not computer science shaped.โ€จ

Want to do math on an array? Store it as an RGBA texture.

โ€จFragment Shader for processing. *Paint* the result in a big rectangle.

14.10.2025 20:43 โ€” ๐Ÿ‘ 69    ๐Ÿ” 7    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 2
Illustration of Burrows-Wheeler Transform and many auxiliary structures from the input string how$now$brown$cow$#

Illustration of Burrows-Wheeler Transform and many auxiliary structures from the input string how$now$brown$cow$#

New tool "bwt-svg" for making illustrations of the BWT and the many auxiliary arrays and other structures related to it. Pyodide-based no-installation-necessary interface here: benlangmead.github.io/bwt-svg/. (H/t to @robert.bio for pointing me to pyodide!) Full repo: github.com/benlangmead/....

14.10.2025 20:48 โ€” ๐Ÿ‘ 40    ๐Ÿ” 21    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 1
Post image

Today for #AdaLovelaceDay, which celebrates the achievements of women in STEM, read about the 10 most influential women in British science history, as chosen by leading female scientists: #WomenInSTEM royalsociety.org/about-us/who...

14.10.2025 16:25 โ€” ๐Ÿ‘ 57    ๐Ÿ” 17    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 2
Preview
Researchers Discover the Optimal Way To Optimize | Quanta Magazine The leading approach to the simplex method, a widely used technique for balancing complex logistical constraints, canโ€™t get any better.

In optimization problems, randomness thwarts complexity.

14.10.2025 17:45 โ€” ๐Ÿ‘ 27    ๐Ÿ” 7    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
[Future Data] Vortex: LLVM for File Formats - Carnegie Mellon Database Group Apache Parquet revolutionized columnar storage after its initial release in 2013, but... Read More +

Today's Future Data Systems Seminar Speaker: Will Manning (@willmanning.com) will present @spiraldb.com's Vortex file format. Vortex is now a @linuxfoundation.org project. Zoom talk open to public at 4:30pm ET. YouTube video available after: db.cs.cmu.edu/events/futur...

13.10.2025 11:10 โ€” ๐Ÿ‘ 4    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Goldilocks Zone

03.10.2025 04:36 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Safe in the sandbox: security hardening for Cloudflare Workers Cloudflare Workers are constantly being updated to be as secure and efficient as possible. We are further hardening Workers by making use of the latest software and hardware features. We use defense-i...

๐Ÿ›ก๏ธ @cloudflare.social is upping Worker security, and Igalia is thrilled to have helped out! Our Compilers team added isolation groups to V8, which allows running thousands of scripts at once while also eliminating an entire class of potential security issues. blog.cloudflare.com/safe-in-the-...

26.09.2025 15:43 โ€” ๐Ÿ‘ 8    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

๐Ÿฅ•

01.10.2025 10:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Human-specific gene expansions contribute to brain evolution A complete human genome and functional modeling in zebrafish pinpoint gene expansions that may underlie the evolutionary innovations of the human brain.

A complete telomere-to-telomere genome sequence reveals 213 human-specific gene families, including candidates shaping brain evolution.

Functional studies highlight roles for GPR89B and FRMPD2B in brain expansion and synapse signaling.

Read more in Cell:
www.cell.com/cell/abstrac...

26.09.2025 20:26 โ€” ๐Ÿ‘ 5    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Happy to share that ShapeEmbed has been accepted at @neuripsconf.bsky.social ๐ŸŽ‰ SE is self-supervised framework to encode 2D contours from microscopy & natural images into a latent representation invariant to translation, scaling, rotation, reflection & point indexing
๐Ÿ“„ arxiv.org/pdf/2507.01009 (1/N)

23.09.2025 08:31 โ€” ๐Ÿ‘ 62    ๐Ÿ” 24    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 4
Post image

We really loved this series of tutorials on #metaprogramming in #LeanLang by Heather Macbeth. It's a great intro to a complex topic for novice users of #LeanProver!

Pt 1: youtube.com/watch?v=cKvg...
Pt 2: youtube.com/watch?v=5er4...
Pt 3: youtube.com/watch?v=TJ8T...

24.09.2025 19:11 โ€” ๐Ÿ‘ 14    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

FYI: The tutorials were recorded at @simonsfoundation.org Lean Workshop for Mathematics and Physical Sciences. Read more here: leanprover-community.github.io/blog/posts/s...

24.09.2025 19:11 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
std::optional โ€” Standardizing Optionals over References - A Case Study - Steve Downey - C++Now 2025
std::optional โ€” Standardizing Optionals over References - A Case Study - Steve Downey - C++Now 2025

We have just released a new C++Now 2025 Conference Video!

std::optional โ€” Standardizing Optionals over References - A Case Study - Steve Downey - C++Now 2025

#coding #cplusplus #cpp #programming

24.09.2025 22:00 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

it is hard to trust tpm, always breaking with every bios update ๐Ÿฅฒ

20.09.2025 14:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
    let result = await #expect(
        processExitsWith: .success,
        observing: [\.standardOutputContent]
    ) {
        snakify("This is precious...")
    }
    if let result {
        let expected = Array("Thisssss isssss preciousssss...".utf8)
        #expect(result.standardOutputContent.contains(expected))
    }

let result = await #expect( processExitsWith: .success, observing: [\.standardOutputContent] ) { snakify("This is precious...") } if let result { let expected = Array("Thisssss isssss preciousssss...".utf8) #expect(result.standardOutputContent.contains(expected)) }

๐ŸงชExit testing is new in Swift 6.2! Now it's easy to check whether code exits cleanly, and ensure it prints the expected output to the console. Here's a sssssuper sssssimple sssssample! ๐Ÿ More at developer.apple.com/documentatio...

19.09.2025 00:22 โ€” ๐Ÿ‘ 40    ๐Ÿ” 3    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Bioinformatics Basics: The FASTQ format and its pitfalls
YouTube video by OMGenomics Bioinformatics Basics: The FASTQ format and its pitfalls

Here is my deep dive into the FASTQ file format, and why you should not write Bash one-liners to parse FASTQ files: youtu.be/vFZtPTS9USE

16.09.2025 18:18 โ€” ๐Ÿ‘ 7    ๐Ÿ” 2    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Poster highlighting Igalia's participation in XDC 2025. It mentions the conference will take place from September 29 to October 1, in the TU Wien Building, Karlsplatz, Vienna, Austria, and Igalians will present 7 talks and lead 2 workshops.

Poster highlighting Igalia's participation in XDC 2025. It mentions the conference will take place from September 29 to October 1, in the TU Wien Building, Karlsplatz, Vienna, Austria, and Igalians will present 7 talks and lead 2 workshops.

๐Ÿš€ Our team is heading to #XDC2025 in Vienna! 7 talks + 2 workshops โ€” excited to share, learn and talk about #OpenSource graphics. More info here: www.igalia.com/2025/09/18/I...

18.09.2025 17:26 โ€” ๐Ÿ‘ 6    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Servo: A new web engine written in Rust Detailed description slide by slide of my Servo talk at GOSIM Hangzhou 2025.

Detailed description slide by slide of my @servo.org talk at GOSIM Hangzhou 2025 blogs.igalia.com/mrego/servo-...

18.09.2025 13:51 โ€” ๐Ÿ‘ 10    ๐Ÿ” 7    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
How To Affect the Future of C++ Standard in 90 Minutes - River Wu - C++Now 2025
How To Affect the Future of C++ Standard in 90 Minutes - River Wu - C++Now 2025

We have just released a new C++Now 2025 Conference Video!

How To Affect the Future of C++ Standard in 90 Minutes - River Wu - C++Now 2025

#coding #cplusplus #cpp #programming

19.09.2025 07:00 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
FUN OCaml 2025 - Live from Warsaw!
YouTube video by FUN OCaml FUN OCaml 2025 - Live from Warsaw!

Join us for FUN OCaml on the live stream at www.youtube.com/watch?v=e8Dk...

15.09.2025 07:26 โ€” ๐Ÿ‘ 5    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

@ghishadow is following 20 prominent accounts