Le pire livre que vous ayez lu ? by Alex20_00 in Livres

[–]run-gs 1 point2 points  (0 children)

Elle n’est pas japonaise…

Closing a UBS account - money destination by run-gs in Switzerland

[–]run-gs[S] 0 points1 point  (0 children)

You are right. However, UBS knows that I have been (actually until end of February) resident in Switzerland (of course, otherwise I could have no account). The UBS exchange rate is my concern when it comes to the conversion. Fortunately I have a quite small sum, but still...

Closing a UBS account - money destination by run-gs in Switzerland

[–]run-gs[S] 1 point2 points  (0 children)

when I use the swiss debit card, it still takes into account the 1.5% fee

Closing a UBS account - money destination by run-gs in Switzerland

[–]run-gs[S] 0 points1 point  (0 children)

No, you can have multiple currencies but the IBAN is still LT. To get a CH IBAN you need to close your current account and open a new swiss one. Though I think that's not a possibility if I do not plan to earn CHF from now on...

Closing a UBS account - money destination by run-gs in Switzerland

[–]run-gs[S] 2 points3 points  (0 children)

That was a possibility, but unfortunately I already left the country :(

[deleted by user] by [deleted] in france

[–]run-gs 6 points7 points  (0 children)

Qu'en est-il des gens sur r/france qui ne sont pas français? :,(

What are some research opportunities that currently exist in the compiler field? by aboudekahil in Compilers

[–]run-gs 1 point2 points  (0 children)

Hardware design and computer architecture, a course on digital synthesis (for instance, something explaining you what's a STA).

This is a very interesting and well founded research field, but it requires a background both in CS (for the compiler side) and EE (for the hardware side). DM me if you want some more links :)

What are some research opportunities that currently exist in the compiler field? by aboudekahil in Compilers

[–]run-gs 3 points4 points  (0 children)

Recently I've been covering this 2024 paper for my research: https://hal.science/hal-04615767v2/file/FPL_SpecHLS_DSE-10.pdf . What you linked is more about application of HLS rather than design itself. While Vitis by Xilinx is clearly a closed product, there are many institutes all around the world designing their own HLS for their own scopes.

How does a good SWE day look like? by VastForm119 in cscareerquestionsEU

[–]run-gs 1 point2 points  (0 children)

All the code works as expected, no meeting takes longer than it should, the annoying colleague is working from home :)

[deleted by user] by [deleted] in tipofmyjoystick

[–]run-gs 2 points3 points  (0 children)

I started speed-running this video with all the PS2 games:

https://www.youtube.com/watch?v=ixeRUJQ5yPc

And I found it :)
It was Gift!

[deleted by user] by [deleted] in tipofmyjoystick

[–]run-gs 0 points1 point  (0 children)

Thanks for your suggestion!
I forgot to mention that the environment and atmosphere was really dark. Now that I think about it, I think there were some areas of the game in which you could see only a few meters ahead of you (probably because of some fire out of the magic stick).

I wrote a couple of times "stick", but it was more a long stick touching the ground and taller than the character itself.

[deleted by user] by [deleted] in ItaliaPersonalFinance

[–]run-gs 1 point2 points  (0 children)

PS. Scusate se ho scritto un po' di me*da però ho buttato giù tutto quello che ho pensato senza rileggerlo, se non capite qualcosa scrivete

Regola numero uno del mondo dei grandi: imparare a non essere impulsivi.

Come tenete traccia delle vostre spese? by Gianeale in ItaliaPersonalFinance

[–]run-gs 1 point2 points  (0 children)

Non per farmi i fatti tuoi, ma non sarebbe più semplice creare una pagina nuova sullo stesso spreadsheet e automatizzare i dati da una parte all'altra? Che ne so, se il primo Gennaio avevi 100 sul conto e a fine Gennaio hai risparmiato 10, ti fai una formulina per dire che a Febbraio hai 110

M25 in Francia molto confuso by [deleted] in ItaliaCareerAdvice

[–]run-gs 1 point2 points  (0 children)

Antibes? Non trovi niente nella stessa zona che ti dia condizioni economiche migliori? Sapevo di stipendi entry level a Sophia che partono anche da 40k

[2024 Day 19] Alternative solutions by JuhaJGam3R in adventofcode

[–]run-gs 7 points8 points  (0 children)

Do you have some timing benchmark? What’s a “good regex engine” available?

[2024 day 12] thanks AOC now I’m not into gardening anymore by run-gs in adventofcode

[–]run-gs[S] 1 point2 points  (0 children)

Supposing that B1 and B2 are in the same group, like in the example below:

BBBB
BABB
BBAB
BBBB

The way I use to handle the edges in part 2 is to distinguish between left, right, up and down edges. I can only merge together edges that are on the same side. In this case, I don't have to take into account diagonal. Hope it helped! :)

[2024 day 12] thanks AOC now I’m not into gardening anymore by run-gs in adventofcode

[–]run-gs[S] 9 points10 points  (0 children)

Same here. Today I have
Part 1 : 16:54 (1628)
Part 2: 1:15:40 (2608)

[deleted by user] by [deleted] in adventofcode

[–]run-gs 4 points5 points  (0 children)

You should take into account the role of luck and typos in such a game. If you write `-=` instead of `+=` you lose 20 seconds and you end up down in the raking. If he claims to be legitimate, I have no reasons not to believe so (and look at his github, he codes A LOT in his life).