Forwarded from Hacker News (yahnc_bot)
Comp.lang.c Google Group has been banned https://groups.google.com/g/comp.lang.c
Forwarded from Hacker News (yahnc_bot)
What was the original reason for the design of AT&T assembly syntax? https://stackoverflow.com/q/42244028/334816
Stack Overflow
What was the original reason for the design of AT&T assembly syntax?
When using assembly instructions on x86 or amd64, programmer can use "Intel" (i.e. nasm compiler) or "AT&T" (i.e. gas compiler) assembly syntax. "Intel" syntax is more popular on Windows, but "...
Forwarded from Hacker News (yahnc_bot)
Nyuzi – An Experimental Open-Source FPGA GPGPU Processor https://github.com/jbush001/NyuziProcessor/
GitHub
GitHub - jbush001/NyuziProcessor: GPGPU microprocessor architecture
GPGPU microprocessor architecture. Contribute to jbush001/NyuziProcessor development by creating an account on GitHub.
Forwarded from Hacker News (yahnc_bot)
(Very) Basic Intro to Elliptic Curve Cryptography https://qvault.io/2020/09/17/very-basic-intro-to-elliptic-curve-cryptography/
Forwarded from Hacker News (yahnc_bot)
Graphics Programming Weekly https://www.jendrikillner.com/tags/weekly/
Jendrikillner
Weekly | Jendrik Illner - 3D Programmer
Forwarded from Hacker News (yahnc_bot)
Is Your Linux Version Hiding Interrupt CPU Usage from You? https://tanelpoder.com/posts/linux-hiding-interrupt-cpu-usage/#how-to-measure-interrupt-cpu-overhead-when-irq-time-accounting-is-disabled
Tanelpoder
Is Your Linux Version Hiding Interrupt CPU Usage From You? - Tanel Poder Consulting
TL;DR: Some Linux distros and even different kernel versions within a distro have disabled IRQ time accounting. In such case, your monitoring tools will report zero time spent in hardware interrupt handlers (shown as %hi, %irq, hiq, etc). It’s easy to check…
Forwarded from Hacker News (yahnc_bot)
Interactive Data Visualisation with Rust https://shahinrostami.com/posts/programming/rust-notebooks/visualisation-of-co-occurring-types/
Data Crayon
Visualisation of Co-occurring Types
In this section, we're going to use the Complete Pokemon Dataset dataset to visualise the co-occurrence of Pokémon types from generations one to eight. We'll make this happen using a chord diagram.
Forwarded from Hacker News (yahnc_bot)
Faster JavaScript Calls https://v8.dev/blog/adaptor-frame
v8.dev
Faster JavaScript calls · V8
Faster JavaScript calls by removing the arguments adaptor frame
Forwarded from Hacker News (yahnc_bot)
Introduction to the 'Why use F#' series (2012) https://fsharpforfunandprofit.com/posts/why-use-fsharp-intro/
Fsharpforfunandprofit
Introduction to the 'Why use F#' series
An overview of the benefits of F#
Forwarded from Hacker News (yahnc_bot)
Is This a Branch? https://bartwronski.com/2021/01/18/is-this-a-branch/
Bart Wronski
Is this a branch?
Let’s try a new format – “shorts”; small blog posts where I elaborate on ideas that I’d discuss at my twitter, but they either come back over and over, or the short form doesn’t convey all th…