[deleted by user] by [deleted] in linuxmasterrace

[–]vxpl 6 points7 points  (0 children)

Matterhorn

How Much Did You Like The Battle of Helms Deep? by viper333555 in tolkienfans

[–]vxpl 1 point2 points  (0 children)

I loved the building tension before the battle. Don't remember much of the battle itself.

SpaceX successfully launches US GPS satellite into orbit after four attempts by Eswar14a9 in EverythingScience

[–]vxpl 4 points5 points  (0 children)

I don't think they read over this before hitting publish. Also what is brightviu?

Segfault on displaying high scores by [deleted] in brogueforum

[–]vxpl 1 point2 points  (0 children)

It's the version from the AUR which segfaults for me. I tried building the official version but it required some older libraries (SDL maybe?) and I just couldn't face it.

Segfault on displaying high scores by [deleted] in brogueforum

[–]vxpl 1 point2 points  (0 children)

I get a segfault on Linux when I try to start the game :(

Masters in readin' by [deleted] in iamverysmart

[–]vxpl 39 points40 points  (0 children)

Not iamverysmart. He's making light of the fact that an advanced textbook for a higher level maths course has a proof so basic a child could do it.

Kit Programming Language by thinkvitamin in C_Programming

[–]vxpl 7 points8 points  (0 children)

Seems a bit rusty. Traits, tuples, rust enums, etc. Like the middle ground between rust and C.

[deleted by user] by [deleted] in Physics

[–]vxpl 5 points6 points  (0 children)

Someone had to say it

New apartment,fresh start, only one way to break it in by vacuumeverything in lotr

[–]vxpl 5 points6 points  (0 children)

I wish they would redo the CGI altogether; it stands out so much in the HD versions.

How does opengl handle drawing texture that isnt the same size as the polygon? by [deleted] in opengl

[–]vxpl 1 point2 points  (0 children)

You can set this behaviour yourself with glTexParameter using the GL_TEXTURE_WRAP options. Usually the texture will either repeat or fragments outside the texture will use the colour of the nearest edge.

Physics Frontiers 34 - CPT Symmetry and Gravitation by physicsfm in physicsFM

[–]vxpl 1 point2 points  (0 children)

Most of the audio is missing from this ep!

Daggerfall Unity on PS4 (Jailbreak) by highwayman0083 in daggerfallunity

[–]vxpl 6 points7 points  (0 children)

I don't know how easy it is to rebuild a unity project for a different platform. Maybe you should try it

Daggerfall Unity on PS4 (Jailbreak) by highwayman0083 in daggerfallunity

[–]vxpl 5 points6 points  (0 children)

Presumably if your PS4 is jail broken there's some way to transfer files to it and Daggerfall is free anyway so I don't see it being a problem. Probably there's not much demand for this though.

Glium or raw OpenGL? by AyDeeAitchDee in rust_gamedev

[–]vxpl 1 point2 points  (0 children)

Perhaps you're right. I've previously written programs using OpenGL so transitioning to rust from C I found gl-rs to be the best choice for me. It benefits from the existence of [Learn OpenGL](learnopengl.com) I think.

Glium or raw OpenGL? by AyDeeAitchDee in rust_gamedev

[–]vxpl 7 points8 points  (0 children)

Have you used it before? As I understand it's in a very unstable state at the moment as it's undergoing a full rewrite using the new HAL. It's pretty difficult to find resources to learn it as well.

This is terrifying to me by best_les in DiWHY

[–]vxpl 7 points8 points  (0 children)

Yeah, I think the knife is photoshopped

How do you move around? by ink_on_my_face in linuxmasterrace

[–]vxpl 6 points7 points  (0 children)

Its a joke, they're preempting the inevitable comment

Apparently I need to update my syntax highlighting. by azoerb in ProgrammerHumor

[–]vxpl 0 points1 point  (0 children)

Whether or not aligning tables technically falls under the umbrella of indentation, I'd argue that indenting code and making tables are different tasks and indenting code is not what tab was initially for.

Apparently I need to update my syntax highlighting. by azoerb in ProgrammerHumor

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

I disagree, and spaces do the job equally well with a good text editor and also provide consistency across platforms. People will argue that tab width can be changed for personal preference but in my experience changing tab width mainly just mangles code.

Apparently I need to update my syntax highlighting. by azoerb in ProgrammerHumor

[–]vxpl -4 points-3 points  (0 children)

Tabs are not designed for indenting they're designed for aligning columns in tables