I freaking hate so much working with Google Ads. Terrible documentation. So hard to understand. So hard to test. Fuck this shit.
Posts by Nico in 🇨🇭
AI Fatigue
Before:
Idea ➡️Plan ➡️ Implement ➡️ Test: 2 weeks
With AI:
1 day
So in two weeks, 10-14 cycles.
It’s so addictive.
Cursor down?
Second attempt
My flight got cancelled after I passed security check. First time for everything.
Found out it’s because of the fucking war.
Can people stop starting wars and just get laid instead?
Who the hell worship Hannibal?
🫵 Boss asked me to watch YT vid about making websites look and feel premium, and to apply it to our website.
👨💻 Me less than 7 hours later: "Here you go"
Cursor really makes me productive.🤯
Added some new features to Dataqueue:
⏱️ wait with timeout or external event
⚛️ React hook library to subscribe to the status change and progress
📈 plug-and-play dashboard library for Next.js
💾 Redis support!
dataqueue.dev
This is true in my experience. Yesterday I used Cursor to create a PoC system that consists of an API server, a CMS, and React Native app in 30 minutes. Without the agent, it'd take me maybe a week to do, even with the AI completion. Crazy new world is already here. shumer.dev/something-bi...
Interesting, it's possible to have a different "display name" in Finder instead of the actual file name.
wtf. i don't know who that person is but wtf.
VS Code/Cursor = Editor with built-in Terminal.
Warp = Terminal with built-in Editor.
They're converging.
Damn. Hit my Cursor usage limit.
Huh, finally reached Cursor usage limit.
How much do you need to pay the government for radio and tv which you don't use? It's 335 francs per year in Switzerland. 😮💨
"Today we announce ..."
When is "today"? No date at all in the blog post. No date either in the URL.
😮💨
Even LLM is lazy lately.
A screenshot of a file directory on a computer, showing the sidebar with various folders. The "Downloads" folder is highlighted in blue, while other folders like "Applications," "Calibre Library," "Desktop," "Documents," "Library," and "Movies" are also visible.
Why are Desktop and Documents hidden in Tahoe??
A message displayed in a clear font, addressing the recipient as "Hi" and acknowledging them as a top contributor on GitHub in Switzerland. The text mentions a search for open source contributors and includes a link to a GitHub repository (https://github.com/adenhq/hive). The link is highlighted in pink.
I don't believe you.
Yeah, 200 was the cheapest I could find
No, the 299 is for companies who want to make internal only apps. For public apps, it’s 99 for individual and organization
Yesterday I learned that it costs at least $200 per year to distribute a Windows app unless you don’t mind having the “Unknown publisher” warning when people install the app. For macOS it just costs $99 and no hassle.
WTF is Microsoft doing.
Will move at the end of april
time well spent then lol
Modern devs are different species. Broke production build? Make a Tiktok 🤯
A screenshot of a code editor displaying a file structure in a project. The sidebar shows directories under "node_modules" and "packages," with several nested items including "database," "emails," "env," "ui," and others. Specific entries highlighted include "database-v7-utils" and "voucher-v7," indicating various modules and utilities related to database operations and vouchers. The overall theme is dark mode.
I'm updating Prisma on multiple websites from v6 to v7. But instead of directly changing the version, I duplicated and updated the packages that use Prisma. This way, I can update the app one by one to make sure nothing breaks.