#qbe — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #qbe, aggregated by home.social.
-
Loyalty absolutely does not pay when it comes to car insurance in Australia.
I switch every year. 5 insurers in 6 years I'm up to. The disloyalty discount is better than any loyalty discount they offer, but I can't remember who I'm with right now...
https://www.abc.net.au/news/2026-08-10/car-insurers-warned-rising-premiums-corporate-regulator-asic/107008124
#RAC #AAMI #Allianz #BudgetDirect #QBE -
Overengineered calculator: #Zig + #QBE
-
QBE – Compiler Back end: Version 1.3
https://c9x.me/compile/release/qbe-1.3.html
#HackerNews #QBE #Compiler #Back #end #Version1.3 #CompilerDevelopment #SoftwareEngineering #TechNews
-
Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
https://github.com/graemeg/blaise
#HackerNews #Blaise #ObjectPascal #Compiler #SelfHosting #QBE #OpenSource
-
For those interested in fooling around with niche compiler technology and programming languages: Here's a fun sketch of a correctness proof for Hare's sort::inplace stdlib function through symbolic execution of the QBE intermediate representation emitted by the Hare compiler.
-
I laughed out at the conclusion 😂:
“A Short Survey Of Compiler Targets”, Abhinav Sarkar (https://abhinavsarkar.net/notes/2025-compiler-backend-survey/).
On Lobsters: https://lobste.rs/s/ctbibn/short_survey_compiler_targets
#Compilers #Programming #IR #IntermediateRepresentation #GCC #LLVM #QBE
-
New #blog post. Let's write a peephole optimizer for #QBE that operates on #AArch64 assembly code. Three years ago, we did this for #AMD64 assembly code. But now that I have Arm machines, we can replicate the effort for another CPU architecture.
https://briancallahan.net/blog/20250901.html
#compiler #compilers #opensource #freesoftware #unix #bsd #freebsd #openbsd #netbsd #dragonflybsd #linux #illumos #macos #assembler #assembly
-
Qbe Insurance ( #QBE ) has released " 1Q25 Performance Update " on Fri 09 May at 08:27 AEST #Inflation #tax #government #trading #UnitedStates
https://grafa.com/asset/qbe-insurance-group-ltd-9444-qbe.asx?utm_source=asxmktsensitive&utm_medium=mastodon&utm_campaign=qbe.asx -
Qbe Insurance ( #QBE ) has released " 2025 AGM Addresses " on Fri 09 May at 08:27 AEST #Inflation #today #tax #government #UnitedStates
https://grafa.com/asset/qbe-insurance-group-ltd-9444-qbe.asx?utm_source=asxmktsensitive&utm_medium=mastodon&utm_campaign=qbe.asx -
#Tilde is an alternative (like #QBE & #Cranelift) to #LLVM for #Compilers:
“Tilde, My LLVM Alternative”, Yasser Arguelles Snape (https://yasserarg.com/tb).
Via Lobsters: https://lobste.rs/s/jvruyj/tilde_my_llvm_alternative
On HN: https://news.ycombinator.com/item?id=42782872
At Handmade Seattle 2023: https://handmadecities.com/media/seattle-2023/tb/
-
Sent a message to the QBE mailing list about implementing an ARM32 target, if anyone's interested and has any comments: https://lists.sr.ht/~mpu/qbe/%3Carpqvfamz425yybp5e3nybxrljdpfgrmf5xya4qbk54zzviibj@27ripil2acij%3E
-
Дрю ДеВолт — автор языка Hare и платформы кодохостинга SourceHut
Дрю ДеВолт объясняет , что веб-интерфейс Github.com требует множества лишних действий. Гораздо эффективнее использовать консольный почтовый клиент , отправляя тот же пулл-реквест одной командой из консоли Американский разработчик Дрю ДеВолт (Drew DeVault) известен как создатель и исполнительный директор платформы для хостинга проектов SourceHut , которую Фонд сохранения свободы ПО выбрал как альтернативу майкрософтовскому сервису GitHub (наряду с CodeBerg ) в рамках кампании Give Up GitHub по уходу свободных проектов с этого коммерческого хостинга, задача которого — генерировать продажи Copilot. ДеВолт также известен как автор нового языка системного программирования Hare, который похож на С, только лучше и проще его.
https://habr.com/ru/companies/ruvds/articles/863866/
#ruvds_статьи #Дрю_ДеВолт #Drew_DeVault #sway #wlroots #srht #scdoc #aerc #chopsui #TrueCraft #KnightOS #qutebrowser #vim #IRCклиент #WeeChat #mutt #fish #mrsh #Redict #Redis #Hare #Helios #Himitsu #QBE #LLVM
-
Randomly saw my own name in a video YouTube recommended to me (this one, at 23:35, https://www.youtube.com/watch?v=JTjNoejn4iA)
But I agree, #QBE is pretty neat. I'm even the maintainer of the #OpenBSD package of it (though @tobhe is probably smarter than me when it comes to actually using qbe).
-
@mhd, compilers backed by #QBE are pretty fast, and I’m also waiting for #Zig’s self-hosted backend.
-
-
A wild #blog post appears!
Let's study the #LLVM and #GCC optimizers around the question of increments and decrements and see how they differ. Then we can make a decision as to whether or not we want to teach those optimizations to our #QBE optimizer we've been working on.
https://briancallahan.net/blog/20220417.html
#compile #compilers #optimizer #optimizers #compile #optimize #unix #c #programming #program #bsd #openbsd #freebsd #netbsd #dragonflybsd #linux #cproc
-
A wild #blog post appears!
I wrote a peephole optimizer for QBE. QBE missed a couple of easy optimization wins, so let's use it as an opportunity to learn how peephole optimizers work and write one of our own.
https://briancallahan.net/blog/20220330.html
#compiler #compilers #compilation #compile #optimize #optimizer #optimizers #unix #openbsd #netbsd #freebsd #dragonflybsd #linux #c #cproc #qbe
-
I just published v1.0.0 of the #QBE IR Rust crate. This is my first ever project that actually hits v1.0!🎉
-
A wild #blog post appears!
Today, we learn about QBE, a quick backend for compilers. It acts as a smaller version of LLVM: it reads in an intermediate language in SSA form and outputs optimized assembly.
Let's get our hands dirty figuring out how QBE works! We'll write a Brainfuck compiler directly in QBE IR.
https://briancallahan.net/blog/20210829.html
#program #programming #code #coding #compile #compiler #compilers #qbe
-
Our iSPARQL query builder (similar to a typical #SQL #QBE) is now #OpenSource: . #SPARQL #LinkedData #SemanticWeb