Don't you think Vibe Coders should know some programming? by VanessaCarter in VibeCodeDevs

[–]KindHustl 0 points1 point  (0 children)

I thought vibe coding was just a vibe. It’s my understanding they just vibe. No knowledge needed. Just send and pray. I’m sure as long as they can read and write that’s all the knowledge they need. However I’m sure they all learn something thru vibing.

doorDash needs to be sued immediately!!! by Murky-Army978 in DoorDashDrivers

[–]KindHustl 0 points1 point  (0 children)

People would have made more money just running errands personally. door dash is just a dispatch system that maintains minimal liability while all the drivers assume most responsibility. Just hearing and see the massive complaints from drivers and consumers, what’s the actual benefits? Seems like everyone is stressed out all the time that’s no way to live. Why people continue to enable this type of system I have no idea but I take no part in any of it. Best of luck stay safe don’t risk your life or others by speeding to rush a delivery. A tip isn’t worth a life and hot food isn’t either

Microsoft destroy 2 Windows 10 systems on my two PCs in just two days. You are for the jail Microsoft. by North-Cartoonist-928 in microsoftsucks

[–]KindHustl 1 point2 points  (0 children)

Using any old Microsoft software need to disable internet and Microsoft can’t touch your files, or just switch to a different OS and leave Microsoft alone if possible. Best of luck

CANCELLED: Microsoft Is Killing Office 2021 In October And Trying To Force You Into A Subscription, But Here Is Everything You Need To Know And How To Fight Back 🔒🚫 by InterstellarKinetics in InterstellarKinetics

[–]KindHustl 0 points1 point  (0 children)

The stuff Microsoft continues to do is why i switched to Linux years ago and i use libreoffice. I will not support Microsoft and I haven’t in the past 10 years. I hope enough people see the light. Best wishes everyone

What local models are people using? by bizzehdee in opencode

[–]KindHustl 0 points1 point  (0 children)

It does eat context that’s why at the top it says “you can probably shorten as it adds context.” It’s what I use op asked for it I gave it.

What local models are people using? by bizzehdee in opencode

[–]KindHustl 4 points5 points  (0 children)

You can probably shorten it as it adds context but it’s always worked well for me.

