mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

583
comptes actifs

#code

12 messages12 participants0 message aujourd’hui

“Al-Quds Brigades Take Part in ‘Moses’ Staff’, Qassam Warns Israel w/ QR Code”

by Palestine Chronicle Staff

@palestine
@israel @yemen @lebanon

“Al-#Quds Brigades, alongside #Qassam & other factions, launched the ‘#Moses Staff’ operation in Gaza, combining battlefield strikes w/ a #QR #code warning to Israel about soldiers & prisoners”

palestinechronicle.com/al-quds

#Press#Gaza#WestBank

Today's quick (late) lunchtime hack was looking at the weather forecasts in Emacs and thinking "these are a big wordy and hard to read, I wish they were neatly formatted for a glance"

Then because of the way I'd written it I was basically able to wrap my output functions, change the format, and bam, nicely formatted tables thanks to org.

Code here: github.com/twitchy-ears/metoff

I should really get this tidied up for MELPA I guess but I've not done it before.

Federico Pianzola @fpianz published his book "#Digital Social Reading" with @themitpress Direct to Open programme, which the @universityofgroningen proudly supports.

He did open #PeerReview and shared his #code / #data on #GitHub. The book was online for 4 years before print publication, getting cited and used in teaching worldwide.

Read more about Federico's experiences with the #publication and review processes.
🔗 rug.nl/library/open-access/blo

“Often, what I find most useful about these tools isn’t even writing #code but understanding it.

When I recently had to navigate an unfamiliar #codebase, I asked for it to explain its basic #flow.

The AI generated a #flowchart of how the major components fit together, saving me an entire afternoon of spelunking through the code.”

A sign of #documentation deficiency.

#VibeCoding / #AI <theverge.com/ai-artificial-int> (paywall) / <archive.md/6L0Sn>

An image showing a brain on a motherboard
The Verge · Is AI the end of software engineering or the next step in its evolution?Par Sheon Han

Doc de ffmpeg...

- contrast : float value in range -1000.0 to 1000.0. The default value is "1"
- brightness : float value in range -1.0 to 1.0. The default value is "0"
- saturation : float in range 0.0 to 3.0. The default value is "1"

Traduction... "C'est 3 devs différents qui codent contrast, brightness et saturation..."
Pololo...mais comme c'est pratique !

#tech#video#ffmpeg

I’ve added a new category to the ‘Why No AI’ part of my manifesto: ‘Programming & Security’

Chatbots helping with – or taking over entirely – software programming, what could possibly go wrong? Turns out, a lot.

Since apparently more and more devs rely on ‘AI’ to code (parts of) their software and at the same time malicious actors use ‘AI’ to deploy ransomware and hack systems, I’ve compiled a list of links to delve deeper into those issues.

Let me know if it helps and if anything’s missing, this is a work in progress.

babumenos.com/index.html#why-a

babumenos.comSocial Media is Dead! Long Live Social Media! — Babu Menos’ WebsiteBabu Menos is a Professor of Social Studies and Philosophy at the Ka’Arrat International University (KIU).

→ Will AI Ever Fully Replace #Human Coders?
spectrum.ieee.org/ai-for-coding

“Is AI ready to be a real #coder? The study offers a clear-eyed reality check amid all the #hype.”

“According to the study, #AI still struggles with several crucial facets of #coding: sweeping scopes involving huge codebases, the extended context lengths of millions of lines of code, higher levels of logical #complexity, and long-horizon or long-term planning about the structure and #design of #code to maintain code #quality.”

IEEE Spectrum · Will Coding AI Tools Ever Reach Full Autonomy?
Plus via IEEE Spectrum

rha, j'aimerais bien savoir découper des images pour faire du puzzle maison. Mais je trouve que des appli en ligne qui m'obliquent a envoyer mes images, ce que je ne veux absolument pas faire. Et pour coder ça moi même je bloque aussi.

#math#info#code

For the Linux devs…

I’m just about to publish my very first macOS app. It’s a color contrast checker for accessibility. Next up is to create a Linux version, about which I know nothing.

Based on my research, I’m going to:

1. Use Tauri and my advanced HTML/CSS skills to create the Linux version
2. Test on Ubuntu and Fedora
3. Use Tauri’s auto-updater

Any advice on security, privacy…else?

#Linux#Software#App

All code-oriented LLM tools rely on the fact your tests (via a CI) will eventually detect bad changes.

1. Who will write these test suites?
2. Writing tests requires skills, not all juniors are able to write relevant tests.
3. If tests are generated by an LLM, what trust do you put in them, and in their ability to detect bad code?
4. Automatic test generation is a research field that is not resolved (it was my PhD subject…). LLM are unable to perform well here.

#ai#trust#code