Details
-
SkillsAzure, C#, C/C++, JS, Assembler (X86, PPC, SPE)
-
Github
Joined devRant on 7/30/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
@netikras so 1 of 1?
-
My table is washed, but my equipment looks messy placed for the unprofessional eye. It is highly efficient for me. But my table is not disgusting. I clean it basicly daily. I have alot of meetings todo that xD
-
@lungdart Since I'm self employed now I run whatever I want. But even as a MS employee we could run what was needed for us to do our job.
-
@lungdart ex-MS Employee so I'm brainwashed xD
-
Mac is the worst
-
I do sport against stress.
-
@retoor stack was Unity wouldn't recommend for mumtiplayer or now at all because their shitty license.
Next game will be unreal engine. A mix some graphics are made by myself and aome are bought. -
@retoor yeah happens to the best xD.
>= 'a' && <= 'z' -
Lexer/Tokenizer = Syntax error check and gets tokens
Parser = creates AST Tree
Basicly done.
The algo of parsing a formula with correct predence is funny IMHO.
this.var + 2 * (this.var2 + 4) for example.
I have a C# Implementation for a full compiler with VM and such in my open source MMORPG, which fully works and IIRC I have a youtube video that explains it, but not sure about that anymore.
https://github.com/KDSBest/... -
There is only one question are you happy with your salary?
There should never be the question, blabla earns X are you still happy with your salary.
Obviously it's great to talk about salaries and such to get a feeling for your salary and if it feels way off then obviously you have to ask for a raise.
If you ask for a raise prepare good reasons what you did great for the company. How your responsibilities have increased and so on.
Senior gets 3x the money I get and he sucks is not a good argument for a raise. In a discussion about your salary should never come up the salary of any other person. -
As someone who knows a big empty patter project. I highly disagree.
Having an application do random garbage instead of crashin isn't always great. Defining an empty atate isn't always easy. -
Marketing of client: if we have this feature we can sell more (maybe only company internally)
Client: costs x €
Marketing: Ok we need this asap
Client conversation with you
Client budget + x € and you wondering why it's not used.
Marketing 100+ new clients generation more than x €
New clients found the A.I. thingy interesting and are hooked, but actually just wanted excel -
@kobenz maybe don't use lua :D.
It's a script engine for small scripts IIRC -
Start a side project
-
You have coded that...
It doesn't run at all
/jk -
@kobenz I don't know what you are talking about tbh. Most string implementations do spawn new strings if you append something.
In C# there is the String Builder Class to prevent that if you want to concat many strings. -
I trust everyone of those to steal and use my data how they please.
-
@b2plane yeah MS has a very good refund policy on azure
-
@b2plane maybe previous month things
-
Msbill.i is scam. You got scammed, has nothing todo with MS. Also you see under costs in your subscription if you got billed.
-
10 maybe 11
-
@AlgoRythm https://discord.com/invite/...
-
@Hazarth humanoid aliens so yeah slimes are less violent.
-
@Demolishun ty, if you really want to help you also review the game on steam :-D
-
@fruitfcker ty
-
I totally don't get it
-
Can you give me 77€ and 33€, I will give you 100€ back. We can do that as often as you like!
-
"Nothing todo to migration"
I don't see me as a problem now -
If you shut them down you also need to deallocate them. You still get billed for maybe public IPs and for storage.
This is the same on AWS. What are you talking about? -
I like C# and most of the new styles are rejected by style checks in most of my projects anyway.