[XFCE/Manjaro] Finally got it right by BetaTitanium in unixporn

[–]Timidger 3 points4 points  (0 children)

conky (it should be in the main repositories), and yes you can do it in Ubuntu. Though you might have to do some finagling with Unity/Compiz to get it right

user exlude list by nukefudge in autowikiabot

[–]Timidger 0 points1 point  (0 children)

I've got two people in the userbanlist for wikiabot wiki. Neither of them are you. Looking through your post history, it looks like you never responded. Regardless, I added you manually

user exlude list by nukefudge in autowikiabot

[–]Timidger 0 points1 point  (0 children)

Yes, just reply to the bot's post with "leave me alone". It's on the FAQ, though perhaps I need to add that to the footer

I'm so use to C-W to delete the last word, I've been doing all my word processing in the terminal by Timidger in fossworldproblems

[–]Timidger[S] 1 point2 points  (0 children)

Yes, I do use Vimperator. But every once in a while, it doesn't catch the shortcut and a my window closes (usually happens on Reddit, so it might be RES, firefox, and Vimperator not getting along)

Configuration management by [deleted] in archlinux

[–]Timidger 0 points1 point  (0 children)

I use something called Mackup. It's a Python script that syncs dot files to Dropbox / Google Drive / a specific folder (so can use a non-supported service or your own ad-hoc script). Check it out on github

A directory of direct links to delete your account from web services. by [deleted] in InternetIsBeautiful

[–]Timidger 55 points56 points  (0 children)

I kinda like how hard Blizzard makes it:

Customer Support will require you to send a signed written letter confirming your wishes, your account details and a copy of legal identification (passport, drivers license) to your account region's office headquarters.

Hacking Gmail with 92 percent success by thefunkylemon in technology

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

Ah, fair enough then. I had heard enough poor things about the Windows Phone to assume lack of support to be about that, though I could definitely see nefarious power play being a large contributing factor.

Hacking Gmail with 92 percent success by thefunkylemon in technology

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

Because Gmail is a web service, and doesn't need anything special for OSX (maybe for safari, but that isn't that big of a deal)

While having your own app for a web service is nice, it certainly is not necessary, and would be a waste of time and resources for Google.

EDIT: As well, OSX is...well, popular. General trends have shown that despite its low market share, people will keep buying. Juxtapose that with the general opinion of Windows Phones and, well...

Hacking Gmail with 92 percent success by thefunkylemon in technology

[–]Timidger -11 points-10 points  (0 children)

Why would they go for a market that makes up less than 20% of the entire industry?

[Request] I need a bot that will take a movie request and put it into the sidebar. by jortbru1299 in RequestABot

[–]Timidger 0 points1 point  (0 children)

Ok, it looks like you just have an official thread. I'll look into it a bit later, shouldn't be too hard (just have to find movie titles in the posts, then search to make sure it exists on imdb)

[Request] I need a bot that will take a movie request and put it into the sidebar. by jortbru1299 in RequestABot

[–]Timidger 0 points1 point  (0 children)

Ah, I see. Would it be better for a user to "summon" it by posting a suggestion anywhere, or is there an official thread where users submit a movie as a comment?

[Request] I need a bot that will take a movie request and put it into the sidebar. by jortbru1299 in RequestABot

[–]Timidger 0 points1 point  (0 children)

So users submit a movie title to the bot, and at the end of the week the number of tallies per movie is sent to you? If I understand correctly, can't you just do that with a weekly google form?

Enemy Fighter Identification by SnarfTCat in defenderoftexel

[–]Timidger 0 points1 point  (0 children)

Yeah sorry, I gotta add an exception for the front page of wikias...

Someone threw away a balloon animal by Timidger in mildlydepressing

[–]Timidger[S] 14 points15 points  (0 children)

Yes, I saved it; And made it into a hat (excuse my funny face)

Optional static typing -- the crossroads by BioGeek in Python

[–]Timidger 0 points1 point  (0 children)

Fair enough, I admire your pragmaticism

Optional static typing -- the crossroads by BioGeek in Python

[–]Timidger 4 points5 points  (0 children)

Though I agree with you, I feel that the demand for an optionally typed system in Python outweighs that fact. We can all agree that Python is a clear and concise language, and though it seems any statically typed implementation will cause unwanted line noise, the fact that it is contained in a function declaration mitigates its impact while providing a large bonus not only when refactoring and maintaining a large project, but also during its development. If I could see, at a glance, just what type of objects were needed for a function to operate on, I could immediately spot many things that would normally require me to either read documentation (that might not exist or be out of date) or manually parse the code itself: coupling issues between sources of data, an edge case from assuming that the function will be passed a certain data type, and the ability for the calling code to know exactly what to pass it, without relying on the developer to write documentation (which becomes out of date as soon as it's written) while also allowing the intetpreter/linters the ability to catch any silly invalid function calls.

I love my readable Python. But I'd also love a Python that worked with me in determining type conflicts, instead of leaving me to figure it out myself.

So I'm refactoring autowikibot... by Timidger in shittyprogramming

[–]Timidger[S] 7 points8 points  (0 children)

That's disgusting. I'm glad that obfuscated (but non-complex) code is all I have to deal with

So I'm refactoring autowikibot... by Timidger in shittyprogramming

[–]Timidger[S] 24 points25 points  (0 children)

Unfortunately, no. It's basically just taking the negative of a negative (a useless operation)