Starting with vllm can be a little rough coming from llama.cpp - but I got it running with the models i needed after a lot of tinkering on 2 5060tiβs π
Starting with vllm can be a little rough coming from llama.cpp - but I got it running with the models i needed after a lot of tinkering on 2 5060tiβs π
New @fireship.bsky.social video just dropped
www.youtube.com/watch?v=1fUB...
Great subject!
The Netherlands Photo Museum in Rotterdam opens its doors on February 7 in the new monumental warehouse Santos in Katendrecht.
Source: Municipality of Rotterdam
#Rotterdam
#NederlandsFotomuseum
#Kunst
From Tuesday afternoon, there is a chance of slippery conditions due to freezing rain, mainly in the north and possibly also in the central Netherlands.
Source: Royal Netherlands Meteorological Institute
#KNMI
#Gladheid
#Ijzel
Really pleased with how this talk went and the feedback Iβve had, it was the first time Iβve done it and I wasnβt sure how useful it would be.
What an afterword!
βToday, as we move toward and beyond 2025, we are entering a possible era of AI-generated content. You may ask yourself, why bother? It matters. Your words matter, your knowledge matters, and we must continue to push back against the entropy and bit rot of the internet. (β¦)β
The Office / Mad Men
π» Zustand v5.0.10 is out!
Fixes an edge case in the persist middleware.
github.com/pmndrs/zusta...
Thanks as always for the support. This is such a nice community.
If you want to know in what #Java release to expect value types (yes, the answer to "Valhalla, when?" !), what Leyden plans after AOT code compilation, and which pattern magic to expect next from Amber, you don't want to miss this:
www.youtube.com/watch?v=1lYs...
Love creating reusable stuff like this. The scoreboard will probably only be relevant to the new video I'm working on, but the applyGlitch() function I'm sure will be reused.
It's random, too. Looks different every time.
One Query, Complete Object Graphs: Nested DTOs with jOOQ MULTISET martinelli.ch/one-query-co... by @martinelli.ch
The Utrecht morning rush hour in the snow did not disappoint!
https://jb.gg/1lak0x
2025 marked #Java's 30th birthday. We celebrated loud, proud, and in style π
To end this landmark year properly, update to the latest version of the Java 30 Anniversary plugin jb.gg/1lak0x and unwrap a festive Duke for the holidays, plus the full Duke collection to boot.
just wow! π€
OK mensen dit moet stoppenβ¦
Happy to enjoy another UtrechtJUG meetup tonight!
Vitest 4 is out!
- Browser Mode is Stable
- Visual Regression Testing
- Improved Debugging
- Pool Stabilization
- New APIs
- Bug Fixes
Stay updated with our blog post:
vitest.dev/blog/vitest-4
#JUnit 6.0.0 is released!
β¨ Java 17 and Kotlin 2.2 baseline
π JSpecify nullability annotations
π« Integrated JFR support
π Kotlin suspend function support
π Support for cancelling test execution
βοΈ New `--fail-fast` mode for ConsoleLauncher
π§Ή Removal of deprecated APIs
docs.junit.org/6.0.0/releas...
Finally YouTube is going to improve the dubbing feature with lipsync and potentially (looking at this example video) voice matching. That's great in general, and I'm very happy for my YouTube channel that can be better experienced by english speakers. www.youtube.com/watch?v=8W3n...
"Which is your favorite/definitive version of the original Prince of Persia?"
πΎAs promised-- after 35 years, here's a proper blog post with my thoughts, and the story behind Prince of Persia's multiple 1990s ports.
www.jordanmechner.com/en/latest-ne...
Awesome, looking forward to FOSDEM π
And means I'll have to start planning something for the 29th π
The #Java 25 post is now also available on Foojay π foojay.io/today/heres-...
<3
Excalidraw-Animate supports dark mode! Thanks to a contributor's work!
github.com/dai-shi/exca...
ποΈ I've been on the PodRocket podcast by @logrocket.bsky.social recently, talking some more about useCallback, useMemo, "the latest ref pattern" and the React Compiler:
Tanstack had it first but I'm glad Next.js has typed routes too now:
nextjs.org/blog/next-15...
Remember kids, while bind values in SQL are almost always a good thing by default, sometimes, inlining a constant value into the query is better for performance. See this article:
blog.jooq.org/when-to-use-...
In order to implement the Redis Vector Sets VRANGE, I used AI to show better my point about the latest blog post and why vibe coding is *not* the way. Soon I'll release a video in my YouTube channel (in English) to see how Claude and Gemini perform and how the human is the key.
I personally am not a fan of failing transactions as a means of cleanup, per test class (JUnit scope) I perform a TRUNCATE on all tables in the AfterAll()