Register - Login
Views: 99768174
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-02-22 04:42:08 PM
Jul - Posts by Drag
Pages: 1 2 3 4 5 6 7 8 9 10 ... 123 124 125 126 127 128 129 130 131 132
Drag
2640
Level: 99


Posts: 2626/2641
EXP: 9989574
For next: 10426

Since: 07-03-07


Since last post: 4.2 years
Last activity: 3.4 years

Posted on 01-04-17 02:08:25 AM, in 2017 Link
I'm just going to poke at personal projects more and get my spark back, since I've already completed what my resolution would've been otherwise: quit my retail job and replace it with something better.

____________________
Drag
2640
Level: 99


Posts: 2627/2641
EXP: 9989574
For next: 10426

Since: 07-03-07


Since last post: 4.2 years
Last activity: 3.4 years

Posted on 01-11-17 03:08:45 AM, in How did you get here? Link
I've always loved video games, and making my own games was my main interest for my entire life. Sometime when I was 7 or 8, I started teaching myself QBASIC (and then VB a few years later) and I'd try to make really awful recreations of stuff I saw in games.

A few years later, my brother showed me NESticle and I was hooked. I found YY-SMB and was incredibly excited about being able to make my own custom Mario levels.

From there, I found Zophar's "facelifting" section and found the SMB2 Discombobulator, which lead me to the first incarnation, sometime after it had switched to MySQL.

SMB2 Discombobulator was great, because it was made in VB, and I could make simple stuff in VB but I wasn't mature enough to be able to handle rom hacking or any "big" programming projects.

Acmlm's Board wasn't full of people who were total lamers like literally everywhere else was, and since everyone had the same interests as me, I stuck around.

Sometime between the second and third incarnations, I drifted off to nesdev, and to different rom-hacking communities. Late in the third incarnation, Xk found me and suggested I come back, which I did, but the fourth incarnation happened soon after.

Over the years, I followed everyone until we all wound up here.

____________________
Drag
2640
Level: 99


Posts: 2628/2641
EXP: 9989574
For next: 10426

Since: 07-03-07


Since last post: 4.2 years
Last activity: 3.4 years

Posted on 02-25-17 09:45:03 PM, in Discord + IRC (last edited by Drag at 02-25-17 10:29:08 PM) Link
A bridge bot has been added to discord and irc, so messages in the Discord version of #x are relayed to the IRC version of #x and vice versa. In IRC, this shows up with a double nametag which is pretty distracting, so I just wrote this mIRC script to make the discord bot's lines show up like anything else.




; Hide the <discord> handle in #x
on ^*:TEXT:<*:#x:{
if ((discord!discord@*.xkeeper.net iswm $fulladdress) && ($network == BadnikZONE)) {
/echo -tlbfmr #x + $+ $strip($1,c) $2-
haltdef
}
}



This also strips out the nametag coloring that the discord bot adds. To have it not strip that out, use:

/echo -tlbfmr #x + $+ $1-



This script also prefixes a + to the nametag, so you can tell the line is coming from the discord bot and not from someone else in IRC.

Anyway, modifications and improvements welcome, but this ought to make the discord relay look a little less painful in IRC, if you're using mIRC that is.

Edit:
Non-colored nametag with : symbol as the user rank: <:Drag>

/echo -tlbfmr #x $strip($left($1,4) $+ : $+ $right($1,$calc($len($1) - 4)),c) $2-


Version with bot's nametag coloring intact, color applied to the rank:

/echo -tlbfmr #x $left($1,4) $+ : $+ $right($1,$calc($len($1) - 4)) $2-


Version with bot's nametag coloring intact, color not applied to the rank:

/echo -tlbfmr #x $left($1,1) $+ : $+ $right($1,$calc($len($1) - 1)) $2-



____________________
Drag
2640
Level: 99


Posts: 2629/2641
EXP: 9989574
For next: 10426

Since: 07-03-07


Since last post: 4.2 years
Last activity: 3.4 years

Posted on 02-25-17 09:49:26 PM, in Discord + IRC Link
You're w--

what the hell is that?

____________________
Drag
2640
Level: 99


Posts: 2630/2641
EXP: 9989574
For next: 10426

Since: 07-03-07


Since last post: 4.2 years
Last activity: 3.4 years

Posted on 05-18-17 12:06:06 AM, in I have a Fidget Spinner Link
It's just a lump of stuff with weights and you hold the middle and you spin it around and it keeps spinning for a while. I have one too at my desk at work, it's pretty stupid, but I'd be lying if I said I never touch it.

____________________
(post in restricted forum)
(post in restricted forum)
(post in restricted forum)
(post in restricted forum)
Drag
2640
Level: 99


Posts: 2635/2641
EXP: 9989574
For next: 10426

Since: 07-03-07


Since last post: 4.2 years
Last activity: 3.4 years

Posted on 08-05-17 01:19:10 AM, in Smart home stuff Link
My job is smarthome stuff, not necessarily anything about learning patterns or anything, as much as "hey it's kinda neat that I can control my TV and my cable box and the room lights via this iPad laying on the couch", complete with plenty of RS232 protocols, IR flashers, AV distributers, user interface design, and a certain big-deal AV hardware manufacturer.

The houses I've gone to, where the entire thing is integrated, are nuts. Every room has speakers of some sort, fancy pools with sprinklers, full-on theaters in the basement complete with dolby atmos, every single lightbulb and switch is meshnet or centralized, house-wide lighting presets (with some being "automatic", with motion sensors or timers), touch panels mounted in the walls, special remotes for every room, centralized AV sources (so you can route a cable box or a radio to literally any TV or speaker in any room), and of course these systems come with hefty pricetags to match.

That's really it though, I'm not personally interested in smarthome technology outside of it being my day job. Though, those Philips Hues are pretty nice, we have two in the programming lab at work, and it's nice to be able to set it to outdoor-esque white, or soft white, or red, or green, etc.

Having voice-activated lighting control, or TV control, or whatnot, it's pretty neat, but I doubt I'd actually do it at home; the novelty wears off once you've dealt with dozens of amazon dots in various applications.

____________________
Drag
2640
Level: 99


Posts: 2636/2641
EXP: 9989574
For next: 10426

Since: 07-03-07


Since last post: 4.2 years
Last activity: 3.4 years

Posted on 01-26-18 12:14:29 AM, in What's on YOUR mind? Link
In Anya's defense, I haven't seen any employers and businesses signing up to Jul.

____________________
(post in restricted forum)
(post in restricted forum)
(post in restricted forum)
(post in restricted forum)
(post in restricted forum)
Pages: 1 2 3 4 5 6 7 8 9 10 ... 123 124 125 126 127 128 129 130 131 132
Jul - Posts by Drag


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

29 database queries, 19 query cache hits.
Query execution time: 0.099813 seconds
Script execution time: 0.022347 seconds
Total render time: 0.122161 seconds