Today was the first time someone else created a pull request for Lightbeam since I started maintaining it🥹

Thank you Nyokki_Slayer🫶

https://codeberg.org/chikl/Lightbeam/pulls/87

#Lightbeam #PullRequest

better contrast light theme

Solves #83 Changed buttons's background color, aside's background color and h2's color in the light theme hoping to achieve a better contrast

Codeberg.org

Vibe-Coder entdecken die Langsamkeit für sich

Stellt euch vor, ihr bekommt einen Pull-Request mit einem Patch für eure Video-Library, der in Assembly-Code geschrieben und dann rund 1,5 bis 2,7 mal langsamer als der C-Code ist.

Ist den VideoLAN-Leuten mit ihrer AV1-Library dav1d so passiert.

War natürlich Vibe-Coding und der Nutznießer (Ersteller ist er ja nicht) hat den Code selbst nicht mal getestet (mangels passender Hardware), geschweige denn einen Benchmark gefahren (weil Vibe-Coder aka dumm).

Um wie viel wollen wir wetten, dass da draußen tagtäglich gut laufender Code durch anderen ersetzt wird, der mehr Ressourcen und Kosten frisst, zusätzlich zu den steigenden AI-Kosten? Aber das wird toll!

🔗

#shortpost #blogpost #blog #AV1 #AI #Vibe-Coding #PullRequest #VideoLAN #Claude #Benchmark #Ressourcen #Langsamkeit #Kosten

arm/64: add SVE2 bilinear prep for 8bpc (!1869) · Merge requests · VideoLAN / dav1d · GitLab

arm/64: add SVE2 bilinear prep for 8bpc

GitLab

Ever since setting up #Indiekit for adding #Micropub capabilities to my #Hugo blog, I have only used its web UI to post notes, photos, and likes (haven’t tried other clients yet).

The interface is not bad, but one thing that that bugs me is how links are handled. I am so used to directly pasting in URLs into selected text...

View full note: https://burgeonlab.com/notes/2026/0430-104551

Syndicated via https://getindiekit.com

This is post 37 of #100DaysToOffload

#foss #indieweb #opensource #pullrequest #markdown

💬✨ In a groundbreaking 4-minute treatise, Jake Worth reveals the ancient secrets of pull request commenting: If it's all nitpicks and nonblocking, approve it anyway! 🎉 Who knew that caring about code could be as simple as leaving comments and hitting the approve button simultaneously? 🙃🔍
https://www.jakeworth.com/posts/on-commenting-and-approving-pull-requests/ #pullrequest #commenting #codingtips #softwaredevelopment #codequality #HackerNews #ngated
On commenting and approving pull requests

After reviewing a lot of pull requests, I’ve settled on a simple default: if my comments are all nitpicks, suggestions, questions, or non-blocking issues, I leave them and approve the PR at the same time.

Jake Worth

Cursor (@cursor_ai)

Cursor가 클라우드 에이전트가 생성한 데모와 스크린샷 같은 작업 산출물을 PR에 첨부할 수 있게 했다. 이제 GitHub에서 팀이 에이전트의 결과물을 직접 검토할 수 있어 코드 리뷰와 협업 효율이 크게 높아진다.

https://x.com/cursor_ai/status/2042287192895267212

#cursor #github #cloudagents #pullrequest #aimlops

Cursor (@cursor_ai) on X

Cursor can now attach demos and screenshots of its work to PRs it opens. Your team can review artifacts created by cloud agents directly in GitHub.

X (formerly Twitter)

It is close. The #jscc26, the #JavaScript inspired but not excluding other topics #barcamp will open registration Monday, April 13th.

Are you interested to come? Well, it is just one #pullrequest away.
What? Yes, it is a pull request. The entire event is sponsored and you get in for free, you just have to show some commitment to create a PR and get all the tests to pass to get in.
Back you get the same from all other participants, commitment.

Looking forward to see you.
#jscc26 #unconference

TurboQuant model weight compression now graces #Llamacpp, but only if you speak fluent Metal! 🏋️‍♂️ Meanwhile, everyone else waits for TheTom to bless us with a #CUDA port, assuming he ever emerges from the GitHub labyrinth of Pull Request 45. How many engineers does it take to compress a llama? 🤔
https://github.com/TheTom/llama-cpp-turboquant/pull/45 #TurboQuant #Metal #PullRequest #HackerNews #ngated
feat: TQ4_1S weight compression (Metal only, needs CUDA port) by TheTom · Pull Request #45 · TheTom/llama-cpp-turboquant

Summary TQ3_1S (3-bit, 4.0 BPW) and TQ4_1S (4-bit, 5.0 BPW) weight quantization using WHT rotation + Lloyd-Max centroids V2.1 fused Metal kernel: zero threadgroup memory, cooperative SIMD rotation...

GitHub
🎉 Oh joy, another #C++ #backend for OCaml! Because what the world really needs is more ways to make the already impenetrable C++ even more unbearable! 🙄 Congrats to the brave souls ready to venture into the abyss of Pull Request 14701, where #GitHub buzzwords go to die. 🚀
https://github.com/ocaml/ocaml/pull/14701 #OCaml #PullRequest #DeveloperHumor #TechCommunity #HackerNews #ngated
C++ support by stedolan · Pull Request #14701 · ocaml/ocaml

This patch adds a new C++ backend to ocamlc, improving on the unincremented C currently in use by the runtime and FFI. As an example, here's a simple program that computes the prime numbers up ...

GitHub

idea regarding #code #review:
intentionally adding #bugs into #code to check if the #reviewer discovers them.
if the reviewer does not find them, then their #review is questionable.
of course the added bugs should be removed before merging ;-)

I am wondering if a concept like this already exists ...
#codequality #softwareengineering #quality #software #git #pullrequest #mergerequest