Tamas Cservenak

8.1K posts

Tamas Cservenak banner
Tamas Cservenak

Tamas Cservenak

@cstamas

OSS freak. Proximity, (Nexus, former Proximity 2), Maven... Java OSS development for developers. @[email protected] @cstamas.bsky

Denmark Katılım Mart 2007
2.3K Takip Edilen522 Takipçiler
Tamas Cservenak retweetledi
Peter Kraft
Peter Kraft@petereliaskraft·
What happens if your CPU gets something wrong? If it wakes up one day and decides 2+2=5? Well, most of us will never have to worry about that. But if you work at a company the size of Google, you do, which is why this paper on "mercurial cores" is so fascinating. What the authors report--and supposedly this is common knowledge at the hyperscalers--is that a couple cores per several thousand machines are "mercurial." Due to subtle manufacturing defects or old age, they give wrong answers for certain instructions. These can cause all sorts of impossible-to-diagnose issues. Some rare problems at Google that were traced back to bad CPUs include: - Mutexes not working, causing application crashes - Silent data corruption - Garbage collectors targeting live memory, causing application crashes - Kernel state corruption causing kernel panics What makes CPUs go bad? It's very hard to tell. The authors posit that issues are becoming more frequent as CPUs get more complex, but there aren't solid numbers behind that. There are certainly strong relationships between frequency, temperature, voltage, and bad CPU behavior--most mercurial CPUs only cause problems under very specific conditions, but those conditions vary from CPU to CPU. Age is another source of problems, as older CPUs are more likely to exhibit problems. Bad CPUs are an especially serious problem because they're very hard to detect. If cosmic rays flip bits in storage or on the network, that can be detected through error coding. But there's no analogy for a CPU that allows cheap online verification of its correctness. Instead, the best detection techniques involve monitoring for symptoms. If a core exhibits exceptionally high rates of process crashes or kernel panics relative to its fellows, that's a strong indication something is wrong with it. For the most critical applications, the authors propose triple modular redundancy--redoing each of its computations on three cores and majority-voting a reliable result. More than anything, this paper is a call to action--letting everyone know that CPUs can fail. So now, if you ever find a bug you can't diagnose, you can blame the CPU! 🙂
Peter Kraft tweet media
English
157
1.3K
8.6K
759.6K
Tamas Cservenak
Tamas Cservenak@cstamas·
Maveniverse Toolbox 0.3.2 is out with "new trees", check them out. Makes easier to comprehend a structure of the project or to figure out issues with it... mvn eu.maveniverse.maven.plugins:toolbox:0.3.2:help -Ddetail #maven #maven3 #maveniverse
English
0
3
6
194
Tamas Cservenak retweetledi
Marco Bresolin
Marco Bresolin@marcobreso·
This morning the second day of the informal Ecofin was held in Budapest. Not only was the traditional press conference not organised, but journalists were not even allowed into the press room to work. This is the first time I have seen something like this. Congrats @HU24EU !
English
5
26
111
38.4K
Tamas Cservenak
Tamas Cservenak@cstamas·
@naziralnik This is not a port of polyglot-maven (that has kotlin). We started with hocon, but next is to look into porting those, maybe.
English
0
0
1
92
Tamas Cservenak
Tamas Cservenak@cstamas·
@simas_ch @struberg Calling it useless is strong. I never had any completion in plain text editors, and is handy to "scratch something quickly". It takes all sorts.
English
1
0
2
188
Tamas Cservenak retweetledi
Viktória Serdült
Viktória Serdült@viktoriaserdult·
HVG-t venni nem kell félnetek jó lesz.
Viktória Serdült tweet media
Magyar
34
44
647
24.2K
Tamas Cservenak
Tamas Cservenak@cstamas·
@tbroyer Oh, okay, sorry for the confusion: I meant by "nothing changes" as whether component is Plexus XML defined or JSR330, does not matter. This also means that components.xml with lifecycle mapping were not a thing before 3.3.4 as well.
English
0
0
0
13
Tamas Cservenak
Tamas Cservenak@cstamas·
@tbroyer From Maven perspective nothing changes: you just make a component from Plexus DI XML defined one into JSR330 defined one. This should work from Maven 3.1+ (since Sisu index is in place and used)
English
2
0
1
40
Thomas Broyer
Thomas Broyer@tbroyer·
@cstamas What's the minimum Maven version this is compatible with? (i.e. if I migrate my plugin to it, how does it –or not– affect compatibility?)
English
1
0
1
40
Tamas Cservenak
Tamas Cservenak@cstamas·
@bcrow Yup, not that this is "groundbreaking", I just wanted to have something to point all the people asking about it...
English
0
0
0
332
Tamas Cservenak
Tamas Cservenak@cstamas·
@gsmet_ Yup, same stands, this is merely to remove the xml (move from plexus to sisu)
English
0
0
0
53
Guillaume Smet
Guillaume Smet@gsmet_·
@cstamas Nice post! With the XML approach, I needed to have extensions set to true when using the plugin. Is it still the case with this approach?
English
1
0
0
59