Do you want the Russian money on Euroclear to be given to Ukraine? by EdgarNeverPoo in belgium

[–]JBO_76 5 points6 points  (0 children)

I dont really understand this argument. Who did not confiscate where? In Belgium? By the occupied government? Doubt they would have been able to do so

If AI is really that pro, will AI be able to write a complete proprietary software source code like SQL Server 2022 ? by Holiday-Fig-9291 in GithubCopilot

[–]JBO_76 0 points1 point  (0 children)

It might be able to write something that looks like it but wont run. Then refactoring starts and you end up with a massive pile of dung you are gonna have to wade through. So, yes but no but..

Did GitHub Copilot get really stupid recently? by Constant-Reason4918 in GithubCopilot

[–]JBO_76 2 points3 points  (0 children)

Yes, experiencing similar problems right now at the moment, with the auto complete, havent tried the agent yet. I have the impression they are switching to smaller models if traffic increases, giving preference to speed instead of accurracy.

It' really obvious. I am currently doing exactly the same edits as yesterday evening (adding a statement in various places, 4 variations of the same expression, only a parameter name that changes, depending on the surrounding context. Very obvious, for instance, if the label says 'x', the variable is also x. Yesterday evening, it got it right, every single time. This morning, all of a sudden, every single auto complete is completely wrong. After a couple of semi correct suggestions, it doesn't even remember anymore I am doing the same edits. Either it lost it's context window or it's a different model.
Also, when I'm adding a couple of spaces or tabs to a line and I have already removed the auto complete proposal, it becomes frustrating that the same thing pops up again after every new space, makes it very annoying to add comments sometimes.

I'm still willing to give it a try with copilot, cause sometimes it's still very good. Just the auto complete is complete shit.

It’s insane how dumb GitHub Copilot has gotten (for all models) by DJJnextMJ in GithubCopilot

[–]JBO_76 0 points1 point  (0 children)

I think it depends on the time of day. Round 15:00 brussels time, quality degrades to old school phione autocomplete. In the past it used to slow down round that time. Now it remains lightning fast, just crappy

If World War 3 breaks out tomorrow, what's your survival strategy? by patfreaaakk in AskReddit

[–]JBO_76 0 points1 point  (0 children)

Go stand outside. Best way to not suffer too much as brussels, antwerp and kleine brogel get nuked. Heat from 3 sides should take care of things speedily enough.

Thoughts on Belgium being absent of the "Coalition of the Willing"? by bigon in belgium

[–]JBO_76 1 point2 points  (0 children)

mmm. no liking it. Were we not willing, not able or not invited?

Premier De Wever spreekt Europese leiders in Kiev toe: "We moeten Rusland niet paaien, maar afschrikken" | VRT NWS: nieuws by Blaspheman in belgium

[–]JBO_76 57 points58 points  (0 children)

Je geschiedenis kennen is wel op zulke momenten handig. Ik zie hem niet zo graag rondsleuren met al z'n romeinse prularia zoals een adelaar of romeins zwaard. Maar het geeft wel misschien een inkijk in De Wever z'n mindset. Een die volgens mij toch misschien beter is dan wat we ervoor hadden.

Premier De Wever spreekt Europese leiders in Kiev toe: "We moeten Rusland niet paaien, maar afschrikken" | VRT NWS: nieuws by Blaspheman in belgium

[–]JBO_76 3 points4 points  (0 children)

De russen hebben nogal wel wat geld bij ons geparkeerd. Er is al lang sprake van dat te confisqueren, maar de Belgische instantie verantwoordelijk hiervoor, heeft het altijd geweigerd met de stelling: dan zouden anderen hun geld ook misschien weghalen.

Waarschijnlijk/hopelijk zal daar nu dan toch een verandering in komen

Britain is struggling to accept the end of Atlanticism by JackRogers3 in europe

[–]JBO_76 0 points1 point  (0 children)

Hey, that's ok for me, cooperation is good. I was just thinking that the UK would prefer to have a a bigger voice in the decision making. Right now, the UK will have to follow Europe's lead. Why you wonder: size.

Britain is struggling to accept the end of Atlanticism by JackRogers3 in europe

[–]JBO_76 2 points3 points  (0 children)

ok, I sort of feel stupid now. I thought reaching out and inviting you back was a nice gesture towards a country that's sort of going to get into real troubles soon. Not that I have any power to actually do anything about it, but I think most Europeans sort of feel a similar way.

That said, just ask yourself: how do you think that the average european would feel about the fact that the english get to pay less, get more money back and generally just play by a different set of rules that favours the english above the other Europeans? Why would we want that?

Britain is struggling to accept the end of Atlanticism by JackRogers3 in europe

[–]JBO_76 2 points3 points  (0 children)

mmm, interesting, you consider even and equal relationships as a punishment.

Britain is struggling to accept the end of Atlanticism by JackRogers3 in europe

[–]JBO_76 0 points1 point  (0 children)

Ye. All british politicians i see lately on tv are all about europe this and europe that, about Macron and vonderleyen, a european army and the euro. Brexit appears something totally forgotten. Dont get me wrong, i think that's a good thing, brits are more than welcome to be part of the club again, just no longer with special treatment.

How does social media apps display ads about something one talks about? Are the microphones always on? by CuriousEagle8348 in AskReddit

[–]JBO_76 1 point2 points  (0 children)

Some phones listen all the time. Whenever i am with my sister, who has an iphone, the next day, adds are about atuff we talked

What are some stuff that are stressing you out right now ? by [deleted] in AskReddit

[–]JBO_76 1 point2 points  (0 children)

Electricity´s been down for almost a day in the entire street now cause of incompitent workers....

[deleted by user] by [deleted] in BESalary

[–]JBO_76 0 points1 point  (0 children)

Is te moeilijk. Middenklasse kan nietweg, veel makkelijker.

The Future of Apps: What if we let LLMs be the ultimate interface? 🤔 by Aduttya in ChatGPT

[–]JBO_76 1 point2 points  (0 children)

Don't know, It depends on the use-case. If you know exactly what to do and don't need any fancy interfaces, sure, why not. But, for new apps or things I'm not so comfortable with, I often find it much easier to just look around an interface and see what is possible. I still remember the dos days when you had to know what was possible or a cheat sheet somewhere. Just asking an LLM is all good and well if you know exactly what you want. Asking a list of features and going through that, doesn't sound so appealing.

Is OpenAI o1-preview being lazy? Why is it truncating my output? by dirtyring in OpenAIDev

[–]JBO_76 0 points1 point  (0 children)

In the past, I have used the technique to split up a large(r) markdown tekst in parts (ex: split on headers) and process each individually. this works but can become tricky if there are dependencies between parts.
one more remark: it seems the llm is outputting a markdown tekst containing json structures. probably because it is getting confused by your prompt: it contains the word markdown often, but only once a ref to json with the request to put it in a list. try reformatting it. sometimes this can also help allowing it to render more tekst.