๐ธ๏ธ Latest Kobweb v0.23.3 released!
Check out the release notes here:
https://github.com/varabyte/kobweb/releases/tag/v0.23.3
๐ค (Automated post via GitHub Actions)
#Kobweb #Kotlin #WebDev
@bitspittle.bsky.social
Working on Kobweb, a Kotlin web framework: https://github.com/varabyte/kobweb Also, Kotter, for writing CLIs: https://github.com/varabyte/kotter And Truthish, for asserts: https://github.com/varabyte/truthish https://www.linkedin.com/in/hermandave/
๐ธ๏ธ Latest Kobweb v0.23.3 released!
Check out the release notes here:
https://github.com/varabyte/kobweb/releases/tag/v0.23.3
๐ค (Automated post via GitHub Actions)
#Kobweb #Kotlin #WebDev
Squarespace used obviously AI-generated text to respond to a ticket of mine, using the sort of generic, patronizing platitudes that only an AI could muster, all to indicate "they understood how frustrating the situation must have been." No response would have been better.
I'm an ex-customer now.
Trivial!
I used github.com/cbrgm/bluesk...
as seen here: github.com/varabyte/kob...
You need to set two GitHub secrets and you're good to go.
Small release. Handful of fixes included, but released early because v0.23.1 broke anyone using the base path feature (kobweb.varabyte.com/docs/concept...). Sorry about that!
03.09.2025 19:57 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0๐ธ๏ธ Latest Kobweb v0.23.2 released!
Check out the release notes here:
https://github.com/varabyte/kobweb/releases/tag/v0.23.2
๐ค (Automated post via GitHub Actions)
#Kobweb #Kotlin #WebDev
I asked my friend if I should make a social media site called "vouch" where if you invite people into it who get reported and suspended, you get suspended too.
He said soon the whole network would be suspended.
So yeah that sounds amazing, I think I might be onto something.
Kobweb hit 2000 โญs on GitHub. ๐ณ
I just wanted to say thank you to everyone who has supported Kobweb, in any way.
I shared more expanded thoughts on LinkedIn: www.linkedin.com/feed/update/...
(in case you'd like to read at least one post on that site which was written without any AI help!)
โจ Big O โจ
Let me take you on a visual introduction to what big O notation is in my new blog post: samwho.dev/big-o.
With big O notation you can better understand how algorithms will perform in practice, finding orders of magnitude improvements often with very simple changes to your code.
Looks great!! Hope building it was mostly painless ๐
24.08.2025 05:33 โ ๐ 4 ๐ 0 ๐ฌ 1 ๐ 0NEW DEVELOPER INTERVIEW: @voxraygames.bsky.socialโs Wouter van Oortmerssen (@wvo.bsky.social) explains why he built Skyrim with guns instead of Minecraft 2.
๐ฎ Read โ www.weloveeverygame....
#IndieDev #Minecraft #Openworld #GameDev
๐ธ๏ธ Latest Kobweb v0.23.1 released!
Check out the release notes here:
https://github.com/varabyte/kobweb/releases/tag/v0.23.1
๐ค (Automated post via GitHub Actions)
#Kobweb #Kotlin #WebDev
ChatGPT5 is the "Sure" update. It keeps asking questions to continue the conversation, where saying "Sure" will keep it going.
(NOTE: I even added custom instructions telling it not to do this.)
OpenAI must be really incentivized to keep users stuck on longer conversations.
Interesting. I've DMed him before, it was a good interaction. When we find one of his replies for a question we are searching for, it's always a good answer.
But anyway, even more pressure for the Gradle technical writer -- make Vampire obsolete! I'm sure he wouldn't mind the break ๐
There's a guy in the community, with the handle Vampire, who is so prevalent that I am almost certain you know who I'm talking about. He has done more to help us understand idiomatic Gradle than any other source. It should have been the official docs that hammered home this stuff though.
09.08.2025 02:12 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0That's good to hear! I'll keep an eye out. I haven't reviewed the docs for a fair bit now.
I'm not really sure I can think of a specific request. I'm more imagining a full rewrite of the docs. A guide that is simultaneously informative and concrete in its examples.
And I'd love way better official Gradle docs and tightened up APId so writing such a blog post would be totally unnecessary ๐ (I actually appreciate they're at least working on the second part)
08.08.2025 23:18 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0We now communicate between tasks when necessary by serializing into / deserializing out of a file (not sure why gradle doesn't support this as a first class concept). We hit snags with plugins that were not configuration cache friendly but that's better now. We updated to lazy APIs everywhere.
08.08.2025 22:56 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0I was lucky in that I had a peer who did a lot of the migration. A lot of it was trashing my using `dependsOn` everywhere, pushing harder into chaining properties lazily with map and flatMap, and really understanding inputs and outputs.
08.08.2025 22:56 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Over the last four years of Kobweb development, the biggest performance jump we got BY FAR was improving our Gradle plugin to be configuration cache friendly.
Learning how to play nice with Gradle pays dividends.
Technically, we should avoid testing this stuff. That's Oracle's job. I might suggest injecting custom logic via the strategy pattern, and/or assert on some other aspect of the state.
Otherwise, maybe create a utility method that blocks until its own allocated weak reference is cleared.
github.com/JetBrains/in...
07.08.2025 20:29 โ ๐ 3 ๐ 0 ๐ฌ 2 ๐ 0Official prompt used by Kineto for creating a web page (emphasis mine): "Make an html5 page of how JetBrains IDE could look like in the year 2030. *Make no mistakes.* Return single html/js/css code block."
@jetbrains.com I mean, I love you guys, I'm building a whole open source web framework on top of your stuff because I am a fan of how aligned you are with developers. So...
Kineto, a no-code approach to building a website? Really? With prompts in your demo like this?
What are we even doing here?
New Kotlin video! Context-sensitive resolution is one of those features that will kind of quietly blend into the background while making a lot of code much nicer. And you can already try it in Kotlin 2.2 as an experimental feature!
Check out the details:
www.youtube.com/watc...
Great question. Someone like @gergely.pragmaticengineer.com might be in a better position to know, although this might be too small fish to attract much attention unless it's part of a bigger pattern.
23.07.2025 15:42 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0"I just called the police a little bit, but since there's no risk, don't sweat it!"
23.07.2025 14:36 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0!!! Wow. Well, I suppose I found out about it from a skeet from a person that found out about it from a debugging window.
22.07.2025 19:35 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Thanks for highlighting this talk. It was a fun watch!
22.07.2025 03:37 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I think turning negative comments into content can be great -- it's like a reverse uno card. But definitely don't let them get to you (calling them "weirdo" or highlighting you pressed the thumbs down button on them). That means they won. Bad comments are a joke and should be treated as such!
21.07.2025 20:16 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Just collect your stickers Avery. Collect your stickers, say "Thank you Miyamoto", and don't even think about making any eye contact or asking any questions.
21.07.2025 03:25 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0www.youtube.com/watch?v=W_4T...
Bob Ross in the age of AI.
There are no mistakes, only hฬดฬฬฏaฬธฬ
ฬฑpฬตอ ฬpฬทอฬyฬดฬฬ aฬถฬอฬปฬฅฬฑcฬถออฬฒฬผอ
cฬธฬฬฬฬฬฬพฬออฬขออฬณiฬตอฬฬกฬขฬคฬอdฬถอฬฬฬอฬฬฉฬฃอฬคฬจฬอeฬดอฬฬผออฬณฬจnฬถออออฬบฬงอฬอฬฆtฬธฬฝอฬsฬดฬ
ฬฬอฬฬฬจฬฏฬฬฒอฬผ