Akisamb

joined 1 year ago
MODERATOR OF
[–] Akisamb@programming.dev 2 points 6 days ago

Hallo,

Ich benutze boost für Lemmy. Ein Nachteil : Es gibt anzeigen in der App.

[–] Akisamb@programming.dev 1 points 2 weeks ago

Tu as des subsides pour la LAMAL. Pour vivre à 1300 tu es obligé de les utiliser.

Je confirme 1300 c'est obligatoirement une colocation ou en couple et tu ne vas jamais au restaurant.

Mais à 4000 tu n'as plus toutes ces contraintes. Quand j'ai touché 3600 CHF pour la première fois j'avais vraiment l'impression d'être riche. Je pouvais aller au restaurant tous les jours, partir à l'autre bout de l'Europe sur un coup de tête etc...

[–] Akisamb@programming.dev 1 points 2 weeks ago (4 children)

4000 balles et c’est la galère avec ça

Faut pas abuser, j'ai vécu il y a 3 ans avec 1300 balles par mois à Lausanne et c'était pas si juste que ça.

4000 tu as une assez bonne qualité de vie.

J'ajouterai que ça dépend des cantons, je connais des gens dans le Valais qui ne gagnent que 2800 CHF par mois en travaillant a plein temps (41h semaine).

[–] Akisamb@programming.dev 3 points 2 weeks ago

Thank you, handling these subjects is already annoying at family dinners. I can't imagine handling this on an online forum.

[–] Akisamb@programming.dev 8 points 3 weeks ago

Tu trouves la forme d'exploitation faite par une entreprise aussi mauvaise que celle faite par ces trafiquants de drogues?

[–] Akisamb@programming.dev 11 points 1 month ago (5 children)

They've got thunderbird which is as far as I know the only serious alternative to outlook.

[–] Akisamb@programming.dev 2 points 2 months ago

Same issue here.

[–] Akisamb@programming.dev 2 points 2 months ago (1 children)

Pas forcément d'accord pour les 1,4 milliards pour la Seine. A ma connaissance il n'y a pas eu de mesures d'urgence et temporaires. Toute l'infrastructure va rester en place.

Après c'est vrai que ça coûte 140 euros par habitant d'Ile de France, ce qui n'est pas négligeable. Mais de la a appeler ça un caprice.

[–] Akisamb@programming.dev 7 points 2 months ago (1 children)

including the Slogan: 'From the river to the sea – Palestine shall be free'

As it should, this phrase and it's Israeli counterpart "between the sea and the Jordan there will be only Israeli sovereignty" are often accompanied by calls for mass deportation at best and genocide at worst.

These sentences are not bad on their own, but the parties from which they originate (Hamas and Likud) have transparent desires for war crimes and genocide.

[–] Akisamb@programming.dev 0 points 2 months ago* (last edited 2 months ago) (1 children)

https://notesfrompoland.com/2024/06/17/poland-demands-explanation-after-german-police-transport-migrant-family-back-over-border/

“They had Polish refugee status certificates for the adults and Polish ID cards for the children. These people were taken to the police station for further investigation,” said von Vegesack. He added that, after their legal situation was confirmed, the family had to be sent back to Poland.

According to the spokesman, German officials informed the Polish border guard about the situation through the Polish-German Centre for Cooperation of Border, Police and Customs Services in Świecko.

“Since there was no reaction from the Polish side for several hours, the officers decided to take the family to the Polish-German border…in order to release them to Poland,” said von Vegesack.

The article above should be more "polish refugees left alone in Poland by German police" rather than the current one which suggests that Germany is getting rid of its migrants illegally.

 

cross-posted from: https://lemmy.one/post/13942290

Abstract: We present Scallop, a language which combines the benefits of deep learning and logical reasoning. Scallop enables users to write a wide range of neurosymbolic applications and train them in a data- and compute-efficient manner. It achieves these goals through three key features: 1) a flexible symbolic representation that is based on the relational data model; 2) a declarative logic programming language that is based on Datalog and supports recursion, aggregation, and negation; and 3) a framework for automatic and efficient differentiable reasoning that is based on the theory of provenance semirings. We evaluate Scallop on a suite of eight neurosymbolic applications from the literature. Our evaluation demonstrates that Scallop is capable of expressing algorithmic reasoning in diverse and challenging AI tasks, provides a succinct interface for machine learning programmers to integrate logical domain knowledge, and yields solutions that are comparable or superior to state-of-the-art models in terms of accuracy. Furthermore, Scallop's solutions outperform these models in aspects such as runtime and data efficiency, interpretability, and generalizability.

 

cross-posted from: https://lemmy.ml/post/13088944

 

abstract :

How do sequence models represent their decision-making process? Prior work suggests that Othello-playing neural network learned nonlinear models of the board state (Li et al., 2023). In this work, we provide evidence of a closely related linear representation of the board. In particular, we show that probing for "my colour" vs. "opponent's colour" may be a simple yet powerful way to interpret the model's internal state. This precise understanding of the internal representations allows us to control the model's behaviour with simple vector arithmetic. Linear representations enable significant interpretability progress, which we demonstrate with further exploration of how the world model is computed.

 

Paper here : https://arxiv.org/pdf/2312.00752.pdf

Abstract :

Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module. Many subquadratic-time architectures such as linear attention, gated convolution and recurrent models, and structured state space models (SSMs) have been developed to address Transformers’ computational inefficiency on long sequences, but they have not performed as well as attention on important modalities such as language. We identify that a key weakness of such models is their inability to perform content-based reasoning, and make several improvements. First, simply letting the SSM parameters be functions of the input addresses their weakness with discrete modalities, allowing the model to selectively propagate or forget information along the sequence length dimension depending on the current token. Second, even though this change prevents the use of efficient convolutions, we design a hardware-aware parallel algorithm in recurrent mode. We integrate these selective SSMs into a simplified end-to-end neural network architecture without attention or even MLP blocks (Mamba). Mamba enjoys fast inference (5× higher throughput than Transformers) and linear scaling in sequence length, and its performance improves on real data up to million-length sequences. As a general sequence model backbone, Mamba achieves state-of-the-art performance across several modalities such as language, audio, and genomics. On language modeling, our Mamba-3B model outperforms Transformers of the same size and matches Transformers twice its size, both in pretraining and downstream evaluation.

 

Was looking at EAP6 release notes and was pleasantly surprised to see this there.

I'm quite happy that intellij provides on premise solutions, it gives a small chance of this coming to my job one day. I believe this will be quite useful for repetitive code and certain types of tests.

view more: next ›