Search

Items tagged with: development


So today it is Friday the 13th and apparently I should have stayed in my bed.

Just spent way too much time troubleshooting why the curl requests I got from Firefox by using "copy request to cUrl" did not work. Turns out it is a Firefox bug. For unknown reason it adds a caret "^" before each parameter separator in the query string in the curl request, breaking everything. 😞

bugzilla.mozilla.org/show_bug.…

#firefox #curl #development #bug #fridaythe13th




I noticed a bug in our binutils port that had been generating semi-randomly broken branch relaxation trampolines for decades.

Why did it take so long to notice this code generation bug? The branch has to reach farther than +-32MB for the branch relaxation trampoline generation to kick in. And even then not all branches were affected (the type of relocation affected it, it had to be in a link library in a specific kind of segment and not in the beginning of it). Finally, for it to actually come into play, the branch had to actually be taken, too.

What did it do wrong then? It added the offset to the target function in the link library .text segment twice. So instead of jumping to the intended function it jumped somewhere random after that. Funnily, the jump might end up hitting some code that did not crash, but did something unintended. For you all non-developer peeps: That is very, very bad.

Fun features of this bug: Since whether the trampoline was generated or not depended on the order of object code and from where the affected call was being made, the bug would pop in and out of existence even on the smallest changes to the code or link libraries. If you know a thing about debugging, this is not very conducive to locating bugs.

Needless to say this one took a lot of head scratching to finally figure out. The fix was a change on a single line.

This bug was old enough to get into bars and drink alcohol legally.

EDIT: Oops, this was supposed to be a reply to this post: infosec.exchange/@harrysintone… - so added some context.

#bugstories #bugs #development #coding


It's time for another Thunderbird Monthly Development Digest! In this month's issue, we have updates on:

* Upstream changes
* EWS features that have landed in Daily
* Our Calendar UI rebuild
* Global Messaging Database work
* The new Account Hub

#Thunderbird #OpenSource #Development

blog.thunderbird.net/2025/04/t…



February may be the shortest month, but the Thunderbird desktop team filled it with updates, improvements, and important conversations. Including:

* What you can find in the new monthly Release channel
* Talks on privacy and security
* What's landed in the Calendar rebuild work and in EWS support on Daily
* The new Account Hub, which you can test this week in Daily!
* Global Message Database and In-App Notification news

#Thunderbird #OpenSource #Development

blog.thunderbird.net/2025/03/t…


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 instead.

(Hat tip @aphyr)

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




Inspecting flamegraphs is a pain - dealing with SVG files, opening a browser… ugh.

Not anymore!

🔎 **flamelens** — An interactive flamegraph viewer for the terminal.

🔥 Works with perf, py-spy and cargo-flamegraph.

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: github.com/YS-L/flamelens

#rustlang #ratatui #tui #flamegraph #profiling #development #terminal #commandline


The latest Thunderbird Monthly Development Digest is out! You can read about:

* our experience at FOSDEM
* First Time User Experience in Account Hub
* next steps for the Global Message Database
* improvements to In-App Notifications
* and more!

#Thunderbird #Development #OpenSource

blog.thunderbird.net/2025/02/t…


Now that we're all excited about our iOS job opening, it's a great time to post the Office Hours with our Mobile Team from earlier this month. It's naturally pretty Android heavy, but we do discuss the new role and our plans for iOS!

(At FOSDEM this weekend? Meet our mobile team at our booth in Building K, Level 1!)

#Thunderbird #Development #OpenSource

blog.thunderbird.net/2025/01/v…




The October Thunderbird Monthly Development Digest is out! In it, we have updates on:

* Exchange support 🦀
* QR cross-device support 📱
* Account hub 👥
* Upstream changes and database issues 🛠️
* and more! ✨

#Thunderbird #Development #OpenSource

blog.thunderbird.net/2024/11/t…


#Naev #Accessibility #Blind #Game #Development - Hi. These guys would like to make their game accessible for us. Do me a personal favour, jump on the topic and bring in your individual expertise. Wether you are a coder, audio designer or just an ordinary blind player who knows about the mechanics needed for an accessible game, jump in and help us. I whent to their #Discord server and just asked, if there is a chance, making the game accessible at all. and now, see, they put up the Github proposal. Would like to see this really happen. Thanks for your support. github.com/naev/naev/issues/26…


Thunderbird for Android 8.0b4 is out and available for testing! Help us test the new subscription funding feature and the QR code Export to Mobile feature, now on the desktop Thunderbird Beta image! For more detailed testing notes, see our mailing list announcement. thunderbird.topicbox.com/group… Full release notes: github.com/thunderbird/thunder…

#thunderbird #development #opensource


