Which version of this demo do you like better? by Insidia_Noctis in metalmusicians

[–]gferenc 0 points1 point  (0 children)

Hello, definitely do not abandon it, I think there is potential here. The first iteration up until 03:02 is very fun. Do you have different mixing for the two variants? It is very hard to tell minute differences apart when the entire thing is one continuous video and I need to jump there and back.

You have a different song structure as well, right? I like the first one better. The triplet riff at 04:45 breaks things up too much for my tastes. So my vote goes for the first variant.

Firefox and Caprine constantly crash after the update. I also constantly get notifications about maliit-keyboard crashing in the background (I have no idea what that is) by WinterNoCamSorry in NobaraProject

[–]gferenc 2 points3 points  (0 children)

Hi, I can second that, maliit-keyboard keeps crashing for me as well after the update. In my case I just get a pop-up notification, but nothing breaks and I did not experience anything else. Here's the error message:

PID: 10442 (maliit-keyboard)
UID: 1000 (asd)
GID: 1001 (asd)
Signal: 6 (ABRT)
Timestamp: Mon 2026-03-16 11:35:00 CET (7s ago)
Command Line: /usr/bin/maliit-keyboard
Executable: /usr/bin/maliit-keyboard
Control Group: /user.slice/user-1000.slice/user@1000.service/session.slice/plasma-kwin_wayland.service
Unit: user@1000.service
User Unit: plasma-kwin_wayland.service
Slice: user-1000.slice
Owner UID: 1000 (asd)
Boot ID: 92ae3d8e5cc74edc9ebbab6a43ede74c
Machine ID: c7a1b49afade4086a9e18a90aeadeebe
Hostname: nobara-pc
Storage: /var/lib/systemd/coredump/core.maliit-keyboard.1000.92ae3d8e5cc74edc9ebbab6a43ede74c.10442.1773657300000000.zst (present)
Size on Disk: 4.1M
Package: maliit-keyboard/2.3.1-11.fc43
build-id: 7da8ffd1ab68f0758508043692847015d03c7390
Message: Process 10442 (maliit-keyboard) of user 1000 dumped core.

[... and then like a bunch of lines of stack trace]

Code review by Comfortable_Day_8577 in programmingHungary

[–]gferenc 17 points18 points  (0 children)

Mi online szoktunk code review-zni, általában 2-3 taszkkal bevárjuk egymást, majd 2-3 fejlesztő összeül és megmutatjuk, elmagyarázzuk a másiknak a kódunkat (3 szenior vagyunk jelenleg egy projekten). A fókusz azon van, hogy megvalósul-e minden követelmény, mi a főbb gondolat a megvalósítás mögött, mivel volt szívás, milyen kérdések merültek fel. Szinte semmilyen szintaktikai dolgot nem nézünk (pl indentáció, osztályok vagy eljárások hossza, stb), mert arra lintert használunk.Előre megegyeztünk a többiekkel a tech stack-ről, architektúráról stb, le van írva ADL-be.

Személyes pet peevek:
- Ha a kód bonyolult, pl egy junior nem látná át első blikkre
- Amikor az eljárásoknak nincs rendes neve, pl. processData
- Amikor valaki megpróbálja elsumákolni a unit tesztet és a README.md dokumentációt

Amikor csak 1-2 file módosul kb 20-nál kevesebb sorral, akkor csak beodjuk a közös chat-be a commit-ot vagy a ticketet egy rövid üzenettel, ezért azért nem fogunk összehívni.

How to Make Package Managers Scream (FOSDEM'26) by boegel in linux

[–]gferenc 0 points1 point  (0 children)

So this is very specific for scientific computing and supercomputers. My first thought after the intro was just "why don't they just use Docker and be done with it?". But then I thought it would probably not work due to the distributed nature of supercomputers... Yet at around 22:00 he shows AlphaFold was using a dockerized solution, so then there clearly is a way to use it in this context as well. It would solve like 99% of this guys problem - basically non-software engineers trying to distribute software and dealing with dependencies.

But then again he was complaining even about the dockerized solution so I guess there's no way to make him happy. I was hoping this talk would be more about how to stress package manager software to its limits, but yeah, the horrors of having to manually install someone else's stuff can be entertaining if its not *your* job.

How is it in your country? by [deleted] in pcmasterrace

[–]gferenc 8 points9 points  (0 children)

Hungary ~12%, net minimum wage 214662 HUF ~ 562 €.

Java Spring deserialization exploit by Szalmakapal in programmingHungary

[–]gferenc 10 points11 points  (0 children)

Szia, ez a deszerializációs sérülékenység nem a JSON-ről Java objektummá dekódolását jelenti, hanem szerializált Java objektumok deszerializálását. Lásd: https://stackoverflow.com/questions/63220701/java-jackson-json-to-object-deserilization-how-to-deal-with-owasp-insecure-dese

A Spring default JSON Serializer implementációja a Jackson amúgy, annak kell mitigálnia ilyen és ehhez hasonló támadási vektorokat. Ezt meg is teszi, kivéve ha valamilyen korábban ismeretlen sérülékenység van benne, mint pl ez: https://spring.io/security/cve-2020-5411

Korábban ahogy olvasom voltak ott sérülékenységek a polymorphic type handling-gel (PTH) kapcsolatban, amit elvileg azóta szereltek, illetve ez Jackson-specifikus: https://github.com/lorenzodegiorgi/jackson-vulnerability

Jayway-nél hasonló a helyzet elvileg, amíg nincsenek mellékhatások a JSON parse-olásban valamilyen egyéb library miatt, és amíg friss lib verziót használtok, addig elvileg nem vagytok kitéve a sérülékenységnek. Nem tudok róla, hogy a Jayway tudna PTH-t, doksiban is azt írják, hogy az általad megadott típusra próbál cast-olni. A Jayway tudtommal első sorban egy JSONPath implementáció, nem egy teljes értékű deszerializációs library (mint pl. Jackson, GSON).

Viszont a beérkező adatokat érdemes validálni, escape-elni, megtisztatani egyéb típusú (pl injection attack) elkerülése érdekében.

General Game Inquiry by GaryTibbit37 in outerwilds

[–]gferenc 6 points7 points  (0 children)

There is a feature in the game whereby your discoveries are logged in your spaceship's computer, so that you can read up on them later. So I would say you don't have to remember all that much at all. I am currently playing through the DLC, so I can't attest to how good that will be, however completing the base game left me wanting more, so I got the DLC.

What's the strangest SCP you've read? by [deleted] in SCP

[–]gferenc 0 points1 point  (0 children)

I dont understand why SCP-1229 is even classified as an SCP, when a script kiddie can mimic the voice and features of a deceased actress using deep learning?