Elektrine lite

← Feed

Jakub Synowiec

jaqbsy@mastodon.online

<p>I casually post about PKM, privacy, software engineering, AI/LLMs, games, and books. Not an expert; just sharing my own eventually consistent opinions.</p><p>Telecom engineer by education (lasers! yes, really), software engineer by trade, systems architect by inclination. I somehow ended up spending my whole career in software, dealing with distributed systems, data platforms, and cloud-shaped problems.</p>

Posts

  • Post #3237029

    Reposting from X: Pi is moving to earendil-works GitHub org and the published packages namespace is changing too. Switch your Pi agents. This is a breaking change an new versions do Pi plugins won’t work with newer Pi releases. https://x.com/badlogicgames/status/2052337097315381517 #Pi #PiDev #PiAgent

  • Post #3237028

    GPT-5.5 in Codex, after working for over 10 minutes, applied a *robust* markdown separator and a regression test 🤣 I&amp;#39;m going to start calling \n a robust white-space only line separator. #codex #gpt5 #vibeCoding

  • Post #3237027

    A new blog post and a quick side project: two tools for exporting and converting chat history from Duck.ai web application. https://jsynowiec.github.io/posts/duckai-tools #DuckDuckGo #DuckAI

  • Post #3237026

    While catching up with my RSS feed, I found out that @simon published a neat history of Claude system prompts, including fake git commits and all. I pointed my AI agent to that data and asked it to analyze how these system prompts have evolved over time. https://jsynowiec.github.io/posts/evolution-of-claude-system-prompts/

  • Post #3237025

    I think something is wrong with how companies are advertising their roles as “remote” nowadays. A few examples: “The role is remote, with the expectation of a transition to a hybrid office model.” “This role is onsite. It’s posted as remote for visibility” “This is a remote position (…) we require 15 days onsite a month.” Job posted as remote from anywhere in the EU; recruiter: “We’re only hiring in contry X” #remotework #jobsearch #rant #remotejobsineu #remote

  • Post #3237024

    I ran a small experiment to see if companies use AI to screen job submissions. They do, and not all disclose this or ask for consent. https://jsynowiec.xyz/posts/ai-reads-your-resume/ #AIEthics #ethics #recruitment #ATS #AI #AIAct #GDPR #transparency #personalBlog

  • Post #3237023

    If “web search” to you is a page that shows a list of relevant web pages, here’s a friendly reminder: there are alternatives, and you don’t have to use “AI search.” For example, there’s @kagihq It’s a paid search engine I’ve been using since 2023. The biggest advantage for me is that the results are actually relevant and accurate. You can also upvote or downvote specific pages, and there are no ads.

  • Post #3237022

    The new Google Antigravity IDE app forces you to opt in to tracking and data training. The button remains disabled until the box is selected, though they claim you can opt out later in settings. They force the opt-in knowing most people won&amp;#39;t read it or bother to opt out. This is a dark UX pattern. #google #antigravity #googleAntigravity #darkUX #privacy #dataPrivacy

  • Post #3237021

    New blog post. An observation on scope creep in the age of AI, and why infinite capacity might be the worst thing to happen to software. https://jsynowiec.xyz/posts/poof-a-startup/

  • Post #3237020

    Blogged: Why as const beats enums for most TypeScript use cases. A surprisingly underused and less popular TypeScript feature. https://jsynowiec.xyz/posts/ts-const-assertion/ #typescript

  • Post #3237018

    GitHub Copilot inline suggestions in VS Code count toward your quota for every displayed ghost text, regardless of accepting it or not. With the default setting triggering suggestions everywhere, you can easily exhaust your quota in a single day, even without actually &amp;quot;using&amp;quot; suggestions. A better approach is to disable inline suggestions globally and assign a keybinding to trigger them manually when needed. #vscode #github #copilot #githubcopilot #TIL