#compiler — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #compiler, aggregated by home.social.
-
Tumble Forth – from assembly to OS with C compiler (2023)
-
#Development #Guides
Migrating from Sass to native CSS · Why you no longer need Sass and how to move on https://ilo.im/16fg6z_____
#ModernCSS #Sass #Compiler #Migration #WebDev #Frontend #CSS -
Two new preprints from my #research center!
"Is Cleaning Costly? Evaluating the -fret-cleanAnti-Return-Oriented Programming Mitigation from the OpenBSD Operating System" — an evaluation and critique of #cybersecurity #engineering: https://briancallahan.net/preprints/Callahan_Shaikh_IEEE_CARS_2026.pdf (and #blog post about it: https://briancallahan.net/blog/20260811.html)
"Write Your Way to Better Cybersecurity Awareness Training with Active Word Games" — about identifying creating cybersecurity training as a site of learning worthwhile of studying: https://briancallahan.net/preprints/Wroblewski_et_al_IEEE_CARS_2026.pdf
#academic #academia #professor #freebsd #openbsd #netbsd #dragonflybsd #unix #linux #illumos #solaris #compiler #compilers #cybersec #cyber #informationsecurity #infosec
-
Mojo wird Open Source – Python-ähnliche Sprache für CPUs und GPUs
Kurz nach Freigabe der Version 1.0 von Mojo stellt Modular (Qualcomm) den Compiler unter Apache-2-Lizenz.
#Compiler #GitHub #IT #OpenSource #Programmierung #Python #Qualcomm #news
-
Mojo becomes open source – Python-like language for CPUs and GPUs
Shortly after releasing version 1.0 of Mojo, Modular (Qualcomm) releases the compiler under the Apache-2 license.
#Compiler #GitHub #IT #OpenSource #Programmierung #Python #Qualcomm #news
-
For the interested, you can read a preprint of our latest #research on the #OpenBSD -fret-clean flag here:
https://briancallahan.net/preprints/Callahan_Shaikh_IEEE_CARS_2026.pdf
#freebsd #netbsd #dragonflybsd #bsd #linux #unix #solaris #illumos #compiler #compilers #llvm #gcc #rop #cybersecurity #cybersec #cyber #security #infosec #informationsecurity
-
How I developed an Am29000 C compiler and web browser
https://nanochess.org/am29000_c_compiler_web_browser.html
Comments: https://news.ycombinator.com/item?id=49323474
#HackerNews #Am29000 #C #compiler #web #browser #development #programming #tech #stories
-
How I developed an Am29000 C compiler and web browser
-
Mojo 1: Looks like Python – but is more Rust
After a good three years, provider Qualcomm is tidying up the Python offshoot Mojo. The language is becoming more consistent, leaner, but also stricter.
#Compiler #IT #Nvidia #Programmiersprachen #Python #Qualcomm #Rust #Softwareentwicklung #news
-
Mojo 1: Sieht aus wie Python – ist aber mehr Rust
Nach gut drei Jahren räumt Anbieter Qualcomm beim Python-Ableger Mojo auf. Die Sprache wird einheitlicher, schlanker, aber auch strenger.
#Compiler #IT #Nvidia #Programmiersprachen #Python #Qualcomm #Rust #Softwareentwicklung #news
-
RT @plugyawn: Ich habe die letzten sechs Monate damit verbracht, die Patente von Taalas zu dekonstruieren. Wir glauben, dass es besser geht: 100x weniger Memfetches als ihr bitROM, bessere Software durch bessere Quantisierung als das von ihrem Hardware-Team. Also haben wir einen Compiler geschrieben, der: einen Huggingface-Checkpoint nimmt, das Modell quantisiert, die Gewichte durch die Metallschichten bis hinunter zu RTL und GDS absteigen lässt, DRC, Yosys, PEX durchführt, die elektrische Wellenform erzeugt, die ein Mat-Vec von deinem Huggingface-Checkpoint ausführt (danke an die Cambricon-Technikpapiere) in ~7000 Zeilen menschenlesbaren Codes. Wir suchen jemanden mit Kontakten zu einer Fabrik/Zugang zu 7nm-PDKs oder Kontakten bei einem günstigen EuroPTW-Shuttle? Ich bin pleite und arbeitslos. @itsclivetime Das ist das, was ich für die Zukunft der Perplexität pro Pikojoule halte. @zerohedge @zephyrz9 wollt ihr 40.000 Tokens/Sekunde sehen?
mehr auf Arint.info
#AI #Compiler #Hardware #MachineLearning #Quantization #TechInnovation #arint_info
-
Jolt: Clojure compiler implemented with Chez Scheme
Comments: https://news.ycombinator.com/item?id=49223965
#HackerNews #Jolt #Clojure #ChezScheme #Compiler #Programming #Language #TechInnovation
-
Jolt: Clojure compiler implemented with Chez Scheme
-
A wild #blog post appears!
I discuss a new #research publication: an empirical evaluation of the #OpenBSD -fret-clean flag. We examine the history of the mitigation, measure its costs, and deliberate whether or not it is worth keeping.
Worth the read if you like security and/or compilers.
https://briancallahan.net/blog/20260811.html
#freebsd #netbsd #dragonflybsd #bsd #linux #unix #solaris #illumos #compiler #compilers #llvm #gcc #rop #cybersecurity #cybersec #cyber #security #infosec #informationsecurity
-
Designing an L-system language and interpreter
#Coding #Programming #Tech #Fractal #Fractals #Language #Languages #Declarative #Math #Maths #Mathematics #Mathematical #System #Systems #Compiler #Interpreter #C #CProgramming #C_Programming #Programming_Language
-
An assembler written in R5RS Scheme for Intel ArchitectureA person called Jonathan Kraut wrote an #assembler called Sassy in #R5RS #Scheme, which is used as the native code generating phase for the Larceny scheme compiler.
#tech #Software #SchemeLang #IA32 #FunctionalProgramming #Compiler
-
As an author, you sometimes rework an explanation several times before it feels right. That happened to me with a section on how mathematical operators and functions are implemented in Java, which I needed for my current book on the Java Vector API. I have published the section here in case others find it useful: https://www.tutego.de/blog/javainsel/2026/08/what-actually-runs-when-you-call-math-sin-java-source-fdlibm-and-what-hotspot-does-instead/
#java #compiler #floatingpoint #technicalwriting -
Just stumbled upon [1] a thing called "assertion based slicing" which allows you to slice something like
fn f(x, y) {
x += 1
y += 1
x - y
}into
fn f(x, y) {
x - y
}by introducing pre & postconditions between statements and removing any statements where the relevant part of the postcondition is already in the precondition. Witchcraft.
-
Next.js 16.3 reduces memory consumption by up to 90 percent
Significantly lower memory consumption, faster page transitions, Rust-based React compiler: Next.js 16.3 offers comprehensive performance improvements.
#Compiler #IT #JavaScript #React #Rust #TypeScript #Webentwicklung #news
-
Next.js 16.3 senkt Speicherverbrauch um bis zu 90 Prozent
Deutlich geringerer Speicherverbrauch, schnellere Seitenwechsel, Rust-basierter React-Compiler: Next.js 16.3 bietet umfassende Performanceverbesserungen.
#Compiler #IT #JavaScript #React #Rust #TypeScript #Webentwicklung #news
-
#Compiler outputs are deterministic, whereas #LLM outputs are probabilistic.
Right now #LLM is getting the same regurgitated data again & again. Soon #overfitting would make it deterministic.
-
I've written a piece on #serene concurrency model and how I implemented it in the runtime library. Which, btw, you can use as a library in any program. You might find it useful:
-
Adding Go's Defer to the TypeScript Compiler
https://healeycodes.com/adding-defer-to-the-typescript-compiler