Missed the protest at the Tesla dealerships and showrooms this weekend?
No worries!
Come out and protest with everyone at the State Capitol on April 5th!
https://www.mobilize.us/handsoff/event/766199/
There are plenty of protests to go around!
Missed the protest at the Tesla dealerships and showrooms this weekend?
No worries!
Come out and protest with everyone at the State Capitol on April 5th!
https://www.mobilize.us/handsoff/event/766199/
There are plenty of protests to go around!
I am a bit curious - does C map directly to the hardware, or vaguely similar to how there's the GC memory auto-allocation abstraction in GC-based languages, it abstracts over a PDP-11?
En el stream de hoy, seguiremos experimentando con Assembly! haremos otro programa sencillo peo complejo para seguir aprendiendo y consolidado conocimientos :D!
Title: GNOME Mahjongg
️ What's: A libre Mahjong game in its solitaire variant
️ https://wiki.gnome.org/Apps/Mahjongg
️ https://gitlab.gnome.org/GNOME/gnome-mahjongg
#LinuxGaming #ShareYourGames #Flagship #BoardGame #Assembly #Mahjong
️ #Libre #Arch #RPM #Deb #Flatpak #Snap
Our entry: https://lebottinlinux.vps.a-lec.org/LO.html
️ Update: 48.0
Signific. vers.
️
️ Changes: https://gitlab.gnome.org/GNOME/gnome-mahjongg/-/blob/master/NEWS
️ From: https://mastodon.social/@haeckerfelix/114202291518982267
️ https://www.youtube.com/embed/rTHhVq9A25g?start=728
️ https://www.youtube.com/embed/Vv4eeS3hmcA
You might find it useful ....check out ...
You might find it useful ....check out ...
¡Arrancamos con "Bits y Bytes"!
Hoy es un día emocionante porque comenzamos nuestra nueva serie, donde exploraremos el fascinante mundo de la programación en Assembly.
En este primer capítulo, nos sumergiremos en proyectos prácticos para entender cómo funciona el código a nivel bajo. No importa si eres nuevo o ya tienes experiencia, aquí todos aprendemos juntos.
Hoy
https://youtube.com/@CrafteandoLive
Tu curiosidad y ganas de aprender son lo que hacen que este proyecto crezca. ¡Vamos a construir algo increíble, línea por línea!
Dynamically Load Assembler Code in R : https://yumechi.jp/en/blog/2024/dynamically-load-assembler-code-in-r/
simple R SEXP in rust : https://github.com/eternal-flame-AD/typed-sexp
#Rstats #assembly #rust #coolandcrazy
The 1988 book "Structured Programming in Assembly Language for the IBM PC" by William Runnion is impressive for its breadth and depth. For example, it also covers recursion and text graphics. It's even more impressive considering how much work went into producing the book.
At 728 pages, this resource was a treasure back then and it still is to this day.
A very nice paper on 4 taboos of #programming (explicit control transfer [#GOTO], low-level programming [#assembly], #flowcharts, and global variables) - with a neat theoretical background in #anthropologic taboo theory.
Eelco Vriezekol, the admin of the marvelous #Signetics2650 page, added the audio from the #Instructor50 #cassette I recently digitized. He also did a transcription of the spoken parts!
Steps to create a simple compiler from scratch https://chat-to.dev/post?id=cFpjbjByNlAwMHpRZlRVbW5USjJ1dz09&redirect=/new #compilator #cpp #assembly #programming #csharp
This great book by Juan Antonio Rubio has been translated to english. More info and download here:
https://trastero.speccy.org/cosas/Libros/ZX_Spectrum_Assembly.htm
So…even C/C++ isn’t good enough due to SIMD?
“Why Do I Find Rust Inadequate For Codecs?”, Kamila Szewczyk (https://palaiologos.rocks/posts/rust-codecs/).
Via HN: https://news.ycombinator.com/item?id=43295908
On Lobsters: https://lobste.rs/s/nzfyoa/why_do_i_find_rust_inadequate_for_text
On /r/rust: https://old.reddit.com/r/rust/comments/1j669bm/why_do_i_find_rust_inadequate_for_codecs_in/
Pipeline release! nf-core/funcscan v2.1.0 - v2.1.0 - Egyptian Koshari - 2025-03-05!
Please see the changelog: https://github.com/nf-core/funcscan/releases/tag/2.1.0
Last week I found these cassettes with an audio manual and bit-stream software for the "#Signetics Instructor 50" #SingleBoardComputer from 1978. Today I ripped the audio to an MP3 file. Feel free to download it here:
https://cloud.uni-halle.de/s/6M6iiq8rsF4lXQ1
And take a visit to this marvelous Instructor-50 website: https://ztpe.nl/2650/hardware/signetics-instructor-50/
@neauoire
I like it so much.
If the software development was done in a right way we'd end with the most often used tools which don't have a reason to get new features anymore (text editors, spreadsheets, file managers) rewritten in the most efficient way possible. Like, idk, in C with hot path in assembly (or in Rust for security-critcal parts) with tiny memory footprint on 90% trivial cases, milliseconds to first user input etc.
In fact we have exact the opposite - asm in the office apps was absolutely normal in the 90x and I can't imagine anyone doing this nowadays, memory footprint of an empty spreadsheet is 200MB and it takes 5sec. to load with cold cache on a 3Ghz 4 cores with 16G ram with SSD. And the most items in the changelog are about fixing compatibility with some proprietary crap (in FOSS) or adding AI, moving to subscription model or even more telemetry in non-free.
#assembly #foss #spreadsheet
Solving the JIT calculator challenge
https://ochagavia.nl/blog/solving-the-jit-calculator-challenge/
Discussions: https://discu.eu/q/https://ochagavia.nl/blog/solving-the-jit-calculator-challenge/