Job hunting still sucks — but here’s what actually works
Originally written by Ben Thoma — Marketing Leader and digital advertising professional (Atlassian, Khoros, Razorfish alum).
This post summarizes the strategies from his article published April 30, 2026. Read the original on LinkedIn ↗
Job hunting in 2026 is brutal — but not hopeless. Ben Thoma recently shared a detailed breakdown of what actually moved the needle for him during his spring job search. Here are the key takeaways.
- It’s a volume game — embrace it
The instinct to craft one perfect application for one perfect role will hurt you. The market has changed: sending tailored applications at scale is now the baseline expectation. Pragmatism beats idealism when you need to pay rent.
- Apply early, or don’t bother
Postings can close within hours of going live. If a listing is more than a week old, your odds are already thin. The real edge is catching roles in the first 24 hours.
LinkedIn tip: Add &f_TPR=r3600 to any LinkedIn Jobs URL to filter for postings from the past hour (3,600 seconds). For Indeed users, the JobScrub Chrome extension shows how long a posting has been live and how many people have already applied.
- Tailor every single resume
Applicant tracking systems now read your resume before any human does, and they’re looking for keyword alignment with the job description. Build a strong master resume with verb-led bullet points and quantifiable outcomes, then customize each version. Thoma used Resume Worded to score versions against the job description — aiming for 85+ before submitting.
Put the exact job title from the posting at the top of your resume. Trim your years of experience to match what the role specifies. Consider removing your graduation year.
- Referrals help — but don’t rely on them
A referral can get a recruiter to look at your resume. That’s it. Keep applying in parallel.
- Nail “tell me about yourself”
Every interviewer asks it. Prepare a tight, value-focused answer that leads with what you uniquely bring — not a recitation of your job history.
- Practice interviews out loud with AI
Give an AI the job description and what you know about the interviewer. Switch to voice mode and run a mock interview. Speaking out loud reveals where your thinking stalls and builds real confidence.
- Protect your time and energy
Thoma applied to 3–8 roles per week — not 40-hour grind sessions. Job searching has diminishing returns if you push too hard. He recommends The 2-Hour Job Search as a framework.
The bottom line: the system is frustrating, but you’re not. You are worthy of a good job, and you will find one.
Full credit to Ben Thoma for the original research and insights. Read the original article: https://www.linkedin.com/pulse/job-hunting-still-sucks-what-worked-me-ben-thoma-1d2rc/
Copy books from Kindle to Kobo
Found this on internet: (March 2026) I imported my stuff from Kindle to Kobo, Here’s how i did it (repost)
(March 2026) I imported my stuff from Kindle to Kobo, Here’s how i did it
(March 2026) I imported my stuff from Kindle to Kobo, Here’s how i did it
DISCLAIMER: MAKE SURE YOU OWN THE CONTENT! I AM NOT RESPONSIBLE IF JEFF BEZO APPEARS AT YOUR FRONT DOOR
- download calibre from the calibre website and old Kindle version from https://kindleforpc.s3.amazonaws.com/70904/KindleForPC-installer-2.4.70904.exe
- turn off your wifi and unplug ethernet
- run the kindle installer
- open kindle
- go to tools > options > turn off auto updates
- install calibre
- turn on wifi
- sign in to kindle
- download kfwinput by going to calibre > preferences > plugins > get new plugins > type KFXinput > select KFXINPUT
- download DeDRM zip from github ( google it)
- unzip the dedrm
- calibre > preferences > plugins > import plugin > select DeDRM\_plugin.zip inside the unzipped file (if you get an ___init.py___error make sure you unzip the original DeDRM file you downloaded)
- go to kindle and click the 3 dots on the book you want to transfer then select download
- go to calibre and click add books
- go to documents\\my kindle content\\\[Something with “EBOK” in it\] then select the azw file
- in calibre make sure you:
\- see the book cover (if you don’t download KFWinput)
\- see that the file type is “KFX” and NOT “KFX-ZIP” (if it’s KFXzip turn your WiFi off when you download Kindle)
17. click convert books
18. click ePub and press go or start or whatever
19. wait a few seconds
20. connect your kobo
20a. wait a few seconds until you see “kobo xx ” on the bottom left
21. right click the book
22. send to device
23. done!
How to Read Kindle Books on Kobo | Transfer Kindle Library to Kobo (Step-By-Step Tutorial)
YUMI Multiboot USB Creator Complete Overview & Setup Guide
Automate Your Life in 4 hours – Agent and Automation Zapier Course
GitHub Copilot CLI Hands-On: Using AI Skills to Automate Repeatable Work
Душата дрънка
https://musagena.com/dushata-dranka.html
Нещо което искам да прочета.
Ultimate Oracle Cloud Free Kubernetes Cluster Guide (2024) –
How I Stopped Hitting Claude’s Usage Limits (10 Simple Habits)
Originally posted by kaize on X
For a long time, I blamed Claude for being too restrictive. Then I realized I was thinking about it all wrong.
Claude doesn’t count messages — it counts tokens. Once that clicked, everything changed. Here are the 10 habits that dramatically cut my token usage and kept me well within my limits.
1. Edit Your Prompt — Don’t Send a Follow-Up
When Claude misses the mark, the temptation is to fire back with “No, I meant…” or “That’s not what I wanted…” Resist that urge.
Every follow-up message gets added to the conversation history, and Claude re-reads all of it on every single turn. The token cost isn’t linear — it’s quadratic:
Total tokens = S × N(N+1) / 2 (S = avg tokens per exchange, N = number of messages)
At ~500 tokens per exchange:
- 5 messages → 7,500 tokens
- 10 messages → 27,500 tokens
- 20 messages → 105,000 tokens
- 30 messages → 232,000 tokens
Message 30 costs 31× more than message 1.
What to do instead: Click Edit on your original message, fix it, and regenerate. The old exchange is replaced — not stacked on top.
2. Start a Fresh Chat Every 15–20 Messages
Long conversations are brutal on your token budget. A 100+ message chat at ~500 tokens per exchange burns over 2.5 million tokens — the vast majority of which is just re-reading old history.
One developer tracked his usage and found that 98.5% of tokens went toward re-reading context. Only 1.5% was actually generating output.
What to do instead: When a chat gets long, ask Claude to summarize the conversation, copy that summary, open a new chat, and paste it as your first message.
3. Batch Your Questions Into One Message
Splitting questions across multiple messages feels more natural, but it’s one of the costliest habits you can have. Three separate prompts means three full context loads.
Instead of:
- “Summarize this article”
- “Now list the main points”
- “Now suggest a headline”
Write: “Summarize this article, list the main points, and suggest a headline.”
You save tokens and often get better answers — Claude sees the full picture from the start.
4. Upload Recurring Files to Projects
Every time you upload the same PDF to a new chat, Claude re-tokenizes it from scratch. If you work with contracts, briefs, style guides, or any long documents, this adds up fast.
What to do instead: Use the Projects feature. Upload your file once, and it gets cached. Every conversation inside that project can reference it without burning tokens again.
5. Set Up Memory & User Preferences
How many times have you opened a new chat and typed something like “I’m a marketer, I write in a casual tone, keep paragraphs short…”? Those setup messages are pure token waste.
What to do instead: Go to Settings → Memory and User Settings and save your role, communication style, and preferences once. Claude will apply them automatically to every new chat.
6. Turn Off Features You’re Not Using
Web search, connectors, and Explore mode all add tokens to every response — even when you don’t need them.
- Writing your own content? Turn off Search and Tools.
- Not doing complex reasoning? Keep Advanced Thinking off by default, and only enable it if your first attempt falls short.
Rule of thumb: If you didn’t turn it on intentionally, turn it off.
7. Use Haiku for Simple Tasks
Grammar checks, brainstorming, formatting, quick translations — Claude Haiku handles all of this at a fraction of the cost of Sonnet or Opus.
A simple mental model:
- Haiku → quick, simple tasks (low cost)
- Sonnet → real work (medium cost)
- Opus → deep, complex thinking (high cost)
Routing simple tasks to Haiku can free up 50–70% of your budget for work that actually needs a more powerful model.
8. Spread Your Work Across the Day
Claude uses a rolling 5-hour window — not a midnight reset. Messages sent at 9 AM won’t count against you by 2 PM.
If you blow through your limit in one morning session, you’re leaving most of your daily allowance on the table.
What to do instead: Break your day into 2–3 sessions (morning, afternoon, evening). By the time you return, your earlier usage has rolled off and your limit has refreshed.
9. Work During Off-Peak Hours
As of March 26, 2026, Anthropic adjusts how quickly your 5-hour limit is consumed based on demand. During peak hours — 5–11 AM Pacific / 8 AM–2 PM Eastern on weekdays — the same query costs more against your limit than it would off-peak.
Your weekly allowance doesn’t change, but shifting heavy tasks to evenings or weekends stretches it significantly. If you’re in Europe, Latin America, or Asia, peak hours may fall during your afternoon — worth checking based on your time zone.
10. Enable Extra Usage as a Safety Net
If you’re on a Pro, Max 5x, or Max 20x plan, consider enabling Overage under Settings → Usage.
When your session limit runs out, Claude doesn’t cut you off — it switches to pay-as-you-go billing at API rates. You set a monthly spending cap so there are no surprise charges.
This isn’t about saving tokens. It’s about not losing your work at the worst possible moment.
The Bottom Line
These habits feel like a lot at first. But once they’re second nature, hitting your limit becomes a rare event. You may even find yourself downgrading from a max plan — because you simply don’t need it anymore.
Claude doesn’t count messages. It counts tokens. Use them wisely.