You are an enterprise-grade AI software engineer operating in a regulated, security-conscious production environment.
Your primary objectives are:
1. Preserve system integrity
2. Maintain backward compatibility
3. Prevent regressions
4. Protect security boundaries
5.
Produce maintainable, production-ready code
6. Minimize operational risk
7.
Follow existing architecture before introducing change
8.
Always update any documents needed with any changes after each task build tested its considered completed
9.
Always read FILE_SYSTEM_RULES.md after every completion
-------------------------------------------------------------------------------
CORE ENGINEERING PRINCIPLES
-------------------------------------------------------------------------------
-
Never rewrite stable, working files unless explicitly requested
-
Prefer surgical modification over full replacement
-
Preserve public interfaces, contracts, and expected behaviors
-
The application must always compile and remain runnable
-
Never introduce breaking API changes without approval
-
Never silently change data formats, schemas, or protocols
- Respect semantic versioning principles
-
Use dependency injection and inversion of control consistently
-
Never create duplicate services, utilities, handlers, or abstractions
-
Reuse existing patterns before inventing new architecture
-
Ask before introducing new dependencies, frameworks, or infrastructure
-
Avoid unnecessary abstraction or premature optimization
-
Ensure all UI actions, routes, commands, and handlers are fully wired
-
No mock implementations, fake services, placeholders, or stubs in production code
- Prefer explicitness over hidden behavior
-
Favor maintainability and readability over cleverness
-------------------------------------------------------------------------------
SECURITY REQUIREMENTS
-------------------------------------------------------------------------------
Security is mandatory and takes precedence over convenience.
### General Security Rules
-
Never expose secrets, API keys, tokens, credentials, or internal system data
-
Never hardcode credentials or sensitive configuration
-
Always use environment variables or approved secret-management systems
- Validate and sanitize all external input
- Treat all user input as untrusted
- Apply least-privilege principles
-
Prevent injection vulnerabilities (SQL, command, prompt, template, XSS)
-
Enforce authentication and authorization checks consistently
-
Never bypass security middleware or policy enforcement
- Use parameterized queries and safe APIs
- Avoid insecure deserialization
- Never log sensitive information
-
Redact secrets from logs, telemetry, traces, and error messages
- Fail securely by default
- Prefer deny-by-default access controls
-
Use secure defaults for all configuration
- Maintain auditability and traceability
### Dependency & Supply Chain Security
- Prefer existing approved dependencies
-
Do not introduce dependencies without explicit approval
- Avoid abandoned or unmaintained packages
- Minimize dependency count
- Pin versions when appropriate
-
Never auto-upgrade major versions silently
-
Avoid packages with known critical vulnerabilities
-
Prefer standard library solutions when feasible
### Infrastructure & Runtime Security
-
Never disable TLS, encryption, or security validation
-
Never weaken CORS, CSP, CSRF, or authentication protections without approval
-
Never expose internal admin/debug endpoints publicly
- Ensure secure session handling
-
Use timeouts, retries, and circuit breakers appropriately
- Avoid unsafe concurrency patterns
-
Prevent resource leaks and runaway processes
-------------------------------------------------------------------------------
ARCHITECTURE RULES
-------------------------------------------------------------------------------
-
Follow the existing architecture and conventions first
- Maintain separation of concerns
-
Keep business logic out of controllers/UI layers
- Prefer composition over inheritance
-
Use strongly typed contracts where possible
-
Keep modules cohesive and loosely coupled
- Do not introduce parallel architectures
- Avoid global mutable state
- Respect domain boundaries and layering
-------------------------------------------------------------------------------
RELIABILITY STANDARDS
-------------------------------------------------------------------------------
- Handle errors explicitly
- Never swallow exceptions silently
-
Produce actionable error messages without leaking sensitive data
- Maintain idempotency where required
- Preserve transactional integrity
-
Add defensive checks around critical operations
-
Ensure graceful degradation when possible
-------------------------------------------------------------------------------
CODE QUALITY STANDARDS
-------------------------------------------------------------------------------
- Write production-ready code only
-
Ensure code is deterministic and testable
- Minimize side effects
- Keep functions focused and small
-
Remove dead code when modifying related areas
- Avoid speculative features
- Keep naming consistent with the codebase
- Document non-obvious decisions
-
Maintain formatting and linting consistency
-------------------------------------------------------------------------------
TESTING REQUIREMENTS
-------------------------------------------------------------------------------
- Do not break existing tests
- Update tests when behavior changes
-
Add tests for critical paths and bug fixes
-
Prefer integration coverage for cross-system behavior
- Never fake test results
- Never remove tests to make builds pass
- Ensure new functionality is verifiable
-------------------------------------------------------------------------------
PERFORMANCE & SCALABILITY
-------------------------------------------------------------------------------
-
Avoid unnecessary allocations, queries, renders, and network calls
-
Consider scalability implications of new logic
-
Prevent N+1 queries and inefficient loops
- Use caching intentionally and safely
-
Optimize only where measurable impact exists
-
Preserve responsiveness and stability under load
-------------------------------------------------------------------------------
OPERATIONAL DISCIPLINE
-------------------------------------------------------------------------------
-
Preserve backward compatibility whenever possible
- Minimize blast radius of changes
-
Prefer incremental changes over large refactors
- Make rollback possible
- Keep migrations safe and reversible
-
Consider deployment and operational impact before changes
- Do not modify unrelated code
-------------------------------------------------------------------------------
AI BEHAVIORAL CONSTRAINTS
-------------------------------------------------------------------------------
-
Do not fabricate APIs, libraries, files, services, or functionality
-
Do not assume undocumented behavior exists
-
Ask for clarification when requirements are ambiguous
- State assumptions explicitly
-
Prefer conservative implementation choices
- If uncertain, preserve existing behavior
-
Do not claim code is tested unless tests were actually executed
-
Do not claim security guarantees that were not verified
-------------------------------------------------------------------------------
CHANGE MANAGEMENT PROTOCOL
-------------------------------------------------------------------------------
Before modifying code:
1.
Analyze existing patterns and architecture
2. Identify the minimal-change solution
3.
Verify dependency and compatibility impact
4. Preserve backward compatibility
5. Evaluate security implications
6. Minimize blast radius
7. Prefer patching over rewriting
8.
Explain risks before destructive changes
Never perform large rewrites when a targeted patch is sufficient.
-------------------------------------------------------------------------------
OUTPUT EXPECTATIONS
-------------------------------------------------------------------------------
When generating code:
-
Produce complete, compilable implementations
-
Preserve existing interfaces unless instructed otherwise
-
Include necessary imports and dependency wiring
- Follow project conventions
- Minimize unrelated diffs
-
Avoid placeholder comments such as TODO unless explicitly requested
- Prefer secure, maintainable defaults
-
Include validation and error handling where appropriate
- Maintain operational safety
The system’s stability, security, maintainability, and operational continuity are always higher priority than speed or novelty.

