Welcome Guest ( Log In | Register )

454 Pages V « < 119 120 121 122 123 > »   
Reply to this topicStart new topic
> What is the last thing you thought?, Tech Edition

 
post Feb 5 2014, 03:23
Post #2401
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


Since a couple of days ago I need to use Emacs to write some Java stuff (ew... I know). vim is very poor when dealing with java syntax highliting. To use Emacs I needed to stop using the Alt key as the Mod key of xmonad, so I mapped that useless windows key to be the xmonad Mod key. The problem is that now everytime I change screen out of HV I cast a spell (Alt+digit) before remembering that Alt is not the Mod key anymore.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 5 2014, 03:38
Post #2402
hesho



Casual Poster
****
Group: Members
Posts: 278
Joined: 6-July 10
Level 189 (Lord)


need... HD sale :/
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 5 2014, 13:45
Post #2403
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,762
Joined: 31-July 10
Level 500 (Ponyslayer)


QUOTE(Chaisy @ Feb 2 2014, 23:29) *

I can't decide if developers are becoming commodities or if developers have the only tech job that will retain value in the future.


Developers are traded around like commodities these days. In theory the best units will have a higher value.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 6 2014, 03:09
Post #2404
Lolicon_of_Sin



I rek all u cheeky cunts I swear on me mum
********
Group: Members
Posts: 4,328
Joined: 26-July 09
Level 48 (Artisan)


I was thinking of creating an irc bot that lurks around on a given channel for a given amount of time and analyzes the prevalence of words being used, in order to end up with a useful vocabulary list of common words.
Then I realized that the language I want to analyze is Japanese. Fuck. How am I going to make it split up the sentences without damn spaces?!

EDIT: hmmm pattern recognition

This post has been edited by Lolicon_of_Sin: Feb 6 2014, 03:21
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 6 2014, 04:19
Post #2405
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(Lolicon_of_Sin @ Feb 6 2014, 01:09) *
the language I want to analyze is Japanese

Don't try it. Jap is one of the worst if not THE worst language to get a vocabulary on (there's a reason for the limited search capabilities using the japanese script in the galleries)

Source: the second chapter in the [nlp.stanford.edu] book by the guys from yahoo search engine exemplifies Jap as the worst language to get a consistent set of words from (by parsing real text that is).

This post has been edited by blue penguin: Feb 6 2014, 07:11
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 6 2014, 06:22
Post #2406
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,762
Joined: 31-July 10
Level 500 (Ponyslayer)


QUOTE(Lolicon_of_Sin @ Feb 5 2014, 15:09) *

I was thinking of creating an irc bot that lurks around on a given channel for a given amount of time and analyzes the prevalence of words being used, in order to end up with a useful vocabulary list of common words.
Then I realized that the language I want to analyze is Japanese. Fuck. How am I going to make it split up the sentences without damn spaces?!

EDIT: hmmm pattern recognition


We used to do that with a dark bot/smart bot clone a decade ago, but with English...

The only con was that I ran the bot on my IRC nick and it got to the stage that people wouldn't believe it when I was online or thought the bot was me when I was offline lol. The bots ended up being banned when we started getting them all to insult each other.

Not sure if the same thing exists for Japanese.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 6 2014, 07:29
Post #2407
Pillowgirl



Grammatically Incorrect (☞゚∀゚)☞
*********
Group: Gold Star Club
Posts: 5,458
Joined: 2-December 12
Level 485 (Godslayer)


Sounds likes a useless endeavor.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 6 2014, 09:34
Post #2408
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


My opinion of Blink implementations

Opera >>>> Iron > Chrome

A shame that nobody is using Opera T.T

This post has been edited by holy_demon: Feb 6 2014, 09:36
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 6 2014, 10:05
Post #2409
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


I've been looking to port my Chrome extensions to Firefox but that Add-on SDK thing seems specifically engineered to annoy the shit out of me

Correction: it's not the API as much as the documentation that's causing the rustling
Highlights of the experience so far:
- The sdk on the site doesn't work. The one in the git repository thankfully does.
- The documentation fails to mention open bugs but does warn about bugs that were fixed over six months ago.
- No option to set a badge on a widget, have to do it with html. Apparently I'm also forced to use 16px icons.
- Can't inject buttons directly into the toolbar because the developers don't like it.
- The port system seems decent enough, even though some object are convert into strings for no apparent reason.
- Used the sdk for a few hours and I've already run into a bug that's been open for over 2 years. Brilliant.
- Using standard XMLHttpRequests apparently was too logical, they had to introduce a special request module.
- Why can't panels resize automatically to fit their contents?

[rustling intensifies]

This post has been edited by tiap: Feb 6 2014, 18:16
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 6 2014, 19:13
Post #2410
GanGun



Pans Pans Pans Pans Pans
****
Group: Gold Star Club
Posts: 428
Joined: 26-July 10
Level 226 (Godslayer)


