SL23W45: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




* ( Update room planning / cleanup for larger desk)
*( Update room planning / cleanup for larger desk)
* Rebooting does not work if a debug-session is active and hangs for ~60 seconds.
*'''Big:''' Rebooting does not work if a debug-session is active and hangs for ~60 seconds.
** Fixing HotSwapAgent to not prevent the shutdown when a debug-session is active
**Fixing HotSwapAgent to not prevent the shutdown when a debug-session is active
** Add a shutdown-indicator to make HotSwapAgent skip redeploying classes on shutdown
**Add a shutdown-indicator to make HotSwapAgent skip redeploying classes on shutdown
*'''Maybe create a Lombok+GC video from last stream'''
*'''Marker Api'''
**'''Very simple markers for chunkli, not knowing about the kadi markers'''
**'''Implement an optimized ChunkSelection container that only uses a roaring bitset to minimize memory footprint and updates'''
**
**'''First Version should be ChunkMarkers in specific as they have too many needed optimizations/interactions we want'''
***'''Move up/down via display'''
***'''Changed color based on plot-state'''
**'''Second Version optimized area-markers or block-markers'''
***'''Useful for blueprint manual building, one block-marker for each block that needs to be placed'''
***'''Gives a todo-list of placements'''
***
*
*

Revision as of 16:18, 16 November 2023

◄ SL23W44 | SL23W46 ►


  • ( Update room planning / cleanup for larger desk)
  • Big: Rebooting does not work if a debug-session is active and hangs for ~60 seconds.
    • Fixing HotSwapAgent to not prevent the shutdown when a debug-session is active
    • Add a shutdown-indicator to make HotSwapAgent skip redeploying classes on shutdown
  • Maybe create a Lombok+GC video from last stream
  • Marker Api
    • Very simple markers for chunkli, not knowing about the kadi markers
    • Implement an optimized ChunkSelection container that only uses a roaring bitset to minimize memory footprint and updates
    • First Version should be ChunkMarkers in specific as they have too many needed optimizations/interactions we want
      • Move up/down via display
      • Changed color based on plot-state
    • Second Version optimized area-markers or block-markers
      • Useful for blueprint manual building, one block-marker for each block that needs to be placed
      • Gives a todo-list of placements