[Plornt]

[Plornt]

Joined
Dec 01, 2009

Activity Stream

[Plornt] commented on a Page, Machi Koro in mIRC  -  Aug 20, 2015

Oh god, that did not post correctly at all.

Think I just broke the syntax highlighter... It doesnt like what I just tried to do.

[Plornt] created a Page  -  Aug 20, 2015
169 

Before you go ahead and start reading this and trying to put this on your IRC bot, you should know that this requires a DLL and may require IRCop permissions on your server if the server you are going to play on has excess flood limitations. This is a very spammy game and was made purely as a test to see how long it would take to make in mSL.

  1 Thread   mIRC   Config  
[Plornt]   -  Aug 20, 2015

Had a fun work day of working out if Elasticsearch was better than Solr and how to implement a socket.io based geographical map clustering predictive text search. They're both great but the style of querying the data is a headache to work out. Anyone done anything like this before?

 Respond  
[Plornt] commented on a Page, Simple Variables  -  Aug 20, 2015

Pretty neat, but not sure if you knew or not you can use the following to do this:

    set $+(%,$chan,.myvar) Something
    echo -a $($+(%,$chan,.myvar),2) 

Which is a tad more readable than the [] style of evaluating.

[Plornt] commented on a Page, WOW.js Hacker News Top Stories  -  Aug 14, 2015

Hey, just noticed, the code pen example is broken because github (due to the security risk and the whole chinese redirecting github scripts to a random page) now serves content with text/plain rather than as a script. Can fix it by using cdnjs: https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js

Looks pretty cool when its loaded though! Further things to add might be to make it so it preloads 10 and then put the rest in an array to be loaded as you scroll further (so your scroll bar doesnt go wacky whilst it loads!). Still, a neat little proof of concept!

[Plornt]   -  Aug 14, 2015

Just finished up my version of the Machi Koro board game in mIRC. Has its own eventing system and everything making it easy to expand!

Has a lot of spam though so required IRCop access. Pretty fun when you get the hang of how it all works.

[Plornt]   -  Feb 21, 2015

Messing with Dart, I seriously do not understand languages which do not have proper date time parsing nor date time formatting (Without the use of third party extensions). You have to use a very specific set of time strings to be able to parse your time (none of which are fully standards compliant), you cannot specify your own formatting - ie you cannot tell it specifically what to look for. And finally you have to pull in a third party package to be able to format the date time. For such common uses you'd think theyd have that in the core library.

[Plornt] commented on a Page, here  -  Feb 18, 2015
 Respond  
[Plornt]   -  Mar 16, 2014

Finished todays project, minecraft NBT reader in Dart :D https://github.com/TomCaserta/dart_nbt_codec Next up world files then a browser based world viewer or editor methinks. Really want to create a static code -> Command block generator though

[Plornt]   -  Mar 08, 2014

𝐖𝐡𝐨 𝖓𝖊𝖊𝖉𝖘 𝖒𝖆𝖗𝖐𝖉𝖔𝖜𝖓 𝕨𝕙𝕖𝕟 𝕥𝕙𝕖𝕪 𝕙𝕒𝕧𝕖 𝕦𝕟𝕚𝕔𝕠𝕕𝕖 (𝐒𝐪𝐮𝐚𝐫𝐞𝐬 ... 𝐬𝐪𝐮𝐚𝐫𝐞𝐬 𝐞𝐯𝐞𝐫𝐲𝐰𝐡𝐞𝐫𝐞) ... But yeah markdown is definitely needed here :P

[Plornt]   -  Mar 08, 2014

Fun times... finally completed my works inhouse software. Still need to sort all the bugs as people find them ^_^. Now on to finishing my portfolio projects :)

 Respond  
[Plornt] commented on a Page, Basic Lotto Script  -  Nov 02, 2013

This is my script from Torn...

Its been modified though... someone has broken it. Why would you do that?

 Respond  
[Plornt]   -  Jun 30, 2013

34 Lines of code to do this: http://i.imgur.com/Ka7OC2u.png

http://pastebin.com/MgbJRY8a

Im starting to really hate my choice of language xD

[Plornt] commented on a Page, Simple Calculator  -  Jun 30, 2013

I love how mirc is able to break Hawkees script highlighter >.<

[Plornt]   -  Jun 30, 2013

What happens when you cross a asynchronous language with a server:

http://pastebin.com/czxHcbqG
http://pastebin.com/URSbyec8

Possibly the biggest mess of code I have had to ever create. It basically reverses the asynchronus nature of Dart for each page request so I dont have to worry about things executing in the wrong order.

 Respond  
[Plornt]   -  Jun 27, 2013

Started work on my browser based dart(language) game. Class based languages that keep state across page loads are so much easier to code for. Caching all users in memory which are logged in is virtually effortless.

[Plornt]   -  Jun 23, 2013

http://i.imgur.com/igJJhuC.png

I data mined reddit for 17 hours. The results are above :)

[Plornt]   -  Jun 23, 2013

Do users have to login to see snippets?

[Plornt]   -  Jun 23, 2013

Also if you go to hawkee.com and not www.hawkee.com the server doesnt respond :o

[Plornt]   -  Jun 23, 2013

Finished my server & client cursor disco ;)

https://github.com/Plornt/CursorDiscoServer
https://github.com/Plornt/CursorDiscoClient

Demo: http://plornt.com/WebSockets/cursordiscoclient.html

Syncs users cursors, background and song.

All coded in Dart :D

[Plornt]   -  Nov 19, 2012

Just tried to hop on to Dart again to try and see if I can fix any of my code. Thought since there is no new documentation on the part they changed that I would look in the examples that come with the program (Fresh install) so I can see what they did. Turns out the examples no longer work either!

[Plornt]   -  Nov 17, 2012

What the fuck sort of language (even though its in alpha) makes so drastic changes that literally every line of code from a month ago is invalid. Gah. Just fired up Dart again to code from where I left off and literally NOTHING works and now for some reason doesnt support spaces in names either! Yay.

[Plornt] commented on a Page, Daffy IRC bot (mSL)  -  Nov 16, 2012

Yeah sorry thought it was an identifier when I first looked didn't occur to me that it was the actual trigger.

 Respond  
[Plornt] commented on a Page, Daffy IRC bot (mSL)  -  Nov 14, 2012

Wait, since when has identifiers worked in the event text? I was always led to believe you had to encase it in $()

 Respond  
[Plornt] commented on a Page, Canvas Bounce in Dart  -  Nov 14, 2012

Sorry worded it wrong/explained it shittily. If you create a new project in Dart the default files it creates for the webpage uses Open Sans.

 Respond  
[Plornt]   -  Nov 14, 2012

Got a week off next week so hopefully I can possibly finish off my game engine properly and enter the git hub Game Off. Got some nice ideas for a game based on Forking and time travel + cloning.

[Plornt] commented on a Page, Canvas Bounce in Dart  -  Nov 14, 2012

Dart is by default Open Sans, got used to the font and really like it so I used it in my snippet.

 Respond  
[Plornt] commented on a Page, !chr and !asc  -  Oct 21, 2012

You dont need the $+ in this context... $chr($2) would do just fine etc.

 Respond  
[Plornt]   -  Oct 20, 2012

Just finished event firing in my game... Really unhappy at how its turning out. This is my first time doing anything like this and it feels weird when it works but doesnt look nice :(

[Plornt]   -  Oct 17, 2012

@Hawkee is it supposed to say " liked your comment, " rather than my own name? For example when you clicked like on my comment it shows "Hawkee liked your Comment, SunnyD"

Edit: Oh I see thats just the profile name that its on and it links to the comment. I get it now :P!

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.