1
6
Qt 6.8 Released (www.qt.io)
submitted 1 week ago by JRepin@lemmy.ml to c/programming@beehaw.org

cross-posted from: https://lemmy.ml/post/21158241

We are thrilled to announce the release of Qt 6.8, packed with support for new desktop, mobile, and embedded platforms, hundreds of improvements, and exciting new features to boost your development experience and meet the needs of demanding applications.

For this release we have focused on improving and stabilizing existing functionality. With over 500 bug fixes and performance improvements since Qt 6.7, your existing code will run better without changing a single line. On macOS, Qt Quick applications now integrate with the native menu bar, and for a native Windows 11 look they can use the new Fluent style. Resizing Quick windows is snappier on macOS with Qt 6.8, and on Windows the application start-up time has been improved by changing the default font database to DirectWrite.

Several modules that were under technology preview have been completed: Qt Graphs, Qt HttpServer, and Qt GRPC are promoted to be fully supported from this release on. Thanks to the feedback from our users we were able to finish those modules with substantial improvements since their initial introduction as technology previews.

2
1
(mastodon.social)
3
12

cross-posted from: https://lemmy.pierre-couy.fr/post/678825

Hi ! I've been working on this article for the past few days. It would mean a lot to me if you could provide some feedback.

It is about implementing a physico-chemical simulation as my first attempt to write a shader. The code is surprisingly simple and short (less than 100 lines). The "Prerequisite" and "Update rules" sections, however, may need some adjustments to make them clearer.

Thanks for reading

4
12
5
27
6
71

I wanted to share this because it's just a fun departure away from all the doomscrolling. Enjoy!

7
22
8
10
submitted 3 months ago* (last edited 3 months ago) by Lysergid@lemmy.ml to c/programming@beehaw.org

Hello my fellow, lemons? I have this problem in my current project I’m out of clue how to approach it. Maybe someone had similar experience and can give an advice.

Our requirements captured in JIRA. Throughout years we accumulated thousands of user stories. Say suppose following naive requirements team knows about:

  • Day 1: create home page
  • Day 20: create profile page
  • Day 50: add green footer to all pages
  • Day 100: create admin page Day 150: change footer color to blue

Now I’m doing refactoring (yes, I know, this is the actual problem) on day 400 and noticed that footer on profile page having green footer. Because requirements are just set of individual statements not consolidated with all history of system no one on the team knows why is that, is it bug or requirement did change on day 300 but we cant find it now.

When I worked in Waterfall we had BRD and FRD stating current actual desired state of system which was “reduced” from individual requirements which were coming in throughout project life. When in doubt devs can check FRD and not only know how system expected to behave but also which are other parts of the system that will be affected. How is it in Agile? To my understanding FRD is not a thing in Agile. Do I need to scan through hundreds of tickets and hope I didn’t miss anything every time i’m doing any non-trivial change to system?

9
8
10
73
11
6
collaboration (lemmy.blahaj.zone)

dedicated to broken product management pipelines everywhere

12
36
submitted 4 months ago by floofloof@lemmy.ca to c/programming@beehaw.org
13
174
AI layoffs (sopuli.xyz)
submitted 4 months ago by vga@sopuli.xyz to c/programming@beehaw.org
14
46
submitted 4 months ago* (last edited 4 months ago) by Templa@beehaw.org to c/programming@beehaw.org

Considering how SO is killing itself rather quickly, it would be interesting to have a platform with similar structure but taking users interests instead of profit of executives. I am not saying their system is perfect, I have made a post in the past on their meta community regarding how hard it is for new contributors to start. I remember hearing about an alternative but after searching for it, I couldn't find anything.

Does anyone know such platform?

Edit: After I posted I came across Codidact. I will try using it! Feel free to post other alternatives though!

15
13

Does anyone know, or can anyone guess, the business case for predictive text? On phone apps, it is often incredibly difficult to turn off. Why is that, do you think? (The examples I have recent experience with are Facebook and Outlook mobile apps.)

I would have thought that, for AI training purposes, they would want humans typing things and not just regurgitating canned responses. But apparently not?

16
19

cross-posted from: https://lemmy.pe1uca.dev/post/1137911

I need to help auditing a project from another team.
I got the pointers on what's expected to be checked, but I don't have like templates for documents for what's expected from an audit report which also means I'm not sure what's the usual process to conduct an internal audit.
I mean I might as well read the whole repo, but maybe that's too much?

Any help or pointers on what I need to investigate to get started would be great!

17
7
18
24
submitted 5 months ago* (last edited 5 months ago) by Vitaly@feddit.uk to c/programming@beehaw.org

Hello everyone, I have an idea to make a map with fog of war, when you walk you explore new areas and points of interest but you can't see unexplored areas. I'm not sure if it's a good idea, what is your opinion?

19
17

One thing that pretty consistently drops me out of the flow state is having to dig through documentation for whatever I'm trying to use, or even worse having to dig through its source code because the documentation is either nonexistent or eg. plain wrong

20
70
submitted 5 months ago by Five@slrpnk.net to c/programming@beehaw.org
21
13
submitted 5 months ago* (last edited 5 months ago) by TechCodecPawx@programming.dev to c/programming@beehaw.org
22
13
submitted 6 months ago by lautan@lemmy.ca to c/programming@beehaw.org

Raphael Kabo's personal website and writing on programming, poetry, and academia.

23
11
Qt 6.7 released (www.qt.io)
submitted 6 months ago by JRepin@lemmy.ml to c/programming@beehaw.org

Qt 6.7 is out with lots of large and small improvements for all of us who like to have fun when building modern applications and user experiences. Several additions are released as technology previews, and we are looking forward to your feedback so that we can get everything ready for the next LTS release!

24
4

I have a script that duplicates a Word doc template and renames each using a csv file with a list of names. What would be the equivalent code if instead of a csv file I use a text file?

Import-csv ‘.\individuals2.csv’ | foreach-object {
	$newname = ‘2 ‘ + $_.name + '.docx’
	Copy-item '.\template.docx' $newname
}
25
9
Decision logs (vitonsky.net)
view more: next ›

Programming

16 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS