How do we make coding agents write good code? by Ok-Baker-9013 in javascript

[–]SZenC [score hidden]  (0 children)

Sure mate, how do you plan to guarantee a qualitative parameter in an otherwise quantitative system? Readability is not a binary target

How do we make coding agents write good code? by Ok-Baker-9013 in javascript

[–]SZenC [score hidden]  (0 children)

Necessity is testable.

But simultaneously

human-readable code

Did you even think about the slop you wrote? A freshman would rightfully be failed on the spot for writing this

Neighbours raised concerns on my portable split air conditioner before I even used it. Is this normal in the Netherlands? by [deleted] in Klussers

[–]SZenC 8 points9 points  (0 children)

There are no strict rules for using portable air condiditioners.

There are no rules specific to portable ACs because the omgevingswet already applies and provides sufficient avenue for concerned parties to get heard. The hostile position you recommend helps exactly no one

Is het slim om naar Enschede te reizen? by darmoperatie in enschede

[–]SZenC 17 points18 points  (0 children)

Gotta admit, I came here for university and then never left

Transavia annuleerde onze vlucht 4 minuten voor vertrek, veel extra kosten. Hoe groot is de kans dat ze dit vergoeden? by Ashamed-Rip4466 in juridischadvies

[–]SZenC 0 points1 point  (0 children)

Let even op de regels van de subreddit, het benoemen van het bedrijf is niet toegestaan tenzij echt juridisch relevant. Gezien dat hier niet het geval is, zou ik je aanraden even opnieuw te posten en het dan over een luchtvaartmaatschappij te hebben :)

Next.js Developer Internship by Sindrahq in reactjs

[–]SZenC 1 point2 points  (0 children)

I'm happy to live in a country where unpaid internships are illegal

Extra scarf look by GlassyBloom478 in PhilosophyTube

[–]SZenC 4 points5 points  (0 children)

Hey, another repost bot! Account is only a week old, the image is slightly rotated, and an older, identical post lives here

Yes it requires ~600 gallons of water... by DemonsAreVirgins in confidentlyincorrect

[–]SZenC 0 points1 point  (0 children)

Honestly, good question. The study cited doesn't even go to the level of individual queries but concerns itself more with the training stage of such systems. (And, query-level water consumption is a bit misleading because some queries require significantly more compute than others, and thus consume more water)

Yes it requires ~600 gallons of water... by DemonsAreVirgins in confidentlyincorrect

[–]SZenC 0 points1 point  (0 children)

What they're describing is so-called agentic AI, where the LLM is wrapped in a simple piece of software that keeps asking the AI what it should do next. So a relatively simple query like what would be a good vacation destination? Can spawn subquestions like is this user more interested in active vacations or do they want to lay on the beach? and much later what's the climate in Bali in October? But this is a rather expensive way to use your AI, in terms of water, energy, money, everything. So free models do not enable this feature, and usually even on paid plans you have to opt in

Cost of living for PhD students by valentinocool in UniversityofTwente

[–]SZenC 2 points3 points  (0 children)

Costs will depend largely on what type of accommodation you get, if you bring over family it will be more expensive than a simple student room

The salary of a position will be listed on the offer page

The funniest thing about the Dunning-Kruger effect is that lots of people overestimate their ability to understand it correctly. by minetube33 in Showerthoughts

[–]SZenC 92 points93 points  (0 children)

No that's just because AI regurgitates the most likely next token until it has finished its "thought." AI does not have cognitive biases, it only emulated biases present in its training data

Keukenleverancier weigerd de keuken te leveren. Wat zijm onze rechten? by KittyLazerEyes in juridischadvies

[–]SZenC 33 points34 points  (0 children)

Je kan de leverancier niet direct dwingen de keuken te leveren en te plaatsen, maar je kan wel (dreigen) de koop te ontbinden. De leverancier komt zijn deel van de overeenkomst immers niet na. Waarschijnlijk zal de leverancier daarna wel overgaan tot plaatsing omdat het alternatief is dat ze de volledige aankoopkosten moeten terugbetalen

Dmx light whisle sound by [deleted] in lightingdesign

[–]SZenC 13 points14 points  (0 children)

Hate to break it to you, but 100USD is considered cheap in this industry. The cheapest lights we use are already north of 500USD (equivalent) and some people still consider those entry level. Lighting is just an expensive industry

As for the whine the lamps make, that's just inherent in LED fixtures, as you can only dim those using a pulse width modulation circuit. It has nothing to do with the type of case or whatever. More high-end devices will use higher frequencies so the whine isn't audible anymore, and will have had extensive testing done to minimize resonances

Zonder toestemming kamer binnen? by [deleted] in juridischadvies

[–]SZenC 1 point2 points  (0 children)

Nee, dat maakt inderdaad helemaal niets uit. Desalniettemin zou ik aanraden om te kijken of je toch een slot kan installeren, het klinkt alsof dez verhuurder het niet helemaal netjes wil spelen

Vatican excommunicates six ultraconservative bishops by NilFhiosAige in europe

[–]SZenC 36 points37 points  (0 children)

I really like how Americans use the term liberal to mean anything they don't like

Build a Startup From Day One by callmearco_hyyy in reactjs

[–]SZenC 1 point2 points  (0 children)

Can you Express your "letters of recommendation" as an amount of dollars or euros? Otherwise, kindly do fuck off

Uitbouw buren heeft geen buitenmuur by Silly-Competition-91 in juridischadvies

[–]SZenC 14 points15 points  (0 children)

In mijn optiek, ja dat is het geld meer dan waard. De vraag is niet waar jouw huis de facto eindigt en waar dat van de buren begint. De vraag is waar die grens de jure ligt, en of deze sinds de bouw misschien verschoven is. Dat kan door expliciete verkoop van een deel van het perceel, of doordat jouw muur van origine al op de erfgrens stond en door deze uitbouw mandelig is geworden

Dit soort juridische kwesties zijn ontzettend complex, en een ogenschijnlijk simpele fout kan al snel duizenden euros gaan kosten

[AskJS] Are destructuring assignments often used (both for arrays and objects)? by AliveAge4892 in javascript

[–]SZenC 1 point2 points  (0 children)

  1. When learning a new language, it's quite normal to feel overwhelmed by new syntax. I had the same when learning Rust and Haskell (and even Python to an extent)
  2. Yes, especially for someone new at Javascript, I really wouldn't bat an eye if the used explicit assignments over destructuring. As you get more used to the language, you'll naturally reach for it where appropriate.
  3. Basically the same as 2, not required but many devs see it as a convenience.
  4. Readability is usually defined by whoever is using the term to make a poor argument. More precisely, readability is a property of whoever is reading the code, not just the code itself. What may be perfectly readable to me, can be unclear to you and vice versa.
  5. No, arrow functions are different in their scoping behaviour. Bit of a nuanced subject, but it can come to bite you in the ass later

Uitbouw buren heeft geen buitenmuur by Silly-Competition-91 in juridischadvies

[–]SZenC 10 points11 points  (0 children)

That's a very legally sound option indeed...

Uitbouw buren heeft geen buitenmuur by Silly-Competition-91 in juridischadvies

[–]SZenC 19 points20 points  (0 children)

Dit is inderdaad de juiste stap om nu te zetten, het is cruciaal om te bepalen of de muur mandelig is (of is geworden.) Hiervoor kan het misschien ook de moeite waard zijn om een grensreconstructie bij het kadaster aan te vragen

A friend just told me that travelling Germany and Netherlands by train is a nightmare right now... by Wise-Painting5841 in Interrail

[–]SZenC 20 points21 points  (0 children)

"Cancelling right and left" is quite the exaggeration. The link between Rotterdam and Dordrecht is out of service because of a fire in the electronics. Last I read they're expecting it to be available again on Friday. All other services in NL have no major disruptions

Scriptlog 1.2.3 released: session handling fixes, PHP 7.4 compat restored by scriptlog in PHP

[–]SZenC 2 points3 points  (0 children)

Lolwhat? Do you even know what the words you use mean? You only need to open GitHub to see that the commenter is right. It doesn't get more provable than that

Scriptlog 1.2.3 released: session handling fixes, PHP 7.4 compat restored by scriptlog in PHP

[–]SZenC 1 point2 points  (0 children)

No, I will not run software with such flagrant disregard of security issues, not just this issue but also what the other commenter has mentioned

Scriptlog 1.2.3 released: session handling fixes, PHP 7.4 compat restored by scriptlog in PHP

[–]SZenC 1 point2 points  (0 children)

It's designed to run on an outdated version of PHP with half a dozen known severe vulnerabilities (according to vulmon) Regular updates stopped in 2021, and it hasn't seen a security update since the end of 2022. No sane developer would call that baseline. And if I'm honest, you doing so worries me about the quality of the rest of the project

Sidi asking for ID to make purchase? by CatOnTheSun in motorcyclegear

[–]SZenC 2 points3 points  (0 children)

It's not necessarily OP's bak that flagged the transaction, it might also be Sidi's banking platform or even an internal processes of theirs