HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mkayokay

72 karmajoined vor 6 Jahren
Infosec consultant for banking and SME located in the EU. Enthusiastic coder; interested in LLM/AI, woodworking and gaming

comments

mkayokay
·vorgestern·discuss
This clearly is a copied response from Claude for something like "Summarize RESULTS.md so that i can use it as a comment for HN."
mkayokay
·vor 16 Tagen·discuss
heavy mouth-breathing
mkayokay
·vor 28 Tagen·discuss
So from a quick read, it seems it installed "atomic-lockfile", "js-digest" or "lockfile-js" from npm. A list of affected packages is here [1].

Didn't find any quick info on how to check a system, so I ran the following command to find foreign packages and some date related infos:

> pacman -Qmi

Check the output against the list of affected packages.

Then, you can also grep for those files in various locations: > grep -rl "atomic-lockfile" / --include="package.json" --include="package-lock.json"

> grep -rl "atomic-lockfile" ~/.npm 2>/dev/null

> grep -i "atomic-lockfile" /var/log/pacman.log 2>/dev/null

Don't know if the packages delete themself after they run. I just wanted to provide some basic commands, as all the other infos I found didn't provide any help.

[1] https://md.archlinux.org/s/SxbqukK6IA
mkayokay
·vor 2 Monaten·discuss
I'd recommend that you try and ask this in a more specialized forum (e.g. BGG [1]). Also, if solo playable board games is a must - this drastically reduces the amount of games.

Maybe also consider card games (like Solitaire)?

[1] https://boardgamegeek.com/
mkayokay
·vor 2 Monaten·discuss
Gaming on Linux works pretty good now. Setup is easy thanks to Steam and other launchers (e.g. heroiclauncher).
mkayokay
·vor 6 Monaten·discuss
"Includes a private, local AI Journal."

What is this journal and why does it need AI? Could not find an answer on the page.
mkayokay
·vor 7 Monaten·discuss
What is the solution regarding the display manager? As SDDMs Wayland support is considered experimental.

What do you guys use/recommend?
mkayokay
·vor 8 Monaten·discuss
AFAIK most cars with electric parking breaks need to be set into a special maintenance mode either via OBD-2 or a special in-car procedure to be able to change the pads. Otherwise the breaks Pistons just push together and leave no room for the new pads. At least that is what my 2015 VW would do. But every shop around here has that Software or knowledge.

So Hyundai just upped the game and put some subscription into their service software. Definitely not a consumer friendly move, as changing pads and even disks is not that hard.
mkayokay
·vor 8 Monaten·discuss
I'm running a 6900XT on Arch and have no problems so far. Steam, Heroic launcher and every game i tried so far worked like a charm. You can even OC with LACT [1] if you want to.

[1] https://github.com/ilya-zlobintsev/LACT
mkayokay
·vor 8 Monaten·discuss
Looks like the comments on Mozilla Connect are not that positive either:

Building AI the Firefox way: Shaping what’s next together - <https://connect.mozilla.org/t5/discussions/building-ai-the-f...>
mkayokay
·vor 9 Monaten·discuss
You could have a look at the following list, as there are a lot of options to choose from in each category: https://github.com/awesome-selfhosted/awesome-selfhosted
mkayokay
·vor 9 Monaten·discuss
So far, I have tried Qt directly with C++ and python bindings (pySide6, pyQt), where C++ is definitely the lighter option.

If you consider python bindings, you could also look into JavaFX. It has the advantage of native images or the option of a fat jar containing all platform dependant FX modules. But the resulting files won't be small.
mkayokay
·letztes Jahr·discuss
I guess you already know, but you do not necessarily need a server for Syncthing if the devices are on at the same time. If they are not, a simple low-power rpi-like device would be more than enough to implement a star topology, with the pi being receive-only.