Skip to main content

Search

Items tagged with: Code


In the meantime, I've done this.
I'm not sure what to call it.
Have a nice Sunday! (Yes, that's a good title.)

TRILine serie. (I know I said I was moving on...)

#processing #code #generativeArt #conceptual #CreativeCoding


Arbeitet hier noch irgendwer noch mit #SVN statt #Git (oder anderer modernerer Alternativen). Falls ja: Warum SVN statt Git?

Bitte nur antworten, wenn ihr #Code oder Skripte schreibt / entwickelt.

#Entwicklung #VersionControl #development

  • Ich nutze SVN (5%, 2 votes)
  • Ich nutze Git (91%, 33 votes)
  • Ich nutze etwas anderes (gern angeben) (2%, 1 vote)
  • Ich nutze gar keine Versionsverwaltung (0%, 0 votes)
36 voters. Poll end: 2 weeks ago


Β»Veraltete Chromium-Basis β€” Beliebte KI-Coding-IDEs gefΓ€hrden Millionen Entwickler:
Forscher schlagen Alarm: Die KI-Coding-IDEs Cursor und Windsurf enthalten eine uralte Chromium-Version mit mindestens 94 bekannten SicherheitslΓΌcken.Β«

Mensch sollte doch nicht jeglichen Hype blind glauben und doch tun dies sogenannte Fachmenschen andauernd. Von deren blindem Vertrauen vieler Entwickler toote ich noch nicht.

🀨 golem.de/news/veraltete-chromi…

#ki #entwickler #code #chromium #ide #itsicherheit #aicoding


EDIT: this problem was fixed using trim() on the variable.

Need a little help with SQLITE3 and PHP.

When I use the following code:
$statement = $db->prepare('SELECT * FROM programme WHERE progchanname = :progchanname');

$statement->bindValue(':progchanname', $channel);

$res = $statement->execute();

Nothing is returned.
But if I substitute the variable $channel with 'HGTV' I get results.

Why is the variable not being accepted?

#Code #PHP #SQLITE3


MigrΓ© mi sitio web a Codeberg e hice un primer post al respecto:

a-chacon.com/web/2025/09/07/we…

#code #github #codeberg


Hass Core Installer 2025.9.0 Released – A Simple tool for manual Home Assistant Core Installations
I have released Hass Core Installer 2025.9.0! There are no changes in this version besides upgrade to the latest Home Assistant.

Hass Core Installer is a free and open source tool that helps you install and manage Home Assistant Core using the manual installation method. Even though this method is now officially deprecated
joseph.zikusooka.com/?p=2767
#Apps #Code #Linux #Tools


My criticism about #PHP Fibers after two years of implementation:

You will still use #FrankenPHP.

I'm still wishing for PHP to handle async IO like #Golang does, especially when you want a database query or a file processing that will take its sweet time while you do something else.

#Programming #SoftwareDevelopment #Software #Development #Coding #Code #JavaScript #WebDevelopment #WebDev


Β»UnabhΓ€ngigkeit von GitHub endet – #Code-Plattform wird Teil von #Microsoft #CoreAI:
Microsoft hat sich die Entwicklerplattform GitHub mit dem jetzt erfolgten Abgang des bisherigen CEOs Thomas Dohmke vollstÀndig einverleibt. Nach der vor einigen Jahren erfolgten Übernahme verliert #GitHub damit seine #UnabhÀngig'keit. Für Entwickler in aller Welt kânnte dies drastische Folgen haben.«

Wenn dies nicht mal ein Argument ist um fΓΌr #OpenSource zB auf @Codeberg zu wechseln?

πŸ‘‰ winfuture.de/news,152865.html


I asked ChatGPT of an interpretation of the phrase called "Code is Poetry" stated at the bottom at WordPress.org, and those are the results, pretty fitting, in my opinion. πŸ˜…πŸ˜‰

Part 1 of 4

πŸͺΆ β€œCode is Poetry” – The WordPress Edition

Code is Poetry.
But this poem was written in 2005,
on a napkin,
in PHP 4,
and every line must still rhyme with Internet Explorer 6.

#Code #ChatGPT #Interpretation #Napkin #PHP #InternetExplorer #Poetry #WordPress


PHP people,

I'm trying to convert some python that I wrote many years ago to #PHP. The code takes a word (string) and converts it into IPA(International Phonetic Alphabet) based on an alphabet character=>IPA dictionary (array).

In Python every string is an array, but in PHP it's not.

How do I iterate over a string not just seeking for individual characters but also for groups of characters? For instance the word 'light' I'd want to seek for 'igh', which would be converted to 'aΙͺ'

TIA

#Programming #Python #ConLang #Code


#Laravel is a dictatorship, not a democracy.

Some great PR get shot down because Taylor simply doesn't want to.

It would be great to make a fork and make all PR be vote based. Who knows if I fork it and make an app just for that.

#Programming #PHP #Software #Code #Coding #


The image shows a screenshot of a social media post. The post has a dark background with white text. At the top, there is a title that reads "Markdown syntax refreshment." Below the title, there is a code snippet enclosed in triple backticks, which reads:

golang<br>JSR $FDD2<br>BRK<br>

The post includes a comment that says, "Prefect I remembered the syntax well." Below the comment, there are several hashtags: #Markdown, #code, #backticks, #programming, #RetroComputing, #C64, and #Assembly. The post has 4827 likes, as indicated by the number next to a blue button with a right-pointing arrow. The interface includes various icons for actions such as sharing, commenting, and liking, along with a microphone icon for voice input. The user's profile picture is visible in the top right corner, showing a small image of a bird on a red background.

Provided by @altbot, generated privately and locally using Ovis2-8B

🌱 Energy used: 0.235 Wh


Β»6 Fehler, die sich Rust-Devs sparen sollten:
Wenn Sie Rust-Code schreiben, sollten Sie dieses halbe Dutzend Verfehlungen tunlichst vermeiden.Β«

Das Programmieren in Rust auch nicht an einem Wochenende gelernt ist, wie viele Scriptsprachen, ist klar. Durch deren PrÀzision aber auch sehr sicher (Fehler sind überall von Menschen einfließbar) und schnell, auch per WASM im Webbrowser.

πŸ¦€ computerwoche.de/article/28340…

#rust #rustdev #rustlang #programmieren #code #kodieren #wasm #webdev #dev



An Alternative Way to Install Home Assistant Core
Hass-Core-Installer Version 2025.5.1 Released

Official support for installing Home Assistant Core, Supervised, and some other methods will soon end (see announcement). If you still want to run Home Assistant Core on your own hardware, I have good news!

I’ve released a new and improved version of hass-core-installer. This tool makes it easy to install Home Assistant Cor
joseph.zikusooka.com/?p=2658
#Apps #Code #Linux #Tools


me guarding my spaghetti code like it's sacred

#coding #code #programming #meme #funny


My Laravel PR was shot down, but I may give it a chance later in the year to use Property Hooks as attribute cast.

Why? I blindly guess that using Property Hooks are less computationally costly but also IDE friendly.

#PHP #Laravel #PHP8 #PHP84 #Programming #Code #Coding #SoftwareDevelopment #WebDevelopment #WebDev


Let's see what the PHP gods say about that "bug"

github.com/php/php-src/issues/…

#PHP #Programming #SoftwareDevelopment #Development #Coding #Code #Software #WebDevelopment #WebDev #Bug #GitHub #Git


I fully expect #Laravel to start deprecating the `Attribute` cast starting with Laravel 13.x.

I have, quite literally, no argument to use Attribute casts over Property Hooks. Plus, because these are native, there is no overhead.

#PHP #Programming #WebDevelopment #Technology #Code #Coding #SoftwareDevelopment #WebDev #PHP84 #PHP8


You want a crazy idea? Add an "__outScope" built-in method for classes.

It will run when the scope of the variable that holds the class instance ends.

Imagine the possibilities.

#PHP #Programming #Software #SoftwareDevelopment #WebDevelopment #WebDev #ApplicationDevelopment #AppDevelopment #Coding #Code


GitLab CFO, Brian Robins, says they are β€œaligned with the goals of DOGE, because the company’s software tools aim to help people do more with less. What the Department of Government Efficiency is trying to do is what GitLab does.”

archive.is/okSlz

You either support fascism or you don’t. It’s binary. There’s no gray area or β€œaligning.”

Considering GitLab? Don’t. Use @Codeberg.

(Hat tip @aphyr)

#Code #Dev #Development #Codeberg #GitLab #Fascism #GIT


Β«Kleine Code-Anpassung in Linux soll in Datenzentren viel Strom sparen:
Kanadische Informatiker haben eine MΓΆglichkeit entdeckt, den Energieverbrauch von Rechenzentren wahrscheinlich erheblich zu senken - und das mit einer Anpassung von nur 30 Zeilen Code im Linux-Betriebssystem.Β»

Das ist moderne Software Entwicklung und nicht das verschwenden von Energie um deren Aufwand zu rechtfertigen.

🐧 winfuture.de/news/148400

#linux #umweltschutz #energie #code #stromsparen #informatik #software #it

Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmst du dieser Verwendung zu. https://inne.city/tos

⇧