Kuribo64
Views: 19,853,132 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-29-24 12:37 AM
Guest:

0 users reading the StapleButter todo list for this Winter | 1 bot

Main - General Chat - the StapleButter todo list for this Winter Hide post layouts | New reply


Arisotura
Posted on 10-11-16 09:16 PM Link | #78553
or Summer for the folks who happen to live in the South hemisphere.

Earth is a fun planet.


BOARD RELATED

* fix the code so it stops clogging the PHP error log with notices about shit like "$_GET contains no entry 'crap'".

relatedly, PHP7 provides the ?? operator which will be helpful and make the code less shitty.

* fix the databases. the K64 one is slightly different from the 4dsdev one, and some things are bad.

* properly sanitize/truncate database inputs so the board can run in strict SQL mode without exploding. (it's already sanitized, but just enough to avoid SQL injections, mind you)

* fix the system for marking threads read/unread. likely just drop the forumsread table, which does save megabytes of space but complicates things and makes the system more prone to shitting itself.

* not so board-related, but... remove PHP5 from the server. it doesn't work anymore anyway.


NOT BOARD RELATED

* not miss my interview Thursday. ban me if I miss it.

* do well.

* finally order that 5lb gummy bear.

* visit parents.

* take the WiiU gamepad project somewhere? hoping I didn't fry it.

* buy Chateau Secession.

* find ways to make extra money.

* figure out what I want to do next year. developer? electrician? plumber? etc? join the French ZAD?


add shit to my TODO list. it obviously isn't full enough.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

MusiMasta
Posted on 10-12-16 02:19 AM Link | #78585
You should go outside and explore the world. :)

I'm planning to go skiing in China Peak in California and in the Colorado Basin as long as homework doesn't kill me.

____________________
MusiMasta - YouTube Channel Currently 374 subs! Help support me by subscribing! Thanks! :)
Featured Videos: I PLAY POKEMON GO EVERYDAY IN 300,000 NOTES
Pokémon Theme Song 260K Notes Remix


Lunarius
Posted on 10-12-16 10:31 PM Link | #78655
Posted by StapleButter
add shit to my TODO list. it obviously isn't full enough.


