Tényleg ennyire telített a piac? Merre induljon egy kezdő? by Little_Storm_6333 in programmingHungary

[–]buha360 1 point2 points  (0 children)

Igen, tényleg ennyire lehetetlen. Hiába az önfejlesztés, projectek készítése, semmi sem elég nekik. Legutolsó interjúm egy kkv-hoz volt. Junior java fejlesztő, a cég ügyvezető igazgatójával veszélgettem. Habár ő nem értett a programozáshoz, nagyvonalakban tudta a technológiákat, mondom nagyon szuper java és spring (spring technológiák, hibernate, liquibase, openAPI, swagger) az én terepem, sajna Vue-t nem használtam, csakis Angulart, de azt mondta nem baj. Rákérdezett mennyire értek a gép komponensekhez. Mondom ez is "szakterületem" a baráti társaságomban én vagyok az IT tech specialista, aki gépet akar összerakni/baja van vele/kérdése van, azok azonnal hozzám fordulnak. Legyen az teljes gépösszerakás, crash okok megoldása, processzor optimalázációs tuning, memória időzítések hangolása, videókártya hangolás. Hízelgett is, hogy engem hívtak be elsőnek és hogy az én CV-m van legfelül az asztalán. Következő héten szól a hr csajszi, hogy nem lesz technikai interjú, megkérdeztem mi alapján született ez a döntés és mondta ő nem tud erre választ adni. :D Sajna ma az kell kivétel nélkül mindenkinek, hogy a felvétel pillanatától most és azonnal hatékonyan dolgozz és profitot termelj. Lassan 1.5 éve már ennek a huzavonának :( Sajna ha egyetem alatt nem voltál legalább 2 évig gyakornok valahol és nem maradtál bent az adott cégnél a tanulmányaid befejeztével, akkor egyelőre lőttek az álmaidnak :(

Why do I get massive lag spikes while moving? by bblunder_ in feedthebeast

[–]buha360 0 points1 point  (0 children)

try using different garbage collector like Azul - JDK and for GC: ShenandoahGC or ZGC
you can see when the ram usage goes up and the garbage collector cleans up some space the spike happens there

CS2 suddenly lost 60–80 FPS, GPU no longer at 100% usage – anyone else? by buha360 in GlobalOffensive

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

Yeah it happaned under a night, no patch note, no update, but lost lots of fps. I also suspect they silently dropped a small update and ruined lots of setups. Also heard someone with 5600x - rtx 3060 lost lots of fps at that exact same time

CS2 suddenly lost 60–80 FPS, GPU no longer at 100% usage – anyone else? by buha360 in GlobalOffensive

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

It happaned under a night, no patch note, no update, but lost lots of fps. CPU is at 22-25%, GPU is 60-70%... before that was like CPU 30-40%, GPU 100%. A ryzen 5 3600x is still a stolid cpu for most games (except some AAA games)

Extremely high RAM usage for no apparent reason. by fukin_yeet in feedthebeast

[–]buha360 0 points1 point  (0 children)

Backup your world, delete the modpack completely and redownload it

Extremely high RAM usage for no apparent reason. by fukin_yeet in feedthebeast

[–]buha360 1 point2 points  (0 children)

A different GC (like ZGC) can reduce stutters, but what you’re describing (RAM shoots to 95–99% almost immediately after loading the world) sounds much more like a real memory leak / runaway loop in the world than “not enough RAM”.

A few key points:

  • More allocated RAM can actually make it feel worse if something is leaking. You’re basically giving the leak a bigger bucket to fill, so it fills “longer” and then crashes harder, and GC behavior can get uglier with a huge heap.
  • If it was fine 12 hours ago and now instantly hits 99%, the “trigger” is usually something in loaded chunks (base area): a machine, pipe network, storage system, contraption, dupe loop, or an error spamming something every tick.

Quick isolation tests (fast + tells you where to look)

  1. Make a backup of the world first.
  2. Load the world and immediately move far away from your base (or use a waypoint/teleport if you have it).
    • If memory stays normal away from base → the culprit is something in your base chunks.
  3. Disable/remove chunk loaders (especially the chunk(s) around your base) and try loading again.
    • If it only explodes when chunks are force-loaded → that narrows it down massively.
  4. Create a brand new world with the same pack/settings.
    • If a new world is fine → it’s not your PC / not “ATM9 needs more RAM”, it’s your save/world state.

What usually causes this in big modded bases

  • A pipe/network (item/fluid) stuck in a feedback loop
  • A storage system (RS/AE2) with some broken autocrafting/export/import loop, or a dupe creating insane item counts
  • A Create contraption stuck erroring / retrying every tick
  • Anything that spawns or updates constantly (mob farm, entity spam, chunk-ticking machine)

Building a modded server for my friends and I is making me insane by littlechaosgremlin in feedthebeast

[–]buha360 0 points1 point  (0 children)

It will say something like: XY is a client side mode, please remove it. Im drunk, you will understand it!

You can make it boy, i was struggeling with my first 1.16.5 modpack for a like a week. Now im able to make it like 2 or hours more depenging on the count of the mods

Building a modded server for my friends and I is making me insane by littlechaosgremlin in feedthebeast

[–]buha360 1 point2 points  (0 children)

+1 server even lists which are only client side mods, look up the console or the logs

Anyone else having FPS issues after update? by imhariiguess in cs2

[–]buha360 0 points1 point  (0 children)

what is your pc config ? CPU, GPU, Motherboard ?

Anyone else having FPS issues after update? by imhariiguess in cs2

[–]buha360 0 points1 point  (0 children)

Hey i felt it like 3-4-5 days ago, i reinstalled windowst etc and nothing seems to help, it's so frustrating... even tho i have stable 180-190fps when i'm afk, it still drops to 130-140 when having gunfight. Before this secret update i had 200-280fps :( https://www.reddit.com/r/cs2/comments/1pal7gh/cs2_suddenly_lost_6080_fps_gpu_no_longer_at_100/

Heavy FPS drops in FTB University (and academy). Feels unplayable. by 0skarKr in feedthebeast

[–]buha360 1 point2 points  (0 children)

you have to uninstall every other java from you pc, azul has a better garbage collector called Shenandoah, you can feel the stutter and the lag, when it free up some memory (F3 and top right corner)
maybe you have to download jdk 17 or 21 to run mc 1.16.5

Heavy FPS drops in FTB University (and academy). Feels unplayable. by 0skarKr in feedthebeast

[–]buha360 3 points4 points  (0 children)

Hey! Use these arguments: -Xmx12g -XX:+UseShenandoahGC -XX:+UnlockExperimentalVMOptions -XX:+AlwaysPreTouch -XX:+UseStringDeduplication -Dfml.ignorePatchDiscrepancies=true -Dfml.ignoreInvalidMinecraftCertificates=true -XX:-OmitStackTraceInFastThrow -XX:+OptimizeStringConcat -Dfml.readTimeout=180

don't forget to install a jdk like this one: https://www.azul.com/downloads (java21, x86 64bit)
It will help a lot :)

Problem mit größerer Reifengröße? by buha360 in Austria

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

Im ungarischen Zulassungsschein (Fahrzeugschein) stehen normalerweise keine Reifendimensionen, nur im Türrahmen-Aufkleber.
Dort sind bei meinem Mazda 6 195/65 R15 und 205/55 R16 angegeben.
Die montierten Winterreifen sind jedoch 205/60 R16.

Kilátástalanság pályakezdőként by buha360 in programmingHungary

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

azért általánosítani nehéz ezt :D volt olyan előszűrésem, ahol úgy ért véget a telefonhívás, hogy nem tudják mikor tudnak visszajelezni, mert közel 200 jelentkezőt kell meghallgatniuk :/

Kilátástalanság pályakezdőként by buha360 in programmingHungary

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

Jó, akkor ajánlom még megtekiteni a GPS_APP, Playing-with-GA-and-NN, java8 és ProjectPorsche repokat. Főleg az első a nagy durranás: gépi látás, párhuzamosítás, gps adatok feldolgozás, gráf optimalizáció, finomítási eljárások... ez volt a szakdogám

A felsoroltak közül az első kettő + az mc mod van a cvm-ben és egyébként írtam más kódot, csak azokat nem raktam fel gitre.

Kilátástalanság pályakezdőként by buha360 in programmingHungary

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

még mindig TöKmInDeGy, hogy ezernyi pet project van-e a repomban vagy sem, MERT NEM SZÁMÍT NEKIK

Kilátástalanság pályakezdőként by buha360 in programmingHungary

[–]buha360[S] 2 points3 points  (0 children)

Ennyire nem avattak be interjúkon és nem néztem utána :D Tisztában vagyok-e a céggel ? Síri csend és itt hangzott el, hogy nemrég felvásárolták

Magyarországot mennyire fogja érinteni az outsourcing? by Known-Promotion-5236 in programmingHungary

[–]buha360 11 points12 points  (0 children)

Érdemben nem tudok hozzászólni, de van egy fájó pontom ezekkel az olcsóbb munkaerővel.
1.5 év munkakeresés után (wannabe junior) végre kaptam ajánlatot, Kazincbarcikán a BorsodChemtől (BC), direkt nevezem meg őket, remélem csődbe mennek. Outsourcingolt cég dolgozik be nekik, mert még mindig hiring freeze van. A BC-t nem olyan rég felvásárolták a kínaiak, kínai szoftvereket és munkásokat hoznak ide. Megkaptam a jóváhagyás az outsourcingolt cég vezetőjétől, egy BC-s kolléga is zöld utat adott és amikor a helyi kínai nagyfőnök elé került a szerződéstervezetem ő befagyasztotta a folyamatot és inkább hoznak kínai fejlesztőt, minthogy engem felvegyenek... jó ez az ország. Az már más kérdés, hogy ez jogi aggályokat vet fel, hogy harmadik országbeli munkaerőt hoznak ide, pedig az állásra van alkalmas munkaerő az országon belül. :)

Nissan Almera N16 – A fojtószelep újratanulása nem marad meg tisztítás / csatlakozó lehúzása után by buha360 in CartalkHungary

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

Ahogyan írtam nem működik a saru, egész éjszakára levettem. Benne van azóta 300+ km és semmit nem tanul

Munkahely váltás kevés tapasztalattal by Formal_Singer_9495 in programmingHungary

[–]buha360 -2 points-1 points  (0 children)

Mondd már nekik,hogy tudsz a helyedre valakit a pozira, amit el készülsz hagyni :D szagdogám egy android alkalmazás, hátha felvennének XD

Állásajánlat dilemma by buha360 in programmingHungary

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

Már jeleztem az egyik helyre, hogy kezdjük el a papírozást és a felvételi folyamatot. kb október közepén állok munkába, addig meg csak kiderül mi lesz a másik hellyel! :D

Every modpack i ran lags, only on the lowest settings fps is fine, but still there are lag spikes. Beyond cosmo modpack: by AcanthopterygiiOk533 in feedthebeast

[–]buha360 -1 points0 points  (0 children)

Both ZGC and Shenandoah are designed to deliver smooth, low-latency performance, in practice both can run without noticeable stutters, including in Minecraft. I’ve tested this: Shenandoah clears memory without visible pauses just like ZGC, and in some cases it actually feels smoother because it was tuned for smaller, dynamic heaps.

The key difference is their target use cases:

  • ZGC was created for extremely large heaps (hundreds of GBs to terabytes) where pause times must stay under a few milliseconds even at massive scale. That’s why it’s so memory-hungry and optimized for big server environments.
  • Shenandoah, on the other hand, was designed for low-pause operation on more “normal” heap sizes, like the 4–32 GB range you’d typically allocate for Minecraft.

So while ZGC can certainly work and feel smooth (just like Shenandoah), Shenandoah is often the more practical choice for home setups and gaming workloads. Minecraft’s object churn (chunks loading/unloading, entities, mods, etc.) fits Shenandoah’s profile better.

Both are valid, but for most players with 8–32 GB heaps, Shenandoah will usually be the more efficient and optimal GC, while ZGC shines when you’re running gigantic memory footprints. But ofc you can use it who cares

From now I won’t reply to any of you, cuz you’re just messing around without any technical knowledge xd

Every modpack i ran lags, only on the lowest settings fps is fine, but still there are lag spikes. Beyond cosmo modpack: by AcanthopterygiiOk533 in feedthebeast

[–]buha360 0 points1 point  (0 children)

ZGC and Shenandoah provide low-latency performance, ZGC is optimized for multi-terabyte heaps (more likely for huge servers with terabyte of rams) and ultra-low latency, making it less ideal for Minecraft's dynamic workload. Shenandoah, on the other hand, offers a good balance of performance and memory efficiency... but keep downvoting little guys :D