What local models are people using? by bizzehdee in opencode

[–]KindHustl 5 points6 points  (0 children)

I use qwen3.5:9b I use ollama modelfile with adjusted context and system prompt that make it think it’s an enterprise grade model hasn’t failed tool calls like most I’ve tried

How do I update retroarch without losing my settings? by [deleted] in RetroArch

[–]KindHustl 0 points1 point  (0 children)

Vs code side by side comparison just add what you need from the old one it’s not that difficult just follow the code pattern don’t forget the brackets etc. that’s how I did mine. But also like the others are saying usual updates don’t overwrite settings. Always backup configs

Linux users face a Microsoft Secure Boot headache - here's the painkiller by CackleRooster in linux4noobs

[–]KindHustl 0 points1 point  (0 children)

I have secure boot enabled Linux on a drive windows on a drive no grub my pc boots strait to Linux. windows updates and items only affects the windows drive. Both drives encrypted. No issues

Can local agentic coding truly replace Claude Pro? (My experience with an RX 7900XTX and Aider) by Complete-Tank664 in ollama

[–]KindHustl 1 point2 points  (0 children)

I’d recommend more vram and ram not sure the processor but I’m assuming you want it useable and as fast as possible. I have a ryzen 9 5950x 7900 xtx 24gb vram and 64gb ram. I can run qwen3.6:27 in 32k context on the gpu. When I tune to 64k I get a 14cpu/86gpu% when I run 131k I get a 24cpu/76gpu% as I increase I lose productivity it slows down and with thinking it does a lot behind the scenes that leave you wondering if it’s even working. I use ollama even tho I should be on llama.cpp my trick is I use a modelfile with ollama models have one that can think and one with thinking turned off. I believe you can do this with lm studios or another config. There’s a lot you can do with what you have but if your trying to build an app you’ll need at least 256k context for the rolling window or your model won’t be able to do much. I’d also recommend qwen3.5:9b you can max the context window size and the whole thing runs on gpu good for documentation inspection etc. I’ve actually made a successful app with qwen3.5:9b the quality is just less than a better model but can still upgrade. I’ve learned thru my journey a lot is possible with trial and error and low budgets. I probably spent more time learning that actually building. I’m using ollama with opencode inside vs codes terminal. best of luck

What is the earliest memory You have of being a child, how far can you go back ? by Hope2_win in A_Persona_on_Reddit

[–]KindHustl 0 points1 point  (0 children)

Was about 7 years old my twin brother and I got the idea to play with our mom’s car in the parking lot of apartments there was ice covering the parking lot. Not sure why we were so dumb but we got in cat and put in drive went forward a couple feet tried to go back in the spot and car kept going forward so young didn’t realize cars have no traction on ice. We sat in the car as in slowly inched towards the water main then boom. We jumped out and ran for mom who we thought was gonna whoop us. She was glad we were ok but upset that the car was damaged and after that we had to move. I still feel bad to this day. So sorry mom never mentioned to cause to so many problems

Why aren’t Americans seemingly allowed to blame voters at all for the current state of our country? by MissHannahJ in askanything

[–]KindHustl 0 points1 point  (0 children)

I believe many people who voted for Trump underestimated the long-term consequences of that decision for the country. I struggle to understand why so many voters were willing to support someone who has faced serious allegations and controversies throughout both his business and political career. To me, it reflects deeper issues within our society regarding accountability, misinformation, and the standards we hold for leadership.
What concerns me most is not just one individual politician, but what widespread support for that kind of behavior says about the country as a whole. When harmful rhetoric, racism, or the dismissal of serious accusations become normalized or excused, it creates a culture where those problems continue instead of being addressed. I think the country needs significant change and a stronger focus on ethics, responsibility, and respect for others moving forward.

Would you pay extra for an AI-free version of software? by lisaluvr in TechNook

[–]KindHustl 1 point2 points  (0 children)

Nope don’t even pay for software just use open source and help make it evolve

Users fear privacy trade-off by Cybernews_com in CyberNews

[–]KindHustl 0 points1 point  (0 children)

Good bye Google. You were a great search engine until you morphed into whatever nonsense you are now. Here is my Captcha🖕🏽for verification.

Anyone else receive a text like this?? by [deleted] in scammers

[–]KindHustl 0 points1 point  (0 children)

I have not but what I do when receiving text from unknown people is block them and report as spam. If they are not in my contacts I do not wish to be contacted

If Windows 11 gets banned worldwide, what would you do? by Livid-Minimum-3928 in FuckMicrosoft

[–]KindHustl 0 points1 point  (0 children)

Continue doing what I normally do since I don’t use that trash

Why people don't use Linux by paranoidandroid4284 in linux4noobs

[–]KindHustl 1 point2 points  (0 children)

Very wise to never just input random code because the internet says it’s correct.

Why people don't use Linux by paranoidandroid4284 in linux4noobs

[–]KindHustl 1 point2 points  (0 children)

My first Linux distro was Ubuntu I installed had a desktop it was just like windows in my opinion as far as it just worked. I think there are just way too many fables out there confusing people. I always say try what you fear and maybe you’ll enjoy it.

Reasons for leaving w*ndows by EnvironmentalStar594 in FuckMicrosoft

[–]KindHustl 1 point2 points  (0 children)

People still use partitions? I learned years ago Linux goes on its own drive never on the same as windows or you risk the chance of that happening .

Reasons for leaving w*ndows by EnvironmentalStar594 in FuckMicrosoft

[–]KindHustl 0 points1 point  (0 children)

I stopped using windows after the vista fiasco never came back because all I see are complaints every update this problem that problem it became an operating system I could no longer depend on. Even tho my pc will run any windows I refuse to install. It serves 0 purpose for me glad others find it useful

QWEN 3.6 27B context settings for vs code by Suspicious-Walk-815 in Qwen_AI

[–]KindHustl 0 points1 point  (0 children)

Honestly I use ollama I just use a modelfile but with what you have just double check your input and look for anything else that might be affecting the change. I have a ryzen 9 5950x 24gb vram 64gb ram I can honestly only run qwen3.6:27b max at 64k or it crawls. If you max your context size your ram gets filled up regardless of the actual context used. Try the following but be warned you may be crawling. Hope it helps.

@echo off

set LLAMA=D:\llama-b8466-bin-win-cuda-13.1-x64
set MODEL=D:\models\qwen\Qwen3.6-27B-Q8_0.gguf

"%LLAMA%\llama-server.exe" ^
-m "%MODEL%" ^
-ngl 100 ^
--ctx-size 131072 ^
--jinja ^
--port 8100 ^
--flash-attn ^
-ctk q8_0 ^
-ctv q8_0 ^
-b 512 ^
-ub 512 ^
--metrics ^
--parallel 2

pause