New
This topic has been locked and is no longer available for discussion.
Apr 3, 2018 5:40 AM
#6851
Tyrantarmy6 said: W-Why do you keep insisting? *passes back quickly* :3 Grrrr..... *again passes cup to Cornicchi* :3 |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 3, 2018 5:46 AM
#6852
Kai_N_Walker said: Grrrr..... *again passes cup to Cornicchi* :3 I-I already have something to drink, sorry *passes back again* :3 |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 3, 2018 5:50 AM
#6853
Kai_N_Walker said: Yeah..... She never eat chocolates QwQ Luckily there are other delicious cakes to eat :3 Tyrantarmy6 said: I also need to watch some more anime and continue practicing piano :3 At least the story of darling in the franxx finally seems to be picking up somewhat :3 Not even in the case of disaster where no other option is available? :3 Nah, I have to create the entities and determine things like what values should go into an entity and what not, and then I have to create an easy way to generate them through code rather than having to do this manually all over the place. Depending on how I use it these tokens should be automatically used correctly if I point the system to them. That bundle for example doesn't allow you to generate arbitrary random user tokens and instead it just generates a password reset token and stores in the user table the timestamp of when it was stored. Didn't really check how it generates the token and how it validates it, but I don't like the idea of storing such things in that table :3 It's not that I plan to do super secure stuff with it, it's just that if we were to end up using it then it could potentially be used for things like webshops as well and I'd rather not make things intentionally insecure just because wordpress is too :3 You know what's also nice about it? No automated tests whatsoever anywhere, no ability to restrict updates to a branch and terrible to no code documentation xD Then what about "ee imi de"? :3 Your brother also studies japanese? Also, if those are too similar already then the katakana tsu, shi and n will be a nightmare xD In dutch those would be something like "glowing lamp", "naked snail", "bicycle", "stink animal", "drum stand", "ray hunter", "burial?", and the last one I don't even know what those are called outside of a really generic name like "the pill" :3 Exactly and practicing guitar as well... I need more time each day T_T Is that a 2-cour? I thought it will end soon. I'll finish Overlord 2 tomorrow I think, probably won't be enough time for the Negima movie and Overlord 13 today :3 Depends how my boss sees it, but officially no :3 Hmm I can see the advantage of storing some things in the user table, really depends on your whole application. Sometimes it's good and sometimes it's better to do it in another way because it might get too confusing. Thinking about database models is kinda fun though since there are so many different ways to do something ^^ So your framework is already more secure than wordpress? :3 Can't you write automated tests for it yourself, like with Fitnesse or something? No code documentation of course is a no-go xD "I mean yes"? :3 He studied it a while ago yeah. He actually thinks katakana looks less similar, but probably only because he never learned hiragana ^^ At least you also have a stink animal, I always thought that name was kinda stupid. I mean it's true, but not very creative xD |
Apr 3, 2018 5:50 AM
#6854
You look cute while drinking >///< *sips Banana shake* *passes glass of banana shake to Cornicchi* :3 |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 3, 2018 5:51 AM
#6855
Gator said: Luckily there are other delicious cakes to eat :3 You're right QwQ Btw, How often do you get migraines? |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 3, 2018 6:06 AM
#6856
So far two times a year. So it's not that big of a problem so far :3 |
Apr 3, 2018 6:11 AM
#6857
Gator said: Exactly and practicing guitar as well... I need more time each day T_T Is that a 2-cour? I thought it will end soon. I'll finish Overlord 2 tomorrow I think, probably won't be enough time for the Negima movie and Overlord 13 today :3 Depends how my boss sees it, but officially no :3 Hmm I can see the advantage of storing some things in the user table, really depends on your whole application. Sometimes it's good and sometimes it's better to do it in another way because it might get too confusing. Thinking about database models is kinda fun though since there are so many different ways to do something ^^ So your framework is already more secure than wordpress? :3 Can't you write automated tests for it yourself, like with Fitnesse or something? No code documentation of course is a no-go xD "I mean yes"? :3 He studied it a while ago yeah. He actually thinks katakana looks less similar, but probably only because he never learned hiragana ^^ At least you also have a stink animal, I always thought that name was kinda stupid. I mean it's true, but not very creative xD More spare time that is :3 It is indeed. As is nanatsu no taizai imashime no fukkatsu :3 I'll probably watch the final ep of overlord 2 today :3 I guess. But when you have multiple different kinds of tokens that need to be linked to a user with both the actual token and the time it was generated wouldn't it make more sense to have all of them in a separate table rather than having one of their generated dates stored in the user table? :3 In this system though I don't need to worry much about the database model since everything works with entities. So if I need a token entity, that entity gets a separate table :3 For now it doesn't do much so I can't say much about that yet, but at least it uses symfony which is already far more secure than wordpress :3 Wordpress isn't object oriented so these websites if we were to make automated tests for these websites they'd probably have to be more along the lines of client tests ^^ Nope. ee is the kansai version of ii/yoi :P So he learned katakana before hiragana? :3 Dutch and german are pretty similar in some respects like that after all xD Kai_N_Walker said: You look cute while drinking >///< *sips Banana shake* *passes glass of banana shake to Cornicchi* :3 I-I'm not thirsty anymore *passes back* :3 Here, have some kitsune udon instead~ :3 |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 3, 2018 6:35 AM
#6858
Tyrantarmy6 said: More spare time that is :3 It is indeed. As is nanatsu no taizai imashime no fukkatsu :3 I'll probably watch the final ep of overlord 2 today :3 I guess. But when you have multiple different kinds of tokens that need to be linked to a user with both the actual token and the time it was generated wouldn't it make more sense to have all of them in a separate table rather than having one of their generated dates stored in the user table? :3 In this system though I don't need to worry much about the database model since everything works with entities. So if I need a token entity, that entity gets a separate table :3 For now it doesn't do much so I can't say much about that yet, but at least it uses symfony which is already far more secure than wordpress :3 Wordpress isn't object oriented so these websites if we were to make automated tests for these websites they'd probably have to be more along the lines of client tests ^^ Nope. ee is the kansai version of ii/yoi :P So he learned katakana before hiragana? :3 Dutch and german are pretty similar in some respects like that after all xD Indeed, I should've prioritized my spare time before everything else :3 I see, still have only watched Nanatsu no Taizai season 1 so far ^^ I'll think about it once I finished the movie, maybe I will do so as well :3 I think it can make sense in a small application in which you won't have that many users. Making an extra table for that might actually take more effort than help. In general I agree with you though :3 Did you make the database mapping yourself though? :3 Well with less features I hope that it's at least more secure so far xD Fitnesse is pretty much only used for GUI tests so that should work regardless of it being OOP or not :3 I see, don't know much about Kansai dialect in general :P I don't think he learned much hiragana overall, probably just the stuff you need to use between kanji like "no" :3 Yup, languages are luckily quite similar ^^ |
Apr 3, 2018 6:57 AM
#6859
Gator said: Indeed, I should've prioritized my spare time before everything else :3 I see, still have only watched Nanatsu no Taizai season 1 so far ^^ I'll think about it once I finished the movie, maybe I will do so as well :3 I think it can make sense in a small application in which you won't have that many users. Making an extra table for that might actually take more effort than help. In general I agree with you though :3 Did you make the database mapping yourself though? :3 Well with less features I hope that it's at least more secure so far xD Fitnesse is pretty much only used for GUI tests so that should work regardless of it being OOP or not :3 I see, don't know much about Kansai dialect in general :P I don't think he learned much hiragana overall, probably just the stuff you need to use between kanji like "no" :3 Yup, languages are luckily quite similar ^^ So what did you prioritize instead? :3 Well, this is only season 2 so far as the other entry doesn't really count as a season 2 :3 Which probably means you won't? xD Well, if you only need say that one token and you don't need to store the actual token anywhere because it's deterministic then I guess you could do it that way. Then again, if those tokens are deterministic then all an attacker needs to do is figure out what values are used to generate these tokens and they can then generate tokens at will for whatever user they want :3 That depends on what you consider the mapping. What I do is things like this: class SomeEntity { /** * @ORM\Id * @ORM\GeneratedValue * @ORM\Column(type="integer") */ protected $id; /** * @ORM\Column(type="string", length=100) * @Assert\NotEmpty * @Assert\Length(max=25) */ protected $name; /** * @ORM\ManyToOne(targetEntity="SomeMappedEntity", inversedBy="someEntities") * @ORM\JoinColumn(nullable=true) */ protected $someMappedEntity; } It will then deal with how to retrieve them from the database (mapped entities for example are automatically retrieved when you try to access them), create all the queries and also deal with validation and what not if you tell it to validate the entity :3 Yeah, so far there's no user input on forms or anything nor is there a login feature or something like that enabled anywhere, but that's not what I mean here xD But then what do you test it for? That a page has a certain html element in it? :3 It sounds fun though right? :3 Are you trying to tell me he knows kanji but not the hiragana? xD Not all of them are though :3 That looks like a german highway indeed xD |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 3, 2018 7:04 PM
#6861
Gator said: So far two times a year. So it's not that big of a problem so far :3 I see~ Tyrantarmy6 said: I-I'm not thirsty anymore *passes back* :3 Here, have some kitsune udon instead~ :3 No... You should have some coffee -3- *sips coffee* *passes cup of coffee to Cornicchi* <3 |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 3, 2018 7:05 PM
#6862
Foxford said: *rolls in* Why are you rolling? xD |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 3, 2018 11:14 PM
#6863
Oppaiyou~ :3 Tyrantarmy6 said: So what did you prioritize instead? :3 Well, this is only season 2 so far as the other entry doesn't really count as a season 2 :3 Which probably means you won't? xD Well, if you only need say that one token and you don't need to store the actual token anywhere because it's deterministic then I guess you could do it that way. Then again, if those tokens are deterministic then all an attacker needs to do is figure out what values are used to generate these tokens and they can then generate tokens at will for whatever user they want :3 That depends on what you consider the mapping. What I do is things like this: class SomeEntity { /** * @ORM\Id * @ORM\GeneratedValue * @ORM\Column(type="integer") */ protected $id; /** * @ORM\Column(type="string", length=100) * @Assert\NotEmpty * @Assert\Length(max=25) */ protected $name; /** * @ORM\ManyToOne(targetEntity="SomeMappedEntity", inversedBy="someEntities") * @ORM\JoinColumn(nullable=true) */ protected $someMappedEntity; } It will then deal with how to retrieve them from the database (mapped entities for example are automatically retrieved when you try to access them), create all the queries and also deal with validation and what not if you tell it to validate the entity :3 Yeah, so far there's no user input on forms or anything nor is there a login feature or something like that enabled anywhere, but that's not what I mean here xD But then what do you test it for? That a page has a certain html element in it? :3 It sounds fun though right? :3 Are you trying to tell me he knows kanji but not the hiragana? xD Not all of them are though :3 That looks like a german highway indeed xD I prioritized having a nice working environment in a secure job ^^; I know, but the specials in between have to be watched as well before starting season 2 of course :3 I actually did :o "All he needs to do is figure out the values" is almost impossible if done right though, he can't bruteforce his way to get the value you used ^^ So I assume you did not write the annoation "@ORM" yourself? :3 Obviously I wasn't talking about a login form either, since we're talking about a framework here and not a website :3 For example yes or if I get to the correct site if I click a link and there's no error, stuff like that :3 Tbh I enjoyed talking to people around Kyoto more than Tokyo, so I agree :3 Yep it seems so xD Now what do you think about episode 13 of Overlord and season 2 in general? And let's not forget the announcement of season 3 already which seemed almost impossible for you, especially this year :3 |
Apr 4, 2018 12:00 AM
#6864
Gator said: Oppaiyou~ :3 Ohayo gozaimasu, Gaicchi <3 |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 12:04 AM
#6865
Kai_N_Walker said: Ohayo gozaimasu, Gaicchi <3 Meowning Kaicchi~ :3 How are you doing today? |
Apr 4, 2018 12:05 AM
#6866
Just had some tea~ :3 What about Gaicchi? :3 |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 12:24 AM
#6867
As usual I guess, I'm having some nice green lemon tea as well :3 I'm wrinting a super long reply to one of the users on MAL here, been at it for almost 90 minutes now and far from finished... xD |
Apr 4, 2018 12:27 AM
#6868
Gator said: As usual I guess, I'm having some nice green lemon tea as well :3 I'm writing a super long reply to one of the users on MAL here, been at it for almost 90 minutes now and far from finished... xD 90 minutes??? O__O! I don't like writing long replies because I am very lazy >w< |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 12:28 AM
#6869
Ohayou~ :3 Gator said: Oppaiyou~ :3 I prioritized having a nice working environment in a secure job ^^; I know, but the specials in between have to be watched as well before starting season 2 of course :3 I actually did :o "All he needs to do is figure out the values" is almost impossible if done right though, he can't bruteforce his way to get the value you used ^^ So I assume you did not write the annoation "@ORM" yourself? :3 Obviously I wasn't talking about a login form either, since we're talking about a framework here and not a website :3 For example yes or if I get to the correct site if I click a link and there's no error, stuff like that :3 Tbh I enjoyed talking to people around Kyoto more than Tokyo, so I agree :3 Yep it seems so xD Now what do you think about episode 13 of Overlord and season 2 in general? And let's not forget the announcement of season 3 already which seemed almost impossible for you, especially this year :3 Well, in this case we're dealing with a deterministic token which could be a hashed version of some values like the user id, user agent and ip address or something. If the attacker gets his hand on any such a token (like just using the site himself), then he could bruteforce that hash locally to figure out what it's composed of, starting off with things like the ip address and what not :3 Of course I didn't write the functionality of those annotations myself. If I even had to do things like that myself then I wouldn't be using much of a framework now would I? xD At the top of the file you use this :3 use Doctrine\ORM\Mapping as ORM; The framework itself has plenty of features, but I haven't written much with it yet. Mostly just the user entity, some of its related entities and some basic stuff to make it easier to use them :3 I doubt it's all that easy to write all kinds of tests like that though? :3 Because of the accent, or because of the people? :3 Does he speak chinese as well by any chance? xD Hmm, it was alright I guess. They left out all kinds of stuff again as expected, but at least we got to see 2 important characters of volumes 7, 9 and 10 :3 It was also nice how they mentioned what they did to the members of the 8 fingers :3 What about you? :3 So how're you doing today? :3 |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 4, 2018 1:00 AM
#6870
Well it took me over a month before I even had the motivation to write back, but I would feel bad to postpone it even further. I'm also quite lazy though xD Tyrantarmy6 said: Ohayou~ :3 Well, in this case we're dealing with a deterministic token which could be a hashed version of some values like the user id, user agent and ip address or something. If the attacker gets his hand on any such a token (like just using the site himself), then he could bruteforce that hash locally to figure out what it's composed of, starting off with things like the ip address and what not :3 Of course I didn't write the functionality of those annotations myself. If I even had to do things like that myself then I wouldn't be using much of a framework now would I? xD At the top of the file you use this :3 use Doctrine\ORM\Mapping as ORM; The framework itself has plenty of features, but I haven't written much with it yet. Mostly just the user entity, some of its related entities and some basic stuff to make it easier to use them :3 I doubt it's all that easy to write all kinds of tests like that though? :3 Because of the accent, or because of the people? :3 Does he speak chinese as well by any chance? xD Hmm, it was alright I guess. They left out all kinds of stuff again as expected, but at least we got to see 2 important characters of volumes 7, 9 and 10 :3 It was also nice how they mentioned what they did to the members of the 8 fingers :3 What about you? :3 So how're you doing today? :3 It shouldn't be that easy to bruteforce it, right? Normally such a key consits of a lot of digits so doing so would take years. Or do you mean you don't use a specific key that's stored on the server to encrypt those tokens? :3 Well you wanted to write a lot by yourself, so maybe you did those annotations yourself as well? ^^ So that's the import syntax from PHP then, I see :3 It's easy, but time-consuming. The syntax is rather easy, but you can't use that many dependencies unfortunately so you have to do a lot of setting up :3 Both, though people in Tokyo were friendly as well. Kyoto was just like a different world though :3 Nope, he knows some Greek as well though ^^ Well it was rushed as expected and there was missing a lot of info which hopefully will get delivered in season 3. Demiurge's plan wasn't as exciting as I thought tbh, was still funny how Ainz had no clue xD The early announcement of season 3 surprised me though, hoping for a 2-cour there of course but I won't get my hopes up :3 Just writing on MAL so far, no one in the office to stop me xD Also I finally finished Negima yesterday, so I need something new to watch for today :3 How about you? |
Apr 4, 2018 1:04 AM
#6871
Gator said: Well it took me over a month before I even had the motivation to write back, but I would feel bad to postpone it even further. I'm also quite lazy though xD But still 90 minutes are way too long >w< Tyrantarmy6 said: Ohayou~ :3 Ohayo, dear Cornicchi :3 *passes cup of coffee to Cornicchi* |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 1:13 AM
#6872
Kai_N_Walker said: But still 90 minutes are way too long >w< Well I'm at work so... I have some time lol I agree that it's too long though, but I can't help it. Don't wanna disappoint my friends :3 |
Apr 4, 2018 1:15 AM
#6873
Gator said: Well I'm at work so... I have some time lol I agree that it's too long though, but I can't help it. Don't wanna disappoint my friends :3 I see~ Well... I even don't read long replies, tbh >w< |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 1:19 AM
#6874
Gator said: It shouldn't be that easy to bruteforce it, right? Normally such a key consits of a lot of digits so doing so would take years. Or do you mean you don't use a specific key that's stored on the server to encrypt those tokens? :3 Well you wanted to write a lot by yourself, so maybe you did those annotations yourself as well? ^^ So that's the import syntax from PHP then, I see :3 It's easy, but time-consuming. The syntax is rather easy, but you can't use that many dependencies unfortunately so you have to do a lot of setting up :3 Both, though people in Tokyo were friendly as well. Kyoto was just like a different world though :3 Nope, he knows some Greek as well though ^^ Well it was rushed as expected and there was missing a lot of info which hopefully will get delivered in season 3. Demiurge's plan wasn't as exciting as I thought tbh, was still funny how Ainz had no clue xD The early announcement of season 3 surprised me though, hoping for a 2-cour there of course but I won't get my hopes up :3 Just writing on MAL so far, no one in the office to stop me xD Also I finally finished Negima yesterday, so I need something new to watch for today :3 How about you? If you use hmacs then yeah it'll take longer, but it's still only a matter of time if someone really wants to and then it'd be game over. In these situations the tokens really shouldn't be deterministic :3 I wanted to use a framework which means doing a lot of things myself, but an ORM is one of those things I really don't want to bother with :3 You can ommit the as ORM part as well of course, but this is just the way it's recommended to be done by symfony and the way the IDE recognizes it :3 Yeah, and considering how I doubt any client here would pay for the time needed to do that I doubt we'd actually have a use for it :3 Of course it was. Giant metropolis like city full of skyscrapers vs a much more traditional japanese city :3 But why? xD A lot of details of what happened during that incident were left out like how climb & co had to deal with a number of dangerous demons when trying to rescue the trapped citizens, or how difficult the fight against the demon hordes was. He wanted to make Momon into a national hero, and this isn't without reason of course :3 It'll probably be just a single cour as considering how short after this season it will air, it was likely planned to be a split-cour from the beginning :3 And it will remain that way for the rest of the week? xD And I assume that means you're going to ask me for input? :3 Doing fine I guess. Practiced a little bit of "your reality" on piano yesterday, and started watching a mecha anime. The MC in that show so far is a complete idiot so I hope that'll improve, but I doubt it :3 Right now I'm waiting to start a little "meeting" to discuss my next project :3 |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 4, 2018 1:51 AM
#6875
Oh I definitely enjoy reading long replies... I also enjoy listening to people more than speaking to them xD Tyrantarmy6 said: If you use hmacs then yeah it'll take longer, but it's still only a matter of time if someone really wants to and then it'd be game over. In these situations the tokens really shouldn't be deterministic :3 I wanted to use a framework which means doing a lot of things myself, but an ORM is one of those things I really don't want to bother with :3 You can ommit the as ORM part as well of course, but this is just the way it's recommended to be done by symfony and the way the IDE recognizes it :3 Yeah, and considering how I doubt any client here would pay for the time needed to do that I doubt we'd actually have a use for it :3 Of course it was. Giant metropolis like city full of skyscrapers vs a much more traditional japanese city :3 But why? xD A lot of details of what happened during that incident were left out like how climb & co had to deal with a number of dangerous demons when trying to rescue the trapped citizens, or how difficult the fight against the demon hordes was. He wanted to make Momon into a national hero, and this isn't without reason of course :3 It'll probably be just a single cour as considering how short after this season it will air, it was likely planned to be a split-cour from the beginning :3 And it will remain that way for the rest of the week? xD And I assume that means you're going to ask me for input? :3 Doing fine I guess. Practiced a little bit of "your reality" on piano yesterday, and started watching a mecha anime. The MC in that show so far is a complete idiot so I hope that'll improve, but I doubt it :3 Right now I'm waiting to start a little "meeting" to discuss my next project :3 Well no system is 100% secure, there is always a possibility that someone will crack your key if he has enough motivation or computing power. Normally systems built with your framework won't be worth the effort though I think ^^ Can't blame you, implementing an ORM from zero on would be a rather annoying task. If I remember correctly Hibernate put away from annotations like they used in the early days though, I'm not a fan of them myself as well :3 Having no tests instead doesn't sound like a good situation either though xD Didn't think the difference would be that huge though since Kyoto has as much citizens as Munich. But it felt like a much smaller city overall :3 Well he knows German since he's German, English because of school, French since he needed another language in school, Japanese because of anime and Greek because his ex-girlfriend was spending a lot of time in Greece ^^ I assumed as much. Ainz is getting even more emotionless by the minute though, letting "innocent" citizens just die at the hands of his underlings... at least he gave them a quick death xD So how well do you think that will work out for volume 7-9? Again rushed like season 2? :3 Jup, though today is an exception since I decided to answer an incredibly long message ^^ Last time I did so you haven't watched anything I thought about watching, so not sure how helpful that would be. I actually don't even know if I want action, comedy or SoL right now :3 What show is it? You seem to be only getting idiot MCs in every new show you start ^^ Wow, that means you have more meetings than I do this week :3 |
Apr 4, 2018 1:54 AM
#6876
Gator said: Oh I definitely enjoy reading long replies... I also enjoy listening to people more than speaking to them xD Don't your eyes get tired by reading long replies? >w> |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 2:23 AM
#6877
Kai_N_Walker said: Don't your eyes get tired by reading long replies? >w> Hmm not really. Since I work in the office I'm already used to looking into the screen for a long time. I should take more breaks between now that you mention it, but I always forget xD |
Apr 4, 2018 2:24 AM
#6878
Gator said: Hmm not really. Since I work in the office I'm already used to looking into the screen for a long time. I should take more breaks between now that you mention it, but I always forget xD I always starts feeling laziness after seeing a long reply, lol xD |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 2:43 AM
#6879
Gator said: Well no system is 100% secure, there is always a possibility that someone will crack your key if he has enough motivation or computing power. Normally systems built with your framework won't be worth the effort though I think ^^ Can't blame you, implementing an ORM from zero on would be a rather annoying task. If I remember correctly Hibernate put away from annotations like they used in the early days though, I'm not a fan of them myself as well :3 Having no tests instead doesn't sound like a good situation either though xD Didn't think the difference would be that huge though since Kyoto has as much citizens as Munich. But it felt like a much smaller city overall :3 Well he knows German since he's German, English because of school, French since he needed another language in school, Japanese because of anime and Greek because his ex-girlfriend was spending a lot of time in Greece ^^ I assumed as much. Ainz is getting even more emotionless by the minute though, letting "innocent" citizens just die at the hands of his underlings... at least he gave them a quick death xD So how well do you think that will work out for volume 7-9? Again rushed like season 2? :3 Jup, though today is an exception since I decided to answer an incredibly long message ^^ Last time I did so you haven't watched anything I thought about watching, so not sure how helpful that would be. I actually don't even know if I want action, comedy or SoL right now :3 What show is it? You seem to be only getting idiot MCs in every new show you start ^^ Wow, that means you have more meetings than I do this week :3 Of course, but if I can make the system more secure by doing it properly from the beginning, then why would I deliberately make it less secure? The way I see it is quite simple. If I can make it more secure I should do so unless the concequences of doing so in for example usability or performance would suffer too much because of it. I mean, I could go crazy and force things like periodic password changes and what not, but that's not worth the usability hit on the kind of websites we make :3 Indeed. I'm not planning on writing stuff myself where symfony itself already has it built in unless symfony's version doesn't let me do what I want it to. It has a built in login system for example that you can enable, but I'm not sure if I want to use that yet because I'd first have to figure out if I can even make it do what I want it to :3 You don't have to use annotations if you don't want to. Those are just the default. For as far as I know you can choose between annotations, yaml and xml configuration :3 Of course, but if my little project works out then in the end this issue should be solved without needing to use such tools in such roundabout ways just because of wordpress :3 Because of the smaller buildings and the different style? :3 But does that mean he knows french at a level where you can actually say he knows french? You know how terrible the level at school tends to be xD Indeed. And next season should showcase this pretty well. He says some nasty things in volume 7 and 9 xD In the LN he was like, that includes children too right? But in the end didn't bother doing anything about it iirc :3 Most likely, though it should include more ainz this time, and kicking more *ss than even in season 1 if done right. It mostly depends on how they choose to pase it again :3 But that's still you writing on MAL, so that doesn't count as an interruption right? :3 Compared to your meetings this hardly counts as a meeting :P It's just me and the project manager sitting in front of my pc for a few minutes where he shows me the design and explains it a bit xD I should probably inform you I don't drink coffee :3 *passes it back* |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 4, 2018 2:48 AM
#6880
Grrr.... *passes cup of Tea to Cornicchi* :3 |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 3:15 AM
#6881
Kai_N_Walker said: Grrr.... *passes cup of Tea to Cornicchi* :3 D-Did you drink from this cup of tea yet? *suspiciously holds on to cup for now* :3 |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 4, 2018 3:32 AM
#6882
I has returned~ :3 Tyrantarmy6 said: Of course, but if I can make the system more secure by doing it properly from the beginning, then why would I deliberately make it less secure? The way I see it is quite simple. If I can make it more secure I should do so unless the concequences of doing so in for example usability or performance would suffer too much because of it. I mean, I could go crazy and force things like periodic password changes and what not, but that's not worth the usability hit on the kind of websites we make :3 Indeed. I'm not planning on writing stuff myself where symfony itself already has it built in unless symfony's version doesn't let me do what I want it to. It has a built in login system for example that you can enable, but I'm not sure if I want to use that yet because I'd first have to figure out if I can even make it do what I want it to :3 You don't have to use annotations if you don't want to. Those are just the default. For as far as I know you can choose between annotations, yaml and xml configuration :3 Of course, but if my little project works out then in the end this issue should be solved without needing to use such tools in such roundabout ways just because of wordpress :3 Because of the smaller buildings and the different style? :3 But does that mean he knows french at a level where you can actually say he knows french? You know how terrible the level at school tends to be xD Indeed. And next season should showcase this pretty well. He says some nasty things in volume 7 and 9 xD In the LN he was like, that includes children too right? But in the end didn't bother doing anything about it iirc :3 Most likely, though it should include more ainz this time, and kicking more *ss than even in season 1 if done right. It mostly depends on how they choose to pase it again :3 But that's still you writing on MAL, so that doesn't count as an interruption right? :3 Compared to your meetings this hardly counts as a meeting :P It's just me and the project manager sitting in front of my pc for a few minutes where he shows me the design and explains it a bit xD I should probably inform you I don't drink coffee :3 *passes it back* I still don't quite get why my approach with a key on the server would be less secure, but sure making it as safe as possible is a good thing as long as it doesn't influence the usability and doesn't take ages to implement ^^ So you have special requirements for your login system? I thought they are pretty much the same and only work differently on a database level :3 Hmm out of those I would actually go with Annotations tbh, I thought there would be another solution on your side as well xD So how would your testcases be done then? :3 Smaller buildings are for sure one reason, but there seem to be in general more nature and people just feel closer to each other than in Osaka for example. It's just a great city :3 I'm sure by now he has forgotten a lot of it again since he's long gone from school, but after he graduated his French was good enough to know his way around in Paris and talk to people ^^ This time he mostly went along with Demiurge's plan, but I can see him soon making such cruel plans himself, yeah xD He did mention women and children in the anime too though, I think just in an indirect question. Like "regardless of age and gender?" or something like that :3 That does sound much better, I just wish they would take a bit more time for the fights as well. It's not like they are the most exciting part, but surely more exciting than Sebas punching the had of four people off in 10 seconds :3 In my head it does since it's so much to write xD I have no big meeting this week though >:3 |
Apr 4, 2018 4:20 AM
#6883
I has returned~ :3 Gator said: I has returned~ :3 I still don't quite get why my approach with a key on the server would be less secure, but sure making it as safe as possible is a good thing as long as it doesn't influence the usability and doesn't take ages to implement ^^ So you have special requirements for your login system? I thought they are pretty much the same and only work differently on a database level :3 Hmm out of those I would actually go with Annotations tbh, I thought there would be another solution on your side as well xD So how would your testcases be done then? :3 Smaller buildings are for sure one reason, but there seem to be in general more nature and people just feel closer to each other than in Osaka for example. It's just a great city :3 I'm sure by now he has forgotten a lot of it again since he's long gone from school, but after he graduated his French was good enough to know his way around in Paris and talk to people ^^ This time he mostly went along with Demiurge's plan, but I can see him soon making such cruel plans himself, yeah xD He did mention women and children in the anime too though, I think just in an indirect question. Like "regardless of age and gender?" or something like that :3 That does sound much better, I just wish they would take a bit more time for the fights as well. It's not like they are the most exciting part, but surely more exciting than Sebas punching the had of four people off in 10 seconds :3 In my head it does since it's so much to write xD I have no big meeting this week though >:3 Okaeri~ :3 It's not bad, but it depends on the use case. I'm thinking more about remember me cookies here. Such a token is like a password and as such should be treated as such. If you make those deterministic and simply hash them with a secret key, then if it gets cracked the attacker basically has free access to every account on the site. That's too big a risk to take imo :3 Well, I want to have some decent brute forcing protection in place by limiting the number of allowed failed login attempts and the like. However the basic login form functionality of symfony doesn't have that built in, and it doesn't have a "pre login" event in which you could perform these checks yourself either. Maybe I could extend the login feature so it does the same thing as the symfony one but with such an event in front of it? :3 If you don't use any of those, then what do you use with hibernate? :3 In symfony you use a testing framework of choice (usually phpunit) to write tests. There's also a functional tests part in symfony where you can tell it to send requests to some url and perform some kind of validation on it, or to initialize the symfony kernel in order to get access to something you need and what not :3 Here's an example from the symfony documentation about a simple smoke test :3 // tests/ApplicationAvailabilityFunctionalTest.php namespace App\Tests; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class ApplicationAvailabilityFunctionalTest extends WebTestCase { /** * @dataProvider urlProvider */ public function testPageIsSuccessful($url) { $client = self::createClient(); $client->request('GET', $url); $this->assertTrue($client->getResponse()->isSuccessful()); } public function urlProvider() { yield ['/']; yield ['/posts']; yield ['/post/fixture-post-1']; yield ['/blog/category/fixture-category']; yield ['/archives']; // ... } } That always sounds good. You won't find that in amsterdam :3 "Good morning." -> "You talkin' to me? What the f do you want?" xD At least that means he had fun learning it then because I've had french at school for about 2 years as well and couldn't speak french at all yet still got better grades than for dutch :3 He himself doesn't even seem to realize how evil he's being from time to time xD Like what they did to the 8 fingers... do you think ainz himself has a problem with that torture? xD I guess. But either way a lot of the internal struggels of ainz and the other characters have been removed, and they'll probably do the same to the 3rd season. There's a particular scene in volume 9 where this would be especially disappointing :3 In the LN he actually took 15 seconds despite stating he would only need 10 due to something that wasn't shown in the anime :3 So how long was the reply in the end? As long as 10 of these messages in here? :3 So you do have small meetings? :P |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 4, 2018 4:35 AM
#6884
Tyrantarmy6 said: I has returned~ :3 Okaeri~ :3 It's not bad, but it depends on the use case. I'm thinking more about remember me cookies here. Such a token is like a password and as such should be treated as such. If you make those deterministic and simply hash them with a secret key, then if it gets cracked the attacker basically has free access to every account on the site. That's too big a risk to take imo :3 Well, I want to have some decent brute forcing protection in place by limiting the number of allowed failed login attempts and the like. However the basic login form functionality of symfony doesn't have that built in, and it doesn't have a "pre login" event in which you could perform these checks yourself either. Maybe I could extend the login feature so it does the same thing as the symfony one but with such an event in front of it? :3 If you don't use any of those, then what do you use with hibernate? :3 In symfony you use a testing framework of choice (usually phpunit) to write tests. There's also a functional tests part in symfony where you can tell it to send requests to some url and perform some kind of validation on it, or to initialize the symfony kernel in order to get access to something you need and what not :3 Here's an example from the symfony documentation about a simple smoke test :3 // tests/ApplicationAvailabilityFunctionalTest.php namespace App\Tests; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class ApplicationAvailabilityFunctionalTest extends WebTestCase { /** * @dataProvider urlProvider */ public function testPageIsSuccessful($url) { $client = self::createClient(); $client->request('GET', $url); $this->assertTrue($client->getResponse()->isSuccessful()); } public function urlProvider() { yield ['/']; yield ['/posts']; yield ['/post/fixture-post-1']; yield ['/blog/category/fixture-category']; yield ['/archives']; // ... } } That always sounds good. You won't find that in amsterdam :3 "Good morning." -> "You talkin' to me? What the f do you want?" xD At least that means he had fun learning it then because I've had french at school for about 2 years as well and couldn't speak french at all yet still got better grades than for dutch :3 He himself doesn't even seem to realize how evil he's being from time to time xD Like what they did to the 8 fingers... do you think ainz himself has a problem with that torture? xD I guess. But either way a lot of the internal struggels of ainz and the other characters have been removed, and they'll probably do the same to the 3rd season. There's a particular scene in volume 9 where this would be especially disappointing :3 In the LN he actually took 15 seconds despite stating he would only need 10 due to something that wasn't shown in the anime :3 So how long was the reply in the end? As long as 10 of these messages in here? :3 So you do have small meetings? :P Okaeri~ :3 Hmm imo if he actually managest to do that, there's a good chance he would get onto your server another way already though. Probably easier to just get the password for it directly than bruteforcing that key :3 Can't you include a captcha or something somehow after three tries? I'm not sure how stubborn symfony is to including new functions, but that seems like something you could just use as a followup if someone gets it wrong three times :3 Wait, I'm stupid. You said XML, that's what I normally use for mapping. I misread there xD Unittests are of course important as well, but can that framework read from the finished generated site as well? Like in examining if texts are correct and if there hasn't been an error message appearing anywhere? :3 Will I find that in Utrecht? :3 Is that a normal French conversation? xD I never learned a 2nd foreign language in school and I guess taking Japanese lessons after work is quite different :3 Tbh I don't quite get what they are doing with them. What is that blonde woman supposed to do now to make them cooperate? And what does she gain for that? :3 I suppose there isn't an arc there that could be cut short like the Lizardmen arc should've been? In that case I still pray for 24+ episodes :3 I'm sure the fight at least felt longer and more meaningful in the LN than in the anime though ^^ I think it was about 30.000 letters, so... definitely longer yes ^^; The daily meeting yeah, that only takes 10 minutes or so :3 So as you already thought, I can't refrain myself from posting my priority list in here of possible shows to start today xD Ghost in the Shell: AAA Gintama Chuunibyou demo Koi ga Shitai! Golden Time InoBato Kiseijuu: Sei no Kakuritsu Owari no Seraph Aa! Megami-sama D.C.: Da Capo Interlude Witchblade Shijou Saikyou no Deshi Kenichi Ao no Exorcist Guilty Crown Magi Jitsu wa Watashi wa Musaigen no Phantom World Dagashi Kashi Haiyore! Nyaruko-san Kenzen Robo Daimidaler Seikoku no Dragonar Mangaka-san to Assistant-san to Majimoji Rurumo Cross Ange Gakusen Toshi Asterisk Ore ga Ojousama Gakkou ni Netoge no Yome wa Onnanoko ja |
Apr 4, 2018 4:59 AM
#6885
Tyrantarmy6 said: D-Did you drink from this cup of tea yet? *suspiciously holds on to cup for now* :3 Yup No..... I didn't :3 Have some taste~ |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 5:12 AM
#6886
Gator said: Okaeri~ :3 Hmm imo if he actually managest to do that, there's a good chance he would get onto your server another way already though. Probably easier to just get the password for it directly than bruteforcing that key :3 Can't you include a captcha or something somehow after three tries? I'm not sure how stubborn symfony is to including new functions, but that seems like something you could just use as a followup if someone gets it wrong three times :3 Wait, I'm stupid. You said XML, that's what I normally use for mapping. I misread there xD Unittests are of course important as well, but can that framework read from the finished generated site as well? Like in examining if texts are correct and if there hasn't been an error message appearing anywhere? :3 Will I find that in Utrecht? :3 Is that a normal French conversation? xD I never learned a 2nd foreign language in school and I guess taking Japanese lessons after work is quite different :3 Tbh I don't quite get what they are doing with them. What is that blonde woman supposed to do now to make them cooperate? And what does she gain for that? :3 I suppose there isn't an arc there that could be cut short like the Lizardmen arc should've been? In that case I still pray for 24+ episodes :3 I'm sure the fight at least felt longer and more meaningful in the LN than in the anime though ^^ I think it was about 30.000 letters, so... definitely longer yes ^^; The daily meeting yeah, that only takes 10 minutes or so :3 So as you already thought, I can't refrain myself from posting my priority list in here of possible shows to start today xD Ghost in the Shell: AAA Gintama Chuunibyou demo Koi ga Shitai! Golden Time InoBato Kiseijuu: Sei no Kakuritsu Owari no Seraph Aa! Megami-sama D.C.: Da Capo Interlude Witchblade Shijou Saikyou no Deshi Kenichi Ao no Exorcist Guilty Crown Magi Jitsu wa Watashi wa Musaigen no Phantom World Dagashi Kashi Haiyore! Nyaruko-san Kenzen Robo Daimidaler Seikoku no Dragonar Mangaka-san to Assistant-san to Majimoji Rurumo Cross Ange Gakusen Toshi Asterisk Ore ga Ojousama Gakkou ni Netoge no Yome wa Onnanoko ja Not necessarily. Getting your hands on the token in the first place is easy, and cracking that would be no different than cracking a strong password. Sure, that would take a long time, but to get access to the server itself would require a pretty heavy flaw on the server side wouldn't it? If I were to assume that the attacker is just going to hack the server itself then nothing I do will make a difference xD Of course that would be possible, but there's a few problems with that. First of all, that captcha still needs to be validated server side which still requires that pre login event. Secondly I want to go into a little more detail than simple session by session rate limiting. I mean, if you throw a botnet at it or simply delete the session id from your browser then it's pointless :3 That's the last option I'd choose though. I mean, it's parsable and what not and doesn't require a yaml capable parser, but it's such a pain to work with xD Yes it can :3 That example test for example tests whether the response code is a 2xx code. Aside from that you also have things like the css component where you can check for things in the html response using css selectors. You'll need a separate bundle to check for javascript functionality though :3 Wouldn't count on it. The larger dutch cities aren't particularly welcoming :3 Nah, that was as an example of what it's like in the west here xD At school I had dutch, english, german and french. I could already speak german so that wasn't an issue, but I could barely speak any english whatsoever and my french was even worse :3 She's not the one to make them cooperate iirc. They will all merely undergo the same torture as her. The reason she's selling them out is merely out of fear of having to go through that torture again :3 That depends on whether they plan on adapting the side stories of the 8th volume. Otherwise, no there aren't :3 Everything feels longer in the LN due to the amount of inner thoughts and background information xD Hmm, but in the span of an entire day we do hold longer conversations than that right? xD If it's a daily meeting then you still have more meetings this week than me :P What a surprise xD Let's see... what do you mean with gits aaa? Gits Arise? :3 Other than that from those I've seen chuunibyou, kiseijuu, seraph, ao no exorcist, guilty crown, jitsu wa, musaigen, dagashi kashi, gakusen toshi, shomin sample and netoge :3 From those it depends on what you want to watch. If you want action then kiseijuu is the best one. Guilty crown is also enjoyable, though not because of oppai :3 I found seraph, ao no exorcist, musaigen, dagashi kashi, gakusen toshi, shomin sample and netoge to be pretty boring tbh :3 But if you enjoy oppai then at least shomin sample and netoge should be somewhat enjoyable I guess :3 Nyaruko-san also seems like something you would enjoy xD And for whatever reason whenever you mention kenichi I always keep thinking of hokuto no ken xD So you did :3 *passes it back* |
Tyrantarmy6Apr 4, 2018 5:16 AM
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 4, 2018 5:18 AM
#6887
Oh.... This pic ( ͡° ͜ʖ ͡°) You are looking........ good when saying banzai ( ͡° ͜ʖ ͡°) |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 5:21 AM
#6888
Kai_N_Walker said: Oh.... This pic ( ͡° ͜ʖ ͡°) You are looking........ good when saying banzai ( ͡° ͜ʖ ͡°) T-That's not me :3 |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 4, 2018 5:24 AM
#6889
Don't deny it, cutie-Cornicchi ( ͡° ͜ʖ ͡°) I know that It was you ( ͡° ͜ʖ ͡°) |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 5:28 AM
#6890
Exactly and cracking a strong password is no easy task, especially if your only choice is bruteforcing. I mean by that logic you can crack every system since there will always be a password which lets you in :3 So you can't include anything server-side? That does indeed sound pretty unflexible. If you throw a botnet at anything it will most likely go down though xD Imo XML is way easier to handle than annoations. You have everything in one place instead of searching through the code if you wanna change a mapping. Also Eclipse has a pretty nice way to show hibernate.xml files :3 I'm not even talking about JavaScript functionality, just if you can test the look and feel of the site that is getting displayed in the browser. Doesn't sound too bad then, so you'll use that? :3 Same as in Germany then :3 Oh I see, well I will refrain from speaking to stranger on the streets then... as I usually do xD Seems like you are pretty well suited for learning languages though since your English is quite good and your German is even better than your Dutch, right? ^^ I don't quite understand how she's selling them out though or will that be revealed later on? :3 Side stories? Seeing how they'll probably rush it again I guess they won't be included ^^; So what does Sebas think about when he destroyed Eight Fingers? What's for dinner today? xD Not sure tbh, I never counted the letters. Might be the case though ^^ It's just a status report of everyone though, not really a meeting :P Yep, Ghost in the Shell: Arise Alternative Architecture :3 I'm actually really not sure what to watch. I've been looking at my list for a while and can't decide at all xD Pretty sure it won't be Guilty Crown right now, the chance of me not enjoying it is a bit too high and I want something nice now :3 Obviously I enjoy oppai, it's not really a necessity right now though. Been wanting to watch Nyaruko-san for a while now, it's mostly comedy/SoL? :3 What's the connection? Just because Kenichi could be abbreviated with Ken? xD |
Apr 4, 2018 6:00 AM
#6891
I-It's not and you know it :3 Gator said: Exactly and cracking a strong password is no easy task, especially if your only choice is bruteforcing. I mean by that logic you can crack every system since there will always be a password which lets you in :3 So you can't include anything server-side? That does indeed sound pretty unflexible. If you throw a botnet at anything it will most likely go down though xD Imo XML is way easier to handle than annoations. You have everything in one place instead of searching through the code if you wanna change a mapping. Also Eclipse has a pretty nice way to show hibernate.xml files :3 I'm not even talking about JavaScript functionality, just if you can test the look and feel of the site that is getting displayed in the browser. Doesn't sound too bad then, so you'll use that? :3 Same as in Germany then :3 Oh I see, well I will refrain from speaking to stranger on the streets then... as I usually do xD Seems like you are pretty well suited for learning languages though since your English is quite good and your German is even better than your Dutch, right? ^^ I don't quite understand how she's selling them out though or will that be revealed later on? :3 Side stories? Seeing how they'll probably rush it again I guess they won't be included ^^; So what does Sebas think about when he destroyed Eight Fingers? What's for dinner today? xD Not sure tbh, I never counted the letters. Might be the case though ^^ It's just a status report of everyone though, not really a meeting :P Yep, Ghost in the Shell: Arise Alternative Architecture :3 I'm actually really not sure what to watch. I've been looking at my list for a while and can't decide at all xD Pretty sure it won't be Guilty Crown right now, the chance of me not enjoying it is a bit too high and I want something nice now :3 Obviously I enjoy oppai, it's not really a necessity right now though. Been wanting to watch Nyaruko-san for a while now, it's mostly comedy/SoL? :3 What's the connection? Just because Kenichi could be abbreviated with Ken? xD Were things getting too long to quote? xD Of course, but there's a difference between cracking a single weak password through a heavily throttled web interface that would grant access to 1 random account, and having access to a hash that if cracked would grant access to everything :3 I can, but I'd probably have to create a custom login handler to do it :3 I'm not talking about downing a server with a botnet but rather that this way a session based throttle won't work xD But on the other hand the annotations are located at the entity they belong to and with an IDE has links you can click on to any references there are to other entities :3 I just don't like looking at le huge walls of nigh unreadable xml :3 If the client is willing to pay for us spending time on writing those tests then we would :3 At least we would probably use the simple smoke test to see if any pages are throwing 500 errors xD At least in south germany you've got more interesting landscapes though :3 Yeah, that's probably for the best xD Hmmm, I'm not sure about my german being better than my dutch anymore. It definitely used to be back in the day when I still used it, but I haven't used it in years so outside of listening to it my german has degraded quite a bit. I even used to get high scores on grammar :3 If I remember correctly then she sold them out by making them gather there at that moment to be captured by aura and mare :3 The entirety of volume 8 consists of 2 side stories :3 He mainly took longer because one of the 6 arms had an ability he himself called "dimensional slash". Because of this sebas was a bit interested in seeing what he could do and also a bit on guard since his creator Touch Me had such an attack which is like a superior version of the 10th tier reality slash which could cut through space and time. However this attack only turned out to be a little trick with his specially shaped weapon which insulted sebas and thus he ended him a bit more brutally than the rest :3 We do tend to write a few walls of text every once in a while after all :3 It's still more of a meeting than me and 1 colleague sitting together for an explanation of my project :P If you're going to watch ghost in the shell then I recommend standalone complex instead. Arise is pretty good too, but standalone complex and especially its second season are definitely better :3 Have you at least decided what genre you want to watch? xD Why's that? :3 I haven't watched nyaruko-san myself yet, but I mentioned it because I've seen some gifs :3 Don't know. It's probably just that I keep mixing up Kenichi and Kenshiro xD |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 4, 2018 6:21 AM
#6892
Tyrantarmy6 said: Were things getting too long to quote? xD Of course, but there's a difference between cracking a single weak password through a heavily throttled web interface that would grant access to 1 random account, and having access to a hash that if cracked would grant access to everything :3 I can, but I'd probably have to create a custom login handler to do it :3 I'm not talking about downing a server with a botnet but rather that this way a session based throttle won't work xD But on the other hand the annotations are located at the entity they belong to and with an IDE has links you can click on to any references there are to other entities :3 I just don't like looking at le huge walls of nigh unreadable xml :3 If the client is willing to pay for us spending time on writing those tests then we would :3 At least we would probably use the simple smoke test to see if any pages are throwing 500 errors xD At least in south germany you've got more interesting landscapes though :3 Yeah, that's probably for the best xD Hmmm, I'm not sure about my german being better than my dutch anymore. It definitely used to be back in the day when I still used it, but I haven't used it in years so outside of listening to it my german has degraded quite a bit. I even used to get high scores on grammar :3 If I remember correctly then she sold them out by making them gather there at that moment to be captured by aura and mare :3 The entirety of volume 8 consists of 2 side stories :3 He mainly took longer because one of the 6 arms had an ability he himself called "dimensional slash". Because of this sebas was a bit interested in seeing what he could do and also a bit on guard since his creator Touch Me had such an attack which is like a superior version of the 10th tier reality slash which could cut through space and time. However this attack only turned out to be a little trick with his specially shaped weapon which insulted sebas and thus he ended him a bit more brutally than the rest :3 We do tend to write a few walls of text every once in a while after all :3 It's still more of a meeting than me and 1 colleague sitting together for an explanation of my project :P If you're going to watch ghost in the shell then I recommend standalone complex instead. Arise is pretty good too, but standalone complex and especially its second season are definitely better :3 Have you at least decided what genre you want to watch? xD Why's that? :3 I haven't watched nyaruko-san myself yet, but I mentioned it because I've seen some gifs :3 Don't know. It's probably just that I keep mixing up Kenichi and Kenshiro xD Whoops, seems like I accidently deleted your quote xD I'm not talking about a random account here, an admin also has a password you know :3 This is why I rather write the login mask myself :3 We seem to talk about different things since I never mentioned a session based throttle anyway xD XML has advantages and disadvantages over using annotations. I simply prefer to keep informations as central as possible, so to me it's the same concept as using a localization file for all of my texts ^^ Well if you have a really limited budget I agree. Else I would always go for unit tests first if possible, they seem the most realiable and less support-heavy of all to me :3 You have go to quite far into the south to get that though, most of Germany is just as boring as other countries :3 Well if I ever make it to the Netherlands this year we'll see how good your German still is... if I ever get motivated enough to finally make plans xD Oh I see, I thought thery were in some room in Nazarick since they all got captured. That explains things :3 Can you even call that a side story then if it's all the volume consits of? :3 Did he even end him more brutally than he did the Undead guy? After all TouchMe was his creator so he should feel a bit stronger about him? Though Albedo doesn't like her creator that much anymore or so it seems ^^ Indeed, which makes Pluty stay away for some reason xD Hmm I wouldn't say that actually, after all you talk about way more important things than we do :3 I watched Standalone Complex already, for a Sci-fi thriller which I normally dislike it was pretty good :3 Eh not really, but I'm leaning to Kenichi right now xD It's mecha and the reasons why I got interested in it is because of its popularity and an oppai GIF so... yeah ^^; Same, but it's not tagged ecchi and the main girl is not busty so I assume it's rather tame :3 That second GIF is certainly not Kenshiro though xD |
Apr 4, 2018 7:14 AM
#6893
Gator said: Whoops, seems like I accidently deleted your quote xD I'm not talking about a random account here, an admin also has a password you know :3 This is why I rather write the login mask myself :3 We seem to talk about different things since I never mentioned a session based throttle anyway xD XML has advantages and disadvantages over using annotations. I simply prefer to keep informations as central as possible, so to me it's the same concept as using a localization file for all of my texts ^^ Well if you have a really limited budget I agree. Else I would always go for unit tests first if possible, they seem the most realiable and less support-heavy of all to me :3 You have go to quite far into the south to get that though, most of Germany is just as boring as other countries :3 Well if I ever make it to the Netherlands this year we'll see how good your German still is... if I ever get motivated enough to finally make plans xD Oh I see, I thought thery were in some room in Nazarick since they all got captured. That explains things :3 Can you even call that a side story then if it's all the volume consits of? :3 Did he even end him more brutally than he did the Undead guy? After all TouchMe was his creator so he should feel a bit stronger about him? Though Albedo doesn't like her creator that much anymore or so it seems ^^ Indeed, which makes Pluty stay away for some reason xD Hmm I wouldn't say that actually, after all you talk about way more important things than we do :3 I watched Standalone Complex already, for a Sci-fi thriller which I normally dislike it was pretty good :3 Eh not really, but I'm leaning to Kenichi right now xD It's mecha and the reasons why I got interested in it is because of its popularity and an oppai GIF so... yeah ^^; Same, but it's not tagged ecchi and the main girl is not busty so I assume it's rather tame :3 That second GIF is certainly not Kenshiro though xD You tried to delete only your own, but ended up deleting mine too? :3 Of course, but it's not a site with dozens of admin accounts on it. Most of the time the only account with critical permissions like user management etc would be our general account :3 Well, the actual login handling itself isn't something I'll have to write myself, just the extra checks before it :3 And this isn't the first time we seem to be talking about two different things xD Having a central location to find things can be useful, but it does need to be easily searcheable. In symfony for example you've got quite a few yaml configuration files located in the config folder. These files act kinda like a category so you don't end up with a single file that's 100s of lines long :3 Bundles often handle their configuration through xml to make them as reusable as possible as this means they'll have less dependencies, but I can't stand those xD Of course. Unit tests are quite important to have, though most websites don't really tend to have any custom features that would need to have unit tests :3 Sure, but at least you have mountains. Here everything's flat like a washboard xD You plan on testing my german when and if you get here? xD Would the emblem of the 8 fingers be hung on a wall in nazarick? :P It's a bit like a flashback to some events inbetween volume 3 and 4. They add a bit of characterisation and what not, but they're not that important for the progression of the story :3 Well, for the person in question it was just as quick a death as the others. Also, iirc in the LN sebas completely pulverized the lich in 1 hit :3 I'm not sure what albedo thinks of her creator, but it's clear she's quite angry about how the other supreme beings left them :3 At least he's still lurking here like a good tsundere xD It's just an explanation of a few minutes though. Whereas you have a short meeting at the beginning of every day :3 And you think you'll enjoy arise as much as stand alone complex? :3 Because of that gif you posted? xD The mecha part of guilty crown isn't all that bad. At least it's got good music, animation and action :3 It does seem to have some pretty lewd characters though :3 Did you want it to be a kenshiro gif? :3 |
For those who seek perfection, there can be no rest on this side of the grave. Hope is the first step on the road to disappointment. |
Apr 4, 2018 7:18 PM
#6894
No need to deny it, Cornicchi :3 I know that It is you with towel >///< |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 4, 2018 11:25 PM
#6895
Nyanpasu~ :3 Tyrantarmy6 said: You tried to delete only your own, but ended up deleting mine too? :3 Sure, but at least you have mountains. Here everything's flat like a washboard xD You plan on testing my german when and if you get here? xD Would the emblem of the 8 fingers be hung on a wall in nazarick? :P It's a bit like a flashback to some events inbetween volume 3 and 4. They add a bit of characterisation and what not, but they're not that important for the progression of the story :3 Well, for the person in question it was just as quick a death as the others. Also, iirc in the LN sebas completely pulverized the lich in 1 hit :3 I'm not sure what albedo thinks of her creator, but it's clear she's quite angry about how the other supreme beings left them :3 At least he's still lurking here like a good tsundere xD It's just an explanation of a few minutes though. Whereas you have a short meeting at the beginning of every day :3 And you think you'll enjoy arise as much as stand alone complex? :3 Because of that gif you posted? xD The mecha part of guilty crown isn't all that bad. At least it's got good music, animation and action :3 It does seem to have some pretty lewd characters though :3 Did you want it to be a kenshiro gif? :3 I really have no memory of what happened there xD Mountains aren't so interesting anyway though, you can go hiking there and that's pretty much it :3 Sure, let's see how well you fare :3 I didn't really pay attention to that :P Hmm sounds rather boring to be honest, I don't like flashbacks to stuff that's already over with unless it's really important :3 Can't really blame Albedo for being mad, though I wonder how she would think of Momonga if he hadn't reprogrammed her ^^ If he's a tsundere he should've picked another character from Neptunia though xD Doesn't seem like a complex topic if it's just a few minutes :3 Dunno, but the art looks nice at least ^^ Nah, that's from Kenichi :3 I read a lot of people didn't like the story though, not sure if those were manga-readers :3 It's not tagged ecchi though, but at least the main girl looks fun :3 Not really, don't know him. What's with that party hat gif though? ^^ |
Apr 5, 2018 12:29 AM
#6896
Gator said: Nyanpasu~ :3 Ohayo, Gaicchi (^v^)/ *pours tea in the cup for Gaicchi* :3 |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 5, 2018 12:30 AM
#6897
Kai_N_Walker said: *pours tea in the cup for Gaicchi* :3 Meowning~ :3 Well thank you very much *sips tea* *pours Kaicchi some of his lemon tea in his cup* |
Apr 5, 2018 12:33 AM
#6898
Gator said: Meowning~ :3 Well thank you very much *sips tea* *pours Kaicchi some of his lemon tea in his cup* Thankiies :3 *sips lemon tea* Doing alright, Gaicchi? :3 |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
Apr 5, 2018 12:38 AM
#6899
Douzo :3 Yep, just remade my priority list since there were some entries in it I wasn't that eager to watch and others missing. Now to decide what to watch next once again... though I'll probably just try to catch up with One Piece today ^^ |
Apr 5, 2018 1:19 AM
#6900
Gator said: Douzo :3 Yep, just remade my priority list since there were some entries in it I wasn't that eager to watch and others missing. Now to decide what to watch next once again... though I'll probably just try to catch up with One Piece today ^^ I see :o Watching TG : Re? |
Forget not that the earth delights to feel your bare feet and the winds long to play with your hair. —Khalil Gibran |
This topic has been locked and is no longer available for discussion.
More topics from this board
Sticky: » Neko Chat 10 ( 1 2 3 4 5 ... Last Page )Ardanaz - Mar 15, 2019 |
1041 |
by Foxford
»»
Jun 13, 6:15 AM |
|
» -GAME- Say something FALSE about the above user ( 1 2 3 4 5 ... Last Page )Foxford - Jun 30, 2015 |
3676 |
by Serafos
»»
Aug 17, 2024 10:01 PM |
|
» -GAME- Have you ever? ( 1 2 3 4 5 ... Last Page )Ardanaz - Jun 23, 2015 |
4892 |
by Serafos
»»
Aug 17, 2024 10:00 PM |
|
» -GAME- First thought ( 1 2 3 4 5 ... Last Page )KaoruMatsuoka - Mar 30, 2016 |
1912 |
by Serafos
»»
Aug 17, 2024 9:59 PM |
|
» -GAME- Dirty words shiritori ( ͡° ͜ʖ ͡°) ( 1 2 3 4 5 ... Last Page )Ardanaz - Sep 7, 2015 |
1024 |
by hazecloud
»»
Aug 4, 2024 6:40 AM |