The IntelliJ IDEA 2025.3 release has landed!
This version brings several significant updates, all of which are described and demoed on our Whatβs New page.
Check it out! π
jetbrains.com/idea/whatsnew/
If you donβt like taking multiple steps to switch tabs in Safari. Hereβs a hack
1. Change safari settings as in pic
2. Swipe on tab bar left/right to switch tabs.
Please follow for more hacks π
@Apple@safari
Local Manus AI alternative.
π―% open source
AgenticSeek is an autonomous agent that browses the web, writes code, and plans tasks, all on your device.
It runs entirely on your hardware, ensuring complete privacy and zero cloud dependency.
Ever looked where to book your online webinars, tutorials, masterclass etc. to share with your friends,social media,family
π SimpliEvent.com
Event Booking Made Simple.
βΈ»
π Plan Events in Seconds. No Sign-Up Needed.
SimpliEvent is the fastest way to create and share event invitations online.
Whether itβs a workshop, webinar, meetup, or team call β we make it effortless.
β Create an event in under 30 seconds
β Instantly get a unique participation link
β Share it anywhere β WhatsApp, Email, or Social Media
β Attendees RSVP with just their name and email
β You get a live participant dashboard (no login requir
Lombok with JDK 24 π
With JDK 24 upgrade Lombok isn't working anymore. The annotation processing changed and so the code wasn't extended by Lombok before the compile step.
Searching on the internet I found a feature request (github.com/projectlombok/lomβ¦) on Project Lombok
Now you can search in #ChatGPT inside WhatsApp like asking live scores , questions.
Search in #WhatsApp
You can now send a WhatsApp message to 1-800-ChatGPT ( 1-800-242-8478) to get up-to-date answers and live sports scores.
wa.me/18002428478
Have you tried Java 21 String Templates
ππ΅π³πͺπ―π¨ tech= "Java";
πͺπ―π΅ ver= 21;
ππ΅π³πͺπ―π¨ π³π¦π΄πΆππ΅ = πππ."String Template is released in \{tech} π’π―π₯ Version \{ver} .";
Clean code using STR template processor
What is a Rate Limiter?
A Rate limiter is a tool that controls the rate of traffic sent or received by an API.
It's used to prevent DoS (Denial of Service) attacks, manage API usage,and ensure system stability by limiting the no of client reqs allowed to be sent over a period.