ตรวจสอบว่า GPT-4 สามารถสร้างตารางการประชุมแบบวันเดียวที่เป็นไปตามข้อจำกัดต่างๆ ได้หรือไม่
ฉันได้แจ้งรายละเอียดกำหนดการประชุม VoxxedDays Zurich ต่อสาธารณะ รวมถึงการเจรจาที่ได้รับการยอมรับแล้ว
- เผยแพร่บทความติดตามผลด้วยแนวทาง (การทำงาน) ที่แตกต่างออกไป
ขณะนี้เราใช้ OptaPlanner เพื่อสร้างกำหนดการโดยใช้ข้อจำกัดที่แตกต่างกัน รายละเอียดเพิ่มเติมเกี่ยวกับวิธีการนี้สามารถเห็นได้ในการนำเสนอ Devoxx นี้
ข้อจำกัดสูง:
ข้อจำกัดปานกลาง:
"from hour";"to hour";"session type";"room name"
"10:35";"11:20";Conference;Room 2
"10:35";"11:20";Conference;Room 8
"10:35";"11:20";Conference;Room 7
"10:35";"11:20";Conference;Room 3
"11:30";"12:15";Conference;Room 3
"11:30";"12:15";Conference;Room 8
"11:30";"12:15";Conference;Room 7
"11:30";"12:15";Conference;Room 2
"13:25";"14:10";Conference;Room 8
"13:25";"14:10";Conference;Room 7
"13:25";"14:10";Conference;Room 3
"13:25";"14:10";Conference;Room 2
"14:20";"15:05";Conference;Room 7
"14:20";"15:05";Conference;Room 8
"14:20";"15:05";Conference;Room 2
"14:20";"15:05";Conference;Room 3
"15:25";"16:10";Conference;Room 3
"15:25";"16:10";Conference;Room 2
"15:25";"16:10";Conference;Room 8
"15:25";"16:10";Conference;Room 7
"16:20";"17:05";Conference;Room 3
"16:20";"17:05";Conference;Room 2
"16:20";"17:05";Conference;Room 8
"16:20";"17:05";Conference;Room 7
"Talk ID";"Talk Title";"Audience Level";"Talk Sumamry";"Track Name";"Speaker Availability days";"Available from";"Available to";"Speaker names"
1411;Unit Test Your Java Architecture With ArchUnit;BEGINNER;ArchUnit is a library in the Java ecosystem that can be used to test architecture within unit tests to help structure code and prevent an unmaintainable code base. jMolecules can also be used to model architectural concepts within the code.;Development Practices;;;;Roland Weisleder
3872;Full-stack development is dead, long live full-stack development!;INTERMEDIATE;Java developers can develop web applications quickly by using frameworks such as Thymeleaf, Vaadin, and Hilla.;UI & UX;;;;Simon Martinelli
4367;Let's talk about software behaviour (BDD);BEGINNER;This session teaches you about Behaviour Driven Development and how it can be useful in software development.;Development Practices;;;;Katrin Rabow
4372;Wasmer Things: An Upside-Down Guide to WebAssembly;INTERMEDIATE;This talk is for all developers interested in learning more about WebAssembly from a low-level perspective. We will explore the WebAssembly specification, how it plugs into your own development ecosystem, and how it is similar to other compilation targets. We will also discuss why many projects are making Wasm their preferred runtime environment.;Mind the Geek;;;;Edoardo Vacchi
4505;Awesome Java applications with GraalVM and Java microservices frameworks;INTERMEDIATE;This session will explore microservices frameworks for Java applications and how to configure them for use with GraalVM Native Image for fast startup and low resource usage.;Server Side Java;;;;Alina Yurenko
4506;Resumability in the next generation frontend framework With O(1) loading time;BEGINNER;"Qwik is a JavaScript framework that uses a new render paradigm called resumability to serialize JavaScript apps into HTML without the need for the hydration technique used in meta-frameworks like Next.js. It enables us to build ""resumable apps"" with near-zero JavaScript and fine-grained lazy loading. It is not the world's first O(1) JavaScript framework. This article covers what Qwik is, how it compares to React and Angular, how to make";UI & UX;;;;Ruby Jane Cabagnot
4515;Developer Joy – How great teams get s%*t done;INTERMEDIATE;In this talk, Sven will discuss how great software teams measure and improve their developer productivity, coordinate work across teams, run microservice teams, and create a healthy and joyful engineering culture. He will share practical advice based on his experience with Atlassian and other tech companies on how to build and run a distributed architecture in the cloud, ensure observability, and keep a healthy balance between dev speed and code quality.;People & Culture;;;;Sven Peters
4521;The monolith must die! - How to convince managers;ADVANCED;We can use the DORA metrics by Google to help us evaluate when it is worth investing in a move from a monolith to microservices. We can also discuss the business view and use it as a basis for the next round of management discussions.;Architecture;;;;Anja Kunkel
4913;Keep your dependencies in check;BEGINNER;We need to stay on top of updating our applications, but doing so can take a lot of time. Luckily, there are plenty of tools that can help, from package managers to bots that can create changes on our repositories. We should evaluate these options to find the best solution for our particular situation.;Build & Deploy;;;;Marit van Dijk
4914;Monorepos - The Benefits, Challenges and Importance of Tooling Support;BEGINNER;This talk will provide clarity about monorepos, why you might want to use one, and how to set them up for success in the long run. We'll discuss what monorepos are, how they differ from other code organization approaches, and the benefits and challenges that come with using them. We'll also explore the tooling available to help create and maintain healthy monorepos.;Development Practices;;;;Juri Strumpflohner
4918;Unleash the power of your applications with Micronaut and GraalVM;BEGINNER;In this talk, Micronaut committer Álvaro Sánchez-Mariscal will demonstrate how to quickly build optimised microservices with Micronaut and GraalVM Native Image. Attendees will learn how the combination of GraalVM Native Image and Micronaut can lead to efficient and highly performant applications that can be deployed to environments like Kubernetes or serverless platforms. The talk will include a live coding demo of an application using Micronaut Data;Server Side Java;;;;Álvaro Sánchez-Mariscal
4921;From User Action to Framework Reaction: A comparison of the Reactivity Concepts in Angular, React, Vue and Svelte;INTERMEDIATE;This talk compares the different approaches Angular, React, Vue and Svelte use to implement reactivity and how this affects application programming and architecture. Live coding demos will be used to demonstrate the differences between the frameworks.;UI & UX;;;;Jonas Bandi
4929;Revisiting Design Patterns after 20;INTERMEDIATE;In this talk, attendees will learn how to use the latest improvements in Java 20 to refactor code using legacy implementations of design patterns such as Strategy, Template Method, Visitor, Command, Decorator, Builder, and more. Live demonstrations will showcase how lambdas, records, switch expressions, and other modern features can improve code design.;Java;;;;Edson Yanaga
4931;Sailing Modern Java;INTERMEDIATE;This talk will cover new features in recent Java versions, such as Pattern Matching for switch, Record Patterns, Virtual Threads, Calling native stuff, Simple Web server, what's gone and what will be gone.;Java;;;;Piotr Przybyl
4945;A Glance At The Java Performance Toolbox;BEGINNER;This talk covers the use of JDK tools to analyze and improve the performance of Java applications. It explains the different functional areas of visibility needed in Java and how the JDK tools can provide that information.;Java;;;;Ana-Maria Mihalceanu
4947;Architecture aspects - evolutionary architecture development;INTERMEDIATE;When designing new software, it is important to consider 23 architectural aspects such as persistence, communication, translations, archiving, scaling, security, exception handling, etc. An evolutionary approach can be taken to tackle these aspects incrementally and learn more about the problem to be solved, allowing us to make an optimal decision as late as possible.;Architecture;;;;Urs Enzler
5251;Enterprise Serverless Adoption. An Experience Report;BEGINNER;This talk will discuss the unique serverless adoption story at the LEGO Group, including an overview of the evolution of serverless adoption, tips on growing serverless teams, best practices, and strategies to achieve sustainability with serverless.;Architecture;;;;Sheen Brisals
5259;Respect estimates;BEGINNER;"In this talk, Donald Knuth's statement, ""Software is hard,"" will be discussed and examples of practices that are often followed, even though they are no longer needed, will be presented. These waste and cults include estimates, tests, agile meetings, and architecture of systems.";Development Practices;;;;Jarek Ratajski
5261;Game of Loom: implementation patterns and performance implications playing with virtual threads;ADVANCED;Virtual threads are a potentially great game changer in the Java ecosystem, but their benefits and costs need to be carefully weighed before being implemented in a production system.;Java;;;;Mario Fusco
5268;What We've Learned from Scanning 10K+ Kubernetes Clusters;BEGINNER;We analyzed Kubescape data to find the most common misconfigurations and vulnerabilities in Kubernetes deployments. We will explain the implications of these findings and provide simple tips on how to reduce your risk.;Security;;;;Rotem Refael
5298;Why Building Your Ship (Application) with Raw Materials is a Bad Idea!;BEGINNER;This session will discuss how to create a secure and compliant software bill of materials (SBOM) that complies with regulations and best practices, even when the source of certain code cannot be verified. It will also cover what applications are not able to use open source code, and what companies are doing to circumnavigate these tricky waters.;Security;;;;Jamie Coleman
5456;Java Next - From Amber to Loom, from Panama to Valhalla;ADVANCED;This talk is about the four big Java projects: Amber, Panama, Loom, and Valhalla. It will discuss how each project will improve the language and how they will shape Java in the years to come.;Java;;;;Nicolai Parlog
5464;Spring Modulith – Spring for the Architecturally Curious Developer;ADVANCED;This talk discusses how Spring architects can use libraries such as jMolecules and Moduliths to improve the structuring of their code and make it more maintainable.;Server Side Java;;;;Oliver Drotbohm
5487;Spring Security: The Good Parts;INTERMEDIATE;This talk will teach you how to use Spring Security to secure your applications. You will learn about the library's architecture and how to use common abstraction patterns to make your code easier to read and maintain. You will also learn about the latest features in Spring Security 6.0.;Server Side Java;;;;Daniel Garnier-Moiroux
The conference schedule in CSV format:
"from hour";"to hour";"session type";"room name"
"10:35";"11:20";Conference;Room 2
"10:35";"11:20";Conference;Room 8
"10:35";"11:20";Conference;Room 7
"10:35";"11:20";Conference;Room 3
"11:30";"12:15";Conference;Room 3
"11:30";"12:15";Conference;Room 8
"11:30";"12:15";Conference;Room 7
"11:30";"12:15";Conference;Room 2
"13:25";"14:10";Conference;Room 8
"13:25";"14:10";Conference;Room 7
"13:25";"14:10";Conference;Room 3
"13:25";"14:10";Conference;Room 2
"14:20";"15:05";Conference;Room 7
"14:20";"15:05";Conference;Room 8
"14:20";"15:05";Conference;Room 2
"14:20";"15:05";Conference;Room 3
"15:25";"16:10";Conference;Room 3
"15:25";"16:10";Conference;Room 2
"15:25";"16:10";Conference;Room 8
"15:25";"16:10";Conference;Room 7
"16:20";"17:05";Conference;Room 3
"16:20";"17:05";Conference;Room 2
"16:20";"17:05";Conference;Room 8
"16:20";"17:05";Conference;Room 7
The talks in CSV format:
"Talk ID";"Talk Title";"Audience Level";"Talk Sumamry";"Track Name";"Speaker Availability days";"Available from";"Available to";"Speaker names"
1411;Unit Test Your Java Architecture With ArchUnit;BEGINNER;ArchUnit is a library in the Java ecosystem that can be used to test architecture within unit tests to help structure code and prevent an unmaintainable code base. jMolecules can also be used to model architectural concepts within the code.;Development Practices;;;;Roland Weisleder
3872;Full-stack development is dead, long live full-stack development!;INTERMEDIATE;Java developers can develop web applications quickly by using frameworks such as Thymeleaf, Vaadin, and Hilla.;UI & UX;;;;Simon Martinelli
4367;Let's talk about software behaviour (BDD);BEGINNER;This session teaches you about Behaviour Driven Development and how it can be useful in software development.;Development Practices;;;;Katrin Rabow
4372;Wasmer Things: An Upside-Down Guide to WebAssembly;INTERMEDIATE;This talk is for all developers interested in learning more about WebAssembly from a low-level perspective. We will explore the WebAssembly specification, how it plugs into your own development ecosystem, and how it is similar to other compilation targets. We will also discuss why many projects are making Wasm their preferred runtime environment.;Mind the Geek;;;;Edoardo Vacchi
4505;Awesome Java applications with GraalVM and Java microservices frameworks;INTERMEDIATE;This session will explore microservices frameworks for Java applications and how to configure them for use with GraalVM Native Image for fast startup and low resource usage.;Server Side Java;;;;Alina Yurenko
4506;Resumability in the next generation frontend framework With O(1) loading time;BEGINNER;"Qwik is a JavaScript framework that uses a new render paradigm called resumability to serialize JavaScript apps into HTML without the need for the hydration technique used in meta-frameworks like Next.js. It enables us to build ""resumable apps"" with near-zero JavaScript and fine-grained lazy loading. It is not the world's first O(1) JavaScript framework. This article covers what Qwik is, how it compares to React and Angular, how to make";UI & UX;;;;Ruby Jane Cabagnot
4515;Developer Joy – How great teams get s%*t done;INTERMEDIATE;In this talk, Sven will discuss how great software teams measure and improve their developer productivity, coordinate work across teams, run microservice teams, and create a healthy and joyful engineering culture. He will share practical advice based on his experience with Atlassian and other tech companies on how to build and run a distributed architecture in the cloud, ensure observability, and keep a healthy balance between dev speed and code quality.;People & Culture;;;;Sven Peters
4521;The monolith must die! - How to convince managers;ADVANCED;We can use the DORA metrics by Google to help us evaluate when it is worth investing in a move from a monolith to microservices. We can also discuss the business view and use it as a basis for the next round of management discussions.;Architecture;;;;Anja Kunkel
4913;Keep your dependencies in check;BEGINNER;We need to stay on top of updating our applications, but doing so can take a lot of time. Luckily, there are plenty of tools that can help, from package managers to bots that can create changes on our repositories. We should evaluate these options to find the best solution for our particular situation.;Build & Deploy;;;;Marit van Dijk
4914;Monorepos - The Benefits, Challenges and Importance of Tooling Support;BEGINNER;This talk will provide clarity about monorepos, why you might want to use one, and how to set them up for success in the long run. We'll discuss what monorepos are, how they differ from other code organization approaches, and the benefits and challenges that come with using them. We'll also explore the tooling available to help create and maintain healthy monorepos.;Development Practices;;;;Juri Strumpflohner
4918;Unleash the power of your applications with Micronaut and GraalVM;BEGINNER;In this talk, Micronaut committer Álvaro Sánchez-Mariscal will demonstrate how to quickly build optimised microservices with Micronaut and GraalVM Native Image. Attendees will learn how the combination of GraalVM Native Image and Micronaut can lead to efficient and highly performant applications that can be deployed to environments like Kubernetes or serverless platforms. The talk will include a live coding demo of an application using Micronaut Data;Server Side Java;;;;Álvaro Sánchez-Mariscal
4921;From User Action to Framework Reaction: A comparison of the Reactivity Concepts in Angular, React, Vue and Svelte;INTERMEDIATE;This talk compares the different approaches Angular, React, Vue and Svelte use to implement reactivity and how this affects application programming and architecture. Live coding demos will be used to demonstrate the differences between the frameworks.;UI & UX;;;;Jonas Bandi
4929;Revisiting Design Patterns after 20;INTERMEDIATE;In this talk, attendees will learn how to use the latest improvements in Java 20 to refactor code using legacy implementations of design patterns such as Strategy, Template Method, Visitor, Command, Decorator, Builder, and more. Live demonstrations will showcase how lambdas, records, switch expressions, and other modern features can improve code design.;Java;;;;Edson Yanaga
4931;Sailing Modern Java;INTERMEDIATE;This talk will cover new features in recent Java versions, such as Pattern Matching for switch, Record Patterns, Virtual Threads, Calling native stuff, Simple Web server, what's gone and what will be gone.;Java;;;;Piotr Przybyl
4945;A Glance At The Java Performance Toolbox;BEGINNER;This talk covers the use of JDK tools to analyze and improve the performance of Java applications. It explains the different functional areas of visibility needed in Java and how the JDK tools can provide that information.;Java;;;;Ana-Maria Mihalceanu
4947;Architecture aspects - evolutionary architecture development;INTERMEDIATE;When designing new software, it is important to consider 23 architectural aspects such as persistence, communication, translations, archiving, scaling, security, exception handling, etc. An evolutionary approach can be taken to tackle these aspects incrementally and learn more about the problem to be solved, allowing us to make an optimal decision as late as possible.;Architecture;;;;Urs Enzler
5251;Enterprise Serverless Adoption. An Experience Report;BEGINNER;This talk will discuss the unique serverless adoption story at the LEGO Group, including an overview of the evolution of serverless adoption, tips on growing serverless teams, best practices, and strategies to achieve sustainability with serverless.;Architecture;;;;Sheen Brisals
5259;Respect estimates;BEGINNER;"In this talk, Donald Knuth's statement, ""Software is hard,"" will be discussed and examples of practices that are often followed, even though they are no longer needed, will be presented. These waste and cults include estimates, tests, agile meetings, and architecture of systems.";Development Practices;;;;Jarek Ratajski
5261;Game of Loom: implementation patterns and performance implications playing with virtual threads;ADVANCED;Virtual threads are a potentially great game changer in the Java ecosystem, but their benefits and costs need to be carefully weighed before being implemented in a production system.;Java;;;;Mario Fusco
5268;What We've Learned from Scanning 10K+ Kubernetes Clusters;BEGINNER;We analyzed Kubescape data to find the most common misconfigurations and vulnerabilities in Kubernetes deployments. We will explain the implications of these findings and provide simple tips on how to reduce your risk.;Security;;;;Rotem Refael
5298;Why Building Your Ship (Application) with Raw Materials is a Bad Idea!;BEGINNER;This session will discuss how to create a secure and compliant software bill of materials (SBOM) that complies with regulations and best practices, even when the source of certain code cannot be verified. It will also cover what applications are not able to use open source code, and what companies are doing to circumnavigate these tricky waters.;Security;;;;Jamie Coleman
5456;Java Next - From Amber to Loom, from Panama to Valhalla;ADVANCED;This talk is about the four big Java projects: Amber, Panama, Loom, and Valhalla. It will discuss how each project will improve the language and how they will shape Java in the years to come.;Java;;;;Nicolai Parlog
5464;Spring Modulith – Spring for the Architecturally Curious Developer;ADVANCED;This talk discusses how Spring architects can use libraries such as jMolecules and Moduliths to improve the structuring of their code and make it more maintainable.;Server Side Java;;;;Oliver Drotbohm
5487;Spring Security: The Good Parts;INTERMEDIATE;This talk will teach you how to use Spring Security to secure your applications. You will learn about the library's architecture and how to use common abstraction patterns to make your code easier to read and maintain. You will also learn about the latest features in Spring Security 6.0.;Server Side Java;;;;Daniel Garnier-Moiroux
Create me a conference schedule with following constraints:
1. HIGH CONSTRAINT: Talks have great educational flow
2. HIGH CONSTRAINT: Use the talk summary to decide which talks should follow each other
3. HIGH CONSTRAINT: Don't have the same tracks at the same time.
4. HIGH CONSTRAINT: A speaker can't speak at different rooms during the same time.
5. List the talk id, from/to schedule time, room name, title, speaker names, level and track name
6. Only use the listed talks!
7. Use markdown to list the generated schedule
สร้างช่วงเวลาใหม่และ TALKS ที่ไม่ได้กำหนดไว้
ในแนวทางนี้ ฉันได้ จัดกลุ่มการพูดคุยทั้งหมดต่อแทร็ก และขอให้ GPT ต่อแทร็กแนะนำลำดับที่เหมาะสมที่สุดสำหรับการพูดคุยตามความหมายเชิงความหมายของการพูดคุย
นอกจากนี้ ฉันยังได้ขอให้คำนึงถึงข้อจำกัดแบบนุ่มนวลต่อไปนี้ด้วย:
ผลลัพธ์ต่อแทร็กมีดังนี้:
Development Practices: 4367, 5259, 1411, 4914
UI & UX: 4506, 4921, 3872
Mind the Geek: 4372
Server Side Java: 4918, 4505, 5464, 5487
People & Culture: 4515
Architecture: 5251, 4947, 4521
Build & Deploy: 4913
Java: 4945, 4931, 4929, 5456, 5261
Security: 5298, 5268
ต่อแทร็กเอาต์พุต GPT4 ที่แนะนำมีดังนี้:
---------------------------------------------------
Development Practices :
Based on the factors mentioned, here is the suggested order for the talks:
1. "Let's talk about software behaviour (BDD)" (id: 4367) - This talk is a good starting point as it covers a beginner-level topic and introduces a useful concept (BDD) that can be applied in software development.
2. "Respect estimates" (id: 5259) - This talk builds on the previous one by discussing some of the common practices in software development and how they can be improved. It is still at a beginner level and provides some practical advice.
3. "Unit Test Your Java Architecture With ArchUnit" (id: 1411) - This talk introduces a more technical topic (unit testing) and is relevant to the development practices track. It also builds on the previous talk by emphasizing the importance of good testing practices.
4. "Monorepos - The Benefits, Challenges and Importance of Tooling Support" (id: 4914) - This talk is also relevant to the development practices track and introduces a more advanced topic (monorepos). It builds on the previous talk by discussing some of the challenges of managing large codebases and how monorepos can help.
The suggested order is: 4367, 5259, 1411, 4914
Therefore, the comma delimited list of talk ids is: 4367,5259,1411,4914
...
สำหรับตอนนี้ ฉันรับการพูดคุยที่แนะนำด้วยตนเองและคัดลอกไว้ในพร้อมท์ GPT-4:
Create me a conference schedule with following constraints:
1. HIGH CONSTRAINT: Respect the order of the talk ids. First id needs to be scheduled first etc.
2. HIGH CONSTRAINT: Don't have the same tracks at the same time.
3. List the talk id, from/to schedule time, room name, track name
4. Only use the listed talks!
5. Use markdown to list the generated schedule
The schedule to populate is :
"from hour";"to hour";"room name"
"10:35";"11:20";Room 2
"10:35";"11:20";Room 8
"10:35";"11:20";Room 7
"10:35";"11:20";Room 3
"11:30";"12:15";Room 3
"11:30";"12:15";Room 8
"11:30";"12:15";Room 7
"11:30";"12:15";Room 2
"13:25";"14:10";Room 8
"13:25";"14:10";Room 7
"13:25";"14:10";Room 3
"13:25";"14:10";Room 2
"14:20";"15:05";Room 7
"14:20";"15:05";Room 8
"14:20";"15:05";Room 2
"14:20";"15:05";Room 3
"15:25";"16:10";Room 3
"15:25";"16:10";Room 2
"15:25";"16:10";Room 8
"15:25";"16:10";Room 7
"16:20";"17:05";Room 3
"16:20";"17:05";Room 2
"16:20";"17:05";Room 8
"16:20";"17:05";Room 7
The ordered talk ids per track:
1. Development Practices: 4367, 5259, 1411, 4914
2. UI & UX: 4506, 4921, 3872
3. Mind the Geek: 4372
4. Server Side Java: 4918, 4505, 5464, 5487
5. People & Culture: 4515
6. Architecture: 5251, 4947, 4521
7. Build & Deploy: 4913
8. Java: 4945, 4931, 4929, 5456, 5261
9. Security: 5298, 5268
อย่างน้อยตอนนี้ GPT4 ได้สร้างกำหนดการตามลำดับการพูดคุยต่อแทร็ก
อย่างไรก็ตาม ฉันสังเกตเห็นว่าไม่เป็นไปตามข้อจำกัด "อย่ามีแทร็กเดียวกันในเวลาเดียวกัน"
ดูเหมือนว่าฉันจะต้องบังคับใช้สิ่งนี้อีกสักหน่อยผ่าน "วิศวกรรมที่รวดเร็ว" พิเศษบางอย่าง (ถ้าเป็นไปได้)
แปลงข้อมูลกำหนดการให้เป็นการแสดงเมทริกซ์แบบกะทัดรัด เล่นง่ายกว่าและมีโทเค็นน้อยลง
เรามาติดตามและ "เรียงลำดับ" พูดคุย ID กัน:
1. Development Practices: 4367, 5259, 1411, 4914
2. UI & UX: 4506, 4921, 3872
3. Mind the Geek: 4372
4. Server Side Java: 4918, 4505, 5464, 5487
5. People & Culture: 4515
6. Architecture: 5251, 4947, 4521
7. Build & Deploy: 4913
8. Java: 4945, 4931, 4929, 5456, 5261
9. Security: 5298, 5268
แต่ละแทร็กมีคุณค่าในตัวเอง ดังนั้น 10 = แนวปฏิบัติในการพัฒนา 20 = UI และ UX เป็นต้น
เราคูณลำดับรหัสแทร็กด้วย 10,000 และเพิ่มลงในรหัสพูดคุย
104367, 105259, 101411, 104914
204506, 204921, 203872
304372
404918, 404505, 405464, 405487
504515
605251, 604947, 604521
704913
804945, 804931, 804929, 805456, 805261
905298, 905268
นอกจากนี้เรายังเรียงลำดับเพลงที่มีคนพูดถึงมากที่สุดก่อน ฯลฯ
804945, 804931, 804929, 805456, 805261
104367, 105259, 101411, 104914
404918, 404505, 405464, 405487
204506, 204921, 203872
605251, 604947, 604521
304372
504515
704913
BTW ลำดับของ ID การพูดคุยจะขึ้นอยู่กับลำดับการศึกษาเชิงความหมายที่กล่าวถึงข้างต้น
อาร์เรย์ json ที่เราจะเล่นด้วยมีลักษณะดังนี้
sortedTalks = [
{'sortedTalks': [804945, 804931, 804929, 805456, 805261]},
{'sortedTalks' : [104367, 105259, 101411, 104914]},
{'sortedTalks' : [404918, 404505, 405464, 405487]},
{'sortedTalks' : [204506, 204921, 203872]},
{'sortedTalks' : [605251, 604947, 604521]},
{'sortedTalks' : [905298, 905268]},
{'sortedTalks' : [304372]},
{'sortedTalks' : [504515]},
{'sortedTalks' : [704913]}
]
การใช้พรอมต์ GPT ต่อไปนี้พร้อมบริบทลับ (ในตอนนี้) เราได้รับผลลัพธ์ที่คาดหวัง:
"สร้างเมทริกซ์ขนาด 6x4 โดยที่การพูดคุยแต่ละรายการจะแสดงตามลำดับตามที่ระบุไว้ในแต่ละคอลัมน์ ในแต่ละแถวเมทริกซ์ รหัสการพูดคุยไม่สามารถมาจากแทร็กเดียวกันได้"
สร้างกำหนดการที่ "สมบูรณ์แบบ" ดังต่อไปนี้ ?
แนวทางที่อธิบายไว้เป็นกลยุทธ์ที่ยอมรับได้โดยสิ้นเชิงสำหรับการประชุมหนึ่งวัน โดยเฉพาะอย่างยิ่งกับการวิเคราะห์ "กระแสการศึกษา" ของสรุปการพูดคุย อย่างไรก็ตาม การปรับขนาดเป็นหลายวัน (เช่น Devoxx เบลเยี่ยม) ด้วยข้อจำกัดแบบแข็งและแบบอ่อนพิเศษ ถือเป็นความท้าทายซึ่ง (สำหรับตอนนี้) สามารถทำได้ด้วยโค้ดเพิ่มเติมเท่านั้น
ลำดับการพูดคุยที่แนะนำโดย GPT (อิงจากการวิเคราะห์เชิงความหมายของการสรุปการพูดคุย) เป็นการเพิ่มประสิทธิภาพที่ยอดเยี่ยม การป้อนสิ่งนี้ลงใน OptaPlanner ทำให้เราได้รับ สิ่งที่ดีที่สุดทั้งสองโลก
ลองใช้พรอมต์เดียวกันกับรุ่น OpenAI o1-mini ใหม่ล่าสุด แต่ก็ยังไม่มีโชค (13 ก.ย. 67) :
ด้านล่างนี้คือ ตารางการประชุม ที่จัดขึ้นเพื่อให้แน่ใจว่าการศึกษาจะไหลลื่น มีความก้าวหน้าตามตรรกะโดยอิงจากสรุปการเสวนา และการปฏิบัติตามข้อจำกัดที่ระบุไว้ทั้งหมด
ห้อง | คุยไอดี | ชื่อ | วิทยากร | ระดับ | ชื่อแทร็ก |
---|---|---|---|---|---|
ห้องที่ 2 | 1411 | หน่วยทดสอบสถาปัตยกรรม Java ของคุณด้วย ArchUnit | โรลันด์ ไวสเลเดอร์ | ผู้เริ่มต้น | แนวทางปฏิบัติในการพัฒนา |
ห้องที่ 3 | 4367 | พูดคุยเกี่ยวกับพฤติกรรมของซอฟต์แวร์ (BDD) | แคทริน ราบัว | ผู้เริ่มต้น | แนวทางปฏิบัติในการพัฒนา |
ห้องที่ 7 | 3872 | การพัฒนาแบบฟูลสแตกตายแล้ว การพัฒนาแบบฟูลสแตกมีอายุยืนยาว! | ไซมอน มาร์ติเนลลี่ | ระดับกลาง | UI และ UX |
ห้องที่ 8 | 4913 | รักษาการพึ่งพาของคุณในการตรวจสอบ | มาริต ฟาน ไดจ์ค | ผู้เริ่มต้น | สร้างและปรับใช้ |
ห้อง | คุยไอดี | ชื่อ | วิทยากร | ระดับ | ชื่อแทร็ก |
---|---|---|---|---|---|
ห้องที่ 2 | 4521 | จากการกระทำของผู้ใช้ไปจนถึงปฏิกิริยาของกรอบงาน: การเปรียบเทียบแนวคิดปฏิกิริยาใน Angular, React, Vue และ Svelte | โจนาส บันดี | ระดับกลาง | UI และ UX |
ห้องที่ 3 | 4521* | หมายเหตุ: หลีกเลี่ยงการทับซ้อนของแทร็ก ช่องนี้เต็มไปด้วยแทร็กที่มีเอกลักษณ์ | |||
ห้องที่ 7 | 4914 | Monorepos - ประโยชน์ ความท้าทาย และความสำคัญของการสนับสนุนการใช้เครื่องมือ | จูริ สตรัมป์ฟลอห์เนอร์ | ผู้เริ่มต้น | แนวทางปฏิบัติในการพัฒนา |
ห้องที่ 8 | 5251 | การปรับใช้แบบไร้เซิร์ฟเวอร์ระดับองค์กร รายงานประสบการณ์ | ชีน บริซอลส์ | ผู้เริ่มต้น | สถาปัตยกรรม |
*ช่องห้อง 3 ยังคงมีว่างหรือสามารถกำหนดช่วงพัก/ต้อนรับได้หากจำเป็น
ห้อง | คุยไอดี | ชื่อ | วิทยากร | ระดับ | ชื่อแทร็ก |
---|---|---|---|---|---|
ห้องที่ 2 | 4947 | ด้านสถาปัตยกรรม - การพัฒนาสถาปัตยกรรมเชิงวิวัฒนาการ | อูร์ส เอนซเลอร์ | ระดับกลาง | สถาปัตยกรรม |
ห้องที่ 3 | 4505 | แอปพลิเคชัน Java ที่ยอดเยี่ยมพร้อมเฟรมเวิร์กไมโครเซอร์วิส GraalVM และ Java | อลีนา ยูเรนโก | ระดับกลาง | ชวาฝั่งเซิร์ฟเวอร์ |
ห้องที่ 7 | 5259 | เคารพประมาณการ | จาเร็ก ราทาจสกี้ | ผู้เริ่มต้น | แนวทางปฏิบัติในการพัฒนา |
ห้องที่ 8 | 4521* | หมายเหตุ: หลีกเลี่ยงการทับซ้อนของแทร็ก มอบหมายแล้วในห้องที่ 2 |
*ปรับห้อง 8 เพื่อให้แน่ใจว่าแทร็กไม่ซ้ำกัน และอาจกำหนดแทร็กอื่นหากมี
ห้อง | คุยไอดี | ชื่อ | วิทยากร | ระดับ | ชื่อแทร็ก |
---|---|---|---|---|---|
ห้องที่ 2 | 4515 | Developer Joy – ทีมที่ยอดเยี่ยมแค่ไหนที่ทำได้สำเร็จ | สเวน ปีเตอร์ส | ระดับกลาง | ผู้คนและวัฒนธรรม |
ห้องที่ 3 | 5261 | Game of Loom: รูปแบบการใช้งานและผลกระทบด้านประสิทธิภาพที่เล่นกับเธรดเสมือน | มาริโอ ฟุสโก้ | ขั้นสูง | ชวา |
ห้องที่ 7 | 4945 | สรุปกล่องเครื่องมือประสิทธิภาพ Java | อานา-มาเรีย มิฮาลเชนู | ผู้เริ่มต้น | ชวา |
ห้องที่ 8 | 4921 | จากการกระทำของผู้ใช้ไปจนถึงปฏิกิริยาของกรอบงาน: การเปรียบเทียบแนวคิดปฏิกิริยาใน Angular, React, Vue และ Svelte | โจนาส บันดี | ระดับกลาง | UI และ UX |
ห้อง | คุยไอดี | ชื่อ | วิทยากร | ระดับ | ชื่อแทร็ก |
---|---|---|---|---|---|
ห้องที่ 2 | 4947* | หมายเหตุ: ตรวจสอบให้แน่ใจว่าไม่มีการทับซ้อนกันของแทร็ก กำหนดแทร็กที่ไม่ซ้ำใคร | |||
ห้องที่ 3 | 5464 | Spring Modulith – ฤดูใบไม้ผลิสำหรับนักพัฒนาที่อยากรู้อยากเห็นทางสถาปัตยกรรม | โอลิเวอร์ ดรอทบอห์ม | ขั้นสูง | ชวาฝั่งเซิร์ฟเวอร์ |
ห้องที่ 7 | 4929 | ทบทวนรูปแบบการออกแบบหลังจาก 20 | เอ็ดสัน ยานากะ | ระดับกลาง | ชวา |
ห้องที่ 8 | 5251* | หมายเหตุ: ตรวจสอบให้แน่ใจว่าไม่มีการทับซ้อนกันของแทร็ก กำหนดแทร็กที่ไม่ซ้ำใคร |