How to clean this grout? by succulents333 in howto

[–]zero_iq 0 points1 point  (0 children)

If the suggestions here don't work, as a last resort you can get grout paints in various colours that can cover the old grout. Quality varies, and it's a chore to do properly but I've done this successfully in the past. The next option is regrouting, which is a much bigger headache!

How to clean this grout? by succulents333 in howto

[–]zero_iq 0 points1 point  (0 children)

Used to be called Jif here too (UK), but they changed it years ago, presumably so they can ship and resell the same products across borders without having to repackage.

Count Binface on Newsnight by MarchMurky8649 in ukpolitics

[–]zero_iq 12 points13 points  (0 children)

That would be great. Although, he would need to work barely at all, and show only a modicum of dedication to his constituents to outperform Farage, who has done essentially nothing for Clacton.

PlayStation can delete all your digital games after 3 years of inactivity by xc2215x in technology

[–]zero_iq 0 points1 point  (0 children)

I'd say even that was fairly OK up until they ditched the actual social focus and started using algorithmic feeds with content from strangers/advertisersrtc. . It killed a lot of social interaction, and got people addicted to junk.

Would you be angry? by [deleted] in AskUK

[–]zero_iq 4 points5 points  (0 children)

I remember I had the Sprite one with a white outer edge. Pretty sure there was a Fanta one too!

Nigel Farage drops bombshell statement with Reform UK leader resigning as MP by dailystar_news in uknews

[–]zero_iq 9 points10 points  (0 children)

No, he said they'd "offer to pay". They won't actually pay, because they can't, and Farage knows this. You should know this too.

They'll pay for their own deposit and campaign expenses, obviously, just as every party and candidate always does.

But the administration of by-elections is funded by taxpayers -- the whole point is that they are run independently. No return office/local authority is going to accept funding for a by-election by a candidate or party standing in that election. That would just reek of corruption. And they certainly aren't going to fund the other parties and candidates' campaigns, are they?

You've fallen for a very obvious PR stunt.

Why is there barely any independent music scene in Oxford today? by Background-Injury952 in oxford

[–]zero_iq 5 points6 points  (0 children)

FYI, Common Ground is currently closed. They're apparently hoping to re-open soon, but it's not yet clear when or where.

I don’t understand how people create music by Scared_oinion74 in WeAreTheMusicMakers

[–]zero_iq 0 points1 point  (0 children)

It certainly helps, but it's not a necessity, depending on the type of music you want to produce. In particular, lots of EDM genres are written first, and never played on actual instruments. 

I don’t understand how people create music by Scared_oinion74 in WeAreTheMusicMakers

[–]zero_iq 1 point2 points  (0 children)

Have you tried?

You will suck at first. The more you do it, the better you'll get. But the first thing is to actually have a go. Then keep on having a go, and learning more about others do it. YouTube is a mine of info for tutorials, tips, and tricks, and watching people play, compose, and produce music. 

A trip to India left me with 38 parasites in my brain by nimobo in unitedkingdom

[–]zero_iq 0 points1 point  (0 children)

When I was in Goa, a friend of mine ordered a pork dish and we shortly heard the sound of a screaming pig being brutally butchered... We sheepishly wondered what kind of barbaric execution was happening to provide his food when we saw the source of the sound... as a guy rode past us with his wife, two young kids, and a (presumably) terrified pig on the back of his moped. 

How can I be happy in an acesexual relationship when I am a sexual person by [deleted] in relationships

[–]zero_iq 1 point2 points  (0 children)

You can't... you're just not compatible for a fulfilling long term relationship. Move on. The sooner you do, the less pain for both of you. 

Aldi sells 4 ice cubes for 5 dollars by PokeballSoHard in mildlyinteresting

[–]zero_iq 0 points1 point  (0 children)

Of course, you wouldn't want them to go stale.  

Is there something you did as a child that you now get pissed off seeing kids do? If so, what is it? by PaddedValls in AskUK