This year's Nobel Prize in Economics is timely, given the challenges faced by democratic institutions, particularly in industrialized countries.
theconversation.com/nobel-econ…
#economics #colonialism #development



It's time for the Thunderbird Monthly Development Digest! We have updates on:

* Our Exchange progress
* Account hub development
* Global Database and Conversation View
* In-App Notification
* Source Docs Clean Up
* Cross Device Import
* Battling OAuth Changes

Read the latest and find out what's landing soon! 🛬

#Thunderbird #Development #OpenSource

blog.thunderbird.net/2024/10/t…


Nothing unlucky on our calendar today! Just an update on what we've been doing this summer for K-9 Mail/Thunderbird for Android. We have:

* Material 3 updates with screenshots 🖼️
* Progress on the move to feature modules ➡️
* A call to help update our docs 📝
* And community contributions! 💪

#Thunderbird #Android #Development

blog.thunderbird.net/2024/09/t…


August seems like it just flew by! Catch up on what the Thunderbird Desktop Team has been working on in our latest Developer's Digest. In it, we have:

more Rust! 🦀
updates on Exchange and the global database 🌐
news about the upcoming Calendar rebuild. 🗓️

#Thunderbird #OpenSource #Development

blog.thunderbird.net/2024/09/t…


Potentially way too late (as usual), but I've just released #TouchBarSpeak: an app that speaks the name of escape and F1–F12 keys when they're pressed once, and actually activates them when they're pressed twice quickly.
Originally called NSFKeys, and originally made as an experiment during the Intel Macbook/Touch Bar/Boot Camp era, rewritten this month, the app is meant to make using a touch bar on Windows more accessible.
Maybe it could still be useful?
I have also updated Capbeeper, fixing the double tray menu open bug, featuring slight sound volume adjustments, and (thanks to TouchBarSpeak), the “Run as admin” feature/option, accessible from the systray menu.
I hope any of this is useful, if it sounds like so, feel free to check things out.
nsstudiosweb.com/programs.php
#touchBar #touchBarLove #a11y #freeApps #development
#EnneNews



Our July Development Digest is out, and we've got some great highlights about the latest 128 Nebula release and upcoming features!

🌀 128 Nebula! Where to find more info and how to get it.
🐧 The Linux System Tray lands at last!
🪟 Exchange in TB Daily

blog.thunderbird.net/2024/07/t…

#Thunderbird #OpenSource #Development



Thunderbird 128 'Nebula' is out and our blog post has all the details! With Rust under the hood, a clearer Cards View, and a sharper (and more colorful) look, the future is looking fast, organized, and bright. See what's new, what's coming soon, and details on how to try it for yourself!

blog.thunderbird.net/2024/07/w…

#Thunderbird #OpenSource #Development



The June Development Digest is here, with updates right before the release of the new ESR next week! We're keeping things short and sweet, and so read on for:

🐛 So Many Bug Fixes
🎨 Account Colors - Finally!
🔄 Sync Updates
🙏 One More Beta Appeal

blog.thunderbird.net/2024/07/t…

#Thunderbird #Development #OpenSource


Developers 👏 Developers 👏 Developers 👏 Developers! Did you know that you can embed #LibreOffice into your applications? Find out more on our dev blog: dev.blog.documentfoundation.or… #foss #opensource #coding #development


Hello Hello jamers 😎

🚨Since our last interaction, the Jami #team has focused on enhancing the user experience. We have prioritized improvements and bug fixes that will make a positive difference in your day-to-day use.

👀 Want to know more about the jami's #development progress? Read our Dev update 8 !

Here is the link : jami.net/dev-update-8/

#Jami #opensource #P2P #App #PrivacyMatters


[Video and PDF presentation now available at the blog link below!]

Our last Office Hours session was an inside look at Thunderbird's build and release process. Wayne and Daniel ran through an informative presentation, answered questions, and treated us to live demos showing how a new Thunderbird build gets pushed and promoted to release.

Check it out: blog.thunderbird.net/2024/06/m…

#Thunderbird #Community #Development


We've got a Thunderbird for Android/K-9 Progress Report for May, coming in hot! 🔥

✅ Material 3 Updates
✅ Android 14 Targeting
✅ Good News Re: F-Droid Metadata

...and more, including Community Contributions! Check it out on the Thunderbird Blog: blog.thunderbird.net/2024/06/t…

#Thunderbird #Android #Development



Hello jamers 😎

🚨 Over the past two weeks, the development #team has focused on improving Jami's overall reliability by stabilizing the application through bug fixes.

👀 Want to know more about the jami's #development progress? Read our Dev update 7 !

#Jami #opensource #P2P #App #PrivacyMatters

Here is the link : jami.net/dev-update-7/