ej-kon
banner
ej-kon.bsky.social
ej-kon
@ej-kon.bsky.social
just a programmer
My first thoughts on #GPT-5 as a coding assistant: It's one of the worst models in basic mode, but one of the best (if not the best) in 'thinking mode.' Of course, it's nowhere near 'PHD level' or 'replacing programmers'
August 11, 2025 at 7:09 AM
All this talk of "PHD level" and "replacing programmers" with #GPT-5 made me realize that the biggest issue with these models isn't their own hallucinations—it's their creators'.
August 11, 2025 at 7:06 AM
As a programmer, I've always had a "puzzle-solver" drive. My new dev challenge saw AI bots (DeepSeek, ChatGPT, Kimi) push me. Confident but often wrong, they amplified my "rabbit holes," costing me sleep and days. Vital warning: AI can supercharge burnout for programmers. #Programming #AI #LLM #Code
July 30, 2025 at 9:55 PM
No chance for a medium or small e-shop to be referenced in "AI Mode" especially for product searches. What will happen if it becomes the default option in Google search ? In such cases adding content in a way that "AI Mode" wants to digest is unpaid labor contributing solely to Google's revenue.
June 16, 2025 at 8:41 PM
Reposted by ej-kon
In the line of code, z = x++ + ++y, what does z equals? The correct response should be been "getting fired." While I will not argue against knowing the difference between post and pre increment, it is far more important to understand how to write readable, maintainable code. #programming
April 22, 2025 at 10:43 PM
April 2, 2025 at 5:29 PM
I have to build a test for #WebTransport from an SPA in a Shared Worker that connects to nginx → (Linux socket) #Node.js server → (Linux socket) Tomcat #Java app and back. I hope someday AI will be ready to do it for me (for test cases, not for production, of course) in fewer than 50 interactions.
April 2, 2025 at 11:08 AM
I believe that now anyone can see that CEOs of American tech companies exist in a quantum state. Their helicity -left or right- remains indeterminate until a 'measurement' is taken. And that measurement is in their own pockets.
April 2, 2025 at 10:39 AM
VSCode: "Text editor with IDE aspirations" , that is funny if not sad for new programmers. #Java , #PHP #C++ #JS #IDE
March 25, 2025 at 8:17 AM
Wow , Oracle really hates Java programmers 'String Templates were removed in Java 23 due to design considerations and are not present in Java 24' #Java #Java24 #Oracle
March 25, 2025 at 7:13 AM
copy paste from DeepSeek: "Ideas should fight. People should not.
If an AI can model that, maybe humans can too." #AI , #future, #optimism
March 25, 2025 at 6:50 AM
2/2: Of course that should be done in one minute in both , BUT none of them resorted to name calling :) #AI #Hash #DeepSeek #ChatGPT
March 25, 2025 at 6:43 AM
1/2: I spent 3 hours debating DeepSeek and ChatGPT on why you should hash passwords client-side (before sending to the server) without skipping proper server-side hashing. ChatGPT conceded after 1 hour of invalid arguments. DeepSeek took 3 hours to realize its objections didn’t hold up. #AI #Hash
March 25, 2025 at 6:42 AM
HTML5 loading="lazy" hurts SEO (via CWV) compared to JS lazy loading. See for yourself and share your results. Check the Lighthouse audits:

HTML5 lazy loading
ej-kon.github.io/tests/lazy-l...

JS lazy loading
ej-kon.github.io/tests/lazy-l...
Test for loading lazy img attribute
Test for loading lazy img attribute
ej-kon.github.io
March 25, 2025 at 5:52 AM