stevensanderson, to programming
@stevensanderson@mstdn.social avatar
sable_vague, to random French
@sable_vague@piaille.fr avatar

Les fautes de frappe quand on code, c'est vraiment l'enfer quand on est moi...
Mais à force de devoir ajouter des s partout, ou les enlever, ou changer mes t en d ou inversement, je vais peut être finir par arrêter de taper n'importe quoi en laissant mes doigts réfléchir plus que mon cerveau.

metin, to blender
@metin@graphics.social avatar
davidbisset, to programming
@davidbisset@phpc.social avatar

When you add a small detail to a project because you a completist .

veronica, to python
@veronica@mastodon.online avatar

Any Qt + Python devs out there with any experience on calling deleteLater() from the Python side?

I have some costly dialogs I want cleared on close, and so far I've been running deleteLater() in the closeEvent, which is clearly a little risky. I do get the very rare segfault especially if I close one particular dialog which has a QTimer singleShot call. If the deleteLater() is called when it is running, I get a RunTImeError.

#Python #Qt #PyQt #OpenSource #Programming #Code

kubikpixel, to rust German
@kubikpixel@chaos.social avatar

💩→🦀 How Rust rose to dominance (by accident)

📺 https://yt.drgnz.club/watch?v=8lMQfwreqRE


parcifal, to random
@parcifal@hachyderm.io avatar

Time to call it a day! 👋

#code

almet, to random French
@almet@tutut.delire.party avatar
kubikpixel, to ChatGPT German
@kubikpixel@chaos.social avatar

Neu ist diese Info nicht und doch wird es weiträumig KI bei Programmierung eingesetzt. Deswegen aber auch Zeit für die Korrektur vom Code verschwendet.

»Qualitätsmängel – Forscher warnen vor ChatGPT-Einsatz beim Programmieren:
Viele Programmierer:innen greifen bei der Softwareentwicklung zu KI-Chatbots wie ChatGPT. Das sollten sie aber eher bleiben lassen, wie jetzt eine Studie nahelegt.«

😒 https://t3n.de/news/qualitaet-chatgpt-programmieren-1626510/


kubikpixel, (edited )
@kubikpixel@chaos.social avatar

🧵 …ergänzend zum obigen Toot folgenden Link, mal sehen wie deshalb das Programmieren mit der KI zu teuer in der Produktion werden kann?

»ChatGPT ist ein schlechter Programmier-Ratgeber:
Wie eine Studie zeigt, beinhalten ChatGPT-Antworten auf Programmierfragen oft Fehler.«

🤥 https://www.inside-it.ch/chatgpt-ist-ein-schlechter-programmier-ratgeber-20240527


#ki #code #kunstlicheintelligenz #chatgpt #programmierung #programmeren #it

parcifal, to opensource
@parcifal@hachyderm.io avatar

Making lots of nice Open Source Projects = Cool

Realizing you have to maintain them all = Scary

😆

#opensource #code

croc, to webdev
@croc@mastodon.social avatar

🤓 This is gonna be a extremely nerdy toot, but my most favorite piece of code I ever wrote is a small TypeScript library complete with unit tests that makes it super simple to filter a list of domain names by various criteria.

https://github.com/crock/domainfilter
https://www.npmjs.com/package/domainfilter

#domains #webdev #code #typescript #javascript

BlumeEvolution, to random German
@BlumeEvolution@sueden.social avatar

Guten Morgen - Tässle Kaffee ☕️?

Meine KI- endet mit dem heutigen Post und ich möchte allen danken, die sich dafür interessiert oder gar mit Drukos eingebracht haben. Sogar der -Account hat heute Nacht nochmal fossil kommentiert! 😎

In der letzten Folge argumentiere ich dafür, dass unser bereits vom linearen zum emergenten KI- 🤖 übergeht - und unsere die Chancen nutzen sollte. Viel Freude beim Lesen! 📖 https://scilogs.spektrum.de/natur-des-glaubens/die-erste-ki-quellcode-klausur-am-kit-karlsruhe-reflexionspapier/

orhun, to rust
@orhun@fosstodon.org avatar

