Skip to main content

Showing 1–4 of 4 results for author: Frömmgen, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2504.20196  [pdf, other

    cs.SE cs.AI cs.HC

    Prompting LLMs for Code Editing: Struggles and Remedies

    Authors: Daye Nam, Ahmed Omran, Ambar Murillo, Saksham Thakur, Abner Araujo, Marcel Blistein, Alexander Frömmgen, Vincent Hellendoorn, Satish Chandra

    Abstract: Large Language Models (LLMs) are rapidly transforming software engineering, with coding assistants embedded in an IDE becoming increasingly prevalent. While research has focused on improving the tools and understanding developer perceptions, a critical gap exists in understanding how developers actually use these tools in their daily workflows, and, crucially, where they struggle. This paper addre… ▽ More

    Submitted 28 April, 2025; originally announced April 2025.

  2. Learning Wi-Fi Connection Loss Predictions for Seamless Vertical Handovers Using Multipath TCP

    Authors: Jonas Höchst, Artur Sterz, Alexander Frömmgen, Denny Stohr, Ralf Steinmetz, Bernd Freisleben

    Abstract: We present a novel data-driven approach to perform smooth Wi-Fi/cellular handovers on smartphones. Our approach relies on data provided by multiple smartphone sensors (e.g., Wi-Fi RSSI, acceleration, compass, step counter, air pressure) to predict Wi-Fi connection loss and uses Multipath TCP to dynamically switch between different connectivity modes. We train a random forest classifier and an arti… ▽ More

    Submitted 24 July, 2019; originally announced July 2019.

    Comments: LCN 2019 Cam Ready Version

    Journal ref: 2019 IEEE 44th Conference on Local Computer Networks (LCN)

  3. arXiv:1802.03455  [pdf, other

    cs.NI

    Don't Repeat Yourself: Seamless Execution and Analysis of Extensive Network Experiments

    Authors: Alexander Frömmgen, Denny Stohr, Boris Koldehofe, Amr Rizk

    Abstract: This paper presents MACI, the first bespoke framework for the management, the scalable execution, and the interactive analysis of a large number of network experiments. Driven by the desire to avoid repetitive implementation of just a few scripts for the execution and analysis of experiments, MACI emerged as a generic framework for network experiments that significantly increases efficiency and en… ▽ More

    Submitted 9 February, 2018; originally announced February 2018.

  4. arXiv:1612.05486  [pdf, other

    cs.PF

    Optimizing Stochastic Scheduling in Fork-Join Queueing Models: Bounds and Applications

    Authors: Wasiur R. KhudaBukhsh, Amr Rizk, Alexander Frömmgen, Heinz Koeppl

    Abstract: Fork-Join (FJ) queueing models capture the dynamics of system parallelization under synchronization constraints, for example, for applications such as MapReduce, multipath transmission and RAID systems. Arriving jobs are first split into tasks and mapped to servers for execution, such that a job can only leave the system when all of its tasks are executed. In this paper, we provide computable st… ▽ More

    Submitted 2 February, 2017; v1 submitted 16 December, 2016; originally announced December 2016.

    Comments: 16 pages, 8 figures

    MSC Class: 90B22; 60K25 ACM Class: D.4.8; D.2.8; G.3