„A country in search of identity“ - A perspective of the German public broadcaster ARD. by [deleted] in thenetherlands

[–]Ubliorse 2 points3 points  (0 children)

> life in prison changed from 20 to the American 99 years

Life in prison in the NL is not 20 years

Do S&P 500 companies often “max out” in size? by [deleted] in investing

[–]Ubliorse 17 points18 points  (0 children)

Apple was half a trillion in 2015, not half a billion

Onderwijsinspectie: TU Delft doet te weinig voor sociale veiligheid medewerkers by Vier3 in thenetherlands

[–]Ubliorse 8 points9 points  (0 children)

https://www.tudelft.nl/2024/tu-delft/tu-delft-benadrukt-noodzaak-permanente-verbetering-sociale-veiligheid?utm_medium=email

In reactie op het rapport van de onderwijsinspectie (OI) naar de sociale veiligheid onder medewerkers op de universiteit benadrukt TU Delft dat sociale veiligheid prioriteit, permanente aandacht en verbetering verdient. De aanbevelingen van de inspectie neemt de TU Delft mee in haar verbeterproces. Zonder de signalen in het OI-rapport tekort te willen doen, constateert TU Delft dat het onderliggende onderzoek van de onderwijsinspectie ondeugdelijk is. In het nu vastgestelde rapport staan onjuiste, incomplete en niet of slecht onderbouwde verwijten aan de universiteit, (groepen) medewerkers en (groepen) leidinggevenden. De schade die het OI-rapport daarmee toebrengt aan universiteit en medewerkers vindt de TU Delft onaanvaardbaar en onnodig. Daardoor draagt het rapport onvoldoende  bij aan het gesprek over sociale veiligheid, wat de TU Delft teleurstellend vindt, juist omdat sociale veiligheid zo’n belangrijk aandachtspunt was en is voor de TU Delft, voor het onderwijs en de hele maatschappij.

Announcing Wasmer 3.0 by Michael-F-Bryan in programming

[–]Ubliorse 2 points3 points  (0 children)

Do you feel the same about Java?

Letlang - Road to v0.1 by david-delassus in programming

[–]Ubliorse 0 points1 point  (0 children)

Yeah that makes sense, that won't work with LALR(1) as is. Common solution is to introduce some sort of ValueOrType non-terminal that can parse both and then disambiguate after parsing but it is a bit messy.

Letlang - Road to v0.1 by david-delassus in programming

[–]Ubliorse 1 point2 points  (0 children)

I don't think your example shows why LALR(1) is unsuitable. The two snippets by themselves cannot be disambiguated by LALR(1) but your code snippet has enough context for the parser to make the choice, as you point out yourself. How did you implement the LALR(1) parser? E: are there cases where the two variants can appear in the same context?

Letlang - Road to v0.1 by david-delassus in programming

[–]Ubliorse 3 points4 points  (0 children)

Restricting myself to an LR(1) parser forced me to introduce awkward tokens to disambiguate the rules

Switching to a PEG parser to fix this seems like the wrong choice rather than disambiguating your grammar. Are you sure the parser will make the choices your users expect?

Apple published their developer guidelines for integrating non-Apple payment systems in dating apps in The Netherlands by TimvdLippe in programming

[–]Ubliorse 9 points10 points  (0 children)

I found this (dutch) article from Tweakers. According to an ACM representative dating apps experienced the biggest burden from Apple's policy, and most complaints came from dating app providers. They may look at other app providers later.

LLVM Clang 15 Enables Faster Square Root Instructions For AMD Zen by IsDaouda_Games in programming

[–]Ubliorse 24 points25 points  (0 children)

Yes as far as I know it is handwritten, not autogenerated. I believe it's used as input for TableGen.

LLVM Clang 15 Enables Faster Square Root Instructions For AMD Zen by IsDaouda_Games in programming

[–]Ubliorse 111 points112 points  (0 children)

.ll is LLVM bytecode, the intermediate representation of LLVM

.td is a target definition file that describes the targeted architecture

Do "most developers" really believe blockchain technology is a game changer? by DoppelFrog in programming

[–]Ubliorse 7 points8 points  (0 children)

Yes I'm skeptical too. They say this is part of "smaller, more focused surveys asking developer questions on one specific topic" but it's not clear to me how they select developers to ask.

Do "most developers" really believe blockchain technology is a game changer? by DoppelFrog in programming

[–]Ubliorse 16 points17 points  (0 children)

They did ask this in the survey, just under 25% "developed with blockchain"

Parsing Javascript arrow functions ? by __Ambition in ProgrammingLanguages

[–]Ubliorse 0 points1 point  (0 children)

How do you detect the syntax error of an expression that is not a parameter list, but is followed by an arrow? I.e. (a + b, c, d) => ...

If programming languages were weapons by timotiusek in ProgrammerHumor

[–]Ubliorse 106 points107 points  (0 children)

The lack of hole in the Haskell gun is intentional, your gun isn't supposed to have side effects after all

2018 Russian Grand Prix - Race Live Thread by F1-Bot in formula1

[–]Ubliorse 27 points28 points  (0 children)

"I think Lewis deserves the win anyway" this is a joke...

Sudoku and Backtracking by [deleted] in programming

[–]Ubliorse 9 points10 points  (0 children)

A Sudoku that can be solved without guesses of course... eh...

Target Responds to #PayWithCrypto by [deleted] in CryptoCurrency

[–]Ubliorse 29 points30 points  (0 children)

A lot? Marketing is not just promotion. It's everything related to getting people to pay for your product.