Today I found a tool for presenting on the terminal! 🔥

🌊 presenterm: A markdown terminal slideshow tool.

🚀 Supports images, GIFs, code highlighting and more!

🦀 Written in Rust!

⭐ GitHub: https://github.com/mfontanini/presenterm

video/mp4

mattotcha, to Archaeology
@mattotcha@mastodon.social avatar
kubikpixel, to security German
@kubikpixel@chaos.social avatar

»Argon2 vs. bcrypt vs. scrypt: which hashing algorithm is right for you?«

As far as I know, Argon2 is a current secure solution for storing passwords. In my opinion, too many online services do not use this solution or do not fund it (fast enough) to update their services.

🔐 https://stytch.com/blog/argon2-vs-bcrypt-vs-scrypt/


kubikpixel, to github German
@kubikpixel@chaos.social avatar

Wenn dies unter Umständen "unauffindbar" Fehler und zu umständlichen Code erzeugt, sprich Mathematik "seltsam" umgetzt. Es ist ein Hilfsmittel aber sehe nur ich es so oder ist meine Kritik übertrieben?

»Softwareentwicklung – Github Copilot wird direkt in Visual Studio integriert:
Microsoft Build 2024 Mit Visual Studio 17.10 kommen diverse Neuerungen. Unter anderem kann Github Copilot bei der Generierung von Code helfen.«

🤖 https://www.golem.de/news/softwareentwicklung-github-copilot-wird-direkt-in-visual-studio-integriert-2405-185208.html


davidbisset, to programming
@davidbisset@phpc.social avatar

"Clever code is probably the worst code you could write... and clear, readable code is probably the hardest #code to write."

https://read.engineerscodex.com/p/clever-code-is-probably-the-worst #programming #coding

tmaz, to random French
@tmaz@piaille.fr avatar

Le saviez-vous ?
Git ≠ Github

Vous pouvez versionner votre code sans travailler gratuitement pour les actionnaires de Microsoft et compagnie.

Par exemple, et notamment pour vos projets libres : https://codeberg.org/ (c'est une asso berlinoise)

➡️ @Codeberg

#git #code #dev #logiciel

kubikpixel, to rust
@kubikpixel@chaos.social avatar

Blessed.rs: An unofficial guide to the Rust ecosystem

🦀 https://blessed.rs


kubikpixel, to rust
@kubikpixel@chaos.social avatar
w84death, to ai
@w84death@fosstodon.org avatar

User: Make simple python application using pygame. Let it opens in the center of the screen, be 512x512 in size and have a hearth icon/shape inside that changes size in hearthbeat fashion.

It works! Looks like Sci-Fi when it does each step just as any other junior programmer. Runs code, checks errors, adds graphics (almost hearth) and in the end even creates venv for this project.

I'm using OpenAI API for this.

=> https://github.com/entropy-research/Devon

#AI #GPT4o #Code #Python

image/png

amoroso, to Lisp
@amoroso@fosstodon.org avatar

The Medley site has an experimental mirror of the source tree https://interlisp.org/src (may change) where Interlisp sources and TEdit files are available as PDFs, with the former prettyprinted and syntax highlighted.

A nice feature is bitmaps in Interlisp files are rendered as actual bitmaps like in this snippet of an address book program:

https://interlisp.org/src/lispusers/ADDRESSBOOK.pdf

AddressBookBM is a bitmap, AddressBookMask a mask for the transparent background of AddressBookBM.

veronica, to opensource
@veronica@mastodon.online avatar

One benefit of a Monday being a holiday because someone did something 2000 years ago is that I can treat it as a work day where I work on my open source project instead of regular work code. 😁

kubikpixel, to rust
@kubikpixel@chaos.social avatar

»Parser library using nom for VB6 (projects, forms, designers, etc).
VB6Parse aims to be a complete, end-to-end parser library for VB6. Including.«

It was a very, very, very long time ago when I had to extend and correct VisualBasic code, now I can also do it via Rust. Admittedly, the project is very young and I don't want to have to use it, but I understand why it exists.

🦀 https://github.com/scriptandcompile/vb6parse


  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines