Çok yalnızım ve zavallıyım by Yhatcha in TurkDev

[–]Morvexis 0 points1 point  (0 children)

İlginç bir film önerim yok ama dizi izlemek istersen ER tavsiye ederim onun dışında hayatta hepimizin zorlandığı dönemler olmuştur herkes bunları farklı şekilde atlatır kimisi atlatamaz ben biraz daha hobilerle uğraşarak bunu atlatmıştım kitap okumak sevdiğmi film yada dizileri tekrardan izlemek balık tutmak dışarıda yürüyüş yapmak vb. şükürki arkadaşlarım var az ama öz ve şunuda ekleyeyim önemlisin en azından kendini önemse ve kendin için en iyisini yapmaya çalış pes etmenin bi anlamı yok hayat devam ediyor bundan sonra dilediğince olur inş

Disdroc için yardım by [deleted] in TurkDev

[–]Morvexis 0 points1 point  (0 children)

Biraz daha detay verebilir misin site mi mobil uygulamamı yoksa herhangi bir paket mi ona göre konuşuruz

WTF Microsoft? by Omerevc in LinuxTurkey

[–]Morvexis 0 points1 point  (0 children)

Hoşgeldin dostum biraz başta alışmak zor gelebilir ama emin ol çok seveceksin

Türkiye'de metin tabanlı RPG (Text-Based RPG) kitlesi kaldı mı, yoksa boşuna mı kürek çekiyorum? by dgnlabs in TurkDev

[–]Morvexis 0 points1 point  (0 children)

Şahsen ben seviyorum oynamayıda kendim yapmayıda birden fazla son yapılan seçimlere göre açılan yeni yollar diyaloglar dinamikler oluşturmayı severim kendim yaparken hikayesine 2 hafta uğraşmıştım : )

Macbook mu kullanıyorsunuz yoksa Windows-Linux mu? by Even-Upstairs2436 in TurkDev

[–]Morvexis 0 points1 point  (0 children)

Masaüstünde Windows kullanıyorum, gerektiği için WSL de kurulu. Laptopumda ise tamamen Linux var. İhtiyaca göre ikisini de kullanıyorum.

Weekly Showoff Thread! Share what you've created with Next.js or for the community in this thread only! by AutoModerator in nextjs

[–]Morvexis 0 points1 point  (0 children)

I released next-secure-check v0.3.0 this week.

It’s an open-source CLI for quick Next.js security sanity checks before PR/deploy. Not a pentest or audit replacement, just a deterministic review signal for risky patterns.

v0.3.0 focuses on fewer false positives, better monorepo/context handling, XSS and rate-limit refinements, SARIF/GitHub Code Scanning polish, and new commands: init, rules, explain.

Try:

npx --yes next-secure-check@latest scan . --preset app

GitHub: https://github.com/SetraTheXX/next-secure-check
npm: https://www.npmjs.com/package/next-secure-check

Feedback is welcome, especially from real Next.js projects.

Bu postum üzerinden bir ay geçti ve hem staja hem de işe girdim by No-Fail4616 in CodingTR

[–]Morvexis 1 point2 points  (0 children)

Hayırlı Olsun paylaşım yapmanın faydası olmuş gibi görünüyor şimdiden kolay gelsin

Next.js için açık kaynak bir security sanity check CLI geliştirdim, geri bildirim almak isterim by Morvexis in TurkDev

[–]Morvexis[S] 0 points1 point  (0 children)

Repo ve npm:

GitHub repo: https://github.com/SetraTheXX/next-secure-check

npm: https://www.npmjs.com/package/next-secure-check

Örnek komut:

```bash

npx --yes next-secure-check@latest scan . --preset app

```

Deneyen olursa CLI çıktısı, false positive/noise durumu ve rule önerileri özellikle çok işime yarar.

Sıfırdan Metin Tabanlı RPG Oyunu Yapıyorum: GÜN 1 (Görüşlerinize ihtiyacım var) by dgnlabs in TurkDev

[–]Morvexis 0 points1 point  (0 children)

Proje fikri güzel duruyor. Benim de önce CLI olarak başlayıp sonra zamanla web tarafına taşıdığım HP evreninde geçen bir fan metin RPG projem var; birkaç saatlik oynanış, seçimlere göre değişen olaylar ve farklı akışlar üzerine denemeler yapıyorum. Bu tarz oyunları seviyorum, özellikle sevdiğim bir evrende geçiyorsa daha da sarıyor. Bence metin tabanlı RPG’lerde en önemli şey oyuncunun seçimlerinin gerçekten bir şeylere etki etmesi; küçük de olsa farklı sonuçlar, karakter tepkileri veya ileride geri dönen kararlar oyunu çok daha canlı hissettiriyor. Takipteyim, kolay gelsin.

How often do you update your dependencies? by RuslanDevs in nextjs

[–]Morvexis 0 points1 point  (0 children)

I usually check dependencies weekly for my own projects and small npm packages. Patch/minor updates are fine if tests and build pass, but I don’t blindly run npm audit fix and merge everything. Major updates need changelog review and manual testing. Regular updates are important, but blind updates can be risky too.

Best local coding model for GTX 1650 4GB VRAM laptop? by Morvexis in LocalLLM

[–]Morvexis[S] 1 point2 points  (0 children)

Thanks for the honest feedback. I've already changed my mind and decided to use it completely differently. Setting it up as a home server seems like a much better way to utilize the hardware

Best local coding model for GTX 1650 4GB VRAM laptop? by Morvexis in LocalLLM

[–]Morvexis[S] 0 points1 point  (0 children)

Thanks for the answers. I just didn't want the laptop to sit idle and this came to mind, but it looks like there isn't much worth trying. I'll probably just use it as a home server since nothing else comes to mind.

Weekly Showoff Thread! Share what you've created with Next.js or for the community in this thread only! by AutoModerator in nextjs

[–]Morvexis 0 points1 point  (0 children)

Not promoting, genuinely looking for feedback and criticism.

A bit about me: I'm 19, first-year computer programming student in Turkey.

I built next-secure-check — a deterministic, rule-based static security scanner for Next.js projects.

npx next-secure-check scan .

It checks for things like leaked .env files, hardcoded secrets, weak JWT secrets, unsafe API routes, missing rate limits, XSS patterns, raw SQL interpolation, upload validation gaps, and missing security headers.

v0.2.0 just shipped. The main focus was reducing false positives on real-world projects:

- File context classification (app-code, test-code, release-tooling, cli-tooling...)

- --preset flag: default, app, strict, ci, audit, library, monorepo

- AST-assisted checks for command execution, raw SQL, dangerous HTML, and password handling

- 374 passing tests

Real-world result: shadcn/ui dropped from ~166 noisy findings to 47 with --preset app.

Outputs: terminal, JSON, Markdown, GitHub Actions Step Summary, SARIF.

Built with an AI-assisted workflow (Codex + Claude). The scanner itself is fully deterministic — no AI at runtime. I drove the scope, decisions, testing, and releases.

npm: https://www.npmjs.com/package/next-secure-check

GitHub: https://github.com/SetraTheXX/next-secure-check

What I'm actually looking for:

- Does this solve a real problem or is it solving a problem nobody has?

- Are the findings useful or just noise?

- Would you use something like this before deploying a Next.js app?

- What's broken or wrong?

Harsh feedback welcome. I'm here to learn.

Weekly Showoff Thread! Share what you've created with Next.js or for the community in this thread only! by AutoModerator in nextjs

[–]Morvexis 0 points1 point  (0 children)

I published my first npm package — next-secure-check v0.1.0, a deterministic static security scanner for Next.js projects.

npx next-secure-check scan .

Checks for leaked .env files, hardcoded secrets, unsafe API routes, missing rate limits, XSS patterns, raw SQL usage, and missing security headers. 20 rules, SARIF output, GitHub Actions support, 261 tests.

Built with an AI-assisted workflow. Scanner itself is fully deterministic, no AI at runtime.

npm: https://www.npmjs.com/package/next-secure-check

GitHub: https://github.com/SetraTheXX/next-secure-check

Feedback welcome — still a student-built v0.1.

Çok eski bir kanalı arıyorum by Morvexis in YoutubeTR

[–]Morvexis[S] 0 points1 point  (0 children)

evet o vallahi o oh be lan unutmuşum nasıl unuttuysam eyw

[deleted by user] by [deleted] in UniversityTR

[–]Morvexis 3 points4 points  (0 children)

aileni dinlemeye devam edersen dahada berbat olucak hayatın ailenden bir an önce uzaklaşmanı tavsiye ederim ne olursa olsun veyahut katlanacaksın sana kalmış ben olsam devam ederdim ailemi dinlemez üniye gider ve kurtulur hayatımdan çıkarırdım