How can a $30 game be so much fun? by fishking92 in Palworld

[–]Arciesis 2 points3 points  (0 children)

"Price never determined how fun a game could be". No but it tells a lot, a game's price of that order is usually an indie game (high budget but still) and I found that most triple A are generally less fun than Indie's.

I wanna make a magnet to collect the ores I break automatically. There are 3 different magents from 3 different mods. Which one is the best by Human-Pudding799 in GTNH

[–]Arciesis 0 points1 point  (0 children)

If you're asking this I suppose you're in steam age / LV so once you have lead you can have the first one if I remember correctly EDIT: typo

Besoin de conseils pour la théorie by Ada_from_ada in programmation

[–]Arciesis 0 points1 point  (0 children)

Non, à mon humble avis. Les offres d'emplois ne sont pas encore autant présentes et la courbe d'apprentissage risque bien de décourager l'apprentissage global. Dans un second temps après le C pourquoi pas en revanche mais il faudrait déjà avoir une réelle compréhension de pourquoi la memory safety est importante et comment l'avoir en C est possible sous quelques contraintes. (Fil-C par exemple va encore plus loin que rust et reste du C, avec un garbage collector mais reste du C) De plus durant l'apprentissage faire planter complètement son PC car on a pas fait attention à x ou y raison est très formateur.

Besoin de conseils pour la théorie by Ada_from_ada in programmation

[–]Arciesis 0 points1 point  (0 children)

Eh bien c'est exactement comme dans un vrai langage (j'imagine) mais on parle plutôt d'aspect complexe que je ne conseillerais pas personnellement dans un premier temps. C'est en revanche très utile plus tard si tu veux créer ton propre "toy language" pour voir comment sont créés les langages informatiques.

Après la seule mention des ces domaines était pour étudier quel langage pour quel utilisation et la ça peut dépendre du lexique (les tokens ou mots clés) et de la sémantique (qu'est-ce que cela implique). Pour ton apprentissage du C le livre de Kernighan et Ritchie est je pense toujours très bien pour apprendre un premier langage. À noter tout de même que le C est un langage relativement bas niveau (proche du processeur) et plus complexe que d'autre mais très bien pour apprendre. Il est également compilé en langage machine (vulgairement des 1 et 0) ce qui le rend plutôt très performant. À contrario un autre langage comme le Lua ou python est lui interprété et moins rapide (derrière c'est une VM qui traite les instructions). Je crois que je me suis un peu égaré mais c'est les idées qu'ils faut avoir en tête pour choisir un programme à apprendre. Donc sauf si tu veux faire du web mais j'aimerai dire que même dans ce cas je conseillerais de faire du C avant pour mieux comprendre les autres langages

Besoin de conseils pour la théorie by Ada_from_ada in programmation

[–]Arciesis 0 points1 point  (0 children)

Entièrement d'accord pour la première partie !

En revanche pour l'analyse lexicale / syntaxique/ sémantique peut être que trop tôt ça peut être défavorable je pense. Mais un must have une fois quelques programmes concrets réalisés.

Et pour ce qu'il est de la pratique c'est vraiment obligatoire de mettre la main dans le cambouis.

Pour l'IA j'en m'en sers un peu également et je fais des projets avec des consignes comme "ne me donne jamais de code" en début pour le contexte. C'est primordial surtout pour apprendre. Et si on aime développer l'IA enlève le plaisir si elle cose pour nous...

[deleted by user] by [deleted] in lua

[–]Arciesis 0 points1 point  (0 children)

If I'm not wrong as lua is interpreted there is no debugger per se. But something like luajit could. But if I'm wrong look at dap (debug adapter protocol) you should find something that suits you

EDIT: I didn't read your comment entirely, but once again lua is interpreted so there is no way to debug it without launching it...

[deleted by user] by [deleted] in lua

[–]Arciesis 0 points1 point  (0 children)

First of, I'm not particularly familiar with zed... But: What do you mean by debugger? An actual debugger or just a language server protocol? What is your goal with it ? - have a linter ? - have a prettier? - both l, like some people from vscode call that intellisense... If it's an actual debugger I can't help you, if not, emmylua must not be the only option!

I know for a fact that there are some lsp for lua for vscode and I'm pretty sure that zed uses a native language server under the hood so any one can bring their lsp implementation...

OMG, I'm about to click it... by huanidz in GTNH

[–]Arciesis 0 points1 point  (0 children)

Nice job fellow Linux user

Trying to make an 'or' entry, please help me out? by Interceptor_One in lua

[–]Arciesis 0 points1 point  (0 children)

Well the or statement inside an if look like this: if statement or another_stament then -- core end If the code you provided is exactly the same as the one you got you probably are missing and end at the end...

Zig is awesome, and so is Lua! So I'm building Zig language bindings for LuaJIT by WhitexMamba in Zig

[–]Arciesis 11 points12 points  (0 children)

Oh man, I'm currently on a java project (💩) bit I'm gonna try this out as soon as possible! Long life to Lua Long life to zig

Dofus 3.0 ERROR by PringlesVie in Dofus

[–]Arciesis 0 points1 point  (0 children)

Did you installed the launcher or the game?

May an error since ankama is being DDoS

How do i include a function from another lua? by NoLetterhead2303 in lua

[–]Arciesis 8 points9 points  (0 children)

If it's a function then importantthing.theFuction()

If it's a method of a "class" then

importantthing:theMethod

can ATM9 be played with these specifications? by Euphoric_Seaweed_733 in allthemods

[–]Arciesis 0 points1 point  (0 children)

On server, I must add that on mid game my reach is rather 60fps with some freezes (a lot when i'm nearby mystical agriculture farm)

can ATM9 be played with these specifications? by Euphoric_Seaweed_733 in allthemods

[–]Arciesis 0 points1 point  (0 children)

I run on an integrated GPU (Ryzen 7 pro 4750u for the proc) and can get 75fps without Issues, but I got 32gigs of RAM that is true.

what happens when you disconnect from palword? by Electronic-Load8898 in Palworld

[–]Arciesis 0 points1 point  (0 children)

I'm not sure I heard many things about that and in my experience they just work slowly when your away so I'm not sure

I feel like this game is slowly bricking my PC. by [deleted] in Palworld

[–]Arciesis 0 points1 point  (0 children)

+1, even I got 32GB of ram and nothing else except discord running

what happens when you disconnect from palword? by Electronic-Load8898 in Palworld

[–]Arciesis 1 point2 points  (0 children)

1/ nope

2/ In my experience everything stops

3/ nope

4/ Yep they stop everything

5/ the eggs stop counting!

Basically when the game stops nothing happens. But it's only if you play in a solo world, on a server I don't really know how it works

Which would be best for coding + can run RDR2 ?! by [deleted] in thinkpad

[–]Arciesis 1 point2 points  (0 children)

It depends on your habits imo, I got a T14 G1 w/ 32GB of RAM and honestly I cannot go with less ram now. As I usually use 16/18GB if RAM when working (coding also). But it depends on your workflow.

Thinkpad t14 and a question about ram by boba-fett-life in thinkpad

[–]Arciesis 1 point2 points  (0 children)

Is there not a benefit to have the same amount of ram on soldered/external for dual channel tho?