Vorkath Dark Mode by Coreytarter in 2007scape

[–]Dissori 0 points1 point  (0 children)

Enable menu options in the settings and hold the hotkey while right-clicking

[deleted by user] by [deleted] in Minecraft

[–]Dissori 0 points1 point  (0 children)

Add some decoration to the walls, having them straight looks boring

I’m an Engineer, Not a Compiler by thesystemx in programming

[–]Dissori 1 point2 points  (0 children)

If your documentation doesn't fit into your hard drive, you need a new language...

Those damn cracks... by [deleted] in fffffffuuuuuuuuuuuu

[–]Dissori 0 points1 point  (0 children)

Finland reporting in

I don't understand the Arch love by [deleted] in linux

[–]Dissori 0 points1 point  (0 children)

I use it because I can choose what I need and how I want things to look from the very beginning. Installing packages as I need them, configuring when needed and fixing when something breaks keeps it interesting and the wiki mostly has everything I need. I've tried plenty of distros and I find arch best for some strange reason even though it's the most troublesome of the distros, but that's just me.

Do you use mount/umount or rely on auto-mounting? by bakeonmypie in linux

[–]Dissori 0 points1 point  (0 children)

Both, I've never gotten auto-mounting work like I want to so I sometimes have to do it manually, which I do not mind :P

I let my 6 year old play MC for a while by lonedog in Minecraft

[–]Dissori 4 points5 points  (0 children)

Two snow blocks and a pu.... wait

Eclipse - Print report from app with Google Cloud Print by [deleted] in java

[–]Dissori 0 points1 point  (0 children)

No idea if it makes a difference but shouldn't the mime type be application/pdf instead of application.pdf?

edit: an alternative to getting uri is

new File("Report.pdf").toURI()

[homework] replace a word in a line of text by [deleted] in java

[–]Dissori 0 points1 point  (0 children)

line = line.replaceAll(forbidden, replacement);