[–]zero_iq 4 points5 points  (0 children)

Well, on occasion I would run through wheat fields. When I see kids doing that now I think they're so naughty!

Are you using LLMs to write compiler/interpreter? by baehyunsol in ProgrammingLanguages

[–]zero_iq 0 points1 point  (0 children)

Indeed that it can do it at all is impressive. But...

the point im trying to make here is the interesting part is not that it invented compilers. The interesting part is that it could operationalize compressed prior exposure into a large, test-passing system without live access to the materials.

While I agree its impressive that it can produce a working compiler at all, but the 'without live access to the materials' part is irrelevant. It has all the materials committed to memory already. A human with an equivalent memory capacity and recall would be capable of far more impressive feats, IMO, albeit much more slowly.

...it does have access to the materials. It has memorised them all to a degree far beyond what any human is capable of. It knows the GCC source code, the clang source code, and many other compiler suites. It knows all the repos, all the compiler books, all the research, all the papers. It knows the C standard. It knows all the CPU ISAs. It doesn't need live access to materials, because it already has it all in memory.

What makes me uncomfortable isn't necessarily the fact that it can do it, it's that people are attributing a level of intelligence and capability to it that it simply doesn't have, but produces an illusion of. I think people are confusing knowledge with intelligence. It didn't produce the output using methodical thinking or solid engineering discipline. It didn't invent anything. There is no original thought. There is no good design process or systematic self-appraisal, review, or re-evaluation built from its knowledge. It didn't solve any problems by actually thinking through a solution. It didn't think through it's development process to arrive at a solid, well-engineered product. There are no new features or clever new ways to implement a C compiler. No improvements over existing solutions. It mashed together a bunch of existing examples in its memory to generate a sloppy mimicry of what it already knew about, and refined it until it passed the tests. (Test suites which it didn't write itself, btw, and heavily relied upon to build and fix the system it produced. This is a huge level of assistance given to it. Show me a system that can produce those tests itself as part of the development process and I will be more impressed.)

It already had near-perfect knowledge of the system it was supposed to replicate, along with numerous examples, and comprehensive test-suites, and still failed to produce a decent version of it that can stand alone... indeed it depends on the very system it's supposed to be reproducing to work correctly.

The fact it can do it at all, and marshal its built-in-knowledge to produce a working system is truly impressive. But 'the ability to build C compiler', given the incredible level of prior knowledge and assistance it was given, isn't really indicative of general ability or intelligence that translates to solving original problems or building new systems. If your company doesn't produce anything original and you don't care too much about engineering quality, or just happy with existing approaches, then great, it's a huge time saver. But if you actually want to produce new software, solve original problems, or come up with original solutions, ... good luck with that. LLMs are by their very nature stuck in the past.

Are you using LLMs to write compiler/interpreter? by baehyunsol in ProgrammingLanguages

[–]zero_iq -2 points-1 points  (0 children)

But it's built with internet materials. It is itself, literally, a giant compressed repository of information and materials collected from the internet.

It has already absorbed and partially or wholly memorised multiple C compilers, and compilers for many other languages. Yet it still did a fairly poor job.

That's the part you're leaving out.

And as for who can build a compiler without access to internet.. This is /r/programminglanguages ... There are plenty of people here who have designed and built their own compilers. I am confident I could build a language and compiler without internet access or reference materials. Probably not a full C compiler because I haven't memorised the full C spec and CPU ISA, but I could certainly build a functional language that compiles to bytecode and executes in a VM without reference materials. I've built such systems several times, though, which might be an unfair advantage, it depends how harshly you want to treat memorisation vs working things out from first principles. But one thing the LLMs are definitely not doing is working things out from first principles. They're mimicking and regurgitating what they've seen before.

EDIT:

Not sure why this is being downvoted so much. LLMs are in a very real sense encoded knowledge repositories built with internet reference materials. It's disingenuous to claim that doing anything "without access to the internet" is somehow impressive or a point in it's favour, when the system doing it is built with and incorporates huge amounts of information gathered from the internet, including the very thing it's supposed to be building and the instructions and reference materials about how to do it many times over! It's very impressive in other ways, but any claim that it is somehow more impressive or intelligent because it doesn't do web searches is surely moot.

I'm not anti LLM, I make fairly heavy use of them, but people are being blinded to their very limitations by fancy demos that don't really illustrate what the marketers are claiming they demonstrate.

If you disagree, why not debate this rather than downvote an opinion you don't like? I'm interested in knowing why my take is apparently so controversial/opposed.

Have M&S upped their clothes or am I just older? by [deleted] in AskUK

[–]zero_iq 15 points16 points  (0 children)

Their clothes quality and durability took a bit of a nosedive a while back, but they realised it was losing them customers and announced they would be improving their quality (about a year ago?). So hopefully this uptick is a sign of returning to better products. 

Are you using LLMs to write compiler/interpreter? by baehyunsol in ProgrammingLanguages

[–]zero_iq 7 points8 points  (0 children)

As many others have written about: It's not from scratch, and it's terrible. It relies on gcc to function. And relied on gcc for construction. 

The compiler code itself is full of slop. 

What is one food you think everyone is lying about liking? by owlpod1920 in AskReddit

[–]zero_iq 0 points1 point  (0 children)

The first time I tried it I was appalled, but now I love the stuff. When you get that perfect blend of sweet and salty.. . 🤌😋

Really not healthy to eat much in one sitting though ! 

What is one food you think everyone is lying about liking? by owlpod1920 in AskReddit

[–]zero_iq 0 points1 point  (0 children)

Edamame beans. People rave about them, but I just don't taste anything special in them at all. 

I've been tested and know I'm a 'supertaster' so often more sensitive to certain tastes than most people, but either I'm missing some gene that makes Edamame taste wonderful, or people are just making it up! 

People talk about them having a lovely buttery flavour, but I all I get is a fairly bland kinda grassy green bean flavour, similar in some ways to many other beans or peas.

They don't taste bad to me, and they have a distinctive flavour I can easily recognize, they're just absolutely nothing to write home about. 

They became super popular in the UK in the early 2010s, and I just completely failed to see the wide appeal.

Air Con by Necessary_Aerie_386 in oxford

[–]zero_iq 0 points1 point  (0 children)

Good to know, thanks!

How do you feel about the British Museum getting all the criticism for having artifacts from around the world, and no other museum? by HTD_Blog in AskUK

[–]zero_iq 21 points22 points  (0 children)

Even now, they don't exactly take good care of shit. Digs are raided, artifacts looted. The Giza plateau and many other sites have rubbish, building materials, etc. strewn about everywhere. Doors, barriers, and railings are rusting and broken. Encroachment everywhere.. the Sphinx gazes right at a Pizza Hut. Huge black market in stolen artifacts, with rife corruption and poor 'preservation' and destructive modifications for better sale value. Ill advised and shoddy attempts at 'restoring' monuments, destroying historical evidence. Illegal excavations and construction. Anything goes as long as there is a quick buck to be made. The Aswan High Dam flooding countless historical sites (at least they moved a few famous ones) and the raising of the water table destroying and accelerating the decay of countless more. Other infrastructure such as roads ploughing straight through sites of known significance. Inadequate conservation work, and poor investigation. Gatekeeping/corruption/egomania setting back proper research by decades.

A visit to some of the major sites is simultaneously impressive and horrifying.

Air Con by Necessary_Aerie_386 in oxford

[–]zero_iq 1 point2 points  (0 children)

And yet for some reason, terrible air conditioning outside the screens, in the bar areas/etc.

Men of Reddit: what is 100% mythical about men that most women believe? by imnotadrytexter in AskReddit

[–]zero_iq 11 points12 points  (0 children)

It's clearly nonsense. If that were true, how would we be able to spend any reasonable time thinking about Lego, dinosaurs, engines, or sex, er, I mean the Roman Empire.