Jaroslav Tulach (@jaroslavtulach) 's Twitter Profile
Jaroslav Tulach

@jaroslavtulach

@NetBeans founder & original architect. Author of 1st ever written #APIDesign book. Let @GraalVM become the best & fastest #polyglot #vm. Design well, run fast!

ID: 420944648

linkhttp://apidesign.org calendar_today25-11-2011 09:08:26

3,3K Tweet

1,1K Followers

68 Following

Christian Humer (@grashalm_) 's Twitter Profile Photo

Jaroslav Tulach Java James Gosling Apache NetBeans Adam Bien Yes CPU capturing is a problem. You need reliable cancellation, but that makes the VM contain invalid state if not at least done on the VM level. (See deprecation of Thread.stop()). Spectre is the reason why you need heap isolation. And additional protection for jitted code.

Ondro Mihályi (@ondromih) 's Twitter Profile Photo

Jaroslav Tulach Christian Humer Java James Gosling Apache NetBeans Adam Bien GlassFish already uses a Java agent to interceptor some methods to gather metrics. The same approach works to intercept any method call and throw an exception if a call is not allowed.

Christian Humer (@grashalm_) 's Twitter Profile Photo

Ondro Mihályi Jaroslav Tulach Java James Gosling Apache NetBeans Adam Bien That is interesting. We used the security manager calls to detect whether Truffle languages uses privileged API. We now maintain this list: github.com/oracle/graal/b… Here is the native-image feature that verifies the usage statically: github.com/oracle/graal/b…

GraalVM (@graalvm) 's Twitter Profile Photo

Ubuntu now provides the GraalVM JDK with Native Image as a snap for a quick installation: discourse.ubuntu.com/t/leveling-up-… by @Ubuntu

Ubuntu now provides the GraalVM JDK with Native Image as a snap for a quick installation: discourse.ubuntu.com/t/leveling-up-… by @Ubuntu
Аlina Yurenko 🇺🇦 (@alina_yurenko) 's Twitter Profile Photo

We are working on a new big project for @GraalVM — Project Crema: github.com/oracle/graal/i…. It will lift Native Image's default closed-world assumption by allowing dynamic loading and execution of classes at run time. Stay tuned for updates!

Charles Oliver Nutter (@headius) 's Twitter Profile Photo

Brad Gessler It would not have been my first choice as a name but I inherited the larval form of this project 20 years ago. Many of our competitors have been able to choose their names, and got a lot more attention as a result. That "J" has caused me no end of headaches.

GraalVM (@graalvm) 's Twitter Profile Photo

GraalVM Community Summit is back!🚀 Join us for two days of team and community collaboration, discussing new directions, and shaping the future of the project! Learn more and join: graalvm.org/community/summ…

GraalVM Community Summit is back!🚀

Join us for two days of team and community collaboration, discussing new directions, and shaping the future of the project!

Learn more and join: graalvm.org/community/summ…
Jaromir Hamala (@jerrinot) 's Twitter Profile Photo

2/4 Drop-in fix (aka Kahan Summing): double sum = 0.0, c = 0.0; for (double v : data) { double y = v - c; double t = sum + y; c = (t - sum) - y; sum = t; }

zalim (kotlin wasm compiler webassembly VM) (@bashorov) 's Twitter Profile Photo

📣 We’re hiring for Kotlin/Wasm! Excited about Kotlin and WebAssembly? So are we. Join our team to work on innovative tech that’s changing how web apps are built. Apply now ⤵️ kotl.in/wasm-apply Repost appreciated! 🙌 #Kotlin #WebAssembly #Wasm #Hiring #DevJobs

GraalVM (@graalvm) 's Twitter Profile Photo

More than 3000 open source projects on GitHub already use the GraalVM GitHub action!🎉 Get started for your project: github.com/marketplace/ac… #GraalVM #Java #OpenSource

More than 3000 open source projects on GitHub already use the GraalVM GitHub action!🎉
Get started for your project: github.com/marketplace/ac…

#GraalVM #Java #OpenSource
Jefferson Carpenter (@jrqcarpenter) 's Twitter Profile Photo

Computer Science Very general and powerful result. Great for giving trivial proofs that certain problems are impossible, as it generalizes to Rice's theorem.

Edward Kmett (@kmett) 's Twitter Profile Photo

Jaroslav Tulach Casey_Strategist Computer Science Ethan Miller Well, if you go to compose matrices by matrix multiplication you er.. just get more matrices. so you need at least a _little_ bit of a perturbation away from a linear slope to get AI to work, but er.. it can be _shockingly_ little. youtube.com/watch?v=Ae9EKC…

Petr Pavel (@prezidentpavel) 's Twitter Profile Photo

Atomový dóm v Hirošimě postavený podle návrhu českého architekta Jana Letzela je bývalý veletržní palác, který zůstal stát i po výbuchu atomové bomby v roce 1945. Dnes představuje památník míru, ale i symbol ničivosti jaderných zbraní. Stěží si dovedu představit významnější

Atomový dóm v Hirošimě postavený podle návrhu českého architekta Jana Letzela  je bývalý veletržní palác, který zůstal stát i po výbuchu atomové bomby v roce 1945. Dnes představuje památník míru, ale i symbol ničivosti jaderných zbraní. Stěží si dovedu představit významnější
GraalVM (@graalvm) 's Twitter Profile Photo

openHAB, the open source home automation software, has integrated GraalPy!🤖🐍 "Unlike the Jython Scripting add-on, it offers full Python 3.11 support and is future-proof. It can be used as a scripting language in UI, file-based rules, and transformation services"