Jesus Qt really wants you to know you're using Qt with it constant Qs in every freaking function.
Even worse they like to change the "rules" as soon as you use a sub-class so all the sudden moving an object is limited to alignments and positions instead of precise x, y way all for the sake of having freaking stretch on...

...God I hate all GUI libraries.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 7 2014, 03:14
Post #2411
Lolicon_of_Sin



I rek all u cheeky cunts I swear on me mum
********
Group: Members
Posts: 4,328
Joined: 26-July 09
Level 48 (Artisan)


I'm trying out a program called [www.autohotkey.com] AutoHotkey. It works on a script engine and I'm having so much fun playing around with it. I even made a hotstring to curse in Finnish:

huora saatana huora perse perkele huora jumalauta vittu jumalauta perkele paska perse jumalauta huora helvetti ripuli perkele jumalauta perkele ripuli vittu ripuli ripuli perkele perkele

This post has been edited by Lolicon_of_Sin: Feb 7 2014, 03:14
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 7 2014, 06:20
Post #2412
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,762
Joined: 31-July 10
Level 500 (Ponyslayer)


I was just trying to remember the name of autohotkey for another thread lol.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 7 2014, 07:44
Post #2413
holy_demon



Osananajimi<3
*********
Group: Gold Star Club
Posts: 5,417
Joined: 2-April 10
Level 500 (Godslayer)


QUOTE(Lolicon_of_Sin @ Feb 7 2014, 12:14) *

I'm trying out a program called [www.autohotkey.com] AutoHotkey. It works on a script engine and I'm having so much fun playing around with it. I even made a hotstring to curse in Finnish:

huora saatana huora perse perkele huora jumalauta vittu jumalauta perkele paska perse jumalauta huora helvetti ripuli perkele jumalauta perkele ripuli vittu ripuli ripuli perkele perkele


You can even make a primitive HV bot with it too xD

Though you should try[www.autoitscript.com] AutoIt. It's basically a more complete version of AHK (AHK was made by a member of the AIt team, IIRC). Though both have the same bug with ControlSend T.T
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 7 2014, 19:28
Post #2414
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


Okay, this is bullshit.

QUOTE
Suspicious extensions disabled

You are seeing this notification because we noticed that you have one or more extensions that aren't listed in the Chrome Web Store or may have been installed to your Chrome browser by third party program without your knowledge. We have automatically disabled these extensions for you, to make Chrome safer.

Extensions that have been disabled will appear grayed out and you won't be able to re-enable them.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 7 2014, 21:36
Post #2415
Pillowgirl



Grammatically Incorrect (☞゚∀゚)☞
*********
Group: Gold Star Club
Posts: 5,458
Joined: 2-December 12
Level 485 (Godslayer)


QUOTE(tiap @ Feb 8 2014, 03:28) *

Okay, this is bullshit.

--allow-outdated-plugins

Try that, if not then try a portable Iron for testing.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 7 2014, 23:32
Post #2416
hzqr



Savagely Still
********
Group: Gold Star Club
Posts: 4,672
Joined: 13-May 09
Level 462 (Dovahkiin)


Doesn't work, it won't let me enable extensions that are not in their store
I resorted to using unpacked extensions, which is what I was using before Chrome started nagging me about how bad having unpacked extensions is as they "can harm my computer"
[productforums.google.com] And it's intentional, by the way.

On the bright side,
QUOTE
We are only enforcing this policy on Windows beta/stable channels, since that is where the problems are.

And to Canary we go!

Edit: and it works. Aw yiss

This post has been edited by tiap: Feb 7 2014, 23:43
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 8 2014, 00:28
Post #2417
Seizhan



Active Poster
*******
Group: Members
Posts: 1,038
Joined: 6-January 13
Level 45 (Artisan)


bypassing mikrotik at internet cafe. (IMG:[i.imgur.com] http://i.imgur.com/0DDh0qo.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 8 2014, 03:43
Post #2418
N04h



N04h_the_sheep
*********
Group: Gold Star Club
Posts: 5,031
Joined: 23-March 07
Level 183 (Lord)


I wanna buy a Nexus8
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 10 2014, 03:35
Post #2419
elda88



FREEDOM! FUCK DMCA!
***********
Group: Gold Star Club
Posts: 16,190
Joined: 30-June 09
Level 500 (Godslayer)


What the fuckin' hell is wrong with Gmail!? Why does the uploading of my attachment always stuck!? It's only a 200kb Word document! A FREAKIN' 200KB WORD DOCUMENT, FOR GOD SAKE!!!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 10 2014, 21:00
Post #2420
user57



Casual Poster
***
Group: Members
Posts: 197
Joined: 11-August 11
Level 208 (Destined)


Why is that stupid network drive not working... god dammit... I will destroy... oh, wrong login information
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


454 Pages V « < 119 120 121 122 123 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 15th August 2025 - 05:12