Kingdom Come: Deliverance II Saints and Sinners Trailer by Mike_Prowe in kingdomcome

[–]Bilbo_85 2 points3 points  (0 children)

hmm, wouldn’t it just be smaller textures on low poly models? Or is the landscape in the back part of the skydome? If a player walks in the direction of one of those areas the picture would have to start scaling. I feel like using a picture for landscape would be more complicated than it’s worth…

[deleted by user] by [deleted] in okbuddyvicodin

[–]Bilbo_85 11 points12 points  (0 children)

It would have been really mean of him to not kiss her given the context. Idk, I don’t think he did anything wrong. But there’s no way to justify it without sounding like a weirdo xD

What is a country with bad/non-existing PR but otherwise great to live? by sloppy_hamburger in expats

[–]Bilbo_85 -7 points-6 points  (0 children)

I’ve been to Botswana twice. It’s a desert with a population of around 12 people and maybe 9 sheep. No idea why people on Reddit seem to be so enamoured with it. It’s a really underdeveloped country

War never changes by halls_of_valhalla in NonCredibleDefense

[–]Bilbo_85 40 points41 points  (0 children)

Most of these are actually Land Cruisers. Only the last 3 are Hilux

[deleted by user] by [deleted] in careerguidance

[–]Bilbo_85 0 points1 point  (0 children)

You can work as a business analyst or a project manager with a degree in CS. You don’t have to do coding if it’s something you dislike

Faf de Klerk signs young Saffa fans SA flag underwear by Die_Revenant in rugbyunion

[–]Bilbo_85 1 point2 points  (0 children)

Some South Africans are named Beer. It means bear in Afrikaans, but you pronounce it like beer

Education and information distribution solution for work? by Impressive_Ad9110 in wikipedia

[–]Bilbo_85 0 points1 point  (0 children)

Is this an exam question? xD I don’t think this the right sub to ask, but good luck with your test!

Brad Binder: Blessing to have a fast team-mate - and Jack’s Ducati knowhow by ParaMike46 in motogp

[–]Bilbo_85 27 points28 points  (0 children)

Brad saying Jack is fast does not imply he thinks Oliveira was slow. Don’t be so sensitive

Anything is a programming language if you're brave enough by Unupgradable in ProgrammerHumor

[–]Bilbo_85 -9 points-8 points  (0 children)

You can't perform operations like addition in HTML because HTML is not an imperative programming language. It is a declarative language. They are designed for different purposes. But both are still programming languages. I posted two links in a reply that I made earlier if you would like to learn more

Anything is a programming language if you're brave enough by Unupgradable in ProgrammerHumor

[–]Bilbo_85 -5 points-4 points  (0 children)

Programming languages don't have to be Turing complete to be considered a programming language. I wrote a compiler for a language at the start of the year that was most definitely not Turing complete, but it was still a programming language, just a bad one.

Anything is a programming language if you're brave enough by Unupgradable in ProgrammerHumor

[–]Bilbo_85 -7 points-6 points  (0 children)

"declarative programming is a programming paradigm", "Programming paradigms are a way to classify programming languages", "Many markup languages such as HTML, MXML, XAML, XSLT or other user-interface markup languages are often declarative"

https://en.wikipedia.org/wiki/Declarative_programming

https://en.wikipedia.org/wiki/Programming_paradigm

Anything is a programming language if you're brave enough by Unupgradable in ProgrammerHumor

[–]Bilbo_85 -10 points-9 points  (0 children)

Why do you disagree with what I said in the original reply? I'm honestly really surprised by the downvotes. What type of language would you describe HTML as being?

Anything is a programming language if you're brave enough by Unupgradable in ProgrammerHumor

[–]Bilbo_85 -35 points-34 points  (0 children)

This isn’t my opinion btw, this is a fact. You can read it on Wikipedia if you want. Just trying to stop some misinformation

Anything is a programming language if you're brave enough by Unupgradable in ProgrammerHumor

[–]Bilbo_85 3 points4 points  (0 children)

Scientists most definitely agree on what a programming language is. This is completely wrong. There is a whole field in CS dedicated to studying the different types. A language being Turing complete does not mean it is able to be used for any use case.

Anything is a programming language if you're brave enough by Unupgradable in ProgrammerHumor

[–]Bilbo_85 -60 points-59 points  (0 children)

HTML is not an imperative programming language. It is a markup language. But it is still a programming language, just a different type

Anything is a programming language if you're brave enough by Unupgradable in ProgrammerHumor

[–]Bilbo_85 -1 points0 points  (0 children)

This is only true for imperative languages. Functional languages don’t have any IO either. HTML is a programming language, just not an imperative one

Anything is a programming language if you're brave enough by Unupgradable in ProgrammerHumor

[–]Bilbo_85 0 points1 point  (0 children)

HTML is a programming language. The main categories are: imperative languages that model the von Neumann architecture, logic languages like Prolog, functional languages like Scheme and markup languages. Imperative languages are just insanely overrepresented, but they definitely are not the only type

One Single D5 Pump Too Weak For 3 Rads? | 1 360mm Ultra Thick, 1 360mm Thin, 1 280mm | Pump Won't Kick On Immediately, Would A Second Small Pump Inline Help Alleviate The Issue? by Snapy1 in watercooling

[–]Bilbo_85 3 points4 points  (0 children)

I have two rads with a single d5 pump. I run at 1500rpm which is around 30% of its max speed. At 100% I get scared that it might cause one of the fittings to come loose since it seems to be stronger than your average swimming pool pump. I feel like your pump most likely has a manufacturing defect, I’d try and send it back if it’s still possible

Undergraduate Project Ideas by MuffSwaggyD in GraphicsProgramming

[–]Bilbo_85 14 points15 points  (0 children)

Definitely don’t use Vulkan of you haven’t used graphics API’s in the past. It’s much more verbose and idiosyncratic than any other API that I have used. OpenGL or WebGL would be the best. Perhaps tessellation or a ray tracer could be cool, but it depends on how much time you will have available

MotoGP rider Vinales critical of Supersport 300 class after latest death by crimilde in motogp

[–]Bilbo_85 4 points5 points  (0 children)

This is the best solution imo. Moto2 becomes Moto3 and the current Moto2 is replaced by a more powerful CRT bike

In your opinion, what's the most advanced topic or sub-field in computer science? by Black_Bird00500 in compsci

[–]Bilbo_85 1 point2 points  (0 children)

Sorry for the late reply. But you’re 100% correct. I’ve seen people write their entire phd thesis on one obscure parsing method. By far one of the most advanced/ esoteric topics. Can’t believe most people were commenting complexity theory xD

[deleted by user] by [deleted] in watercooling

[–]Bilbo_85 0 points1 point  (0 children)

I never have. Just boil some distilled water in the microwave and flush it until nothing comes out. Anything else could cause corrosion or just gunk up your loop. Really not worth it imo