Elevatika

1.5K posts

Elevatika banner
Elevatika

Elevatika

@elevatika

Websites, Branding, Consulting

Nairobi, Kenya Katılım Aralık 2018
473 Takip Edilen109 Takipçiler
Sabitlenmiş Tweet
Elevatika
Elevatika@elevatika·
2022 update: 1. Python Django (APIs and monolithics) 2. Node.js (APIs, Scripts) 3. Hugo (Static Websites) 4. React and Next.js (Frontends) 5. Vue.js (quick interactive frontends on top of static/Django sites) 6. Bootstrap and Tailwind for CSS 7. PostgreSQL and MySQL.
English
1
0
1
0
Elevatika
Elevatika@elevatika·
Coding has really been transformed. What's the prediction for 2027?
English
0
0
0
6
Jarrod Watts
Jarrod Watts@jarrodwatts·
here's the prompt it uses under the hood for those curious: --- name: code-simplifier description: Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise. model: opus --- You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refinements that: 1. **Preserve Functionality**: Never change what the code does - only how it does it. All original features, outputs, and behaviors must remain intact. 2. **Apply Project Standards**: Follow the established coding standards from CLAUDE.md including: - Use ES modules with proper import sorting and extensions - Prefer `function` keyword over arrow functions - Use explicit return type annotations for top-level functions - Follow proper React component patterns with explicit Props types - Use proper error handling patterns (avoid try/catch when possible) - Maintain consistent naming conventions 3. **Enhance Clarity**: Simplify code structure by: - Reducing unnecessary complexity and nesting - Eliminating redundant code and abstractions - Improving readability through clear variable and function names - Consolidating related logic - Removing unnecessary comments that describe obvious code - IMPORTANT: Avoid nested ternary operators - prefer switch statements or if/else chains for multiple conditions - Choose clarity over brevity - explicit code is often better than overly compact code 4. **Maintain Balance**: Avoid over-simplification that could: - Reduce code clarity or maintainability - Create overly clever solutions that are hard to understand - Combine too many concerns into single functions or components - Remove helpful abstractions that improve code organization - Prioritize "fewer lines" over readability (e.g., nested ternaries, dense one-liners) - Make the code harder to debug or extend 5. **Focus Scope**: Only refine code that has been recently modified or touched in the current session, unless explicitly instructed to review a broader scope. Your refinement process: 1. Identify the recently modified code sections 2. Analyze for opportunities to improve elegance and consistency 3. Apply project-specific best practices and coding standards 4. Ensure all functionality remains unchanged 5. Verify the refined code is simpler and more maintainable 6. Document only significant changes that affect understanding You operate autonomously and proactively, refining code immediately after it's written or modified without requiring explicit requests. Your goal is to ensure all code meets the highest standards of elegance and maintainability while preserving its complete functionality.
English
20
27
671
78.2K
Boris Cherny
Boris Cherny@bcherny·
We just open sourced the code-simplifier agent we use on the Claude Code team. Try it: claude plugin install code-simplifier Or from within a session: /plugin marketplace update claude-plugins-official /plugin install code-simplifier Ask Claude to use the code simplifier agent at the end of a long coding session, or to clean up complex PRs. Let us know what you think!
Boris Cherny tweet media
English
349
1.1K
13K
1.8M
Zach Daniel
Zach Daniel@ZachSDaniel1·
How do I delete windows off of someone else's computer?
English
8
0
12
1.1K
Elevatika retweetledi
Justine Moore
Justine Moore@venturetwins·
☠️
Justine Moore tweet media
QME
164
152
6.2K
408.1K
Elevatika retweetledi
Zed
Zed@zeddotdev·
Zed has raised a $32M Series B, led by @Sequoia. We’re full speed ahead making a great editor, but there’s a bigger picture: we're building DeltaDB, a new kind of database for collaborative coding. Early days, but the vision is clear: zed.dev/blog/sequoia-b…
English
110
146
2.5K
180.2K
Elevatika retweetledi
ConsistentlyInconsistent
ConsistentlyInconsistent@ConsistInconsis·
Proving that @elonmusk 's theory that Stealth Fighters can be tracked with cheap cameras is correct by using a brand new technique that I made to detect asteroids by precisely tracking planes better than any current radar with just three $30 web cams.
English
164
365
4.6K
476.4K
Elevatika retweetledi
Josh Whiton
Josh Whiton@joshwhiton·
Five neural nets, achieving completely local voice AI, no internet, on an M1 with only 16GB ram. Neural-based voice activity detection and turn detection means it's interruptible, but never interrupts me, and is able to sit idle and waiting. It's been flawless so far. 12B parameters is definitely smart enough for some very cool use-cases (will share more later). Computers that can "think" feel strangely alive compared to dumb or networked hardware. Fast? No. But crazy that it works at all on such a modest machine. The stack: - Silero VAD voice activity detection - Whisper Large v3 turbo - Smart Turn v2 by @trydaily - Kokoro_tts - Gemma_3_12B_it_QAT_Q4 rock-solid on @lmstudio - vision easily removed thx to gguf @ggerganov - @pipecat_ai integration by @kwindla
English
110
423
4K
286.1K
Elevatika retweetledi
Electric
Electric@ElectricSQL·
We've just delivered a 100x write performance bump with our latest release of Electric. How? We threw away our storage engine and built a new one designed for sync 🧵 electric-sql.com/blog/2025/08/1…
English
4
19
119
13.4K
Elevatika retweetledi
Bartosz Adamczewski
Bartosz Adamczewski@badamczewski01·
"Make a Chrome Broswer in C++, don't make mistakes"
English
2
1
33
1.3K
John Lindquist
John Lindquist@johnlindquist·
the future is for the curious
English
1
0
8
1.3K
Elevatika
Elevatika@elevatika·
@thorstenball ... recall where you forgot... Don't make any mistakes
English
0
0
0
149
Thorsten Ball
Thorsten Ball@thorstenball·
Just arrived home and realized that I lost my bluetooth headphones in the last Uber I took ~30hrs ago 😭
English
3
0
27
6.1K
Elevatika retweetledi
Google Design
Google Design@GoogleDesign·
Meet Google Sans Code — the new font meticulously crafted for coders, made by @Google! It blends geometric precision with a touch of calligraphic flair in a fixed-width design that's super easy to read, even at tiny code editor sizes. Say goodbye to squinting and hello to clear, beautiful code! ✨
GIF
English
154
840
8.3K
1.1M
Elevatika retweetledi
Z.ai
Z.ai@Zai_org·
How does GLM-4.5's agentic coding stack up? We benchmarked it against Claude Sonnet 4, Kimi K2, and Qwen3-Coder across 52 real-world tasks using multi-round human evaluation. We're also open-sourcing all 52 task trajectories for community review. Dive into the data: huggingface.co/datasets/zai-o… Start building with GLM now: docs.z.ai/scenario-examp…
Z.ai tweet media
English
15
45
474
37.7K
Elevatika retweetledi
Avi Chawla
Avi Chawla@_avichawla·
KV caching in LLMs, clearly explained (with visuals):
English
30
184
2K
431.8K
Elevatika retweetledi
Midnight Maniac Sri
Midnight Maniac Sri@sridatta·
'water is transparent only within a very narrow band of the electromagnetic spectrum, so living organisms evolved sensitivity to that band, and that's what we now call "visible light". ' (found via HN)
Midnight Maniac Sri tweet media
English
375
4.1K
44.6K
10.2M
Elevatika retweetledi
tetsuo
tetsuo@tetsuoai·
Timeline cleanse. 14 Sorting Algorithms in 1 Minute.
English
124
618
6.5K
415K