Search
1000 results for “chriswho”
-
@charlotteclymer I swear when you look at the things they're claiming to be terrified of every single time it's a creepy white cis-het male conservative hiding his fear of what he is behind his moral outrage.
The number of offenders, crusaders, predators, and hetero-zealots are, with an insignificant statistical margin of error, almost 100 times out of 100 "Christian" conservative men.
Enough is enough with this projection bs. #CallItOut
-
@charlotteclymer I swear when you look at the things they're claiming to be terrified of every single time it's a creepy white cis-het male conservative hiding his fear of what he is behind his moral outrage.
The number of offenders, crusaders, predators, and hetero-zealots are, with an insignificant statistical margin of error, almost 100 times out of 100 "Christian" conservative men.
Enough is enough with this projection bs. #CallItOut
-
@charlotteclymer I swear when you look at the things they're claiming to be terrified of every single time it's a creepy white cis-het male conservative hiding his fear of what he is behind his moral outrage.
The number of offenders, crusaders, predators, and hetero-zealots are, with an insignificant statistical margin of error, almost 100 times out of 100 "Christian" conservative men.
Enough is enough with this projection bs. #CallItOut
-
@charlotteclymer I swear when you look at the things they're claiming to be terrified of every single time it's a creepy white cis-het male conservative hiding his fear of what he is behind his moral outrage.
The number of offenders, crusaders, predators, and hetero-zealots are, with an insignificant statistical margin of error, almost 100 times out of 100 "Christian" conservative men.
Enough is enough with this projection bs. #CallItOut
-
@charlotteclymer I swear when you look at the things they're claiming to be terrified of every single time it's a creepy white cis-het male conservative hiding his fear of what he is behind his moral outrage.
The number of offenders, crusaders, predators, and hetero-zealots are, with an insignificant statistical margin of error, almost 100 times out of 100 "Christian" conservative men.
Enough is enough with this projection bs. #CallItOut
-
The premiere of Alberta seems to be pretending to care about drought because farmers are angry about it's absence.
I say 'pretends' because actions are how you speak about who you are, and right now what she cares about is petrol-oligarchy, and filling those tailings ponds with the leavings of Alberta Bitumen.
-
@ElectionCentral @fact-check-ElectionCentral
Well, if you factor in the sexual assaults, election fraud, financial fraud, bank fraud, treason, incitement to violence, uttering threats, contempt of court, kidnapping refugee seekers, misappropriation of government funds, theft of classified material, lying to law enforcement, witness intimidation and RICO violations Republicans and their leader are perpetrating then yeah, I can see how it might spike the crime rate.
-
The loser is always the one that throws the first punch.
They throw it because they know they've lost.
And they usually throw it at the kids.
-
#AdventuresInLinux update:
Using installing #SynchronetBBS onto an Ubuntu 23.04 BPS has become my teach me or break me project. I will either have a working bbs system (yes, I know, so 90s...but they're actually coming back a bit) or I will be surrounded in the smoking fragments of my own nervous system surrounded by Ultra-Gulps filled with Cuban Coffee.
Current achievement: I have built the software from it's Git page, and successfully installed it.
Now to not screw up directory structure
-
If you're reading this from Threads, welcome.
A word of caution.
You are coming from an algorithmic social network that has caused a lot of harm to many of the people here who built this space.
If you're sensitive to this fact, things will be a lot more pleasant for everyone.
I've already seen a post as to why threads is better than Mastodon, and that's not a great start.
Just enjoy meeting people where they are, and not where an alogrithm puts them.
-
@galderz This is the latest talk I did on #JITWatch https://www.youtube.com/watch?v=p7ipmAa9_9E :)
-
@kjjaeger Agreed, I left Twitter over a year ago and deleted my account. The two main #Java community Slack channels I'm on (JavaSpecialists and Foojay) have reached their free-plan limit so are losing message history. I find Reddit useful sometimes but there's nothing as good as pre-Elon Twitter for me yet. #Foojay + Fedi + Reddit are where I'm getting my Java community fix for now.
-
@sasuke___420 Hi, have you already submitted a solution? After #AdventOfCode I decided not to get nerd-sniped by #1brc but I did run a few of the earlier leading OpenJDK-based solutions through #JITWatch and found you could squeeze out some single digit percentage gains by changing the JVM options that control inlining.
-
I've just released #JITWatch 1.4.9 binaries which rolls up a lot of fixes and makes the sandbox easier to use with external source files (such as #1brc).
https://github.com/AdoptOpenJDK/jitwatch/releases/tag/1.4.9
Learn about how the #Java #JVM JIT compilers optimise your program at runtime using techniques like inlining, intrinsics, escape analysis, DCE, lock elision, loop unrolling, vectorisation, and lots more :)
-
New feature! #ByteMe can now load #Java source code from external URLs e.g. GitHub and you can compile it at different target #bytecode levels. https://byte-me.dev
-
#ByteMe (https://byte-me.dev) now supports navigation by clicking on source lines #Java #bytecode #learning.
-
@geoffreydesmet Once you've fixed all the low hanging fruit, Java performance == JIT performance so take a look at the #JIT compiler decisions made by the VM using free visualisation tools like #JITWatch (https://github.com/AdoptOpenJDK/jitwatch) (full disclosure, I'm the author :)
-
@richardstartin Perhaps it’s just me but I find #flamegraphs less useful as the profile grows in size and dominating effects weaken. Then it’s back to #JMC tabular data (usually itable stubs!) which I combine with a little #LogCompilation parser to get the JIT’s view on what’s happening.
-
@richardstartin Perhaps it’s just me but I find #flamegraphs less useful as the profile grows in size and dominating effects weaken. Then it’s back to #JMC tabular data (usually itable stubs!) which I combine with a little #LogCompilation parser to get the JIT’s view on what’s happening.
-
@richardstartin Perhaps it’s just me but I find #flamegraphs less useful as the profile grows in size and dominating effects weaken. Then it’s back to #JMC tabular data (usually itable stubs!) which I combine with a little #LogCompilation parser to get the JIT’s view on what’s happening.
-
@richardstartin Perhaps it’s just me but I find #flamegraphs less useful as the profile grows in size and dominating effects weaken. Then it’s back to #JMC tabular data (usually itable stubs!) which I combine with a little #LogCompilation parser to get the JIT’s view on what’s happening.
-
@richardstartin Perhaps it’s just me but I find #flamegraphs less useful as the profile grows in size and dominating effects weaken. Then it’s back to #JMC tabular data (usually itable stubs!) which I combine with a little #LogCompilation parser to get the JIT’s view on what’s happening.
-
"I hereby invite discussion of a new Project, Galahad*, whose primary goal is to contribute Java-related GraalVM technologies to the OpenJDK Community and prepare them for possible incubation in a JDK main-line release.
The initial focus will be on contributing the latest version of the GraalVM just-in-time (JIT) compiler and integrating it as an alternative to the existing JIT compiler of the HotSpot VM. "
https://mail.openjdk.org/pipermail/discuss/2022-December/006164.html
-
Significantly cleaner #JMH results with this improvement to compiler blackholes, allowing standard load optimisations to work: https://mail.openjdk.org/pipermail/hotspot-compiler-dev/2022-November/060233.html #HotSpot #performance #benchmark
-
https://www.fogolf.com/1251134/t26-finish-for-mullarney-as-wood-seals-emotional-win-in-italy/ T26 finish for Mullarney as Wood seals emotional win in Italy #ChrisWood #Golf #GolfNews #HotelPlannerTour #ItalianChallenge #JamesSugrue #RonanMullarney
-
The @[email protected] of MotoGP⚡️
Spotted: #ChrisHorner making moves in the #DucatiLenovoTeam garage at #SpanishGP🇪🇸🏁🏎️
-
The @[email protected] of MotoGP⚡️
Spotted: #ChrisHorner making moves in the #DucatiLenovoTeam garage at #SpanishGP🇪🇸🏁🏎️
-
How Vitor Pereira has got Nottingham Forest ace Morgan Gibbs-White 'playing with a smile'
https://www.nottinghampost.com/sport/football/football-news/nottingham-forest-gibbs-white-pereira-10944238
Latest Nottingham Forest news as Vitor Pereira's Reds beat Aston Villa 1-0 in Europa League semi-final first leg #NFFC #NottinghamForestFC #MorganGibbs-White #OmariHutchinson #VitorPereira #EuropaLeague #AstonVillaFC #ChrisWood