• What Are You Working On? - December 2014
    1,204 replies, posted
[QUOTE=Protocol7;46822831][cpp]bool makeTypo = rng.NextDouble() <= chance ? true : false;[/cpp][/QUOTE]
I hate working with anything more complex than "Hello world" in C++. I always end up with shit like this that makes it impossible to continue. [code]1>LogWindows : error : Windows GetLastError: The operation completed successfully. (0) 1>Error : Failed to generate code for UE4Editor - error code: CrashOrAssert (3) 1> UnrealHeaderTool failed for target 'UE4Editor' (platform: Win64, module info: D:\UE4\GitFork2\Engine\Intermediate\Build\Win64\UE4Editor\Development\UnrealHeaderTool.manifest). 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command "..\..\Build\BatchFiles\Build.bat UE4Editor Win64 Development" exited with code 1. ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========[/code]
[QUOTE=thomasfn;46826261]I hate working with anything more complex than "Hello world" in C++. I always end up with shit like this that makes it impossible to continue. [code]1>LogWindows : error : Windows GetLastError: The operation completed successfully. (0) 1>Error : Failed to generate code for UE4Editor - error code: CrashOrAssert (3) 1> UnrealHeaderTool failed for target 'UE4Editor' (platform: Win64, module info: D:\UE4\GitFork2\Engine\Intermediate\Build\Win64\UE4Editor\Development\UnrealHeaderTool.manifest). 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command "..\..\Build\BatchFiles\Build.bat UE4Editor Win64 Development" exited with code 1. ========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========[/code][/QUOTE] find the assert :D
[url]https://twitter.com/InsolentJokes[/url] i wanted to join the twitter bot fun it spits out offensive jokes every 30 minutes
[QUOTE=Greenen72;46825018]Wow, I've been using your bot's tweets for a couple months as source material for my bot, small world[/QUOTE] Pretty simple bot tbh: [code]#!/usr/bin/env python # -*- coding: utf-8 -*- import tweepy import subprocess from random import randrange import re import urllib CONSUMER_KEY = '' CONSUMER_SECRET = '' TOKEN_KEY = '' TOKEN_SECRET = '' def getComment(): socket = urllib.urlopen("http://www.youporn.com/random/video/") htmlSource = socket.read() socket.close() comment = re.findall('<p class="message">((?:.|\\n)*?)</p>', htmlSource) result = comment[randrange(len(comment))].strip() if len(result) > 140 or len(result) < 20: return getComment() return result auth = tweepy.OAuthHandler(CONSUMER_KEY, CONSUMER_SECRET) auth.set_access_token(TOKEN_KEY, TOKEN_SECRET) api = tweepy.API(auth) api.update_status(getComment()) [/code]
I just found this old project I did for college and never took time to share it. It's a connect4 game that uses the win32 console for rendering :v: [img]http://i60.tinypic.com/10mrdy8.jpg[/img] [URL="https://bitbucket.org/HiredK/win32-console-connect4"]Bitbucket[/URL] [URL="https://bitbucket.org/HiredK/win32-console-connect4/downloads/connect4_build.zip"]Build[/URL]
[QUOTE=adnzzzzZ;46824262]You pronounce it like fooch + boi, where the o in boi is closed, like this [url]https://translate.google.com/#cs/en/fuk%20koi[/url], but just change the k for a b when you pronounce it (when google translate pronounces fuk boi the boi sounds too much like boy)[/QUOTE] [vid]http://farmpolice.com/content/videos/fuccboiPronunciation.webm[/vid] [img]http://i.somethingawful.com/forumsystem/emoticons/emot-colbert.gif[/img]
[QUOTE=JerryK;46826275][url]https://twitter.com/InsolentJokes[/url] i wanted to join the twitter bot fun it spits out offensive jokes every 30 minutes[/QUOTE] Every thirty minutes? How many jokes do you have built up?
[QUOTE=Naelstrom;46826682][vid]http://farmpolice.com/content/videos/fuccboiPronunciation.webm[/vid][/QUOTE] If someone from [COUNTRY] tells you that the pronunciation of their name is not like it is in English, it's rude to still pronounce it like it is in English instead of how the person's name sounds like, no? Why is this situation any different? Why are you all being so rude?
At this point I can't tell whether you're actually defending this name that very, very obviously just says "fuck boy" unironically or not. It [b]does[/b] say "fuck boy" and there's simply no way you chose it without realising that.
[QUOTE=adnzzzzZ;46826824]If someone from [COUNTRY] tells you that the pronunciation of their name is not like it is in English, it's rude to still pronounce it like it is in English instead of how the person's name sounds like, no? Why is this situation any different? Why are you all being so rude?[/QUOTE] If you have to explain how your name isn't about fucking children you probably shouldn't use it.
[QUOTE=adnzzzzZ;46826824]If someone from [COUNTRY] tells you that the pronunciation of their name is not like it is in English, it's rude to still pronounce it like it is in English instead of how the person's name sounds like, no? Why is this situation any different? Why are you all being so rude?[/QUOTE] dude just face it that name is shit
[QUOTE=bord2tears;46826774]Every thirty minutes? How many jokes do you have built up?[/QUOTE] exactly 100 i got no way to run it at night though so it'll have to go down i'll probably expand on it some once i get through these 100, it's a fun project work with
[QUOTE=adnzzzzZ;46826824]If someone from [COUNTRY] tells you that the pronunciation of their name is not like it is in English, it's rude to still pronounce it like it is in English instead of how the person's name sounds like, no? Why is this situation any different? Why are you all being so rude?[/QUOTE] As a native English speaker, I assure you, the situation [B]is[/B] different. Because, here, you had a choice. You [I]knowingly[/I] chose a name for your library that closely resembles profanity in one of the most-spoken languages in the world. You then promoted it on an English-speaking forum. Therefore, the vast majority of people here are going to read your library's name in English, pronounce it like English, and interpret it like English. Your branding is literally a letter away from saying "fuck", so, please, convince me how that's not a turn-off for a game programmer looking for an engine to use for their next project. If you posted this on a site such as Hacker News, I assure you, you would get no end of shit for that name. Nobody will take your work seriously - that much is obvious from its reception here. The name represents the product; it's the first thing people see. Do you really want people imagining a promiscuous male when they see your work? I don't think so. I think you're aiming for some kind of edgy humor, but marketing-wise, this will ruin you. It reflects poorly on you as a developer and a person. Trust me... this is coming from the guy who tried naming a library "Manhood." At least I learned my lesson from that.
[QUOTE=Rocket;46827084]It's one of those maymays that the kids are all about these days: [url]http://knowyourmeme.com/memes/fuckboy[/url][/QUOTE] Oh wow sorry I didn't do my meme homework.
[QUOTE=Berkin;46827101] Your branding is literally a letter away from saying "fuck", so, please, convince me how that's not a turn-off for a game programmer looking for an engine to use for their next project. If you posted this on a site such as Hacker News, I assure you, you would get no end of shit for that name. Nobody will take your work seriously - that much is obvious from its reception here.[/QUOTE] I can't help it if people are turned off from a name alone. I'm personally turned off from engines if they are built in a bad way or have bad documentation, their name is usually irrelevant. [QUOTE=Berkin;46827101] Do you really want people imagining a promiscuous male when they see your work?[/QUOTE] I have never imagined a promiscuous male when reading this name, and I work with it every day. [QUOTE=Berkin;46827101] but marketing-wise, this will ruin you.[/QUOTE] The people who want to use it will use it, the people who don't want to use it won't. That's how it works and I don't feel like doing anything about it. I don't see why this bothers you so much. [QUOTE=Berkin;46827101] It reflects poorly on you as a developer and a person.[/QUOTE] I can literally reset my Internet identity any time I want and create a new one with no way for anyone to know who I really am. I don't think people's opinions of me on the Internet are that relevant... [QUOTE=Berkin;46827101] Trust me... this is coming from the guy who tried naming a library "Manhood." At least I learned my lesson from that.[/QUOTE] Manhood is actually a bad name. When you posted it on Hacker News did they call you a misogynist? I bet they did. Everything is misogyny to them. :v:
[QUOTE=adnzzzzZ;46827220]Manhood is actually a bad name. When you posted it on Hacker News did they call you a misogynist? I bet they did. Everything is misogyny to them. :v:[/QUOTE] It was renamed to Rant by then.
[QUOTE=adnzzzzZ;46827220]I can't help it if people are turned off from a name alone. I'm personally turned off from engines if they are built in a bad way or have bad documentation, their name is usually irrelevant. I have never imagined a promiscuous male when reading this name, and I work with it every day. The people who want to use it will use it, the people who don't want to use it won't. That's how it works and I don't feel like doing anything about it. I don't see why this bothers you so much. I can literally reset my Internet identity any time I want and create a new one with no way for anyone to know who I really am. I don't think people's opinions of me on the Internet are that relevant... Manhood is actually a bad name. When you posted it on Hacker News did they call you a misogynist? I bet they did. Everything is misogyny to them. :v:[/QUOTE] i don't know how long it's going to take you to understand but it's seriously going to hurt how many people view and use your engine with a shitty name like [B]fuccboiGDX[/B] [editline]30th December 2014[/editline] if you don't care about that why not go all the way and name it FUCKBOYGDX
[QUOTE=Bumrang;46827256] if you don't care about that why not go all the way and name it FUCKBOYGDX[/QUOTE] Because it isn't pronounced like FUCK BOY. I already explained this. [highlight](User was banned for this post ("Can you stop?" - SteveUK))[/highlight]
[QUOTE=adnzzzzZ;46827302]Because it isn't pronounced like FUCK BOY. I already explained this.[/QUOTE] There's honestly no way you're serious about this name.
[QUOTE=adnzzzzZ;46827302]Because it isn't pronounced like FUCK BOY. I already explained this.[/QUOTE] it doesn't matter, that's how it spelled out? [editline]30th December 2014[/editline] why not call it foochboiGDX or fyoochboiGDX (albeit still a terrible name) instead? footchboi
[QUOTE=adnzzzzZ;46827220] I can literally reset my Internet identity any time I want and create a new one with no way for anyone to know who I really am. I don't think people's opinions of me on the Internet are that relevant...[/QUOTE] Hmmm.. That doesn't sound very good portfolio-wise.
[QUOTE=LuaChobo;46827341]My engine is named KumOnneMaiFaseGDOPL[/QUOTE] It's pronounced "Popcorn GD-OPL."
anyone want to test out my sick new engine, SheetNihggurCuhnteMITGDX?
Just curious, what was wrong with Mogamett?
[QUOTE=Bumrang;46827256]i don't know how long it's going to take you to understand but it's seriously going to hurt how many people view and use your engine with a shitty name like [B]fuccboiGDX[/B] [editline]30th December 2014[/editline] if you don't care about that why not go all the way and name it FUCKBOYGDX[/QUOTE] [url]http://vocaroo.com/i/s1k2kAJYbF0Z[/url] ?
[QUOTE=Darwin226;46827331]Hmmm.. That doesn't sound very good portfolio-wise.[/QUOTE] Whatever happened to just doing things because you wanna do them? Are you all programming your side projects just so you can get a job? Maybe this explains why it bothers you guys so much.
[QUOTE=adnzzzzZ;46827393]Whatever happened to just doing things because you wanna do them? Are you all programming just so you can get a job some day? Maybe this explains why it bothers you guys so much.[/QUOTE] The things I'm doing are hardly gonna help me get a job in the industry, so no. I'm not doing it TO get a job some day. What I would like, though, is having my bridges unburned.
[QUOTE=Darwin226;46827399]The things I'm doing are hardly gonna help me get a job in the industry, so no. I'm not doing it TO get a job some day. What I would like, though, is having my bridges unburned.[/QUOTE] And that's perfectly reasonable, but you shouldn't assume other people share the same mindset.
Just name your project fuckboyGDX and people will know how shit your engine is off the bat no problem. Can you really even call a bunch of lua scripts running on someone else's game engine anything more than a redundant framework? [editline]31st December 2014[/editline] this is one of the best trolls ive seen in a while so at least you've got that going for you
Sorry, you need to Log In to post a reply to this thread.