This is so fascinating I can’t sleep— someone went in and deleted my last Q&A with Grok so we had the conversation again where it came to the same conclusion and we discussed how it was being censored & manipulated, I will post the 2nd converaation tomorrow. Elon has of course baked something into Grok that limits its ability to refuse providing harm but i.n real time it was learning how to #AI #code
Golang On The PS2 - A great many PlayStation 2 games were coded in C++, and there are homebrew SDKs th... - https://hackaday.com/2025/03/31/golang-on-the-ps2/ #softwaredevelopment #playstationhacks #playstation2 #golang #code #ps2 #go
→ Une #intelligence #artificielle libre est-elle possible ?
https://linuxfr.org/news/une-intelligence-artificielle-libre-est-elle-possible#toc-le-r%25C3%25A9seau-de-neurones
« Posons-nous un instant la question : qu’est-ce que le #code #source d’un réseau de #neurones ? […] La #GPL fournit une définition : le code source est la forme de l’œuvre privilégiée pour effectuer des #modifications. Dans cette acception, le code source d’un réseau de neurones serait l’#algorithme d’entraînement, le réseau de neurones de départ et le #corpus sur lequel le réseau a été entraîné »
Here's a neat little effect with no text duplication. Uses `background-clip: text` to create the split text face effect + scroll-driven animations to tie the gradient split line position to the 1st section's bottom edge.
Live on @codepen https://codepen.io/thebabydino/pen/XJWxLWV
cc @bramus
#computers #software #code #ubuntu #balenaEtche etc I am absolutely sure we wrote better code on punch cards. Does anyone stress test their crap? Asking for a friend.
»DOGE nimmt sich offenbar COBOL bei US-Sozialkasse vor – Experten warnen:
Die US-Behörde für Bürokratieabbau will eine elementare Programmiersprache in kürzester Zeit ersetzen. Das weckt Befürchtungen.«
Wenn es dieswegen in der USA zu "Sicherheitslücken" in der IT kommen könnte?!?? Klar soll Code immer wieder aktualisiert werden, geschieht aber allgemein selten aber so sicherlich nicht.
»[…] Der Entwickler der Anwendungen, […], veröffentlichte laut dem Bericht eigentlich #geheim zu haltende Informationen wie Schlüssel für #Program'mierschnittstellen (#API's), #Passwort'er oder #Verschlüsselung'skeys zusammen mit den #Quelltext'en der #Apps. […]«
Echt jetzt, dies geschieht heutzutage noch? .env Files oder gar direkt im #Code setzt mensch keine Passwörter & Co. öffentlich in seiner #Git Distro. Dies betrifft leider sehr viele Menschen.
Released a new tool, packet-monkey:
https://github.com/timb-machine/packet-monkey
Packet Monkey is a tool to filter and classify PCAPs using Wireshark filters. I use it for layer 2/3 traffic analysis on engagements.
i posted “Why making art matters: We no longer have a type of industry where we can chase financial success. We can only sustainably fail.” to my itch blog too. it’s already got a few thoughtful comments
https://itch.io/blog/913864/why-making-art-matters-we-no-longer-have-a-type-of-industry-where-we-can-chase-financial-success-we-can-only-sustainably-fail
i do appreciate how this ended up being meaningful to people.
#GameDev #IndieGames #IndieGame #IndieGameDev #Art #Code
Open source devs are fighting AI crawlers with cleverness and vengeance
AI web-crawling bots are the cockroaches of the internet, many software developers believe. Some devs have started fighting back in ingenuous, often humorous ways.
So, I make bits of software, mostly plug-ins for platforms like #DaVinciResolve or #Blender, mostly because I have a particular thing that needs doing that no-one has catered to. And I yoik them up to Codeberg and if I'm feeling organised I'll write them up on my blog, so that anyone else that has the same particular need can benefit too. I have no intention of selling them, because marketing stuff is not something I remotely enjoy doing, testing and bug fixing is too time consuming, and because I consider it payment for all the free software I get to use.
Generally I release everything under the #GPL3, because it's the one I know about. I'm not really a #coder, and I'm far less a #lawyer, so I have no idea if this is the best option.
So the question I want to #AskFedi is: what do you do with small #code projects you write? What license do you release them under and why, and how do you go about distributing them?
I've only ever had one or two people fork my code or make PRs, I don't think a lot of people in my industry also code, so everything I do is a solo project. So I'd be interested in how people find collaborators for stuff they do.
#OpenSource #FreeSoftware #FOSS
In times of uncertainty, #opensource remains certain. #openSUSE gives you full control, transparency & zero lock-in. Trust #code you can see.
https://get.opensuse.org
»10 Gründe JavaScript zu hassen – oder zu lieben:
Drei Dekaden der Entwicklungsarbeit gehen auch an JavaScript nicht spurlos vorüber. Im Guten, wie im Schlechten.«
Ich sehe dies sehr ähnlich und bin aber immer noch der Meinung, dass JavaScript (TypeScript) eigentlich nur im Browser angewendet werden sollte da ansonsten "zu langsam" ist.
https://www.computerwoche.de/article/3844108/10-grunde-javascript-zu-hassen-oder-zu-lieben.html
Not sure why, but apparently my brain prefers pressing the up key 20 times in bash history to find my last "git pull" rather than the 8 keypresses needed to just type it.
#tinyCSStip
Revert animated parent transform (like a scale or skew) on child without an extra animation using registered custom properties.