#Bytecode #codecoverage #Developertools #executioncounts #Java #javaagent #Observability #Profiling #runtimeanalysis #VibeCoding
https://foojay.io/today/runtime-code-analysis-in-the-age-of-vibe-coding/
Pimpin' java bytecode:
https://blog.quarkslab.com/how-to-write-your-first-obfuscator-of-java-bytecode.html
Wonderful:
“10 Years Of Wasm: A Retrospective”, The Bytecode Alliance (https://bytecodealliance.org/articles/ten-years-of-webassembly-a-retrospective).
On HN: https://news.ycombinator.com/item?id=46799014
#Internet #Web #WASM #WebAssembly #Bytecode #VirtualMachine #Mozilla #Google #JavaScript #Portability #Programming #Retrospective
Unix "find" expressions được biên dịch thành bytecode để tối ưu hiệu suất tìm kiếm. Đột phá mới trong xử lý lệnh dòng lệnh! #UnixCommands #ByteCode #LậpTrình #GNUUtils #HiệuSuất #ProgrammingTips #TinTứcCôngNghệ
https://www.reddit.com/r/programming/comments/1pxwxwi/unix_find_expressions_compiled_to_bytecode/
Unix "find" expressions compiled to bytecode
https://nullprogram.com/blog/2025/12/23/
#HackerNews #Unix #find #bytecode #compiled #programming #technology #efficiency
🎬 This spring… the big screen goes full #bytecode.
🎄 Our #Christmas gift: the #JCON EUROPE 2026 schedule is #LIVE.
Pick your must-sees, prep your questions, and save energy for the #hallwaytrack.
Apr 20–23, #Cinedom #Cologne.
https://schedule.jcon.one/2026/
#JCON2026 #Java
Making a game on a custom bytecode VM in 7 days and 3kB
https://laurent.le-brun.eu/blog/making-a-game-on-a-custom-bytecode-vm-in-7-days-and-3kb
#HackerNews #gamedevelopment #bytecode #VM #7days #customcoding #techblog
Ever wondered why your #Java method misbehaves? javap -c lets you read the raw instructions your method compiles into. Mahendra Rao explains how each bytecode line reveals control flow, variables & stack ops.
Want to debug beneath your IDE? https://javapro.io/2025/11/27/behind-the-bytecode-exploring-java-features-with-javap-tool/