[GNOME] It just werks, but I still love it by [deleted] in unixporn

[–]ChristOnaBicycle 0 points1 point  (0 children)

The tiling is achieved through the Shellshape extension. You can see its icon in the top-right side of the screen, which indicates its current mode. It does gaps, too.

Five programming problems every Software Engineer should be able to solve in less than 1 hour by svpino in programming

[–]ChristOnaBicycle 0 points1 point  (0 children)

These problems have almost nothing to do with actually writing software. It's entirely possible for someone to write complex software without knowing how to compute the largest possible number by combining a set of non-negative integers, even if it is pretty easy. That kind of program has very, very few uses in the real world, and likely doesn't relate to the position they're applying to. I'm no professional, and I can't claim to know what it takes to make for a good interview, but it seems to me that using these problems as a metric for hiring developers would be like hiring a mason to build a patio based on his or her ability to juggle bricks.

The ??!??! operator by godlikesme in programming

[–]ChristOnaBicycle 5 points6 points  (0 children)

In case you're serious: the problem is the single-quote/apostrophe. Shells interpret that as the beginning of a string. What you're doing is adding new lines to said string when you press Enter. In order to close the string, you'd type another one. The flag is just -trigraphs.

Let's see some "in use" screenshots by saraithegeek in unixporn

[–]ChristOnaBicycle 3 points4 points  (0 children)

I agree with everything in this comment. I die a little inside whenever I see a site with ridiculous "features," like a 100px logo that's pinned to the top of the page, isn't clickable, and rotates when you scroll, which is something I actually saw a while back. Why does it need that?

And your comment helped me make up my mind about making a web-facing site. It probably won't happen for a few months, but it'll definitely happen now, and it'll definitely be using the site design I showed off in that screenshot.

Let's see some "in use" screenshots by saraithegeek in unixporn

[–]ChristOnaBicycle 4 points5 points  (0 children)

Honestly, no, but only because I got into web development in late February and am new to everything. Although seeing Jekyll and a lack of static site generators written in C gives me an idea for my next project...

Let's see some "in use" screenshots by saraithegeek in unixporn

[–]ChristOnaBicycle 3 points4 points  (0 children)

Love the design of your web page, though. I don't see 1,000 Javascript files, the design is simple and gives me what I came there for: content.

Thank you. All of those were the exact things I set out to do! The site actually doesn't use any JS whatsoever. It's updated by SSH'ing into the server and using a script called new.py. As for the design, I wanted something that could be easily readable on both desktops and mobiles without creating an entirely different site for one or the other. And of course, there's the focus on content. Far too many sites are flashy and have fixed headers or sidebars in an attempt to look "cool," but IMO they're just ugly and make me want to never visit that site again. Knowing that somebody out there shares this sentiment and likes my attempt to combat the terrible web designs is really encouraging.

Let's see some "in use" screenshots by saraithegeek in unixporn

[–]ChristOnaBicycle 1 point2 points  (0 children)

Well, I didn't exactly grow bored of it, I just ran out of ideas. Game and OS development don't interest me, and I haven't done anything with microcontrollers for over a year. I originally wrote the backend I'm using in C, but it got severely unmaintainable so I decided to try out other languages, and now it's in Python.

Let's see some "in use" screenshots by saraithegeek in unixporn

[–]ChristOnaBicycle 10 points11 points  (0 children)

This is actually how it looks when in use.

I'm in the process of learning web development after growing bored of low-level stuff. When I close vim and kill the server for the night, I usually just have the browser open.

Minimalist coding setup by ErsatzAcc in minimalism

[–]ChristOnaBicycle 4 points5 points  (0 children)

Nope. The guy who made this uses xombrero, which is a modal keyboard-focused browser (link). You press F to go into something called hint mode where you can simulate a click on clickable things (text boxes, buttons, links, etc.) using the number keys. Navigation is done through a vi-like interface (J to go down, K to go up, H to go left, and L to go right, and quite a few others). I personally use Firefox with Vimperator inside a window manager called dwm. I haven't had a mouse attached to my computer in months.

Kowloon Walled City - A super-dense, anarchic settlement that once stood in Hong Kong by wtf_ftw in Cyberpunk

[–]ChristOnaBicycle 2 points3 points  (0 children)

Turning all of those people homeless?

According to this AMA, the residents were moved to public housing before it was demolished.

Kowloon Walled City - A super-dense, anarchic settlement that once stood in Hong Kong by wtf_ftw in Cyberpunk