- Buy a sports car.
- Travel to the US.
- Learn Java.
- Learn how to use FL Studio to make your own music.
- Start an Android mod project.
- Build a computer from scratch.
- Learn a new language.
- Try making/eating foreign food. (I'm thinking US Military Food Packs. They can be bought for like $20.)
- Buy foreign stuff and make videos of them.
- Buy chemicals and perform chemistry videos. (Magnesium + Water.)

Just be creative, man. :P




<Silvreus>I am a random person…
<Silvreus>With a random personality…
<Silvreus>With a random life…
<Silvreus>How fun. :P



poudink
Posted on 10-13-16 12:50 AM (rev. 2 of 10-13-16 12:57 AM) Link | #78665
Mine:
Work more on my NSMB hack
Work more on my 3dnes SMB3.3dn
Start overly ambitious crap
Try deseperetly to continue
Forget about it (It actually happens to me more often then it may look.)
Finish SM64 the Last Impact
Finish my scratch game
(If I'm not too lazy) Start looking into real programming and port my scratch game to it.
EDIT: Buy Cubic Ninja and install the ninjax because I accidentally opened my 3ds without my SD card in it, wich changed the theme to white wich's forcing me to re-install Menuhax wich's forcing me to use the browser, and since I can't use it unless I update and that the update fix browserhax and menuhax, I'm screwed.
More may come in the future.

____________________
Nothing to say, so jadnjkfmnjamnfjkldnajfnjkanfjdksan jsdnvj m.

Arisotura
Posted on 10-13-16 10:17 AM Link | #78682
Posted by StapleButter
* not miss my interview Thursday. ban me if I miss it.

* do well.

well uuuuuuh...

+ was accepted for an interview, did okay-ish
+ will know for sure if I'm hired in a few days

~ maybe they accept everyone for an interview

- looked like there were 100 candidates, as usual

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

Toms
Posted on 10-13-16 02:50 PM Link | #78684
Don't be down on yourself

You just need to BELIEVE

Arisotura
Posted on 10-13-16 02:55 PM Link | #78686
believing won't do much in the capitalist system.

thanks, though.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

MusiMasta
Posted on 10-13-16 08:34 PM Link | #78695
Not only believe, but just give it your all. You can't really do more than that, today's world is just too judgmental.

____________________
MusiMasta - YouTube Channel Currently 374 subs! Help support me by subscribing! Thanks! :)
Featured Videos: I PLAY POKEMON GO EVERYDAY IN 300,000 NOTES
Pokémon Theme Song 260K Notes Remix


SuperMario64DS
Posted on 10-14-16 05:04 AM (rev. 2 of 10-14-16 05:05 AM) Link | #78712
Posted by StapleButter
* properly sanitize/truncate database inputs so the board can run in strict SQL mode without exploding. (it's already sanitized, but just enough to avoid SQL injections, mind you)


What do you mean exactly? Prebuilding the sanitized queries rather than generate them every request? Perfectly fine, especially if it's private software.

Posted by StapleButter
find ways to make extra money.


Have you ever considered freelance? Indie developers will consume you for dinner once they've found out you've made functioning editors for Nintendo games, such as Mario.

Posted by StapleButter
* buy Chateau Secession.


When I look this up I get a bunch of wacky European stuff (you crazy French!). What is it?

Posted by StapleButter
add shit to my TODO list. it obviously isn't full enough.


9DS development, tbh.

Why not something a little fun? Treat yourself to some game you've been curious about, and let us know about it. I envision "reviews.kuribo64.net", complete with its own crappy forum (parallel to this one, of course)

Seriously though, there's money to made in enterprise-level web stuff. Some of the greatest things have come about as little projects from bored college students.

But yeah, I've said before, you've proven time and time again to possess the knowledge needed to build applications people would want to use. I want to see you do something good with it.

Arisotura
Posted on 10-14-16 10:22 AM Link | #78718
Posted by MusiMasta
Not only believe, but just give it your all. You can't really do more than that, today's world is just too judgmental.

yeah, I guess.


Posted by SuperMario64DS
What do you mean exactly? Prebuilding the sanitized queries rather than generate them every request? Perfectly fine, especially if it's private software.

I mean that, previously, if you tried to insert a 30-character string into a 25-character entry, or to insert a string with characters in an integer entry, MySQL would simply truncate the extra crap.

But this is a MySQL extension, and "should not be relied upon". In latest MySQL versions, this behavior can be replicated by changing the MySQL mode. By default, it's in strict mode, which means that data like the aforementioned examples makes it throw an error instead of truncating.

Sooo... on one hand, it's a good idea to follow the standard, and sanitize things properly (trim strings, ensure ints stay ints, etc). On the other hand, it's unlikely that we'll ever use anything other than MySQL (if it works, why change it?), and we aren't attempting to distribute our board software or anything.

So... dunno.


Posted by SuperMario64DS
Have you ever considered freelance? Indie developers will consume you for dinner once they've found out you've made functioning editors for Nintendo games, such as Mario.

I looked at it. It's going to be the same crap as everywhere else: "you have no professional experience, fuck off". This is what the job market has become. Honestly if I don't get a job until November, I'll try faking my resume and pretending I have experience, because fuck that shit.

Remember when I applied to Ubisoft? A good portfolio doesn't matter. Professional experience is the only goddamned thing that matters in this world.

Freelance also provides no guarantee of making enough money. And it has the same issues as the regular job market: demands prior experience (which you magically were born with), 1000 candidates competing for 1 offer, etc...


Posted by SuperMario64DS
When I look [Chateau Secession] up I get a bunch of wacky European stuff (you crazy French!). What is it?

An abandoned castle that has been visited and photographed by urbex people. While the idea of buying it is non-serious (no idea what I would do with it), I grew some obsession to it. I like the decoration, especially the room with the cannon.


Posted by SuperMario64DS
9DS development, tbh.

Why not something a little fun? Treat yourself to some game you've been curious about, and let us know about it. I envision "reviews.kuribo64.net", complete with its own crappy forum (parallel to this one, of course)

Seriously though, there's money to made in enterprise-level web stuff. Some of the greatest things have come about as little projects from bored college students.

But yeah, I've said before, you've proven time and time again to possess the knowledge needed to build applications people would want to use. I want to see you do something good with it.

Making a start-up? haha, no.

As for 'making useful software'... we already have more than enough useful software.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

MC708
Posted on 10-14-16 07:52 PM (rev. 2 of 10-14-16 07:53 PM) Link | #78727
Try winning the lottery, but entering it is usually just a waste of money. Usually...

____________________

Sorry for the maintenance -- we'll be back soon!

Super-toad 65
Posted on 10-18-16 04:45 PM Link | #78908
- Get youknowwho to speak english properly
- get my foe friend
- Ugh
- Fill this field with something
- create extra security stuff to ABXD
- get my anti spam project somewhere

____________________
Layout by Sherry the Feather (even if here is broken -.-)

My youtube channel

SuperMario64DS
Posted on 10-19-16 06:04 AM (rev. 3 of 10-19-16 06:16 AM) Link | #78942
Posted by StapleButter
Remember when I applied to Ubisoft? A good portfolio doesn't matter. Professional experience is the only goddamned thing that matters in this world.


Hmm, I actually didn't know that. It's a pretty cruddy place, anyway.

That's something I've often pondered. "Experience required". Well, if it requires experience, but noone's offering a chance to gain experience, what the heck are you supposed to do?

I'm really sorry. I hope you find a break. If not, I hope you find something entry level. If I had any connections hiring then I'd try to put you through.

To note... I don't mean startups, but little things like FaceBook, or Neopets. I mean there's potential in randomly bored ideas--not something to depend upon. More that there's value in such things.

Arisotura
Posted on 10-19-16 06:25 PM Link | #78946
You're supposed to get an internship at the end of your degree, which, if you're lucky, becomes your first job. Straying out of that path, willingly or not, leads you to unemployment hell.


Regardless, I may have a chance Friday. To give you an idea:

It's a civil service mission I applied to. On the civil service site, the status for that application is 'mission taken', which implies their selection process is done.

They contacted me for an interview Friday.

Weird.

Either they're done preselecting candidates and interviewing them all, but... the mission starts in January 2017, so it's early as fuck.

Or they picked me. But... I have trouble believing there weren't 100 other candidates as usual.

Oh well. We'll know soon enough.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

poudink
Posted on 10-20-16 01:24 AM Link | #78956
What are these civil missions?

____________________
Nothing to say, so jadnjkfmnjamnfjkldnajfnjkanfjdksan jsdnvj m.

Arisotura
Posted on 10-20-16 12:32 PM Link | #78965
Sorta-jobs offered by the French state. They pay the same as a part-time job.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

Arisotura
Posted on 10-20-16 04:29 PM Link | #78971


ok, taking note

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

Arisotura
Posted on 10-29-16 09:21 PM Link | #79265
Posted by StapleButter
* properly sanitize/truncate database inputs so the board can run in strict SQL mode without exploding. (it's already sanitized, but just enough to avoid SQL injections, mind you)

ugh. I thought I was done with that...

... then it appeared integers needed clamped too.


no biggie though. some fields of editprofile are affected by that shit, that's all.

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd


Main - General Chat - the StapleButter todo list for this Winter Hide post layouts | New reply

Page rendered in 0.069 seconds. (2048KB of memory used)
MySQL - queries: 29, rows: 231/231, time: 0.010 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.