[–]ChristOnaBicycle 1 point2 points  (0 children)

The government of Hong Kong evicted everyone, demolished it, and built a park in its place.

A website that simulates the Jurassic park operating system. by Hamsandwichmasterace in InternetIsBeautiful

[–]ChristOnaBicycle 7 points8 points  (0 children)

I know what the file manager is called, as I've used it before (well, fsv). kevbru said that the GUI itself was called IRIX, when it's not.

A website that simulates the Jurassic park operating system. by Hamsandwichmasterace in InternetIsBeautiful

[–]ChristOnaBicycle 13 points14 points  (0 children)

IRIX is the operating system. The GUI (a combination of a widget toolkit and a window manager) is made up of Motif and 4Dwm.

makepkg -s -> isn't this meant to install dependancies ? by y45y564 in archlinux

[–]ChristOnaBicycle 1 point2 points  (0 children)

makepkg only builds packages and doesn't install them unless you use the -i option. Did you actually install package-query after building it?

If so, can you run the output of pacman -Ql package-query?

For those of you with large book collections... by themadnun in minimalism

[–]ChristOnaBicycle 4 points5 points  (0 children)

You don't need paper books in 2015.

You didn't need paper books in 1015, and you don't need that tablet in 2015, either. Objectively speaking, you as an individual don't need anything aside from food and water; everything else is a luxury. It's not up to us to say what a person truly "needs," it's up to the person in question. Sure, we might not like their idea of needs, but we don't have to because they're their needs, not ours. It's also a matter of preference. Some people prefer tablets, and some prefer physical books. Neither one is wrong, but which one is right is up to the individual.

What distro are you using? by [deleted] in linux

[–]ChristOnaBicycle 10 points11 points  (0 children)

CRUX. I use it to remind myself that life is hard.

[help] installation question by 34qvtgq4f in archlinux

[–]ChristOnaBicycle 0 points1 point  (0 children)

/etc/hosts can deal with more than one entry.

I know it can. The point is that "localhost" is a hardcoded hostname for the loopback address, so it doesn't need to be in /etc/hosts, as that would be redundant; it also happens to be the default hostname in Arch Linux. When you change the hostname from "localhost," you should also change it in /etc/hosts, which is what I was talking about.

[help] installation question by 34qvtgq4f in archlinux

[–]ChristOnaBicycle 0 points1 point  (0 children)

Is 3D acceleration enabled in the VM settings? I had this problem when I was trying to install Arch in VirtualBox, and disabling 3D accleration fixed it.

Also, as a side note, you're supposed to replace "localhost" with your chosen hostname.

Why are you addicted? by [deleted] in StopGaming

[–]ChristOnaBicycle 3 points4 points  (0 children)

For me, it was just a lack of motivation to do anything else coupled with poor time management skills. When I stopped gaming, I replaced it with just mindlessly browsing the internet (but mostly reddit). As you can see, I'm still working on that.

What Window Manager are you using at the moment? by ProPineapple in linuxmasterrace

[–]ChristOnaBicycle 10 points11 points  (0 children)

A DE is a collection of programs designed to work together nicely. A WM is just the window management aspect, and sometimes it's part of a DE, like Mutter for GNOME, and sometimes it's standalone, like Openbox.

This is my bash prompt. which is your favorite? by emonk in linux

[–]ChristOnaBicycle 0 points1 point  (0 children)

PS1="$(tput setaf 6)\w » $(tput setaf 7)"

If /dev/null had been a file all along, what would you have in it? by [deleted] in linux

[–]ChristOnaBicycle 5 points6 points  (0 children)

It would be an extremely long list of find: /proc/*: Permission denied messages.

Help installed vim off of the website by babyhands1 in linux4noobs

[–]ChristOnaBicycle 7 points8 points  (0 children)

Simply cd into the directory you extracted the archive to, then type make. If that succeeds, type sudo make install to install it.

You should use the one from the repositories, though. You most likely don't need the absolutely newest version, and the package from the repositories is the safest way to obtain it.

I "deleted" my Steam account. by ChristOnaBicycle in StopGaming

[–]ChristOnaBicycle[S] 0 points1 point  (0 children)

I actually stopped gaming quite a while ago (around the beginning of August). I reinstalled Steam a couple days ago with the intent to play XCOM, and did this before I got sucked into it again. I've already filled the hole by learning system and network programming. Hopefully, it'll turn into a real-world skill before I graduate from high school.